summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1995-12-27 11:40:47 +0000
committermarkm <markm@FreeBSD.org>1995-12-27 11:40:47 +0000
commit67c492e4c6d29d4eb32e8f6234e43673634084ba (patch)
treedfca0b744fe75a2ef0ea674f374db492d7e25fef /usr.sbin
parentc5d5c6d2374acd86b24112bff797c4fad83462d0 (diff)
downloadFreeBSD-src-67c492e4c6d29d4eb32e8f6234e43673634084ba.zip
FreeBSD-src-67c492e4c6d29d4eb32e8f6234e43673634084ba.tar.gz
Fix typos/lies.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/rndcontrol/rndcontrol.86
-rw-r--r--usr.sbin/rndcontrol/rndcontrol.c4
2 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/rndcontrol/rndcontrol.8 b/usr.sbin/rndcontrol/rndcontrol.8
index f653cde..57a6cf8 100644
--- a/usr.sbin/rndcontrol/rndcontrol.8
+++ b/usr.sbin/rndcontrol/rndcontrol.8
@@ -48,9 +48,9 @@ The
.Nm rndcontrol
command is used to set which interrupts are used to help randomise
the ``pool of entropy'' maintained by the kernel. The
-.Em 0 /dev/random
+.Em /dev/random
and
-.Em 0 /dev/urandom
+.Em /dev/urandom
devices are the user interface to this source of randomness.
Any changes take effect immediately.
.Sh OPTIONS
@@ -62,7 +62,7 @@ Turns off all output except errors.
.It Fl s Ar n
Allows IRQ
.Em n
-to be$ used as a source of randomness. This option may be repeated for
+to be used as a source of randomness. This option may be repeated for
more than one IRQ.
.It Fl c Ar n
Stops IRQ
diff --git a/usr.sbin/rndcontrol/rndcontrol.c b/usr.sbin/rndcontrol/rndcontrol.c
index 5c8fd64..b27578e 100644
--- a/usr.sbin/rndcontrol/rndcontrol.c
+++ b/usr.sbin/rndcontrol/rndcontrol.c
@@ -30,6 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
+ *
*/
#include <stdlib.h>
@@ -40,7 +42,7 @@
void usage(char *myname)
{
- fprintf(stderr, "usage: %s [ [-q | -v] [-s N | -c M]... ]\n", myname);
+ fprintf(stderr, "usage: %s [ [-q ] [-s N | -c M]... ]\n", myname);
}
int
OpenPOWER on IntegriCloud