diff options
author | mpp <mpp@FreeBSD.org> | 1997-03-03 06:02:54 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-03-03 06:02:54 +0000 |
commit | 16adac732614676d5ad746e4beaacb39d31a1f32 (patch) | |
tree | 4ac2b3a3cc5e99f7ca85ddbc80d50554c8f053a3 /lib | |
parent | d2d0d9bc8bdad6415fae600b8a7dffb26331a6d1 (diff) | |
download | FreeBSD-src-16adac732614676d5ad746e4beaacb39d31a1f32.zip FreeBSD-src-16adac732614676d5ad746e4beaacb39d31a1f32.tar.gz |
Change vfc_typenum back to vfc_index in response to bde's
commit to getvfsent.c rev 1.10.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/getvfsent.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getvfsent.3 b/lib/libc/gen/getvfsent.3 index efb064a..756fec4 100644 --- a/lib/libc/gen/getvfsent.3 +++ b/lib/libc/gen/getvfsent.3 @@ -1,4 +1,4 @@ -.\" $Id: getvfsent.3,v 1.7 1997/02/22 14:58:10 peter Exp $ +.\" $Id: getvfsent.3,v 1.8 1997/02/28 06:22:28 mpp Exp $ .\" Written by Garrett A. Wollman, September 1994. .\" This manual page is in the public domain. .\" @@ -53,7 +53,7 @@ are as follows: .Bl -tag -compact -width vfc_refcount .It vfc_name the name of the filesystem -.It vfc_typenum +.It vfc_index the filesystem type number assigned by the kernel and used in calls to .Xr mount 2 .It vfc_refcount |