diff options
-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 . |