Source-Changes-HG archive

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

[src/trunk]: src/sbin/rndctl Sort option descriptions, bump date for previous.



details:   https://anonhg.NetBSD.org/src/rev/49fdb8d50bf0
branches:  trunk
changeset: 771491:49fdb8d50bf0
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Nov 23 12:15:30 2011 +0000

description:
Sort option descriptions, bump date for previous.

diffstat:

 sbin/rndctl/rndctl.8 |  26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diffs (61 lines):

diff -r 39943a736316 -r 49fdb8d50bf0 sbin/rndctl/rndctl.8
--- a/sbin/rndctl/rndctl.8      Wed Nov 23 10:47:48 2011 +0000
+++ b/sbin/rndctl/rndctl.8      Wed Nov 23 12:15:30 2011 +0000
@@ -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 @@
 .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 @@
 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 @@
 .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



Home | Main Index | Thread Index | Old Index