summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2013-01-28 07:04:52 +0000
committerpluknet <pluknet@FreeBSD.org>2013-01-28 07:04:52 +0000
commitee8d8f01574722ab4aba331e741b3889fa9d26c4 (patch)
tree2c90188d75b470e1f8abdc5f9ef866e1867e9de5 /share
parent3729189626665da7fd8e8a5d10dc5f58d564e362 (diff)
downloadFreeBSD-src-ee8d8f01574722ab4aba331e741b3889fa9d26c4.zip
FreeBSD-src-ee8d8f01574722ab4aba331e741b3889fa9d26c4.tar.gz
Technical corrections and improvements for the previous change.
Submitted by: bde
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/VFS_SET.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/VFS_SET.9 b/share/man/man9/VFS_SET.9
index c8e93b5..cc2e037 100644
--- a/share/man/man9/VFS_SET.9
+++ b/share/man/man9/VFS_SET.9
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 25, 2012
+.Dd January 28, 2013
.Dt VFS_SET 9
.Os
.Sh NAME
@@ -84,9 +84,9 @@ sysctl is set to
.Sh PSEUDOCODE
.Bd -literal
/*
- * Fill in the ones we redefine. The unused fields will be
- * automatically initialized by pointers to vfs_std* functions
- * during file system registration.
+ * Fill in the fields for which we have special methods.
+ * The others are initially null. This tells vfs to change them to
+ * pointers to vfs_std* functions during file system registration.
*/
static struct vfsops myfs_vfsops = {
.vfs_mount = myfs_mount,
OpenPOWER on IntegriCloud