diff options
author | mpp <mpp@FreeBSD.org> | 1997-03-12 15:21:57 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-03-12 15:21:57 +0000 |
commit | da10f47e40954a8ee86303270ef5bea135ca3301 (patch) | |
tree | 1cf7aff488f2fc15dabdc22ecfa6b4d346a6a41f /lib/libc | |
parent | 336e7e81970c7b087125b1d6f32bd5c14361f62a (diff) | |
download | FreeBSD-src-da10f47e40954a8ee86303270ef5bea135ca3301.zip FreeBSD-src-da10f47e40954a8ee86303270ef5bea135ca3301.tar.gz |
More cleanup - I didn't realize that this was a new man page
and need extra attention :-)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getvfsbyname.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/getvfsbyname.3 b/lib/libc/gen/getvfsbyname.3 index c77465b..db6152f 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 . |