Source-Changes-HG archive

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

[src/trunk]: src/lib/libcurses Fix the documented function prototype of slk_a...



details:   https://anonhg.NetBSD.org/src/rev/9a12aa3080f5
branches:  trunk
changeset: 836165:9a12aa3080f5
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Sep 29 22:04:57 2018 +0000

description:
Fix the documented function prototype of slk_attr_set(3)

Note the missing argument short pair.

diffstat:

 lib/libcurses/curses_slk.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 95bd14fcff42 -r 9a12aa3080f5 lib/libcurses/curses_slk.3
--- a/lib/libcurses/curses_slk.3        Sat Sep 29 21:53:38 2018 +0000
+++ b/lib/libcurses/curses_slk.3        Sat Sep 29 22:04:57 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: curses_slk.3,v 1.1 2017/01/24 17:27:30 roy Exp $
+.\"    $NetBSD: curses_slk.3,v 1.2 2018/09/29 22:04:57 kamil Exp $
 .\"
 .\" Copyright (c) 2017 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -28,7 +28,7 @@
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd January 12, 2017
+.Dd September 29, 2018
 .Dt CURSES_SLK 3
 .Os
 .Sh NAME
@@ -64,7 +64,7 @@
 .Ft int
 .Fn slk_attrset "const chtype attr"
 .Ft int
-.Fn slk_attr_set "const attr_t attr" "void *opt"
+.Fn slk_attr_set "const attr_t attr" "short pair" "void *opt"
 .Ft void
 .Fn slk_clear "void"
 .Ft int



Home | Main Index | Thread Index | Old Index