summaryrefslogtreecommitdiff
path: root/lib/libcurses/termcap.3
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-07-25 22:03:18 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-07-25 22:03:18 +0000
commit5fe292c2e9cfd3013f87067dfcf2d02b437e363b (patch)
treebdc09166ce36484aeefef3c8e373240c697f5c9f /lib/libcurses/termcap.3
parent092283e362e713132c28913eebacc001ef15361b (diff)
terminfo(3), not curs_terminfo(3)
Diffstat (limited to 'lib/libcurses/termcap.3')
-rw-r--r--lib/libcurses/termcap.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/termcap.3 b/lib/libcurses/termcap.3
index 79c8ce21b0a..66ee22cb8d5 100644
--- a/lib/libcurses/termcap.3
+++ b/lib/libcurses/termcap.3
@@ -26,7 +26,7 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $OpenBSD: termcap.3,v 1.1 1998/07/23 21:20:05 millert Exp $
+.\" $OpenBSD: termcap.3,v 1.2 1998/07/25 22:03:17 millert Exp $
.\" $From: curs_termcap.3x,v 1.11 1998/07/18 02:45:56 tom Exp $
.TH termcap 3 ""
.ds n 5
@@ -76,7 +76,7 @@ Use \fBtputs\fR to output the returned string.
The \fBtgoto\fR routine instantiates the parameters into the given capability.
The output from this routine is to be passed to \fBtputs\fR.
-The \fBtputs\fR routine is described on the \fBcurs_terminfo\fR(3) manual
+The \fBtputs\fR routine is described on the \fBterminfo\fR(3) manual
page. It can retrieve capabilities by either termcap or terminfo name.
.SH RETURN VALUE