diff options
author | 2015-12-10 19:43:48 +0000 | |
---|---|---|
committer | 2015-12-10 19:43:48 +0000 | |
commit | 1aa225ce2b6305c3edd3fb88bc587ae9ee88c113 (patch) | |
tree | 60ae4cc19ec76095955344d7763a2f30fb9d5b53 | |
parent | comment typo (diff) | |
download | wireguard-openbsd-1aa225ce2b6305c3edd3fb88bc587ae9ee88c113.tar.xz wireguard-openbsd-1aa225ce2b6305c3edd3fb88bc587ae9ee88c113.zip |
Remove extraneous punctuation in DIAGNOSTICS. Reduces diff with
upstream.
ok sthen@
-rw-r--r-- | usr.bin/unifdef/unifdef.1 | 12 |
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 , |