diff options
author | 2003-10-23 09:09:13 +0000 | |
---|---|---|
committer | 2003-10-23 09:09:13 +0000 | |
commit | 7874e4d4267679f17c773f4f83d85935b2c9927e (patch) | |
tree | 0add0541190c24a362a2c092ed6852b842c76727 | |
parent | rearrange .Nd to make it expand properly; (diff) | |
download | wireguard-openbsd-7874e4d4267679f17c773f4f83d85935b2c9927e.tar.xz wireguard-openbsd-7874e4d4267679f17c773f4f83d85935b2c9927e.zip |
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 |