summaryrefslogtreecommitdiff
path: root/games/backgammon
diff options
context:
space:
mode:
authorroy <roy@NetBSD.org>2012-04-21 12:27:24 +0000
committerroy <roy@NetBSD.org>2012-04-21 12:27:24 +0000
commitad261ed4e78b0ce96c1d6f964274696659b243ef (patch)
treee0763335fcdae442c0f293c2f1a7bf4429665f9d /games/backgammon
parent9ec2867fa5834990dedaf4594195ed849c767168 (diff)
Add capfile(5) to describe the termcap format.
Adjust various man pages and other documentation to point to capfile(5) instead of termcap(5). Remove getcap(3) as curses hasn't been building it for a long time. Punt wrterm.c as tset no longer uses it.
Diffstat (limited to 'games/backgammon')
-rw-r--r--games/backgammon/backgammon/backgammon.614
1 files changed, 7 insertions, 7 deletions
diff --git a/games/backgammon/backgammon/backgammon.6 b/games/backgammon/backgammon/backgammon.6
index fe4f4f6cf7c..5b466c320b9 100644
--- a/games/backgammon/backgammon/backgammon.6
+++ b/games/backgammon/backgammon/backgammon.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: backgammon.6,v 1.12 2005/09/15 02:09:41 wiz Exp $
+.\" $NetBSD: backgammon.6,v 1.13 2012/04/21 12:27:27 roy Exp $
.\"
.\" Copyright (c) 1980, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)backgammon.6 8.1 (Berkeley) 5/31/93
.\"
-.Dd May 31, 1993
+.Dd April 5, 2012
.Dt BACKGAMMON 6
.Os
.Sh NAME
@@ -80,7 +80,7 @@ print the board before both player's turn
terminal is type
.Ar term ,
uses
-.Pa /usr/share/misc/termcap
+.Pa /usr/share/misc/terminfo
.It Fl s Ar file
recover previously saved game from
.Ar file
@@ -97,7 +97,7 @@ An argument of a lone `-' gets a description of possible arguments.
If
.Ar term
has capabilities for direct cursor movement (see
-.Xr termcap 5 )
+.Xr terminfo 5 )
.Nm
``fixes'' the board after each move,
so the board does not need to be reprinted,
@@ -105,7 +105,7 @@ unless the screen suffers some horrendous malady.
Also, any `p' option will be ignored.
(The `t' option is not necessary unless the terminal type does not match
the entry in the
-.Pa /usr/share/misc/termcap
+.Pa /usr/share/misc/terminfo
data base.)
.Sh QUICK REFERENCE
When the program prompts by typing only your color,
@@ -164,10 +164,10 @@ for bar and
for home,
or 0 or 25 as appropriate.
.Sh FILES
-.Bl -tag -width /usr/share/misc/termcap -compact
+.Bl -tag -width /usr/share/misc/terminfo -compact
.It Pa /usr/games/teachgammon
rules and tutorial
-.It Pa /usr/share/misc/termcap
+.It Pa /usr/share/misc/terminfo
terminal capabilities
.El
.Sh AUTHORS