summaryrefslogtreecommitdiff
path: root/games/freebsd-games
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-08 06:23:52 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-08 06:23:52 +0000
commit22f1cf401aa0c6e1101722b55e4b29768b953539 (patch)
tree27796ca36c15ca584e10077da024a7164c00867f /games/freebsd-games
parentUpdate port: audio/grip (diff)
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>
Notes
Notes: svn path=/head/; revision=88742
Diffstat (limited to 'games/freebsd-games')
-rw-r--r--games/freebsd-games/files/patch-adventure::adventure.611
1 files changed, 11 insertions, 0 deletions
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 000000000000..d749bf2e7b12
--- /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).