diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
commit | 0d1334ca0c7f5a53195b38b126d726747949ce5d (patch) | |
tree | 399269f867eeb084bb6edf479f12b35526a9edb4 /usr.bin/mkdep | |
parent | 0100fd6e93e8e0203ec077685f3e68afea54de52 (diff) | |
download | FreeBSD-src-0d1334ca0c7f5a53195b38b126d726747949ce5d.zip FreeBSD-src-0d1334ca0c7f5a53195b38b126d726747949ce5d.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'usr.bin/mkdep')
-rw-r--r-- | usr.bin/mkdep/mkdep.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mkdep/mkdep.1 b/usr.bin/mkdep/mkdep.1 index fb19a20..0272102 100644 --- a/usr.bin/mkdep/mkdep.1 +++ b/usr.bin/mkdep/mkdep.1 @@ -75,7 +75,7 @@ The options are as follows: .It Fl a Append to the output file, so that multiple -.Nm mkdep Ns 's +.Nm Ns 's may be run from a single Makefile. .It Fl f Write the include file dependencies to |