Author: trasz
Date: Mon Feb 29 17:22:34 2016
New Revision: 296203
URL: https://svnweb.freebsd.org/changeset/base/296203

Log:
  kenv(8) -> kenv(1)
  
  MFC after:    1 month
  Sponsored by: The FreeBSD Foundation

Modified:
  head/lib/libc/sys/reboot.2
  head/sbin/reboot/reboot.8

Modified: head/lib/libc/sys/reboot.2
==============================================================================
--- head/lib/libc/sys/reboot.2  Mon Feb 29 17:20:37 2016        (r296202)
+++ head/lib/libc/sys/reboot.2  Mon Feb 29 17:22:34 2016        (r296203)
@@ -118,7 +118,7 @@ Instead of rebooting, unmount all filesy
 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.

Modified: head/sbin/reboot/reboot.8
==============================================================================
--- head/sbin/reboot/reboot.8   Mon Feb 29 17:20:37 2016        (r296202)
+++ head/sbin/reboot/reboot.8   Mon Feb 29 17:22:34 2016        (r296203)
@@ -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 ,
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to