summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/unifdef/unifdef.110
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 ,