diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-16 23:11:29 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-16 23:11:29 +0000 |
commit | 38fba7f3882ae1103a04c2aad72a8edfdda4cae2 (patch) | |
tree | 42ec3da6fc791233ebe6c4a9485890a20df2b9de /lib/libcurses/Makefile | |
parent | e453169ae531f0048b40434ee5c407133f265650 (diff) |
The man page for wresize() was accidentally omitted
Diffstat (limited to 'lib/libcurses/Makefile')
-rw-r--r-- | lib/libcurses/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile index 3de99d58687..cee8244f217 100644 --- a/lib/libcurses/Makefile +++ b/lib/libcurses/Makefile @@ -17,9 +17,9 @@ MAN= curs_addch.3 curs_addchstr.3 curs_addstr.3 curs_attr.3 curs_beep.3 \ curs_deleteln.3 curs_getch.3 curs_getstr.3 curs_getyx.3 curs_inch.3 \ curs_inchstr.3 curs_initscr.3 curs_inopts.3 curs_insch.3 curs_insstr.3 \ curs_instr.3 curs_kernel.3 curs_mouse.3 curs_move.3 curs_outopts.3 \ - curs_overlay.3 curs_pad.3 curs_printw.3 curs_refresh.3 curs_scanw.3 \ - curs_scr_dmp.3 curs_scroll.3 curs_slk.3 curs_termattrs.3 curs_touch.3 \ - curs_util.3 curs_window.3 curses.3 + curs_overlay.3 curs_pad.3 curs_printw.3 curs_refresh.3 curs_resize.3 \ + curs_scanw.3 curs_scr_dmp.3 curs_scroll.3 curs_slk.3 curs_termattrs.3 \ + curs_touch.3 curs_util.3 curs_window.3 curses.3 MLINKS+=curses.3 ncurses.3 CLEANFILES+= lib_keyname.c keys.tries |