Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libcurses Add missing man pages for wsyncup.3 and wcursy...



details:   https://anonhg.NetBSD.org/src/rev/00fad33ad104
branches:  trunk
changeset: 820218:00fad33ad104
user:      roy <roy%NetBSD.org@localhost>
date:      Tue Jan 03 13:21:40 2017 +0000

description:
Add missing man pages for wsyncup.3 and wcursyncup.3

diffstat:

 lib/libcurses/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 2e6c6b5c836d -r 00fad33ad104 lib/libcurses/Makefile
--- a/lib/libcurses/Makefile    Tue Jan 03 13:09:33 2017 +0000
+++ b/lib/libcurses/Makefile    Tue Jan 03 13:21:40 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.77 2017/01/02 10:28:34 roy Exp $
+#      $NetBSD: Makefile,v 1.78 2017/01/03 13:21:40 roy Exp $
 #      @(#)Makefile    8.2 (Berkeley) 1/2/94
 
 .include <bsd.own.mk>
@@ -167,6 +167,7 @@
         curses_background.3 wbkgdset.3 curses_border.3 wborder.3 \
         curses_clear.3 wclear.3 curses_clear.3 wclrtobot.3 \
         curses_clear.3 wclrtoeol.3 curses_attributes.3 wcolor_set.3 \
+        curses_cursor.3 wcursyncup.3 \
         curses_delch.3 wdelch.3 curses_deleteln.3 wdeleteln.3 \
         curses_echochar.3 wechochar.3 \
         curses_clear.3 werase.3 curses_input.3 wgetch.3 \
@@ -180,7 +181,8 @@
         curses_refresh.3 wrefresh.3 curses_window.3 wresize.3 \
         curses_scanw.3 wscanw.3 curses_scroll.3 wscrl.3 \
         curses_scroll.3 wsetscrreg.3 curses_standout.3 wstandend.3 \
-        curses_standout.3 wstandout.3 curses_input.3 wtimeout.3 \
+        curses_standout.3 wstandout.3 curses_touch.3 wsyncup.3 \
+        curses_input.3 wtimeout.3 \
         curses_touch.3 wtouchln.3 curses_underscore.3 wunderend.3 \
         curses_underscore.3 wunderscore.3 curses_line.3 wvline.3
 



Home | Main Index | Thread Index | Old Index