diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-23 09:09:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-23 09:09:14 +0000 |
commit | c86d3c20731de23b19be2bb0919e6faf852f27c1 (patch) | |
tree | fa8d780ffa678c6a357524ed9715670f196a3653 | |
parent | 01515d84dedd385a0947890686215b038761b819 (diff) |
macros with too many args;
-rw-r--r-- | usr.bin/unifdef/unifdef.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/unifdef/unifdef.1 b/usr.bin/unifdef/unifdef.1 index 4cd8c0d52bf..b1dc97854c6 100644 --- a/usr.bin/unifdef/unifdef.1 +++ b/usr.bin/unifdef/unifdef.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unifdef.1,v 1.13 2003/06/10 09:12:12 jmc Exp $ +.\" $OpenBSD: unifdef.1,v 1.14 2003/10/23 09:09:13 jmc Exp $ .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -67,7 +67,8 @@ while otherwise leaving the file alone. The .Nm utility acts on -.Ic #if , #ifdef , #ifndef , #elif , #else , +.Ic #if , #ifdef , #ifndef , +.Ic #elif , #else , and .Ic #endif lines, @@ -83,7 +84,9 @@ the .Fn defined operator applied to symbols defined or undefined on the command line, the operators -.Ic \&! , < , > , <= , >= , == , != , && , || , +.Ic \&! , < , > , <= , +.Ic >= , == , != , && , +.Ic || , and parenthesized expressions. Anything that it does not understand is passed through unharmed. It only processes |