diff options
author | ru <ru@FreeBSD.org> | 2000-01-19 10:44:28 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-01-19 10:44:28 +0000 |
commit | bcb6fab38508d8274b83a54d3e897f34c0abc407 (patch) | |
tree | bd74b4dbf4ff738c037bcf390f850f9e8ededfab /usr.bin/make | |
parent | f093c3cc6c87f5d2fb770929945ee9187322e99c (diff) | |
download | FreeBSD-src-bcb6fab38508d8274b83a54d3e897f34c0abc407.zip FreeBSD-src-bcb6fab38508d8274b83a54d3e897f34c0abc407.tar.gz |
${.MAKE} -> ${MAKE}
Reviewed by: hoek
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/make.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index e934dc6..a247dbe 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -443,7 +443,7 @@ i.e. .Ql \&$$ expands to a single dollar sign. -.It Va .MAKE +.It Va MAKE The name that .Nm was executed with |