* Fixed bad merge (that's why sail was broken).

git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5177 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
joey
2001-12-29 19:48:57 +00:00
parent b05333c9fe
commit 0a887df528
19 changed files with 420 additions and 440 deletions

View File

@@ -62,7 +62,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
@@ -87,7 +87,7 @@ The
value is terminated by a non-digit character (such as a newline).
The input line must not be longer than 255 characters.
.Sh DIAGNOSTICS
Out of range or invalid input results in
Out of range or invalid input results in
.Sq ouch
being written to standard error.
.Sh BUGS