diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-11-29 19:38:01 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-11-29 19:38:01 +0000 |
commit | b84b006f18895b26889fc960039cd3d71541556f (patch) | |
tree | 2da95f1dd750e20e05398f84d7a4f09d88bb00fc /games/random | |
parent | e78e38b53d3b73ab5e8d3e1aca415b1ec56f9877 (diff) |
Don't capitalize game names at the beginning of sentences.
Diffstat (limited to 'games/random')
-rw-r--r-- | games/random/random.6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/random/random.6 b/games/random/random.6 index f4cd2c57b10..02e344c8972 100644 --- a/games/random/random.6 +++ b/games/random/random.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: random.6,v 1.2 1998/08/22 08:55:21 pjanzen Exp $ +.\" $OpenBSD: random.6,v 1.3 1998/11/29 19:37:50 pjanzen Exp $ .\" .\" Copyright (c) 1994 .\" The Regents of the University of California. All rights reserved. @@ -44,7 +44,7 @@ .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 |