Module Name:    src
Committed By:   wiz
Date:           Wed Nov 23 12:15:30 UTC 2011

Modified Files:
        src/sbin/rndctl: rndctl.8

Log Message:
Sort option descriptions, bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sbin/rndctl/rndctl.8

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

Modified files:

Index: src/sbin/rndctl/rndctl.8
diff -u src/sbin/rndctl/rndctl.8:1.19 src/sbin/rndctl/rndctl.8:1.20
--- src/sbin/rndctl/rndctl.8:1.19	Wed Nov 23 10:47:49 2011
+++ src/sbin/rndctl/rndctl.8	Wed Nov 23 12:15:30 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rndctl.8,v 1.19 2011/11/23 10:47:49 tls Exp $
+.\"	$NetBSD: rndctl.8,v 1.20 2011/11/23 12:15:30 wiz Exp $
 .\"
 .\" Copyright (c) 1997 Michael Graff
 .\" All rights reserved.
@@ -26,7 +26,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd January 4, 2009
+.Dd November 23, 2011
 .Dt RNDCTL 8
 .Os
 .Sh NAME
@@ -76,6 +76,11 @@ but no entropy is assumed to be present.
 .It Fl e
 Enable entropy estimation using the collected timing information
 for the given device name or device type.
+.It Fl L
+Load saved entropy from file
+.Ar save-file ,
+which will be overwritten and deleted before the entropy is loaded into
+the kernel.
 .It Fl l
 List all sources, or, if the
 .Fl t
@@ -86,6 +91,12 @@ flags are specified, only those specifie
 or
 .Ar devname
 specified.
+.It Fl S
+Save entropy pool to file
+.Ar save-file .
+The file format is specific to
+.Nm
+and includes an estimate of the amount of saved entropy and a checksum.
 .It Fl s
 Display statistics on the current state of the random collection pool.
 .It Fl t
@@ -108,17 +119,6 @@ Terminal, mouse, or other user input dev
 .It Ic rng
 Random number generators.
 .El
-.It Fl L
-Load saved entropy from file
-.Ar save-file ,
-which will be overwritten and deleted before the entropy is loaded into
-the kernel.
-.It Fl S
-Save entropy pool to file
-.Ar save-file .
-The file format is specific to
-.Nm
-and includes an estimate of the amount of saved entropy and a checksum.
 .El
 .Sh FILES
 .Bl -tag -width /dev/urandomx -compact

Reply via email to