summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2017-05-30 17:09:47 +0000
committeremaste <emaste@FreeBSD.org>2017-05-30 17:09:47 +0000
commit8095f3520915a13dd5b00c641238efb6c73a9b26 (patch)
tree5939d19c42ca6f97141bc83b57a89adcf46a10d0 /tools
parent8240b49610f70bce458d3e64b2d77f4c5436384b (diff)
downloadFreeBSD-src-8095f3520915a13dd5b00c641238efb6c73a9b26.zip
FreeBSD-src-8095f3520915a13dd5b00c641238efb6c73a9b26.tar.gz
MFC r318305: makeman: reword description, based on feedback from wblock
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build/options/makeman14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/build/options/makeman b/tools/build/options/makeman
index 9b795a7..60dc3b6 100755
--- a/tools/build/options/makeman
+++ b/tools/build/options/makeman
@@ -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:
#
OpenPOWER on IntegriCloud