Source-Changes-HG archive

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

[src/trunk]: src/sbin/rndctl Sort sections, use standard headers, sort SEE ALSO.



details:   https://anonhg.NetBSD.org/src/rev/d6769d35e5d4
branches:  trunk
changeset: 517651:d6769d35e5d4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Nov 16 12:08:19 2001 +0000

description:
Sort sections, use standard headers, sort SEE ALSO.

diffstat:

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

diffs (57 lines):

diff -r ddc2e0010063 -r d6769d35e5d4 sbin/rndctl/rndctl.8
--- a/sbin/rndctl/rndctl.8      Fri Nov 16 12:07:43 2001 +0000
+++ b/sbin/rndctl/rndctl.8      Fri Nov 16 12:08:19 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rndctl.8,v 1.10 2001/11/16 10:25:50 wiz Exp $
+.\"    $NetBSD: rndctl.8,v 1.11 2001/11/16 12:08:19 wiz Exp $
 .\"
 .\" Copyright (c) 1997 Michael Graff
 .\" All rights reserved.
@@ -50,7 +50,7 @@
 are allowed to contribute to the randomness pool maintained by
 .Xr rnd 4 ,
 as well as whether a given source is counts as strongly random.
-.Sh OPTIONS
+.Pp
 The following options are available:
 .Bl -tag -width 123456
 .It Fl C
@@ -88,12 +88,6 @@
 .Ar devname
 is altered or displayed.
 .El
-.Sh WARNINGS
-Turning on entropy estimation from unsafe or predictable sources will
-weaken system security, while turning on entropy collection from such
-sources may weaken system security.
-.Pp
-Care should be taken when using this command.
 .Sh FILES
 .Bl -tag -width /dev/urandomx -compact
 .It Pa /dev/random
@@ -101,15 +95,21 @@
 .It Pa /dev/urandom
 Always returns data, degenerates to a pseudo-random generator
 .El
+.Sh SEE ALSO
+.Xr rnd 4 ,
+.Xr rnd 9
 .Sh HISTORY
 The
 .Nm
 program was first made available in
 .Nx 1.3 .
-.Sh AUTHOR
+.Sh AUTHORS
 The
 .Nm
 program was written by Michael Graff <explorer%flame.org@localhost>.
-.Sh SEE ALSO
-.Xr rnd 4 ,
-.Xr rnd 9
+.Sh BUGS
+Turning on entropy estimation from unsafe or predictable sources will
+weaken system security, while turning on entropy collection from such
+sources may weaken system security.
+.Pp
+Care should be taken when using this command.



Home | Main Index | Thread Index | Old Index