Module Name:    src
Committed By:   uwe
Date:           Tue Jan 15 00:43:32 UTC 2019

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

Log Message:
Fix typo in macro flag.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/lib/libc/gen/ctype.3:1.25
--- src/lib/libc/gen/ctype.3:1.24	Tue Jan 15 00:31:19 2019
+++ src/lib/libc/gen/ctype.3	Tue Jan 15 00:43:32 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ctype.3,v 1.24 2019/01/15 00:31:19 riastradh Exp $
+.\"	$NetBSD: ctype.3,v 1.25 2019/01/15 00:43:32 uwe Exp $
 .\"
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
@@ -147,7 +147,7 @@ inputs of type
 .Vt char
 in order to flag code that may pass negative values at runtime that
 would lead to undefined behavior:
-.Bd -literal offset indent
+.Bd -literal -offset indent
 #include <ctype.h>
 #include <locale.h>
 #include <stdio.h>

Reply via email to