Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcurses Use \-1 instead of -1.
details: https://anonhg.NetBSD.org/src/rev/e60e4ecb0e5e
branches: trunk
changeset: 538481:e60e4ecb0e5e
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Oct 21 14:31:36 2002 +0000
description:
Use \-1 instead of -1.
diffstat:
lib/libcurses/curses_add.3 | 4 ++--
lib/libcurses/curses_input.3 | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 848d93dd4909 -r e60e4ecb0e5e lib/libcurses/curses_add.3
--- a/lib/libcurses/curses_add.3 Mon Oct 21 14:24:53 2002 +0000
+++ b/lib/libcurses/curses_add.3 Mon Oct 21 14:31:36 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: curses_add.3,v 1.4 2002/10/21 14:24:53 wiz Exp $
+.\" $NetBSD: curses_add.3,v 1.5 2002/10/21 14:31:36 wiz Exp $
.\"
.\" Copyright (c) 2002
.\" Brett Lymn (blymn%netbsd.org@localhost, brett_lymn%yahoo.com.au@localhost)
@@ -90,7 +90,7 @@
.Fa len .
If
.Fa len
-is -1 then
+is \-1 then
.Fa addnstr
will add the number of bytes contained in the null terminated string
.Fa string .
diff -r 848d93dd4909 -r e60e4ecb0e5e lib/libcurses/curses_input.3
--- a/lib/libcurses/curses_input.3 Mon Oct 21 14:24:53 2002 +0000
+++ b/lib/libcurses/curses_input.3 Mon Oct 21 14:31:36 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: curses_input.3,v 1.3 2002/10/21 14:17:54 wiz Exp $
+.\" $NetBSD: curses_input.3,v 1.4 2002/10/21 14:31:36 wiz Exp $
.\"
.\" Copyright (c) 2002
.\" Brett Lymn (blymn%netbsd.org@localhost, brett_lymn%yahoo.com.au@localhost)
@@ -287,7 +287,7 @@
and
.Fn nodelay win FALSE
is equivalent to
-.Fn wtimeout win -1 .
+.Fn wtimeout win \-1 .
.Pp
.Fn ungetch
will convert
Home |
Main Index |
Thread Index |
Old Index