diff options
author | joerg <joerg@FreeBSD.org> | 1996-04-07 01:18:20 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-04-07 01:18:20 +0000 |
commit | 5a40b6631ea50245f864d9cdb5a01dc1d690118a (patch) | |
tree | 5587c81cbf84f4647fdee1447654d661f7c5aad9 /usr.bin | |
parent | 5d53626f95b4490541d3aa5574c1d253ce11b41d (diff) | |
download | FreeBSD-src-5a40b6631ea50245f864d9cdb5a01dc1d690118a.zip FreeBSD-src-5a40b6631ea50245f864d9cdb5a01dc1d690118a.tar.gz |
Fix a typo.
Submitted by: tgm@netcom.com (Thomas G. McWilliams)
Diffstat (limited to 'usr.bin')
-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 9887965..c007114 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -373,7 +373,7 @@ i.e. .Ql \&$$ expands to a single dollar sign. -.It Va .MAKE +.It Ev MAKE The name that .Nm make was executed with |