diff options
author | trasz <trasz@FreeBSD.org> | 2016-02-29 17:22:34 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2016-02-29 17:22:34 +0000 |
commit | 4f6959f72d7d7853be8c77ed181530af2bd243db (patch) | |
tree | 2b89846c942b6e720ffb4f5e55c563da8be57427 /lib/libc | |
parent | 3835e904017b37184642a786170ca2f5f42ece72 (diff) | |
download | FreeBSD-src-4f6959f72d7d7853be8c77ed181530af2bd243db.zip FreeBSD-src-4f6959f72d7d7853be8c77ed181530af2bd243db.tar.gz |
kenv(8) -> kenv(1)
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/reboot.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2 index df4a0ec..ce8cc71 100644 --- a/lib/libc/sys/reboot.2 +++ b/lib/libc/sys/reboot.2 @@ -118,7 +118,7 @@ Instead of rebooting, unmount all filesystems except the one containing currently-running executable, and mount root filesystem using the same mechanism which is used during normal boot, based on vfs.root.mountfrom -.Xr kenv 8 +.Xr kenv 1 variable. .It Dv RB_RDONLY Initially mount the root file system read-only. |