Index: head/tools/build/options/WITHOUT_BINUTILS =================================================================== --- head/tools/build/options/WITHOUT_BINUTILS (revision 335209) +++ head/tools/build/options/WITHOUT_BINUTILS (revision 335210) @@ -1,4 +1,4 @@ .\" $FreeBSD$ -Set to not build or install binutils (as, ld, objcopy, and objdump) as part +Set to not build or install binutils (as, ld, and objdump) as part of the normal system build. The resulting system cannot build programs from source. Index: head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP =================================================================== --- head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP (revision 335209) +++ head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP (revision 335210) @@ -1,7 +1,7 @@ .\" $FreeBSD$ -Set to not build binutils (as, ld, objcopy and objdump) +Set to not build binutils (as, ld, and objdump) as part of the bootstrap process. .Bf -symbolic The option does not work for build targets unless some alternative toolchain is provided. .Ef Index: head/tools/build/options/WITH_BINUTILS =================================================================== --- head/tools/build/options/WITH_BINUTILS (revision 335209) +++ head/tools/build/options/WITH_BINUTILS (revision 335210) @@ -1,3 +1,3 @@ .\" $FreeBSD$ -Set to build and install binutils (as, ld, objcopy, and objdump) as part +Set to build and install binutils (as, ld, and objdump) as part of the normal system build. Index: head/tools/build/options/WITH_BINUTILS_BOOTSTRAP =================================================================== --- head/tools/build/options/WITH_BINUTILS_BOOTSTRAP (revision 335209) +++ head/tools/build/options/WITH_BINUTILS_BOOTSTRAP (revision 335210) @@ -1,3 +1,3 @@ .\" $FreeBSD$ -Set build binutils (as, ld, objcopy and objdump) +Set build binutils (as, ld, and objdump) as part of the bootstrap process.