Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen Fix typo in macro flag.
details: https://anonhg.NetBSD.org/src/rev/ce1764f1f67a
branches: trunk
changeset: 447522:ce1764f1f67a
user: uwe <uwe%NetBSD.org@localhost>
date: Tue Jan 15 00:43:32 2019 +0000
description:
Fix typo in macro flag.
diffstat:
lib/libc/gen/ctype.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a5566ed7f4f7 -r ce1764f1f67a lib/libc/gen/ctype.3
--- a/lib/libc/gen/ctype.3 Tue Jan 15 00:31:19 2019 +0000
+++ b/lib/libc/gen/ctype.3 Tue Jan 15 00:43:32 2019 +0000
@@ -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 @@
.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>
Home |
Main Index |
Thread Index |
Old Index