Source-Changes-HG archive

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

[src/trunk]: src/lib/libcurses curses_input.3: wtimeout() returns void too



details:   https://anonhg.NetBSD.org/src/rev/533fa5cad2fc
branches:  trunk
changeset: 366273:533fa5cad2fc
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat May 21 12:34:44 2022 +0000

description:
curses_input.3: wtimeout() returns void too

diffstat:

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

diffs (18 lines):

diff -r 5663d2922289 -r 533fa5cad2fc lib/libcurses/curses_input.3
--- a/lib/libcurses/curses_input.3      Sat May 21 12:29:34 2022 +0000
+++ b/lib/libcurses/curses_input.3      Sat May 21 12:34:44 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: curses_input.3,v 1.29 2022/05/21 06:22:49 charlotte Exp $
+.\"    $NetBSD: curses_input.3,v 1.30 2022/05/21 12:34:44 uwe Exp $
 .\"
 .\" Copyright (c) 2002
 .\"    Brett Lymn (blymn%NetBSD.org@localhost, brett_lymn%yahoo.com.au@localhost)
@@ -101,7 +101,7 @@
 .Fn notimeout "WINDOW *win" "bool flag"
 .Ft void
 .Fn timeout "int delay"
-.Ft int
+.Ft void
 .Fn wtimeout "WINDOW *win" "int delay"
 .Ft int
 .Fn nodelay "WINDOW *win" "bool flag"



Home | Main Index | Thread Index | Old Index