diff options
author | Glen Barber <gjb@FreeBSD.org> | 2016-03-02 16:14:46 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2016-03-02 16:14:46 +0000 |
commit | 52259a98adba7622f236db46a330e61df0c84fb1 (patch) | |
tree | 9c83d6fb30867514fbcff33f80605a1fb118d720 /sbin/reboot | |
parent | aef2f6ad2e64655fcc1ab4f9b26e1c7eb20bbe00 (diff) | |
parent | 39c44571c032ce86b43e87de4cc716ea696c265d (diff) | |
download | src-test2-52259a98adba7622f236db46a330e61df0c84fb1.tar.gz src-test2-52259a98adba7622f236db46a330e61df0c84fb1.zip |
Notes
Diffstat (limited to 'sbin/reboot')
-rw-r--r-- | sbin/reboot/reboot.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index c95333c99375..d0afe67d3b04 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 , |