aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/getvfsbyname.3
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1997-03-12 15:21:57 +0000
committerMike Pritchard <mpp@FreeBSD.org>1997-03-12 15:21:57 +0000
commit1d104f9fbd14f5b49b90b3246b7fce065a1347b7 (patch)
tree469f2578f5f026e40173bcbe78d4a5359f23c3cb /lib/libc/gen/getvfsbyname.3
parent1da37b4c38c45b9fbe293bca86542880275a2871 (diff)
downloadsrc-1d104f9fbd14f5b49b90b3246b7fce065a1347b7.tar.gz
src-1d104f9fbd14f5b49b90b3246b7fce065a1347b7.zip
More cleanup - I didn't realize that this was a new man page
and need extra attention :-)
Notes
Notes: svn path=/head/; revision=23786
Diffstat (limited to 'lib/libc/gen/getvfsbyname.3')
-rw-r--r--lib/libc/gen/getvfsbyname.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/getvfsbyname.3 b/lib/libc/gen/getvfsbyname.3
index c77465b27dab..db6152f08fb4 100644
--- a/lib/libc/gen/getvfsbyname.3
+++ b/lib/libc/gen/getvfsbyname.3
@@ -51,7 +51,7 @@ If successful,
the requested filesystem
.Fa vfsconf
is returned in the location pointed to by
-.Nm vfc .
+.Fa vfc .
The fields in a
.Dq Li struct vfsconf
are defined as follows:
@@ -93,4 +93,5 @@ specifies a filesystem that is unknown or not configured in the kernel.
.Sh HISTORY
A variant of the
.Fn getvfsbyname
-function first appeared in FreeBSD 2.0.
+function first appeared in
+.Fx 2.0 .