From 3e392f0443ff88e7def9ab8563bc3bcc1aede822 Mon Sep 17 00:00:00 2001 From: uwe Date: Tue, 15 Jan 2019 03:43:15 +0000 Subject: [PATCH] Fly, nasal demons, fly away... --- lib/libc/gen/ctype.3 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/libc/gen/ctype.3 b/lib/libc/gen/ctype.3 index 83c00da458d5..4919ced98919 100644 --- a/lib/libc/gen/ctype.3 +++ b/lib/libc/gen/ctype.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ctype.3,v 1.29 2019/01/15 03:30:58 riastradh Exp $ +.\" $NetBSD: ctype.3,v 1.30 2019/01/15 03:43:15 uwe Exp $ .\" .\" Copyright (c) 1991 Regents of the University of California. .\" All rights reserved. @@ -170,8 +170,7 @@ When compiling this program, GCC reports a warning for the line that passes .Vt char . At runtime, you may get nonsense answers for some inputs without the -cast \(em if you're lucky and it doesn't crash or make demons come flying -out of your nose: +cast \(em if you're lucky and it doesn't crash: .Bd -literal -offset indent % gcc -Wall -o test test.c test.c: In function 'main':