diff options
author | 1998-07-25 22:03:17 +0000 | |
---|---|---|
committer | 1998-07-25 22:03:17 +0000 | |
commit | cf37278d7da281efca4c26b5c8907569dd50d43d (patch) | |
tree | 457504e68c3ab4173176d312ecd4aad69283809a | |
parent | use ocurses correctly (diff) | |
download | wireguard-openbsd-cf37278d7da281efca4c26b5c8907569dd50d43d.tar.xz wireguard-openbsd-cf37278d7da281efca4c26b5c8907569dd50d43d.zip |
terminfo(3), not curs_terminfo(3)
-rw-r--r-- | lib/libcurses/termcap.3 | 4 |
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 |