aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorChris Costello <chris@FreeBSD.org>1999-09-25 21:48:33 +0000
committerChris Costello <chris@FreeBSD.org>1999-09-25 21:48:33 +0000
commit8e8ae85c1b33b7304d0cd335ac2dd0349f76c4ad (patch)
tree6d25d673bf2abc671e54f4829f67c31b6c63747a /usr.bin
parentbc599cd4634ee78bddc290773f6eba82427d586a (diff)
Notes
Diffstat (limited to 'usr.bin')
-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 8116f47907f8..fb19a20ccda1 100644
--- a/usr.bin/mkdep/mkdep.1
+++ b/usr.bin/mkdep/mkdep.1
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mkdep.1 8.1 (Berkeley) 6/6/93
+.\" $FreeBSD$
.\"
.Dd June 6, 1993
.Dt MKDEP 1
@@ -61,7 +62,7 @@ where the macro SRCS is the list of C source files and the macro
CFLAGS is the list of flags for the C compiler.
.Pp
The user has the ability to change the preprocessor and preprocessor options
-used. For instance, to use Gcc as the preprocessor and to ignore system
+used. For instance, to use gcc as the preprocessor and to ignore system
headers, one would use
.Bd -literal -offset indent
depend:
@@ -99,7 +100,7 @@ module.
.Bl -tag -width MKDEP_CPP_OPTS
.It Ev CC
Specifies the C compiler to use. The specified compiler is expected to have
-options consistant with the Gnu C compiler.
+options consistent with the GNU C compiler.
.It Ev MKDEP_CPP
Specifies the preprocessor to use. The default is "${CC} -E".
.It Ev MKDEP_CPP_OPTS