diff options
author | hsu <hsu@FreeBSD.org> | 1996-03-11 03:08:51 +0000 |
---|---|---|
committer | hsu <hsu@FreeBSD.org> | 1996-03-11 03:08:51 +0000 |
commit | 62bcd1f5105e75e195bab0bbc52979bc8ed92993 (patch) | |
tree | ab32a8f3aadabd2766fd9196ac70a8d5b8edbdca /lib | |
parent | 6845ef45846122c8dab18e0731f03f9e00e4b60b (diff) | |
download | FreeBSD-src-62bcd1f5105e75e195bab0bbc52979bc8ed92993.zip FreeBSD-src-62bcd1f5105e75e195bab0bbc52979bc8ed92993.tar.gz |
From Lite2: rename fs to vfs.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 12ee90b..35835c8 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -176,7 +176,7 @@ as a debugging variable, the following declaration would be used: int dospecialcheck = 1; struct ctldebug debug5 = { "dospecialcheck", &dospecialcheck }; .Ed -.Sh CTL_FS +.Sh CTL_VFS There are currently no second level names for the file system. .Sh CTL_HW The string and integer information available for the CTL_HW level |