Source-Changes-HG archive

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

[src/trunk]: src/lib/libcurses nit



details:   https://anonhg.NetBSD.org/src/rev/70e07620cae1
branches:  trunk
changeset: 458031:70e07620cae1
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sat Jul 27 16:15:58 2019 +0000

description:
nit

diffstat:

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

diffs (18 lines):

diff -r 7d3d703b3a24 -r 70e07620cae1 lib/libcurses/curses_addstr.3
--- a/lib/libcurses/curses_addstr.3     Sat Jul 27 16:02:27 2019 +0000
+++ b/lib/libcurses/curses_addstr.3     Sat Jul 27 16:15:58 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: curses_addstr.3,v 1.5 2019/07/27 16:00:02 sevan Exp $
+.\"    $NetBSD: curses_addstr.3,v 1.6 2019/07/27 16:15:58 sevan Exp $
 .\"
 .\" Copyright (c) 2002
 .\"    Brett Lymn (blymn%NetBSD.org@localhost, brett_lymn%yahoo.com.au@localhost)
@@ -71,7 +71,7 @@
 .Ft int
 .Fn mvwaddstr "WINDOW *win" "int y" "int x" "const char *string"
 .Ft int
-.Fn mvwaddwstr "(WINDOW *win" "int y" "int x" "const wchar_t *string" "int len"
+.Fn mvwaddwstr "WINDOW *win" "int y" "int x" "const wchar_t *string" "int len"
 .Ft int
 .Fn addnstr "const char *string" "int len"
 .Ft int



Home | Main Index | Thread Index | Old Index