diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-06 03:17:42 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-06 03:17:42 +0000 |
commit | 17744fce45beaf565f1c0b1d615f987bdedc877a (patch) | |
tree | ab9547347e48bc88fe5689a3d744e586c8131a2c /usr.bin/unifdef/unifdef.1 | |
parent | e6864e83ea82f3380b6ee56c2353b9b69b62f16a (diff) |
Some section re-ordering.
Diffstat (limited to 'usr.bin/unifdef/unifdef.1')
-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 275ac6a5e49..142ee6577b0 100644 --- a/usr.bin/unifdef/unifdef.1 +++ b/usr.bin/unifdef/unifdef.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unifdef.1,v 1.6 1999/10/17 20:35:46 aaron Exp $ +.\" $OpenBSD: unifdef.1,v 1.7 2000/03/06 03:17:40 aaron Exp $ .\" $NetBSD: unifdef.1,v 1.4 1994/12/07 00:33:48 jtc Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -158,12 +158,12 @@ Premature with line numbers of the unterminated #ifdefs. .Pp Exit status is 0 if output is exact copy of input, 1 if not, 2 if trouble. -.Sh BUGS -Should try to deal with ``#if'' lines. -.Pp -Doesn't work correctly if input contains null characters. .Sh HISTORY The .Nm command appeared in .Bx 4.3 . +.Sh BUGS +Should try to deal with ``#if'' lines. +.Pp +Doesn't work correctly if input contains null characters. |