diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-11 03:06:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-11 03:06:07 +0000 |
commit | be54781fcd88e2217974698f2bbf7ab7fe46c767 (patch) | |
tree | c4744a25abda10c25d94f966345436db36c8b107 /lib/libc/gen | |
parent | 4cdd0b2dfb5e0e8314c93edf99f0b2fe73c3ebe4 (diff) |
more unescaped \n lines in nroff documents
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/unvis.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/unvis.3 b/lib/libc/gen/unvis.3 index 84d7fcdcfe7..a10e539324f 100644 --- a/lib/libc/gen/unvis.3 +++ b/lib/libc/gen/unvis.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unvis.3,v 1.9 1999/07/09 13:35:19 aaron Exp $ +.\" $OpenBSD: unvis.3,v 1.10 1999/08/11 03:06:06 deraadt Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -150,8 +150,8 @@ again: (void) putchar(out); goto again; case UNVIS_SYNBAD: - (void)fprintf(stderr, "bad sequence!\n"); - exit(1); + (void)fprintf(stderr, "bad sequence!\en"); + exit(1); } } if (unvis(&out, (char)0, &state, UNVIS_END) == UNVIS_VALID) |