Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2017 18:02:13 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r318305 - head/tools/build/options
Message-ID:  <201705151802.v4FI2DIl047012@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Mon May 15 18:02:13 2017
New Revision: 318305
URL: https://svnweb.freebsd.org/changeset/base/318305

Log:
  makeman: reword description, based on feedback from wblock

Modified:
  head/tools/build/options/makeman

Modified: head/tools/build/options/makeman
==============================================================================
--- head/tools/build/options/makeman	Mon May 15 17:57:09 2017	(r318304)
+++ head/tools/build/options/makeman	Mon May 15 18:02:13 2017	(r318305)
@@ -3,15 +3,15 @@
 # This file is in the public domain.
 # $FreeBSD$
 #
-# This script is used to create the src.conf.5 man page, using template text
-# contained herein and the contents of the WITH_* and WITHOUT_* files in the
-# same directory. Each WITH_* and WITHOUT_* file documents the effect of the
+# This script creates the src.conf.5 man page using template text contained
+# herein and the contents of the WITH_* and WITHOUT_* files in the same
+# directory. Each WITH_* and WITHOUT_* file documents the effect of the
 # /etc/src.conf knob with the same name.
 #
-# This script invokes "make showconfig" for each supported architecture in
-# order to determine, for each option, whether the default setting is always
-# WITH, always WITHOUT, or is architecture-dependent. It also determines
-# and describes dependencies between options.
+# For each supported architecture, "make showconfig" is invoked to determine
+# the default setting of every option: always WITH_, always WITHOUT_, or
+# architecture-dependent WITH_/WITHOUT_.  It also determines and describes
+# dependencies between options.
 #
 # Usage:
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705151802.v4FI2DIl047012>