svn commit: r235342 - in head: share/man/man5 tools/build/options

Glen Barber gjb at FreeBSD.org
Sat May 12 16:12:37 UTC 2012


Author: gjb (doc committer)
Date: Sat May 12 16:12:36 2012
New Revision: 235342
URL: http://svn.freebsd.org/changeset/base/235342

Log:
  Regenerate src.conf(5) for mdoc(7) and typo corrections.
  
  PR:		167804
  Submitted by:	Nobuyuki Koganemaru (kogane!jp.freebsd.org)
  MFC after:	3 days

Modified:
  head/share/man/man5/src.conf.5
  head/tools/build/options/WITHOUT_BINUTILS
  head/tools/build/options/WITHOUT_ZONEINFO
  head/tools/build/options/WITH_CLANG_IS_CC
  head/tools/build/options/WITH_SHARED_TOOLCHAIN

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Sat May 12 16:10:56 2012	(r235341)
+++ head/share/man/man5/src.conf.5	Sat May 12 16:12:36 2012	(r235342)
@@ -1,7 +1,7 @@
 .\" DO NOT EDIT-- this file is automatically generated.
 .\" from FreeBSD: head/tools/build/options/makeman 221733 2011-05-10 13:01:11Z ru
 .\" $FreeBSD$
-.Dd May 11, 2012
+.Dd May 12, 2012
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -209,7 +209,7 @@ This requires ports/textproc/libxml2 to 
 .It Va WITHOUT_BINUTILS
 .\" from FreeBSD: head/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.
@@ -294,12 +294,10 @@ Set to build additional clang and llvm t
 .It Va WITH_CLANG_IS_CC
 .\" from FreeBSD: head/tools/build/options/WITH_CLANG_IS_CC 232322 2012-02-29 22:58:51Z 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: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru
 Set to not build
@@ -900,7 +898,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: head/tools/build/options/WITHOUT_SOURCELESS 230972 2012-02-04 00:54:43Z rmh
 Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU).
@@ -1018,7 +1016,7 @@ protocols (usable only via 802.1X).
 Set to not build ZFS file system.
 .It Va WITHOUT_ZONEINFO
 .\" from FreeBSD: head/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: head/tools/build/options/WITHOUT_BINUTILS
==============================================================================
--- head/tools/build/options/WITHOUT_BINUTILS	Sat May 12 16:10:56 2012	(r235341)
+++ head/tools/build/options/WITHOUT_BINUTILS	Sat May 12 16:12:36 2012	(r235342)
@@ -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: head/tools/build/options/WITHOUT_ZONEINFO
==============================================================================
--- head/tools/build/options/WITHOUT_ZONEINFO	Sat May 12 16:10:56 2012	(r235341)
+++ head/tools/build/options/WITHOUT_ZONEINFO	Sat May 12 16:12:36 2012	(r235342)
@@ -1,2 +1,2 @@
 .\" $FreeBSD$
-Set to not build the timezone database
+Set to not build the timezone database.

Modified: head/tools/build/options/WITH_CLANG_IS_CC
==============================================================================
--- head/tools/build/options/WITH_CLANG_IS_CC	Sat May 12 16:10:56 2012	(r235341)
+++ head/tools/build/options/WITH_CLANG_IS_CC	Sat May 12 16:12:36 2012	(r235342)
@@ -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: head/tools/build/options/WITH_SHARED_TOOLCHAIN
==============================================================================
--- head/tools/build/options/WITH_SHARED_TOOLCHAIN	Sat May 12 16:10:56 2012	(r235341)
+++ head/tools/build/options/WITH_SHARED_TOOLCHAIN	Sat May 12 16:12:36 2012	(r235342)
@@ -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.


More information about the svn-src-all mailing list