summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2008-05-20 11:36:52 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2008-05-20 11:36:52 +0000
commit2533855e1357d429b990b4ac2eaa788749a29571 (patch)
tree18d2691ba29aea38a122d8ec7af04627e651ec72
parent290c4cdacc6c5620338a42979b4cdea7ce12406a (diff)
tweaks to bs(6):
- the document title (.Dt macro) should be BS, not BATTLESHIPS; - fix spacing on DeGaul's name - use .An/.Aq for Raymond's name and email address feedback by jmc@ ok jmc@
-rw-r--r--games/bs/bs.612
1 files changed, 7 insertions, 5 deletions
diff --git a/games/bs/bs.6 b/games/bs/bs.6
index 11bfc388c63..71a9b8fd6ce 100644
--- a/games/bs/bs.6
+++ b/games/bs/bs.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bs.6,v 1.11 2007/05/31 19:19:17 jmc Exp $
+.\" $OpenBSD: bs.6,v 1.12 2008/05/20 11:36:51 sobrado Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -23,8 +23,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
-.Dt BATTLESHIPS 6
+.Dd $Mdocdate: May 20 2008 $
+.Dt BS 6
.Os
.Sh NAME
.Nm bs
@@ -82,11 +82,13 @@ force with only your PT-boat.
.El
.Sh AUTHORS
Originally written by one Bruce Holloway in 1986.
-Salvo mode added by Chuck A. DeGaul (cbosgd!cad).
+Salvo mode added by Chuck A. DeGaul (cbosgd!cad).
Visual user interface,
.Sq closepack
option, code rewrite
-and manual page by Eric S. Raymond <esr@snark.thyrsus.com> August 1989.
+and manual page by
+.An Eric S. Raymond Aq esr@snark.thyrsus.com ,
+August 1989.
.Sh NOTES
The algorithm the computer uses once it has found a ship to sink is provably
optimal.