Module Name:    src
Committed By:   kamil
Date:           Sat Sep 29 22:04:58 UTC 2018

Modified Files:
        src/lib/libcurses: curses_slk.3

Log Message:
Fix the documented function prototype of slk_attr_set(3)

Note the missing argument short pair.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libcurses/curses_slk.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libcurses/curses_slk.3
diff -u src/lib/libcurses/curses_slk.3:1.1 src/lib/libcurses/curses_slk.3:1.2
--- src/lib/libcurses/curses_slk.3:1.1	Tue Jan 24 17:27:30 2017
+++ src/lib/libcurses/curses_slk.3	Sat Sep 29 22:04:57 2018
@@ -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

Reply via email to