Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2018 01:38:59 +0000 (UTC)
From:      Rebecca Cran <bcran@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334198 - in head: share/man/man5 tools/build/options
Message-ID:  <201805250138.w4P1cxwQ045694@repo.freebsd.org>

index | next in thread | raw e-mail

Author: bcran
Date: Fri May 25 01:38:59 2018
New Revision: 334198
URL: https://svnweb.freebsd.org/changeset/base/334198

Log:
  Remove extra space before parenthesis in src.conf(5)
  
  Reviewed by:	eadler
  Differential Revision:	https://reviews.freebsd.org/D15528

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

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Fri May 25 01:27:39 2018	(r334197)
+++ head/share/man/man5/src.conf.5	Fri May 25 01:38:59 2018	(r334198)
@@ -1,7 +1,7 @@
 .\" DO NOT EDIT-- this file is generated by tools/build/options/makeman.
 .\" $FreeBSD$
 .\" @generated
-.Dd May 23, 2018
+.Dd May 24, 2018
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -145,7 +145,7 @@ associated utilities, and examples.
 .Pp
 This option only affects amd64/amd64.
 .It Va WITHOUT_BINUTILS
-Set to not build or install binutils (as, ld, objcopy, and objdump ) as part
+Set to not build or install binutils (as, ld, objcopy, and objdump) as part
 of the normal system build.
 The resulting system cannot build programs from source.
 .Pp

Modified: head/tools/build/options/WITHOUT_BINUTILS
==============================================================================
--- head/tools/build/options/WITHOUT_BINUTILS	Fri May 25 01:27:39 2018	(r334197)
+++ head/tools/build/options/WITHOUT_BINUTILS	Fri May 25 01:38:59 2018	(r334198)
@@ -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, objcopy, and objdump) as part
 of the normal system build.
 The resulting system cannot build programs from source.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805250138.w4P1cxwQ045694>