diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-07-16 14:21:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-07-16 14:21:46 +0000 |
commit | c3e73340a10a707c2a1a3856e9d26c372e9e3563 (patch) | |
tree | 346e344df6ec85782a44fdd1582c35a32d64545f /lib/libcurses | |
parent | 5edb9d9d6a113649e220be2d22d5bf009e316a7f (diff) |
no more html/curses (i'm effectively undoing -r1.10);
Diffstat (limited to 'lib/libcurses')
-rw-r--r-- | lib/libcurses/curses.3tbl | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/libcurses/curses.3tbl b/lib/libcurses/curses.3tbl index de2e856b681..c5997aff485 100644 --- a/lib/libcurses/curses.3tbl +++ b/lib/libcurses/curses.3tbl @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: curses.3tbl,v 1.23 2010/09/11 21:01:12 jmc Exp $ +.\" $OpenBSD: curses.3tbl,v 1.24 2014/07/16 14:21:45 jmc Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. * @@ -29,7 +29,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curses.3tbl,v 1.23 2010/09/11 21:01:12 jmc Exp $ +.\" $Id: curses.3tbl,v 1.24 2014/07/16 14:21:45 jmc Exp $ .hy 0 .TH ncurses 3 "" .ds n 5 @@ -996,12 +996,6 @@ terminal capability database .SH SEE ALSO \fBterminfo\fR(\*n) and related pages whose names begin "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 \fBncurses\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 |