diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-12-03 05:21:47 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-12-03 05:21:47 +0000 |
commit | 211326e37501ac01a66994a221020b75ab5f63f0 (patch) | |
tree | 6d6c7182f1034b1b04c98386a1c3ba44e8accd5f /lib/libcurses/curs_addch.3tbl | |
parent | 7c742f381e7808d0b12c17b534305751f3ebb0cb (diff) |
Merge of ncurses-4.1-971129
Diffstat (limited to 'lib/libcurses/curs_addch.3tbl')
-rw-r--r-- | lib/libcurses/curs_addch.3tbl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libcurses/curs_addch.3tbl b/lib/libcurses/curs_addch.3tbl index 2a50efa09db..d6fbc149768 100644 --- a/lib/libcurses/curs_addch.3tbl +++ b/lib/libcurses/curs_addch.3tbl @@ -1,3 +1,4 @@ +.\" $OpenBSD: curs_addch.3tbl,v 1.2 1997/12/03 05:20:49 millert Exp $ '\" t .TH curs_addch 3X "" .SH NAME @@ -42,7 +43,7 @@ literally, use \fBechochar\fR.) Video attributes can be combined with a character argument passed to \fBaddch\fR or related functions by logical-ORing them into the character. (Thus, text, including attributes, can be copied from one place to another -using \fBinch\fR and \fBaddch\fR.). See the \fBcurs_attr\fR(3X) page for +using \fBinch\fR and \fBaddch\fR.). See the \fBcurs_attr\fR(3) page for values of predefined video attribute constants that can be usefully OR'ed into characters. @@ -133,10 +134,10 @@ The seven ACS symbols starting with \fBACS_S3\fR were not documented in any publicly released System V. However, many publicly available terminfos include \fBacsc\fR strings in which their key characters (pryz{|}) are embedded, and a second-hand list of their character descriptions has come -to light. The ACS-prefixed names for them were invented for \fBcurses\fR(3X). +to light. The ACS-prefixed names for them were invented for \fBcurses\fR(3). .SH SEE ALSO -\fBcurses\fR(3X), \fBcurs_attr\fR(3X), \fBcurs_clear\fR(3X), -\fBcurs_inch\fR(3X), \fBcurs_outopts\fR(3X), \fBcurs_refresh\fR(3X), +\fBcurses\fR(3), \fBcurs_attr\fR(3), \fBcurs_clear\fR(3), +\fBcurs_inch\fR(3), \fBcurs_outopts\fR(3), \fBcurs_refresh\fR(3), \fBputc\fR(3S). .\"# .\"# The following sets edit modes for GNU EMACS |