diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-10 09:12:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-10 09:12:14 +0000 |
commit | 954f7917cd61e2c4e87fa97f77b5d16372fced8d (patch) | |
tree | 871a313e9494c2e181e8b7547436ca52ed2b21b5 /usr.bin/unifdef | |
parent | 7da7265de4dc122cf4762c2707b245904c8acdd7 (diff) |
- section reorder
- COMPATIBILITY merge
- macro cleanup
- kill whitespace at EOL
- new sentence, new line
ssh pages ok markus@
Diffstat (limited to 'usr.bin/unifdef')
-rw-r--r-- | usr.bin/unifdef/unifdef.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/unifdef/unifdef.1 b/usr.bin/unifdef/unifdef.1 index 3540de230d5..4cd8c0d52bf 100644 --- a/usr.bin/unifdef/unifdef.1 +++ b/usr.bin/unifdef/unifdef.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unifdef.1,v 1.12 2003/06/03 02:56:20 millert Exp $ +.\" $OpenBSD: unifdef.1,v 1.13 2003/06/10 09:12:12 jmc Exp $ .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -239,9 +239,6 @@ utility works nicely with the .Fl D Ns Ar sym option of .Xr diff 1 . -.Sh SEE ALSO -.Xr cpp 1 , -.Xr diff 1 .Sh DIAGNOSTICS .Bl -item .It @@ -268,6 +265,14 @@ The .Nm utility exits 0 if the output is an exact copy of the input, 1 if not, and 2 if in trouble. +.Sh SEE ALSO +.Xr cpp 1 , +.Xr diff 1 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.3 . .Sh BUGS Expression evaluation is very limited. .Pp @@ -283,8 +288,3 @@ different points in the source file. The text-mode and ignore functionality doesn't correspond to modern .Xr cpp 1 behaviour. -.Sh HISTORY -The -.Nm -command appeared in -.Bx 4.3 . |