From owner-svn-doc-head@freebsd.org Fri Aug 4 11:34:13 2017 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57376DD4972; Fri, 4 Aug 2017 11:34:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3357164AC8; Fri, 4 Aug 2017 11:34:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v74BYCJ5097845; Fri, 4 Aug 2017 11:34:12 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v74BYC1c097841; Fri, 4 Aug 2017 11:34:12 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201708041134.v74BYC1c097841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 4 Aug 2017 11:34:12 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50631 - in head/en_US.ISO8859-1/books/porters-handbook: makefiles plist special versions X-SVN-Group: doc-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/en_US.ISO8859-1/books/porters-handbook: makefiles plist special versions X-SVN-Commit-Revision: 50631 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Aug 2017 11:34:13 -0000 Author: mat Date: Fri Aug 4 11:34:11 2017 New Revision: 50631 URL: https://svnweb.freebsd.org/changeset/doc/50631 Log: Fix non white-space igor warnings. Sponsored by: Absolight, The FreeBSD Foundation Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Fri Aug 4 10:24:03 2017 (r50630) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Fri Aug 4 11:34:11 2017 (r50631) @@ -295,7 +295,7 @@ DISTVERSION= 1.2p4 Not Using <varname>DISTVERSION</varname> When the - Version Contains Letters Meaning "patch level" + Version Contains Letters Meaning "Patch Level" When the version contains letters that are not meant as alpha, beta, or Modified: head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Fri Aug 4 10:24:03 2017 (r50630) +++ head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Fri Aug 4 11:34:11 2017 (r50631) @@ -290,7 +290,7 @@ PLIST_SUB+= X11I386="@comment " section. - Expanding <varname>PLIST_SUB</varname> With Regular + <title>Expanding <varname>PLIST_SUB</varname> with Regular Expressions Strings to be replaced sometimes need to be very specific @@ -307,10 +307,10 @@ PLIST_SUB+= X11I386="@comment " precisely. - Using PLIST_SUB With Regular Expressions + Using PLIST_SUB with Regular Expressions Perl ports can install - architecture dependant files in a specific tree. On &os; to + architecture dependent files in a specific tree. On &os; to ease porting, this tree is called mach. For example, a port that installs a file whose path contains mach could have that part of the path @@ -673,7 +673,7 @@ PLIST_SUB= PERL_ARCH=mach This must be a numeric mode, like 644, 4755, or - 600. It cannnot be a relative mode + 600. It cannot be a relative mode like u+s. Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Fri Aug 4 10:24:03 2017 (r50630) +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Fri Aug 4 11:34:11 2017 (r50631) @@ -5463,8 +5463,8 @@ run_rc_command "$1" Are options listed in the default name_flags things that are actually mandatory? If so, they must - be in command_args. The - option is a red flag (pardon the + be in command_args. + is a red flag (pardon the pun) here, since it is usually the option to “daemonize” the process, and therefore is actually mandatory. Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Fri Aug 4 10:24:03 2017 (r50630) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Fri Aug 4 11:34:11 2017 (r50631) @@ -231,7 +231,7 @@ 314040 February 21, 2017 12.0-CURRENT after making the LinuxKPI task struct - persistent accross system calls. + persistent across system calls.