diff options
author | ru <ru@FreeBSD.org> | 2001-01-16 09:39:23 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-01-16 09:39:23 +0000 |
commit | ffef081534c45c9ab6bd02870d86dc2395c74cee (patch) | |
tree | 131f589b68adcf699f3618d081cd17e11dda450a /usr.bin/make | |
parent | 3e32b84b0f3de9ab7e58af919fc8927b974ea8a9 (diff) | |
download | FreeBSD-src-ffef081534c45c9ab6bd02870d86dc2395c74cee.zip FreeBSD-src-ffef081534c45c9ab6bd02870d86dc2395c74cee.tar.gz |
Prepare for mdoc(7)NG.
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/make.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index fcdeff1..081eec8 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -783,7 +783,7 @@ Test the value of a variable. Test the target being built. .It Xo .Ic .ifnmake -.Oo \&! Oc Ar target +.Oo \&! Oc Ns Ar target .Op Ar operator target ... .Xc Test the target being built. @@ -791,7 +791,7 @@ Test the target being built. Reverse the sense of the last conditional. .It Xo .Ic .elif -.Oo \&! Oc Ar expression +.Oo \&! Oc Ns Ar expression .Op Ar operator expression ... .Xc A combination of |