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. _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"