aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkdep
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-04-20 12:18:28 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-04-20 12:18:28 +0000
commite8937ba00998cca6f259b3fdf32a7f7a38bc26ec (patch)
tree9eb4b7d718b67229ee4b8e61e9cad466a5a36945 /usr.bin/mkdep
parent1c2451c24d59abde50b89c0d506523298e1ae1e1 (diff)
downloadsrc-e8937ba00998cca6f259b3fdf32a7f7a38bc26ec.tar.gz
src-e8937ba00998cca6f259b3fdf32a7f7a38bc26ec.zip
Notes
Diffstat (limited to 'usr.bin/mkdep')
-rw-r--r--usr.bin/mkdep/mkdep.15
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mkdep/mkdep.1 b/usr.bin/mkdep/mkdep.1
index ef96bcc752cb..d96d2670b6c9 100644
--- a/usr.bin/mkdep/mkdep.1
+++ b/usr.bin/mkdep/mkdep.1
@@ -45,8 +45,9 @@
.Op Ar flags
.Ar
.Sh DESCRIPTION
-.Nm Mkdep
-takes a set of flags for the C compiler and a list
+The
+.Nm
+utility takes a set of flags for the C compiler and a list
of C source files as arguments and constructs a set of include
file dependencies which are written into the file ``.depend''.
An example of its use in a Makefile might be: