diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-08 06:23:52 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-08 06:23:52 +0000 |
commit | c913dfb2342fd18ee062217a62c4f6b84fad990a (patch) | |
tree | a050992e70fc5e099f0797f731f96f592893d7b4 /games | |
parent | 1e234701a32047274621d9c16bf27a76107b3d10 (diff) | |
download | FreeBSD-ports-c913dfb2342fd18ee062217a62c4f6b84fad990a.zip FreeBSD-ports-c913dfb2342fd18ee062217a62c4f6b84fad990a.tar.gz |
adventure.6 man-page, add section AUTHORS
Bring in the AUTHORS section for the adventure man-page.
Found in OpenBSD tree, rev 1.2 of adventure.6
PR: ports/41167
Submitted by: Anders Andersson <anders@hack.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/bsdgames/files/patch-adventure::adventure.6 | 11 | ||||
-rw-r--r-- | games/freebsd-games/files/patch-adventure::adventure.6 | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/games/bsdgames/files/patch-adventure::adventure.6 b/games/bsdgames/files/patch-adventure::adventure.6 new file mode 100644 index 0000000..d749bf2 --- /dev/null +++ b/games/bsdgames/files/patch-adventure::adventure.6 @@ -0,0 +1,11 @@ +--- adventure/adventure.6.orig Sun Sep 7 23:21:31 2003 ++++ adventure/adventure.6 Sun Sep 7 23:21:50 2003 +@@ -56,3 +56,8 @@ + .Dq quit ; + to save a game for later resumption, enter + .Dq suspend . ++.Sh AUTHORS ++The game ++.Nm ++was originally written in Fortran by Will Crowther and Don Woods. ++It was later translated to C and enhanced by Jim Gillogly (jim@rand.org). diff --git a/games/freebsd-games/files/patch-adventure::adventure.6 b/games/freebsd-games/files/patch-adventure::adventure.6 new file mode 100644 index 0000000..d749bf2 --- /dev/null +++ b/games/freebsd-games/files/patch-adventure::adventure.6 @@ -0,0 +1,11 @@ +--- adventure/adventure.6.orig Sun Sep 7 23:21:31 2003 ++++ adventure/adventure.6 Sun Sep 7 23:21:50 2003 +@@ -56,3 +56,8 @@ + .Dq quit ; + to save a game for later resumption, enter + .Dq suspend . ++.Sh AUTHORS ++The game ++.Nm ++was originally written in Fortran by Will Crowther and Don Woods. ++It was later translated to C and enhanced by Jim Gillogly (jim@rand.org). |