diff options
Diffstat (limited to 'lib/libcurses/terminfo.3')
-rw-r--r-- | lib/libcurses/terminfo.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/terminfo.3 b/lib/libcurses/terminfo.3 index 6dd09ba3764..2998263e255 100644 --- a/lib/libcurses/terminfo.3 +++ b/lib/libcurses/terminfo.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: terminfo.3,v 1.3 1998/09/13 19:16:31 millert Exp $ +.\" $OpenBSD: terminfo.3,v 1.4 1998/11/17 03:51:20 millert Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -28,7 +28,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $From: curs_terminfo.3x,v 1.9 1998/07/18 02:49:20 tom Exp $ +.\" $From: curs_terminfo.3x,v 1.10 1998/09/26 12:21:13 tom Exp $ .TH terminfo 3 "" .ds n 5 .SH NAME @@ -181,7 +181,7 @@ the value of the capability corresponding to the \fBterminfo\fR The \fBtigetflag\fR routine returns the value \fB-1\fR if \fIcapname\fR is not a boolean capability, -or if it is cancelled or absent from the terminal description. +or \fB0\fR if it is cancelled or absent from the terminal description. The \fBtigetnum\fR routine returns the value \fB-2\fR if \fIcapname\fR is not a numeric capability, |