Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Feb 2016 17:22:35 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296203 - in head: lib/libc/sys sbin/reboot
Message-ID:  <201602291722.u1THMZ43027909@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602291722.u1THMZ43027909>