Module Name:    src
Committed By:   wiz
Date:           Sat Apr 25 22:03:07 UTC 2015

Modified Files:
        src/share/man/man5: boot.cfg.5

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/share/man/man5/boot.cfg.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man5/boot.cfg.5
diff -u src/share/man/man5/boot.cfg.5:1.26 src/share/man/man5/boot.cfg.5:1.27
--- src/share/man/man5/boot.cfg.5:1.26	Mon Apr 15 22:46:52 2013
+++ src/share/man/man5/boot.cfg.5	Sat Apr 25 22:03:07 2015
@@ -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 @@ normal boot prompt.
 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 @@ time limit for the user to choose an opt
 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

Reply via email to