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/number | |
parent | e78e38b53d3b73ab5e8d3e1aca415b1ec56f9877 (diff) |
Don't capitalize game names at the beginning of sentences.
Diffstat (limited to 'games/number')
-rw-r--r-- | games/number/number.6 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/number/number.6 b/games/number/number.6 index 506866fd199..4af634d169e 100644 --- a/games/number/number.6 +++ b/games/number/number.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: number.6,v 1.3 1998/08/19 07:40:46 pjanzen Exp $ +.\" $OpenBSD: number.6,v 1.4 1998/11/29 19:37:47 pjanzen Exp $ .\" .\" Copyright (c) 1989, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -58,7 +58,8 @@ The options are as follows: Display the number on a single line. .El .Pp -.Nm Number -understands negative numbers (although they must be preceded by `--' +.Nm +understands negative numbers (although they must be preceded by +.Sq -- if they are on the command line to avoid being mistaken for options) and numbers in scientific notation (e.g. 1.234E+05). |