diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
commit | 078c2448197a826265f74828b3159d758f1f0ceb (patch) | |
tree | ef3b0d7b2b6fcf1328ac8953d9e2abf6431093ea /games/factor | |
parent | 3610cb2f5b1eeb5e599fcca418780b43c2f30b6d (diff) |
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
Diffstat (limited to 'games/factor')
-rw-r--r-- | games/factor/factor.6 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/factor/factor.6 b/games/factor/factor.6 index 16e7ee5c21b..84b6349a916 100644 --- a/games/factor/factor.6 +++ b/games/factor/factor.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: factor.6,v 1.4 1998/12/15 19:18:30 pjanzen Exp $ +.\" $OpenBSD: factor.6,v 1.5 1999/07/09 13:35:56 aaron Exp $ .\" .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -59,7 +59,7 @@ factor a number, generate primes The .Nm utility will factor integers between -2147483648 and 2147483647 inclusive. -When a number is factored, it is printed, followed by a +When a number is factored, it is printed, followed by a .Dq \: , and the list of factors on a single line. Factors are listed in ascending order, and are preceded by a space. @@ -89,7 +89,7 @@ utility prints primes in ascending order, one per line, starting at or above and continuing until, but not including .Ar stop . The -.Ar start +.Ar start value must be at least 0 and not greater than .Ar stop . The @@ -115,7 +115,7 @@ value is terminated by a non-digit character (such as a newline). The input line must not be longer than 255 characters. .Sh BUGS .Nm factor -cannot handle the +cannot handle the .Dq 10 most wanted factor list; .Nm primes |