diff options
author | 1999-01-21 01:19:56 +0000 | |
---|---|---|
committer | 1999-01-21 01:19:56 +0000 | |
commit | 7834d603978de1c2345db4378278e0855345fd99 (patch) | |
tree | 949527e14dd932f2338cba3316c938eacc8308ce | |
parent | hide pipe, sigsuspend, sigprocmask; remove -g (diff) | |
download | wireguard-openbsd-7834d603978de1c2345db4378278e0855345fd99.tar.xz wireguard-openbsd-7834d603978de1c2345db4378278e0855345fd99.zip |
mention html docs
-rw-r--r-- | lib/libcurses/curses.3tbl | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/lib/libcurses/curses.3tbl b/lib/libcurses/curses.3tbl index de9b1626bd3..9b1dd66ea8b 100644 --- a/lib/libcurses/curses.3tbl +++ b/lib/libcurses/curses.3tbl @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: curses.3tbl,v 1.9 1999/01/18 19:07:17 millert Exp $ +.\" $OpenBSD: curses.3tbl,v 1.10 1999/01/21 01:19:56 millert Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -694,8 +694,14 @@ directory containing initialization files for the terminal capability database /usr/share/terminfo terminal capability database .SH SEE ALSO -\fBterminfo\fR(\*n) and 3 pages whose names begin "curs_" for detailed routine -descriptions. +\fBterminfo\fR(\*n), \fBterminfo\fR(3), and 3 pages whose names begin with +"curs_" for detailed routine descriptions. +.TP +/usr/share/doc/html/curses/ncurses-intro.html +intro to ncurses. +.TP +/usr/share/doc/html/curses/hackguide.html +ncurses hacker's guide. .SH EXTENSIONS The \fBcurses\fR library can be compiled with an option (\fB-DUSE_GETCAP\fR) that falls back to the old-style /etc/termcap file if the terminal setup code |