diff options
author | ache <ache@FreeBSD.org> | 1995-04-20 21:36:15 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-04-20 21:36:15 +0000 |
commit | 38cb38bdc12de8056b42dd987c04f8114036f119 (patch) | |
tree | 66f24a593392034fc42488cc688b05f94e79b385 /lib/ncurses | |
parent | f4b86adcb0fffe02c9b00b60f1817b00577c0c0b (diff) | |
download | FreeBSD-src-38cb38bdc12de8056b42dd987c04f8114036f119.zip FreeBSD-src-38cb38bdc12de8056b42dd987c04f8114036f119.tar.gz |
Add a bit more docs
Diffstat (limited to 'lib/ncurses')
-rw-r--r-- | lib/ncurses/ncurses/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index 452666c..ab24ed5 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -1,5 +1,5 @@ # Makefile for ncurses -# $Id: Makefile,v 1.9 1994/12/04 02:43:41 ache Exp $ +# $Id: Makefile,v 1.10 1995/02/13 17:23:18 ache Exp $ LIB= ncurses SRCS= lib_kernel.c lib_pad.c lib_bkgd.c \ @@ -71,6 +71,7 @@ MAN3 = curs_addch.3 \ curs_scroll.3 \ curs_slk.3 \ curs_termatt.3 \ + curs_termin.3 \ curs_touch.3 \ curs_util.3 \ curs_window.3 \ |