diff options
Diffstat (limited to 'lib/libcurses')
-rw-r--r-- | lib/libcurses/term.5tbl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/term.5tbl b/lib/libcurses/term.5tbl index 5cb1df43e29..d82f77fc625 100644 --- a/lib/libcurses/term.5tbl +++ b/lib/libcurses/term.5tbl @@ -27,7 +27,7 @@ .\"*************************************************************************** .\" .\" $From: term.5,v 1.10 2000/08/13 01:56:45 tom Exp $ -.\" $OpenBSD: term.5tbl,v 1.2 2000/10/08 22:46:55 millert Exp $ +.\" $OpenBSD: term.5tbl,v 1.3 2003/01/23 08:58:47 jmc Exp $ .TH TERM 5 .ds n 5 .ds d /usr/share/terminfo @@ -102,7 +102,7 @@ separated by the `|' character. The section is terminated with an \s-1ASCII NUL\s+1 character. .PP The boolean flags have one byte for each flag. -This byte is either 0 or 1 as the flag is present or absent. +This byte is either 0 or 1 if the flag is present or absent. The capabilities are in the same order as the file <term.h>. .PP Between the boolean section and the number section, @@ -139,7 +139,7 @@ to expect a different set of capabilities than are actually present in the file. Either the database may have been updated since .I setupterm -has been recompiled +was recompiled (resulting in extra unrecognized entries in the file) or the program may have been recompiled more recently than the database was updated |