aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-05-24 13:17:47 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-05-24 13:17:47 +0000
commit57a523ae6bf77197459b6a317145ff674b926207 (patch)
tree387179307c54bdbc70645ca9a2b630501d206633 /sys/fs
parent22f7d1021a4f2569d294d6a86f8a63343b8a456f (diff)
downloadsrc-57a523ae6bf77197459b6a317145ff674b926207.tar.gz
src-57a523ae6bf77197459b6a317145ff674b926207.zip
mount_null(8) -> mount_nullfs(8).
Notes
Notes: svn path=/head/; revision=77130
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/nullfs/null_vnops.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c
index 32b96650277f..0801c0b9e3b7 100644
--- a/sys/fs/nullfs/null_vnops.c
+++ b/sys/fs/nullfs/null_vnops.c
@@ -46,7 +46,7 @@
/*
* Null Layer
*
- * (See mount_null(8) for more information.)
+ * (See mount_nullfs(8) for more information.)
*
* The null layer duplicates a portion of the file system
* name space under a new name. In this respect, it is
@@ -69,8 +69,8 @@
*
* INSTANTIATING NEW NULL LAYERS
*
- * New null layers are created with mount_null(8).
- * Mount_null(8) takes two arguments, the pathname
+ * New null layers are created with mount_nullfs(8).
+ * Mount_nullfs(8) takes two arguments, the pathname
* of the lower vfs (target-pn) and the pathname where the null
* layer will appear in the namespace (alias-pn). After
* the null layer is put into place, the contents
@@ -127,7 +127,7 @@
* vnode before returning it to the caller.
*
* For example, imagine mounting a null layer with
- * "mount_null /usr/include /dev/layer/null".
+ * "mount_nullfs /usr/include /dev/layer/null".
* Changing directory to /dev/layer/null will assign
* the root null-node (which was created when the null layer was mounted).
* Now consider opening "sys". A vop_lookup would be