diff options
author | chris <chris@FreeBSD.org> | 1999-09-25 21:47:27 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 1999-09-25 21:47:27 +0000 |
commit | 6f65528a75d341bbb80d484c72503727577eca08 (patch) | |
tree | e0ea90410677fa2632ad1b9db6be955ec2376d54 /usr.bin/mkdep | |
parent | 6dfa6014e029cb771a9a10281553fcdaba60ae49 (diff) | |
download | FreeBSD-src-6f65528a75d341bbb80d484c72503727577eca08.zip FreeBSD-src-6f65528a75d341bbb80d484c72503727577eca08.tar.gz |
Capitalization errors:
* Gcc -> gcc
* Gnu -> GNU
Diffstat (limited to 'usr.bin/mkdep')
-rw-r--r-- | usr.bin/mkdep/mkdep.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mkdep/mkdep.1 b/usr.bin/mkdep/mkdep.1 index 9165a0e..fb19a20 100644 --- a/usr.bin/mkdep/mkdep.1 +++ b/usr.bin/mkdep/mkdep.1 @@ -62,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: @@ -100,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 |