diff options
Diffstat (limited to 'random/random.6')
| -rw-r--r-- | random/random.6 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/random/random.6 b/random/random.6 index 5d238367..5fff3e3e 100644 --- a/random/random.6 +++ b/random/random.6 @@ -1,4 +1,4 @@ -.\" $NetBSD: random.6,v 1.2 1995/04/22 07:44:04 cgd Exp $ +.\" $NetBSD: random.6,v 1.3 1997/10/12 01:14:18 lukem Exp $ .\" .\" Copyright (c) 1994 .\" The Regents of the University of California. All rights reserved. @@ -40,11 +40,11 @@ .Nm random .Nd random lines from a file or random numbers .Sh SYNOPSIS -.Nm random +.Nm .Op Fl er .Op Ar denominator .Sh DESCRIPTION -.Nm Random +.Nm reads lines from the standard input and copies them to the standard output with a probability of 1/denominator. The default value for @@ -57,7 +57,7 @@ The options are as follows: If the .Fl e option is specified, -.Nm random +.Nm does not read or write anything, and simply exits with a random exit value of 0 to .Ar denominator |
