diff options
author | gjb <gjb@FreeBSD.org> | 2012-05-12 16:12:36 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2012-05-12 16:12:36 +0000 |
commit | 9507326d1fe188ab2a45d0290e92575f0b835f1a (patch) | |
tree | c52568bfc07be4659d07a76edd3486e7b4c9725c /tools | |
parent | 63208c819ec65b696e2c05cb942e155c271be535 (diff) | |
download | FreeBSD-src-9507326d1fe188ab2a45d0290e92575f0b835f1a.zip FreeBSD-src-9507326d1fe188ab2a45d0290e92575f0b835f1a.tar.gz |
Regenerate src.conf(5) for mdoc(7) and typo corrections.
PR: 167804
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/options/WITHOUT_BINUTILS | 2 | ||||
-rw-r--r-- | tools/build/options/WITHOUT_ZONEINFO | 2 | ||||
-rw-r--r-- | tools/build/options/WITH_CLANG_IS_CC | 6 | ||||
-rw-r--r-- | tools/build/options/WITH_SHARED_TOOLCHAIN | 2 |
4 files changed, 5 insertions, 7 deletions
diff --git a/tools/build/options/WITHOUT_BINUTILS b/tools/build/options/WITHOUT_BINUTILS index 9d57c62..3587b8c 100644 --- a/tools/build/options/WITHOUT_BINUTILS +++ b/tools/build/options/WITHOUT_BINUTILS @@ -1,6 +1,6 @@ .\" $FreeBSD$ Set to not install binutils (as, c++-filt, gconv, gnu-ar, gnu-randlib, -ld, nm, objcopy, objdump, readelf, size and strip) +ld, nm, objcopy, objdump, readelf, size and strip). .Bf -symbolic The option does not generally work for build targets, unless some alternative toolchain is enabled. diff --git a/tools/build/options/WITHOUT_ZONEINFO b/tools/build/options/WITHOUT_ZONEINFO index d6c1c9d..582b81f 100644 --- a/tools/build/options/WITHOUT_ZONEINFO +++ b/tools/build/options/WITHOUT_ZONEINFO @@ -1,2 +1,2 @@ .\" $FreeBSD$ -Set to not build the timezone database +Set to not build the timezone database. diff --git a/tools/build/options/WITH_CLANG_IS_CC b/tools/build/options/WITH_CLANG_IS_CC index a7511dd..40d795b 100644 --- a/tools/build/options/WITH_CLANG_IS_CC +++ b/tools/build/options/WITH_CLANG_IS_CC @@ -1,8 +1,6 @@ .\" $FreeBSD$ Set to install the Clang C/C++ compiler as -.Pa /usr/bin/cc -, +.Pa /usr/bin/cc , .Pa /usr/bin/c++ and -.Pa /usr/bin/cpp -. +.Pa /usr/bin/cpp . diff --git a/tools/build/options/WITH_SHARED_TOOLCHAIN b/tools/build/options/WITH_SHARED_TOOLCHAIN index 48eea6d..d0ddc79 100644 --- a/tools/build/options/WITH_SHARED_TOOLCHAIN +++ b/tools/build/options/WITH_SHARED_TOOLCHAIN @@ -3,4 +3,4 @@ Set to build the toolchain binaries shared. The set includes .Xr cc 1 , .Xr make 1 -and neccessary utilites like assembler, linker and library archive manager. +and necessary utilities like assembler, linker and library archive manager. |