document -s
This commit is contained in:
parent
00305bb997
commit
6532bb554c
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: rndctl.8,v 1.6 2000/06/20 02:40:10 sommerfeld Exp $
|
.\" $NetBSD: rndctl.8,v 1.7 2000/08/28 13:27:37 joda Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1997 Michael Graff
|
.\" Copyright (c) 1997 Michael Graff
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
.Op Fl t Ar devtype
|
.Op Fl t Ar devtype
|
||||||
.Op Fl d Ar devname
|
.Op Fl d Ar devname
|
||||||
.Nm ""
|
.Nm ""
|
||||||
.Fl l
|
.Fl ls
|
||||||
.Op Fl t Ar devtype
|
.Op Fl t Ar devtype
|
||||||
.Op Fl d Ar devname
|
.Op Fl d Ar devname
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
|
@ -79,6 +79,8 @@ flags are specified, only those specified by the
|
||||||
or
|
or
|
||||||
.Ar devname
|
.Ar devname
|
||||||
specified.
|
specified.
|
||||||
|
.It Fl s
|
||||||
|
Show entropy pool statistics.
|
||||||
.It Fl t
|
.It Fl t
|
||||||
All devices of type
|
All devices of type
|
||||||
.Ar devtype
|
.Ar devtype
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: rndctl.c,v 1.7 2000/08/25 16:47:17 joda Exp $ */
|
/* $NetBSD: rndctl.c,v 1.8 2000/08/28 13:27:37 joda Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1997 Michael Graff.
|
* Copyright (c) 1997 Michael Graff.
|
||||||
|
@ -68,7 +68,7 @@ static void
|
||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "usage: rndctl -CEce [-t devtype] [-d devname]\n");
|
fprintf(stderr, "usage: rndctl -CEce [-t devtype] [-d devname]\n");
|
||||||
fprintf(stderr, " rndctl -l [-t devtype] [-d devname]\n");
|
fprintf(stderr, " rndctl -ls [-t devtype] [-d devname]\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue