Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games Use standard AUTHORS section header. From YOMURA Masan...
details: https://anonhg.NetBSD.org/src/rev/cd468cd637ce
branches: trunk
changeset: 584393:cd468cd637ce
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Sep 15 02:09:41 2005 +0000
description:
Use standard AUTHORS section header. From YOMURA Masanori in private mail
Sort sections if necessary. Use more/better markup.
diffstat:
games/atc/atc.6 | 4 +-
games/backgammon/backgammon/backgammon.6 | 6 +-
games/banner/banner.6 | 6 +-
games/battlestar/battlestar.6 | 4 +-
games/boggle/boggle/boggle.6 | 18 +++++-----
games/canfield/canfield/canfield.6 | 6 +-
games/countmail/countmail.6 | 11 ++++--
games/dab/dab.6 | 8 ++--
games/gomoku/gomoku.6 | 4 +-
games/hack/hack.6 | 56 ++++++++++++++++----------------
games/larn/larn.6 | 9 +---
games/mille/mille.6 | 4 +-
games/monop/monop.6 | 6 +-
games/pom/pom.6 | 4 +-
games/rain/rain.6 | 4 +-
games/robots/robots.6 | 9 ++--
games/rogue/rogue.6 | 12 +++---
games/sail/sail.6 | 4 +-
games/tetris/tetris.6 | 7 +--
games/trek/trek.6 | 6 +-
games/wargames/wargames.6 | 7 ++-
21 files changed, 98 insertions(+), 97 deletions(-)
diffs (truncated from 579 to 300 lines):
diff -r 2e8e51a0c63e -r cd468cd637ce games/atc/atc.6
--- a/games/atc/atc.6 Thu Sep 15 01:49:07 2005 +0000
+++ b/games/atc/atc.6 Thu Sep 15 02:09:41 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: atc.6,v 1.21 2004/01/01 16:31:37 wiz Exp $
+.\" $NetBSD: atc.6,v 1.22 2005/09/15 02:09:41 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -492,7 +492,7 @@
.Pp
The scores are kept in
.Pa /var/games/atc_score .
-.Sh AUTHOR
+.Sh AUTHORS
Ed James, UC Berkeley: edjames%ucbvax.berkeley.edu@localhost, ucbvax!edjames
.Pp
This game is based on someone's description of the overall flavor
diff -r 2e8e51a0c63e -r cd468cd637ce games/backgammon/backgammon/backgammon.6
--- a/games/backgammon/backgammon/backgammon.6 Thu Sep 15 01:49:07 2005 +0000
+++ b/games/backgammon/backgammon/backgammon.6 Thu Sep 15 02:09:41 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: backgammon.6,v 1.11 2003/08/07 09:36:55 agc Exp $
+.\" $NetBSD: backgammon.6,v 1.12 2005/09/15 02:09:41 wiz Exp $
.\"
.\" Copyright (c) 1980, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -163,8 +163,6 @@
.Ic h
for home,
or 0 or 25 as appropriate.
-.Sh AUTHOR
-.An Alan Char
.Sh FILES
.Bl -tag -width /usr/share/misc/termcap -compact
.It Pa /usr/games/teachgammon
@@ -172,5 +170,7 @@
.It Pa /usr/share/misc/termcap
terminal capabilities
.El
+.Sh AUTHORS
+.An Alan Char
.Sh BUGS
The program's strategy needs much work.
diff -r 2e8e51a0c63e -r cd468cd637ce games/banner/banner.6
--- a/games/banner/banner.6 Thu Sep 15 01:49:07 2005 +0000
+++ b/games/banner/banner.6 Thu Sep 15 02:09:41 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: banner.6,v 1.13 2003/08/07 09:36:59 agc Exp $
+.\" $NetBSD: banner.6,v 1.14 2005/09/15 02:09:41 wiz Exp $
.\"
.\" Copyright (c) 1980, 1993, 1995
.\" The Regents of the University of California. All rights reserved.
@@ -52,6 +52,8 @@
.Pp
The output should be printed on paper of the appropriate width,
with no breaks between the pages.
+.Sh AUTHORS
+.An Mark Horton
.Sh BUGS
Several ASCII characters are not defined, notably \*[Lt], \*[Gt], [, ], \\,
^, _, {, }, |, and ~. Also, the characters ", ', and \*[Am] are funny
@@ -62,5 +64,3 @@
option is implemented by skipping some rows and columns.
The smaller it gets, the grainier the output.
Sometimes it runs letters together.
-.Sh AUTHOR
-.An Mark Horton
diff -r 2e8e51a0c63e -r cd468cd637ce games/battlestar/battlestar.6
--- a/games/battlestar/battlestar.6 Thu Sep 15 01:49:07 2005 +0000
+++ b/games/battlestar/battlestar.6 Thu Sep 15 02:09:41 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: battlestar.6,v 1.14 2003/08/07 09:37:00 agc Exp $
+.\" $NetBSD: battlestar.6,v 1.15 2005/09/15 02:09:41 wiz Exp $
.\"
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -152,7 +152,7 @@
Most interesting things that happen in the game are hardwired into the
code, so don't send me any hate mail about it!
Instead, enjoy art for art's sake!
-.Sh AUTHOR
+.Sh AUTHORS
.An David Riggle
.Sh INSPIRATION \*[Am] ASSISTANCE
.Bl -item -compact
diff -r 2e8e51a0c63e -r cd468cd637ce games/boggle/boggle/boggle.6
--- a/games/boggle/boggle/boggle.6 Thu Sep 15 01:49:07 2005 +0000
+++ b/games/boggle/boggle/boggle.6 Thu Sep 15 02:09:41 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: boggle.6,v 1.7 2003/08/07 09:37:05 agc Exp $
+.\" $NetBSD: boggle.6,v 1.8 2005/09/15 02:09:41 wiz Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -97,6 +97,14 @@
Help is available during play by typing
.Sq Ic \&? .
More detailed information on the game is given there.
+.Sh AUTHORS
+Boggle is a trademark of Parker Brothers.
+.Pp
+Barry Brachman
+.Pp
+Dept. of Computer Science
+.Pp
+University of British Columbia
.Sh BUGS
If there are a great many words in the cube the final display of the words
may scroll off of the screen.
@@ -112,11 +120,3 @@
or
.Ar ++
options the display of words found in the board doesn't indicate reused cubes.
-.Sh AUTHOR
-Boggle is a trademark of Parker Brothers.
-.Pp
-Barry Brachman
-.br
-Dept. of Computer Science
-.br
-University of British Columbia
diff -r 2e8e51a0c63e -r cd468cd637ce games/canfield/canfield/canfield.6
--- a/games/canfield/canfield/canfield.6 Thu Sep 15 01:49:07 2005 +0000
+++ b/games/canfield/canfield/canfield.6 Thu Sep 15 02:09:41 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: canfield.6,v 1.9 2003/08/07 09:37:07 agc Exp $
+.\" $NetBSD: canfield.6,v 1.10 2005/09/15 02:09:41 wiz Exp $
.\"
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -113,10 +113,10 @@
.It Pa /var/games/cfscores
the database of scores
.El
-.Sh BUGS
-It is impossible to cheat.
.Sh AUTHORS
Originally written: Steve Levine.
.Pp
Further random hacking by: Steve Feldman, Kirk McKusick,
Mikey Olson, and Eric Allman.
+.Sh BUGS
+It is impossible to cheat.
diff -r 2e8e51a0c63e -r cd468cd637ce games/countmail/countmail.6
--- a/games/countmail/countmail.6 Thu Sep 15 01:49:07 2005 +0000
+++ b/games/countmail/countmail.6 Thu Sep 15 02:09:41 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: countmail.6,v 1.10 2004/02/08 00:31:16 jsm Exp $
+.\" $NetBSD: countmail.6,v 1.11 2005/09/15 02:09:41 wiz Exp $
.\"
.\" Copyright (c) 1997 Matthew R. Green
.\" All rights reserved.
@@ -38,16 +38,21 @@
The
.Nm
program counts your mail and tells you about it rather obnoxiously.
+.Sh SEE ALSO
+.Xr from 1
.Sh HISTORY
The
.Nm
program first appeared in
.Nx 1.3 .
+.Sh AUTHORS
+.An -nosplit
.Nm
was first written by
.An Noah Friedman Aq friedman%splode.com@localhost
in 1993.
-This version was written by Charles M. Hannum
+This version was written by
+.An Charles M. Hannum
.Aq mycroft%NetBSD.org@localhost .
.Sh CAVEATS
The read loop is horrendously slow on every shell implementation tried.
@@ -57,5 +62,3 @@
and
.Xr wc 1
instead, though these are not shell builtins.
-.Sh SEE ALSO
-.Xr from 1
diff -r 2e8e51a0c63e -r cd468cd637ce games/dab/dab.6
--- a/games/dab/dab.6 Thu Sep 15 01:49:07 2005 +0000
+++ b/games/dab/dab.6 Thu Sep 15 02:09:41 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: dab.6,v 1.1.1.1 2003/12/26 17:57:04 christos Exp $
+.\" $NetBSD: dab.6,v 1.2 2005/09/15 02:09:41 wiz Exp $
.\"
.\" Copyright (c) 2003 Thomas Klausner.
.\"
@@ -97,9 +97,6 @@
.Ar ydim
define the size of the board in the x and y
dimensions.
-.Sh AUTHORS
-.An Christos Zoulas
-.Aq christos%NetBSD.org@localhost
.Sh SEE ALSO
.Rs
.%A Elwyn R. Berlekamp
@@ -108,3 +105,6 @@
.%I A K Peters
.%O http://www.akpeters.com/book.asp?bID=111
.Re
+.Sh AUTHORS
+.An Christos Zoulas
+.Aq christos%NetBSD.org@localhost
diff -r 2e8e51a0c63e -r cd468cd637ce games/gomoku/gomoku.6
--- a/games/gomoku/gomoku.6 Thu Sep 15 01:49:07 2005 +0000
+++ b/games/gomoku/gomoku.6 Thu Sep 15 02:09:41 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: gomoku.6,v 1.10 2003/08/07 09:37:17 agc Exp $
+.\" $NetBSD: gomoku.6,v 1.11 2005/09/15 02:09:41 wiz Exp $
.\"
.\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved.
@@ -87,7 +87,7 @@
User versus user.
This is mostly used for testing.
.El
-.Sh AUTHOR
+.Sh AUTHORS
.An Ralph Campbell
.Sh ACKNOWLEDGEMENTS
The board display routines were based on the
diff -r 2e8e51a0c63e -r cd468cd637ce games/hack/hack.6
--- a/games/hack/hack.6 Thu Sep 15 01:49:07 2005 +0000
+++ b/games/hack/hack.6 Thu Sep 15 02:09:41 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: hack.6,v 1.14 2004/06/01 10:10:06 wiz Exp $ -*- nroff -*-
+.\" $NetBSD: hack.6,v 1.15 2005/09/15 02:09:41 wiz Exp $ -*- nroff -*-
.\"
.\" Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
.\" Amsterdam
@@ -147,33 +147,6 @@
Cavemen, Fighters, Knights, Speleologists, Tourists or Wizards.
It may also be followed by one or more player names to print the scores of the
players mentioned.
-.Sh AUTHORS
-Jay Fenlason (+ Kenny Woodland, Mike Thome and Jon Payne) wrote the
-original hack, very much like rogue (but full of bugs).
-.br
-Andries Brouwer continuously deformed their sources into the current
-version - in fact an entirely different game.
-.Sh FILES
-.Bl -tag -width 24n -compact
-.It Pa hack
-The hack program.
-.It Pa data, rumors
-Data files used by hack.
-.It Pa help, hh
-Help data files.
-.It Pa record
-The list of topscorers.
-.It Pa save
-A subdirectory containing the saved games.
-.It Pa bones_dd
-Descriptions of the ghost and belongings of a deceased adventurer.
-.It Pa xlock.dd
-Description of a dungeon level.
-.It Pa safelock
-Lock file for xlock.
-.It Pa record_lock
-Lock file for record.
-.El
.Sh ENVIRONMENT
.Bl -tag -width 24n -compact
.It Ev USER No or Ev LOGNAME
@@ -204,6 +177,33 @@
.Ev MAGIC
and
.Ev SHOPTYPE .
+.Sh FILES
+.Bl -tag -width 24n -compact
+.It Pa hack
+The hack program.
+.It Pa data, rumors
+Data files used by hack.
+.It Pa help, hh
+Help data files.
+.It Pa record
+The list of topscorers.
+.It Pa save
+A subdirectory containing the saved games.
+.It Pa bones_dd
+Descriptions of the ghost and belongings of a deceased adventurer.
+.It Pa xlock.dd
+Description of a dungeon level.
+.It Pa safelock
+Lock file for xlock.
+.It Pa record_lock
+Lock file for record.
+.El
+.Sh AUTHORS
+Jay Fenlason (+ Kenny Woodland, Mike Thome and Jon Payne) wrote the
+original hack, very much like rogue (but full of bugs).
+.Pp
+Andries Brouwer continuously deformed their sources into the current
+version - in fact an entirely different game.
Home |
Main Index |
Thread Index |
Old Index