summaryrefslogtreecommitdiff
path: root/usr.bin/tic/tic.1
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-12-12 04:49:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-12-12 04:49:20 +0000
commit0b755b897d08e998e345bce55e1bd47e5f507d99 (patch)
treeb7acd2e68f3facb3817d3cc778d008fe5eb03a8a /usr.bin/tic/tic.1
parent7ce53302fb39b617a8b44bea4abf417d703e80ef (diff)
Update to ncurses-19991211:
o treat as untranslatable to termcap those terminfo strings which contain non-decimal formatting, e.g., hexadecimal or octal. o correct commented-out capabilities that cannot be translated to termcap, which did not check if a colon must be escaped. o correct termcap translation for "%>" and "%+", which did not check if a colon must be escaped, for instance. o use save_string/save_char for _nc_captoinfo() to eliminate fixed buffer (originally for _nc_infotocap() in 960301 -TD). o correct expression used for terminfo equivalent of termcap %B, adjust regent100 entry which uses this. o some cleanup and commenting of ad hoc cases in _nc_infotocap(). o eliminate a fixed-buffer in tic, used for translating comments. o add manpage for infotocap.
Diffstat (limited to 'usr.bin/tic/tic.1')
-rw-r--r--usr.bin/tic/tic.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tic/tic.1 b/usr.bin/tic/tic.1
index 40f48fbb449..a1e9e457907 100644
--- a/usr.bin/tic/tic.1
+++ b/usr.bin/tic/tic.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tic.1,v 1.7 1999/06/05 01:21:43 aaron Exp $
+.\" $OpenBSD: tic.1,v 1.8 1999/12/12 04:49:19 millert Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998,1999 Free Software Foundation, Inc. *
@@ -272,7 +272,7 @@ System V does not compile entries to or read entries from your
\fB\*d/?/*\fR
Compiled terminal description database.
.SH SEE ALSO
-\fBinfocmp\fR(1), \fBcaptoinfo\fR(1), \fBcurses\fR(3), \fBterminfo\fR(\*n).
+\fBinfocmp\fR(1), \fBinfotocap\fR(1), \fBcaptoinfo\fR(1), \fBcurses\fR(3), \fBterminfo\fR(\*n).
.\"#
.\"# The following sets edit modes for GNU EMACS
.\"# Local Variables: