Fix typos/lies.
This commit is contained in:
parent
2da2fd1d17
commit
cdb34e4306
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user