aboutsummaryrefslogtreecommitdiff
path: root/sbin/reboot
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2016-02-29 17:22:34 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2016-02-29 17:22:34 +0000
commit0ca11f9dedcdc45bcd8cccae6c751fa3b9cd3d8a (patch)
tree2b89846c942b6e720ffb4f5e55c563da8be57427 /sbin/reboot
parent80a87461087caa71c74d891c5b7cddf0156ad58a (diff)
Notes
Diffstat (limited to 'sbin/reboot')
-rw-r--r--sbin/reboot/reboot.83
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8
index c95333c99375d..d0afe67d3b041 100644
--- a/sbin/reboot/reboot.8
+++ b/sbin/reboot/reboot.8
@@ -125,7 +125,7 @@ This option should probably not be used.
The system kills all processes, unmounts all filesystems, mounts the new
root filesystem, and begins the usual startup sequence.
After changing vfs.root.mountfrom with
-.Xr kenv 8 ,
+.Xr kenv 1 ,
.Nm Fl r
can be used to change the root filesystem while preserving kernel state.
.El
@@ -153,6 +153,7 @@ kenv vfs.root.mountfrom=ufs:/dev/ada0s1a
reboot -r
.Ed
.Sh SEE ALSO
+.Xr kenv 1 ,
.Xr getutxent 3 ,
.Xr boot 8 ,
.Xr dumpon 8 ,