Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man5 Sort keywords. From dieter roelants in PR 49855.



details:   https://anonhg.NetBSD.org/src/rev/1f367611142d
branches:  trunk
changeset: 337740:1f367611142d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Apr 25 22:03:07 2015 +0000

description:
Sort keywords. From dieter roelants in PR 49855.
Bump date.

diffstat:

 share/man/man5/boot.cfg.5 |  32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diffs (60 lines):

diff -r b5c2dd17304a -r 1f367611142d share/man/man5/boot.cfg.5
--- a/share/man/man5/boot.cfg.5 Sat Apr 25 21:44:34 2015 +0000
+++ b/share/man/man5/boot.cfg.5 Sat Apr 25 22:03:07 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot.cfg.5,v 1.26 2013/04/15 22:46:52 jdf Exp $
+.\"    $NetBSD: boot.cfg.5,v 1.27 2015/04/25 22:03:07 wiz Exp $
 .\"
 .\" Copyright (c) 2007 Stephen Borrill
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 28, 2011
+.Dd April 25, 2014
 .Dt BOOT.CFG 5
 .Os
 .Sh NAME
@@ -131,6 +131,20 @@
 In addition,
 .Dq Ic prompt
 can be used to drop to the normal boot prompt.
+.It Sy rndseed
+Takes the path to a random-seed file as written by the
+.Fl S
+flag to
+.Xr rndctl 8
+as an argument.
+This file is used to seed the kernel entropy pool
+.Xr rnd 9
+very early in kernel startup, so that high quality randomness is
+available to all kernel modules.
+This argument should be supplied
+before any
+.Dq Ic load
+commands that may load executable modules.
 .It Sy timeout
 If the value is greater than zero, this specifies the time in seconds
 that the boot loader will wait for the end-user to choose a menu item.
@@ -146,20 +160,6 @@
 Passes a
 .Xr userconf 4
 command to the kernel at boot time.
-.It Sy rndseed
-Takes the path to a random-seed file as written by the
-.Fl S
-flag to
-.Xr rndctl 8
-as an argument.
-This file is used to seed the kernel entropy pool
-.Xr rnd 9
-very early in kernel startup, so that high quality randomness is
-available to all kernel modules.
-This argument should be supplied
-before any
-.Dq Ic load
-commands that may load executable modules.
 .El
 .Sh EXAMPLES
 Here is an example



Home | Main Index | Thread Index | Old Index