Module Name:    src
Committed By:   wiz
Date:           Tue Jan 15 07:01:01 UTC 2019

Modified Files:
        src/lib/libc/gen: ctype.3

Log Message:
Use \- for minus.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/gen/ctype.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/libc/gen/ctype.3
diff -u src/lib/libc/gen/ctype.3:1.30 src/lib/libc/gen/ctype.3:1.31
--- src/lib/libc/gen/ctype.3:1.30	Tue Jan 15 03:43:15 2019
+++ src/lib/libc/gen/ctype.3	Tue Jan 15 07:01:01 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ctype.3,v 1.30 2019/01/15 03:43:15 uwe Exp $
+.\"	$NetBSD: ctype.3,v 1.31 2019/01/15 07:01:01 wiz Exp $
 .\"
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
@@ -197,7 +197,7 @@ However, this is not an excuse for avoid
 .Vt unsigned char :
 if
 .Dv EOF
-coincides with any such value, as it does when it is -1 on platforms
+coincides with any such value, as it does when it is \-1 on platforms
 with signed
 .Vt char ,
 programs that pass

Reply via email to