diff options
| author | wiz <wiz@NetBSD.org> | 2015-04-25 22:03:07 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2015-04-25 22:03:07 +0000 |
| commit | ddcd23231fd46f7df9bce700fd2cc2b3af8a256c (patch) | |
| tree | 99246f6d406eaeb43363486ee29ec052fd9aff4c | |
| parent | d5f012869174827e4980a1e9645227134deecb25 (diff) | |
Sort keywords. From dieter roelants in PR 49855.
Bump date.
| -rw-r--r-- | share/man/man5/boot.cfg.5 | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/share/man/man5/boot.cfg.5 b/share/man/man5/boot.cfg.5 index 3af7c41ff68..0ab31a0e773 100644 --- a/share/man/man5/boot.cfg.5 +++ b/share/man/man5/boot.cfg.5 @@ -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 option. 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 |
