summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2005-11-19 12:21:11 +0000
committerjkoshy <jkoshy@FreeBSD.org>2005-11-19 12:21:11 +0000
commit9ea441a30903994510472fe182179780de64f9f6 (patch)
treea59081b505929070203b86896cb5be2dd9edeea8 /share
parentac5e3a71fd42c7309e65589488710085081d4f99 (diff)
downloadFreeBSD-src-9ea441a30903994510472fe182179780de64f9f6.zip
FreeBSD-src-9ea441a30903994510472fe182179780de64f9f6.tar.gz
- Move the documentation for the ENABLE_WPA_SUPPLICANT_EAPOL knob to into
the list for 'world' builds. - Increase the width of a bullet list. - Use .Ss to name sub-sections of this file.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/make.conf.529
1 files changed, 16 insertions, 13 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index c700718..0bcf9d3 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -317,6 +317,7 @@ to use when doing a
This defaults to
.Pa /usr/share/examples/cvsup/doc\-supfile .
.El
+.Ss "BUILDING THE KERNEL"
.Pp
The following list provides a name and short description for variables
that are only used doing a kernel build:
@@ -411,6 +412,7 @@ during
.Pq Vt bool
Set to not build modules with the kernel.
.El
+.Ss "BUILDING THE WORLD"
.Pp
The following list provides a name and short description for variables
that are used during the world build:
@@ -833,11 +835,24 @@ levels to a lower one.
and above is known to trigger known optimizer bugs at various
times \(em this is worse on the Alpha platform.
The value assigned is the highest optimization value used.
+.It Va ENABLE_WPA_SUPPLICANT_EAPOL
+.Pq Vt str
+Build
+.Xr wpa_supplicant 8
+with support for the IEEE 802.1X protocol and with
+support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS
+protocols (usable only via 802.1X).
+This option is ignored if
+.Va NO_CRYPT
+or
+.Va NO_OPENSSL
+are set.
.El
+.Ss "BUILDING DOCUMENTATION"
.Pp
The following list provides a name and short description for variables
that are used when building documentation.
-.Bl -tag -width Ar
+.Bl -tag -width ".Va PRINTERDEVICE"
.It Va DISTDIR
.Pq Vt str
Where distfiles are kept.
@@ -858,18 +873,6 @@ for simple printers, or
.Dq Li ps
for postscript or graphics printers with a ghostscript
filter, or both.
-.It Va ENABLE_WPA_SUPPLICANT_EAPOL
-.Pq Vt str
-Build
-.Xr wpa_supplicant 8
-with support for the IEEE 802.1X protocol and with
-support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS
-protocols (usable only via 802.1X).
-This option is ignored if
-.Va NO_CRYPT
-or
-.Va NO_OPENSSL
-are set.
.El
.Sh FILES
.Bl -tag -width ".Pa /usr/share/examples/etc/make.conf" -compact
OpenPOWER on IntegriCloud