diff options
author | ru <ru@FreeBSD.org> | 2007-12-12 16:43:17 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2007-12-12 16:43:17 +0000 |
commit | 7df0559cd594305aa3270bc13420372cbea23ad7 (patch) | |
tree | 216a467cd4ecf56a82f426900b23e20b6d16356a /tools | |
parent | e20e53a23e562e517dc95c4f53b3a533c6ed0417 (diff) | |
download | FreeBSD-src-7df0559cd594305aa3270bc13420372cbea23ad7.zip FreeBSD-src-7df0559cd594305aa3270bc13420372cbea23ad7.tar.gz |
Fix markup nits.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/options/WITHOUT_BZIP2 | 4 | ||||
-rw-r--r-- | tools/build/options/WITHOUT_GNU | 4 | ||||
-rw-r--r-- | tools/build/options/WITHOUT_KVM | 4 | ||||
-rw-r--r-- | tools/build/options/WITHOUT_PAM | 4 | ||||
-rw-r--r-- | tools/build/options/WITHOUT_TOOLCHAIN | 4 |
5 files changed, 15 insertions, 5 deletions
diff --git a/tools/build/options/WITHOUT_BZIP2 b/tools/build/options/WITHOUT_BZIP2 index baf7125..20f025b 100644 --- a/tools/build/options/WITHOUT_BZIP2 +++ b/tools/build/options/WITHOUT_BZIP2 @@ -1,3 +1,5 @@ .\" $FreeBSD$ Set to not build contributed bzip2 software as a part of the base system. -.Sy "The option has no effect yet." +.Bf -symbolic +The option has no effect yet. +.Ef diff --git a/tools/build/options/WITHOUT_GNU b/tools/build/options/WITHOUT_GNU index 3a37c92..f53ce66 100644 --- a/tools/build/options/WITHOUT_GNU +++ b/tools/build/options/WITHOUT_GNU @@ -2,4 +2,6 @@ Set to not build contributed GNU software as a part of the base system. This option can be useful if the system built must not contain any code covered by the GNU Public License due to legal reasons. -.Sy "The option has no effect yet." +.Bf -symbolic +The option has no effect yet. +.Ef diff --git a/tools/build/options/WITHOUT_KVM b/tools/build/options/WITHOUT_KVM index 121186a..86be557 100644 --- a/tools/build/options/WITHOUT_KVM +++ b/tools/build/options/WITHOUT_KVM @@ -2,4 +2,6 @@ Set to not build the .Nm libkvm library as a part of the base system. -.Sy "The option has no effect yet." +.Bf -symbolic +The option has no effect yet. +.Ef diff --git a/tools/build/options/WITHOUT_PAM b/tools/build/options/WITHOUT_PAM index b865a51..08ae805 100644 --- a/tools/build/options/WITHOUT_PAM +++ b/tools/build/options/WITHOUT_PAM @@ -1,3 +1,5 @@ .\" $FreeBSD$ Set to not build PAM library and modules. -.Sy "This option is deprecated and does nothing." +.Bf -symbolic +This option is deprecated and does nothing. +.Ef diff --git a/tools/build/options/WITHOUT_TOOLCHAIN b/tools/build/options/WITHOUT_TOOLCHAIN index d55214e..4ffc5b3 100644 --- a/tools/build/options/WITHOUT_TOOLCHAIN +++ b/tools/build/options/WITHOUT_TOOLCHAIN @@ -2,4 +2,6 @@ Set to not install programs used for program development, compilers, debuggers etc. -.Sy "The option does not work for build targets." +.Bf -symbolic +The option does not work for build targets. +.Ef |