Source-Changes-HG archive

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

[src/trunk]: src/lib/libcurses Fix function prototypes in curses_underscore.3



details:   https://anonhg.NetBSD.org/src/rev/c9b9ccb45f75
branches:  trunk
changeset: 836162:c9b9ccb45f75
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Sep 29 21:52:29 2018 +0000

description:
Fix function prototypes in curses_underscore.3

Correct function prototype of wunderscore(3) and wunderend(3).

diffstat:

 lib/libcurses/curses_underscore.3 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r efa82000bdd2 -r c9b9ccb45f75 lib/libcurses/curses_underscore.3
--- a/lib/libcurses/curses_underscore.3 Sat Sep 29 20:58:31 2018 +0000
+++ b/lib/libcurses/curses_underscore.3 Sat Sep 29 21:52:29 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: curses_underscore.3,v 1.5 2008/04/30 13:10:51 martin Exp $
+.\"    $NetBSD: curses_underscore.3,v 1.6 2018/09/29 21:52:29 kamil Exp $
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
@@ -25,7 +25,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 13, 2002
+.Dd September 29, 2018
 .Dt CURSES_UNDERSCORE 3
 .Os
 .Sh NAME
@@ -44,9 +44,9 @@
 .Ft int
 .Fn underend void
 .Ft int
-.Fn wunderscore void
+.Fn wunderscore "WINDOW *"
 .Ft int
-.Fn wunderend void
+.Fn wunderend "WINDOW *"
 .Sh DESCRIPTION
 These functions manipulate the underscore attribute on
 .Dv stdscr



Home | Main Index | Thread Index | Old Index