summaryrefslogtreecommitdiff
path: root/games/adventure/adventure.6
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>1998-08-31 02:29:48 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>1998-08-31 02:29:48 +0000
commitbb35f439bf983e0e710d358d8f8950ffd5f3e236 (patch)
treee5b6152e91d69af959bdbfb8af0cf85d0f31f0b4 /games/adventure/adventure.6
parentb20ad5f395775dde4d91a3b8af14eee89f3e7dbb (diff)
merge in NetBSD, including recent PR's of jsm28@cam.ac.uk
Diffstat (limited to 'games/adventure/adventure.6')
-rw-r--r--games/adventure/adventure.610
1 files changed, 8 insertions, 2 deletions
diff --git a/games/adventure/adventure.6 b/games/adventure/adventure.6
index 90743efa8b5..2ec29e7a00f 100644
--- a/games/adventure/adventure.6
+++ b/games/adventure/adventure.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: adventure.6,v 1.2 1995/03/21 12:04:57 cgd Exp $
+.\" $OpenBSD: adventure.6,v 1.2 1998/08/31 02:29:35 pjanzen Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -45,7 +45,7 @@
.Nm adventure
.Nd an exploration game
.Sh SYNOPSIS
-.Nm adventure
+.Nm
.Op saved-file
.Sh DESCRIPTION
The object of the game is to locate and explore Colossal Cave, find the
@@ -57,3 +57,9 @@ To terminate a game, enter
.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).