diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2015-12-10 19:13:47 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2015-12-10 19:13:47 +0000 |
commit | 9b6e19529ee613388b858e8c0ebb2dd37b280db7 (patch) | |
tree | 5310a888847b804c35c10ce25c3c7b5824ae6719 | |
parent | 35720118da0d08dbfb5eb8cb1ee4813897a85d04 (diff) |
Swap two DIAGNOSTICS entries to alphabetize. Reduces diff with upstream.
-rw-r--r-- | usr.bin/unifdef/unifdef.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/unifdef/unifdef.1 b/usr.bin/unifdef/unifdef.1 index 7f5a3d0aaf6..f6d2769e2b6 100644 --- a/usr.bin/unifdef/unifdef.1 +++ b/usr.bin/unifdef/unifdef.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unifdef.1,v 1.26 2015/12/05 23:27:35 mmcc Exp $ +.\" $OpenBSD: unifdef.1,v 1.27 2015/12/10 19:13:46 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. @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: December 5 2015 $ +.Dd $Mdocdate: December 10 2015 $ .Dt UNIFDEF 1 .Os .Sh NAME @@ -421,7 +421,8 @@ command line options are given. .Sh DIAGNOSTICS .Bl -item .It -Too many levels of nesting. +.Tn EOF +in comment. .It Inappropriate .Ic #elif , @@ -436,8 +437,7 @@ Premature (with the line number of the most recent unterminated .Ic #if ) . .It -.Tn EOF -in comment. +Too many levels of nesting. .El .Sh SEE ALSO .Xr cpp 1 , |