summaryrefslogtreecommitdiff
path: root/usr.bin/unifdef
diff options
context:
space:
mode:
authormmcc <mmcc@cvs.openbsd.org>2015-12-10 19:43:49 +0000
committermmcc <mmcc@cvs.openbsd.org>2015-12-10 19:43:49 +0000
commit989864710472687f5d85c6dffc48e774d4f8227c (patch)
tree50ead35009efb191566bd7a99a2d743598af7908 /usr.bin/unifdef
parent0226abe04ea687535656309f6737d1c9403514f1 (diff)
Remove extraneous punctuation in DIAGNOSTICS. Reduces diff with
upstream. ok sthen@
Diffstat (limited to 'usr.bin/unifdef')
-rw-r--r--usr.bin/unifdef/unifdef.112
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/unifdef/unifdef.1 b/usr.bin/unifdef/unifdef.1
index f6d2769e2b6..9ab29eb0ef0 100644
--- a/usr.bin/unifdef/unifdef.1
+++ b/usr.bin/unifdef/unifdef.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: unifdef.1,v 1.27 2015/12/10 19:13:46 mmcc Exp $
+.\" $OpenBSD: unifdef.1,v 1.28 2015/12/10 19:43:48 mmcc Exp $
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\" Copyright (c) 2002 - 2013 Tony Finch <dot@dotat.at>. All rights reserved.
@@ -422,22 +422,22 @@ command line options are given.
.Bl -item
.It
.Tn EOF
-in comment.
+in comment
.It
Inappropriate
.Ic #elif ,
.Ic #else
or
-.Ic #endif .
+.Ic #endif
.It
-Obfuscated preprocessor control line.
+Obfuscated preprocessor control line
.It
Premature
.Tn EOF
(with the line number of the most recent unterminated
-.Ic #if ) .
+.Ic #if )
.It
-Too many levels of nesting.
+Too many levels of nesting
.El
.Sh SEE ALSO
.Xr cpp 1 ,