summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-24 13:17:47 +0000
committerru <ru@FreeBSD.org>2001-05-24 13:17:47 +0000
commit739b6e17bf304791f0a979ac5f259568768c0399 (patch)
tree3d39284be48db040a17df0748906ac0440ba1e25
parent73e97bc16e38591fa113bba1192f268e97aafdfd (diff)
downloadFreeBSD-src-739b6e17bf304791f0a979ac5f259568768c0399.zip
FreeBSD-src-739b6e17bf304791f0a979ac5f259568768c0399.tar.gz
mount_null(8) -> mount_nullfs(8).
-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 32b9665..0801c0b 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
OpenPOWER on IntegriCloud