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: timeout() actually returns void
details: https://anonhg.NetBSD.org/src/rev/937888a665fa
branches: trunk
changeset: 366262:937888a665fa
user: charlotte <charlotte%NetBSD.org@localhost>
date: Sat May 21 06:22:49 2022 +0000
description:
curses_input.3: timeout() actually returns void
diffstat:
lib/libcurses/curses_input.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 79b772640ad9 -r 937888a665fa lib/libcurses/curses_input.3
--- a/lib/libcurses/curses_input.3 Sat May 21 01:38:14 2022 +0000
+++ b/lib/libcurses/curses_input.3 Sat May 21 06:22:49 2022 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: curses_input.3,v 1.28 2022/05/16 20:09:13 rillig Exp $
+.\" $NetBSD: curses_input.3,v 1.29 2022/05/21 06:22:49 charlotte Exp $
.\"
.\" Copyright (c) 2002
.\" Brett Lymn (blymn%NetBSD.org@localhost, brett_lymn%yahoo.com.au@localhost)
@@ -99,7 +99,7 @@
.Fn is_keypad "const WINDOW *win"
.Ft int
.Fn notimeout "WINDOW *win" "bool flag"
-.Ft int
+.Ft void
.Fn timeout "int delay"
.Ft int
.Fn wtimeout "WINDOW *win" "int delay"
Home |
Main Index |
Thread Index |
Old Index