aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkdep
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-07-24 07:01:18 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-07-24 07:01:18 +0000
commit1988cbc558386af8a3c969b1713ab67d65ed7471 (patch)
tree4ec75a32d198dd554e870eed98dfc5ddffa642f5 /usr.bin/mkdep
parent7501dcaa3693212f47f0c4dcb7d1ec663d376623 (diff)
downloadsrc-1988cbc558386af8a3c969b1713ab67d65ed7471.tar.gz
src-1988cbc558386af8a3c969b1713ab67d65ed7471.zip
.Nm mkdep -> .Nm.
Notes
Notes: svn path=/head/; revision=27646
Diffstat (limited to 'usr.bin/mkdep')
-rw-r--r--usr.bin/mkdep/mkdep.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mkdep/mkdep.1 b/usr.bin/mkdep/mkdep.1
index 5c62a6b5545d..59daef4f4ae7 100644
--- a/usr.bin/mkdep/mkdep.1
+++ b/usr.bin/mkdep/mkdep.1
@@ -38,7 +38,7 @@
.Nm mkdep
.Nd construct Makefile dependency list
.Sh SYNOPSIS
-.Nm mkdep
+.Nm
.Op Fl ap
.Op Fl f Ar file
.Op Ar flags
@@ -73,7 +73,7 @@ Write the include file dependencies to
instead of the default ``.depend''.
.It Fl p
Cause
-.Nm mkdep
+.Nm
to produce dependencies of the form:
.Bd -literal -offset indent
program: program.c
@@ -98,6 +98,6 @@ File containing list of dependencies.
.El
.Sh HISTORY
The
-.Nm mkdep
+.Nm
command appeared in
.Bx 4.3 Tahoe .