[Midnightbsd-cvs] src [11477] trunk/usr.bin/mkdep/mkdep.1: fix example

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jul 7 13:21:59 EDT 2018


Revision: 11477
          http://svnweb.midnightbsd.org/src/?rev=11477
Author:   laffer1
Date:     2018-07-07 13:21:59 -0400 (Sat, 07 Jul 2018)
Log Message:
-----------
fix example

Modified Paths:
--------------
    trunk/usr.bin/mkdep/mkdep.1

Property Changed:
----------------
    trunk/usr.bin/mkdep/mkdep.1

Modified: trunk/usr.bin/mkdep/mkdep.1
===================================================================
--- trunk/usr.bin/mkdep/mkdep.1	2018-07-07 17:21:22 UTC (rev 11476)
+++ trunk/usr.bin/mkdep/mkdep.1	2018-07-07 17:21:59 UTC (rev 11477)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
 .\" Copyright (c) 1987, 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -26,9 +27,9 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)mkdep.1	8.1 (Berkeley) 6/6/93
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/usr.bin/mkdep/mkdep.1 291788 2015-12-04 18:04:56Z bdrewery $
 .\"
-.Dd June 6, 1993
+.Dd October 23, 2015
 .Dt MKDEP 1
 .Os
 .Sh NAME
@@ -60,11 +61,13 @@
 .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
+For instance, to use
+.Sy cc
+as the preprocessor and to ignore system
 headers, one would use
 .Bd -literal -offset indent
 depend:
-	env MKDEP_CPP="gcc -E" MKDEP_CPP_OPTS=-MM mkdep \\
+	env MKDEP_CPP="cc -E" MKDEP_CPP_OPTS=-MM mkdep \\
 		${CFLAGS} ${SRCS}
 .Ed
 .Pp
@@ -101,6 +104,8 @@
 Specifies the C compiler to use.
 The specified compiler is expected to have
 options consistent with the GNU C compiler.
+The default is
+.Sy cc .
 .It Ev MKDEP_CPP
 Specifies the preprocessor to use.
 The default is "${CC} -E".


Property changes on: trunk/usr.bin/mkdep/mkdep.1
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list