diff options
author | charnier <charnier@FreeBSD.org> | 2002-04-12 16:05:53 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-04-12 16:05:53 +0000 |
commit | ead5386a3c0d1ee6812438e98cb1966ac2be22f0 (patch) | |
tree | 86934b43c1fb1ec9294c510cda69b4568d2909b1 /usr.bin | |
parent | c3c6b2e7be907af14a5b14f67ee22c8a6f2c88fe (diff) | |
download | FreeBSD-src-ead5386a3c0d1ee6812438e98cb1966ac2be22f0.zip FreeBSD-src-ead5386a3c0d1ee6812438e98cb1966ac2be22f0.tar.gz |
Un.Ar makefile. The add of .Ar was part of my last commit.
Asked by: ru
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/make/make.1 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 10ca5d3..b8f4574 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -139,9 +139,7 @@ macro assignments within makefiles. Specify that environment values override macro assignments within makefiles for all variables. .It Fl f Ar makefile -Specify a -.Ar makefile -to read instead of the default +Specify a makefile to read instead of the default .Ql Pa makefile and .Ql Pa Makefile . |