From owner-svn-src-stable@FreeBSD.ORG Fri May 18 02:00:02 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 681C21065675; Fri, 18 May 2012 02:00:02 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 42BA98FC08; Fri, 18 May 2012 02:00:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4I202hk028751; Fri, 18 May 2012 02:00:02 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4I202ao028747; Fri, 18 May 2012 02:00:02 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201205180200.q4I202ao028747@svn.freebsd.org> From: Glen Barber Date: Fri, 18 May 2012 02:00:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r235587 - in stable/9: share/man/man5 tools/build/options X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2012 02:00:02 -0000 Author: gjb (doc committer) Date: Fri May 18 02:00:01 2012 New Revision: 235587 URL: http://svn.freebsd.org/changeset/base/235587 Log: MFC r235342: General mdoc(7) and typo fixes. PR: 167804 Modified: stable/9/share/man/man5/src.conf.5 stable/9/tools/build/options/WITHOUT_BINUTILS stable/9/tools/build/options/WITHOUT_ZONEINFO stable/9/tools/build/options/WITH_CLANG_IS_CC stable/9/tools/build/options/WITH_SHARED_TOOLCHAIN Directory Properties: stable/9/share/man/man5/ (props changed) stable/9/tools/build/options/ (props changed) Modified: stable/9/share/man/man5/src.conf.5 ============================================================================== --- stable/9/share/man/man5/src.conf.5 Fri May 18 01:51:12 2012 (r235586) +++ stable/9/share/man/man5/src.conf.5 Fri May 18 02:00:01 2012 (r235587) @@ -209,7 +209,7 @@ This requires ports/textproc/libxml2 to .It Va WITHOUT_BINUTILS .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_BINUTILS 222090 2011-05-19 05:13:25Z imp 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. @@ -286,12 +286,10 @@ Set to build additional clang and llvm t .It Va WITH_CLANG_IS_CC .\" from FreeBSD: stable/9/tools/build/options/WITH_CLANG_IS_CC 233099 2012-03-17 22:29:05Z dim 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 . .It Va WITHOUT_CPP .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru Set to not build @@ -884,7 +882,7 @@ Set to build the toolchain binaries shar 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. .It Va WITHOUT_SOURCELESS .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SOURCELESS 231905 2012-02-19 07:44:38Z rmh Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU). @@ -1003,7 +1001,7 @@ protocols (usable only via 802.1X). Set to not build ZFS file system. .It Va WITHOUT_ZONEINFO .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_ZONEINFO 171994 2007-08-27 20:01:08Z remko -Set to not build the timezone database +Set to not build the timezone database. .El .Sh FILES .Bl -tag -compact Modified: stable/9/tools/build/options/WITHOUT_BINUTILS ============================================================================== --- stable/9/tools/build/options/WITHOUT_BINUTILS Fri May 18 01:51:12 2012 (r235586) +++ stable/9/tools/build/options/WITHOUT_BINUTILS Fri May 18 02:00:01 2012 (r235587) @@ -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. Modified: stable/9/tools/build/options/WITHOUT_ZONEINFO ============================================================================== --- stable/9/tools/build/options/WITHOUT_ZONEINFO Fri May 18 01:51:12 2012 (r235586) +++ stable/9/tools/build/options/WITHOUT_ZONEINFO Fri May 18 02:00:01 2012 (r235587) @@ -1,2 +1,2 @@ .\" $FreeBSD$ -Set to not build the timezone database +Set to not build the timezone database. Modified: stable/9/tools/build/options/WITH_CLANG_IS_CC ============================================================================== --- stable/9/tools/build/options/WITH_CLANG_IS_CC Fri May 18 01:51:12 2012 (r235586) +++ stable/9/tools/build/options/WITH_CLANG_IS_CC Fri May 18 02:00:01 2012 (r235587) @@ -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 . Modified: stable/9/tools/build/options/WITH_SHARED_TOOLCHAIN ============================================================================== --- stable/9/tools/build/options/WITH_SHARED_TOOLCHAIN Fri May 18 01:51:12 2012 (r235586) +++ stable/9/tools/build/options/WITH_SHARED_TOOLCHAIN Fri May 18 02:00:01 2012 (r235587) @@ -3,4 +3,4 @@ Set to build the toolchain binaries shar 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.