Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games Separate primes manpage from that of factor. Correct ...



details:   https://anonhg.NetBSD.org/src/rev/9e77bcb38f58
branches:  trunk
changeset: 558362:9e77bcb38f58
user:      jsm <jsm%NetBSD.org@localhost>
date:      Sun Feb 08 13:16:25 2004 +0000

description:
Separate primes manpage from that of factor.  Correct DIAGNOSTICS
information.

diffstat:

 games/factor/Makefile |   3 +-
 games/factor/factor.6 |  50 +++-------------------------
 games/primes/Makefile |   5 +-
 games/primes/primes.6 |  87 +++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 96 insertions(+), 49 deletions(-)

diffs (205 lines):

diff -r 390b31763835 -r 9e77bcb38f58 games/factor/Makefile
--- a/games/factor/Makefile     Sun Feb 08 13:15:42 2004 +0000
+++ b/games/factor/Makefile     Sun Feb 08 13:16:25 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2002/09/19 03:15:39 lukem Exp $
+#      $NetBSD: Makefile,v 1.11 2004/02/08 13:16:25 jsm Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 # For MKCRYPTO
@@ -17,7 +17,6 @@
 .endif
 
 MAN=   factor.6
-MLINKS+=factor.6 primes.6
 .PATH: ${PRIMES}
 
 .include <bsd.prog.mk>
diff -r 390b31763835 -r 9e77bcb38f58 games/factor/factor.6
--- a/games/factor/factor.6     Sun Feb 08 13:15:42 2004 +0000
+++ b/games/factor/factor.6     Sun Feb 08 13:16:25 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: factor.6,v 1.8 2003/08/07 09:37:12 agc Exp $
+.\"    $NetBSD: factor.6,v 1.9 2004/02/08 13:16:25 jsm Exp $
 .\"
 .\" Copyright (c) 1989, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -37,19 +37,15 @@
 .\"
 .\"   chongo <for a good prime call: 391581 * 2^216193 - 1> /\oo/\
 .\"
-.Dd May 31, 1993
+.Dd February 8, 2004
 .Dt FACTOR 6
 .Os
 .Sh NAME
-.Nm factor ,
-.Nm primes
-.Nd factor a number, generate primes
+.Nm factor
+.Nd factor a number
 .Sh SYNOPSIS
 .Nm
 .Op Ar number ...
-.br
-.Nm primes
-.Op Ar start Op Ar stop
 .Sh DESCRIPTION
 The
 .Nm
@@ -74,46 +70,12 @@
 Numbers are terminated by a non-digit character (such as a newline).
 After a number is read, it is factored.
 Input lines must not be longer than 255 characters.
-.Pp
-The
-.Nm primes
-utility prints primes in ascending order, one per line, starting at or above
-.Ar start
-and continuing until, but not including
-.Ar stop .
-The
-.Ar start
-value must be at least 0 and not greater than
-.Ar stop .
-The
-.Ar stop
-value must not be greater than 4294967295.
-The default value of
-.Ar stop
-is 4294967295.
-.Pp
-When the
-.Nm primes
-utility is invoked with no arguments,
-.Ar start
-is read from standard input.
-.Ar stop
-is taken to be 4294967295.
-The
-.Ar start
-value may be preceded by a single +.
-The
-.Ar start
-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
-.Sq ouch
+an appropriate error message
 being written to standard error.
 .Sh BUGS
 .Nm
 cannot handle the
 .Dq 10 most wanted
-factor list,
-.Nm primes
-won't get you a world record.
+factor list.
diff -r 390b31763835 -r 9e77bcb38f58 games/primes/Makefile
--- a/games/primes/Makefile     Sun Feb 08 13:15:42 2004 +0000
+++ b/games/primes/Makefile     Sun Feb 08 13:16:25 2004 +0000
@@ -1,10 +1,9 @@
-#      $NetBSD: Makefile,v 1.6 2002/09/18 06:16:41 lukem Exp $
+#      $NetBSD: Makefile,v 1.7 2004/02/08 13:16:25 jsm Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
-NOMAN=         # defined
-
 PROG=          primes
 SRCS=          pattern.c pr_tbl.c primes.c
+MAN=           primes.6
 DPADD=         ${LIBM}
 LDADD=         -lm
 
diff -r 390b31763835 -r 9e77bcb38f58 games/primes/primes.6
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/primes/primes.6     Sun Feb 08 13:16:25 2004 +0000
@@ -0,0 +1,87 @@
+.\"    $NetBSD: primes.6,v 1.1 2004/02/08 13:16:25 jsm Exp $
+.\"
+.\" Copyright (c) 1989, 1993
+.\"    The Regents of the University of California.  All rights reserved.
+.\"
+.\" This code is derived from software contributed to Berkeley by
+.\" Landon Curt Noll.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. Neither the name of the University nor the names of its contributors
+.\"    may be used to endorse or promote products derived from this software
+.\"    without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\"    @(#)factor.6    8.1 (Berkeley) 5/31/93
+.\"
+.\"
+.\" By: Landon Curt Noll   chongo%toad.com@localhost,   ...!{sun,tolsoft}!hoptoad!chongo
+.\"
+.\"   chongo <for a good prime call: 391581 * 2^216193 - 1> /\oo/\
+.\"
+.Dd February 8, 2004
+.Dt PRIMES 6
+.Os
+.Sh NAME
+.Nm primes
+.Nd generate primes
+.Sh SYNOPSIS
+.Nm primes
+.Op Ar start Op Ar stop
+.Sh DESCRIPTION
+The
+.Nm
+utility prints primes in ascending order, one per line, starting at or above
+.Ar start
+and continuing until, but not including
+.Ar stop .
+The
+.Ar start
+value must be at least 0 and not greater than
+.Ar stop .
+The
+.Ar stop
+value must not be greater than 4294967295.
+The default value of
+.Ar stop
+is 4294967295.
+.Pp
+When the
+.Nm
+utility is invoked with no arguments,
+.Ar start
+is read from standard input.
+.Ar stop
+is taken to be 4294967295.
+The
+.Ar start
+value may be preceded by a single +.
+The
+.Ar start
+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
+an appropriate error message
+being written to standard error.
+.Sh BUGS
+.Nm
+won't get you a world record.



Home | Main Index | Thread Index | Old Index