From owner-svn-doc-all@freebsd.org Fri Nov 2 21:23:28 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDC9810DBDD4; Fri, 2 Nov 2018 21:23:27 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 929397F6B2; Fri, 2 Nov 2018 21:23:27 +0000 (UTC) (envelope-from brooks@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5DA4C105FD; Fri, 2 Nov 2018 21:23:27 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA2LNRUK071619; Fri, 2 Nov 2018 21:23:27 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA2LNRxF071618; Fri, 2 Nov 2018 21:23:27 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201811022123.wA2LNRxF071618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Fri, 2 Nov 2018 21:23:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52462 - head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Group: doc-head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Commit-Revision: 52462 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2018 21:23:28 -0000 Author: brooks (src,ports committer) Date: Fri Nov 2 21:23:26 2018 New Revision: 52462 URL: https://svnweb.freebsd.org/changeset/doc/52462 Log: Adjust line wrapping to appease igor(1). Minor warnings remain due to igor not liking ther spelling of UDP-Lite, but at least we've got two rather than 40 lines of them. Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Fri Nov 2 21:23:20 2018 (r52461) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Fri Nov 2 21:23:26 2018 (r52462) @@ -684,9 +684,9 @@ is spelled &, < is < and > is >. 1200063 r333446 May 10, 2018 - 12.0-CURRENT after reworking CTL frontend and backend - options to use &man.nv.3;, allow creating multiple ioctl - frontend ports. + 12.0-CURRENT after reworking CTL frontend and + backend options to use &man.nv.3;, allow creating + multiple ioctl frontend ports. @@ -733,18 +733,19 @@ is spelled &, < is < and > is >. 1200069 r335237 June 15, 2018 - 12.0-CURRENT after changing struct - kerneldumpheader to version 4 (similar to version 2 in - 11-STABLE and previous). + 12.0-CURRENT after changing + struct kerneldumpheader to version 4 + (similar to version 2 in 11-STABLE and + previous). 1200070 r335873 July 2, 2018 - 12.0-CURRENT after inlining &man.atomic.9; in modules on - amd64 and i386 requiring all modules of consumers to be rebuilt - for these architectures. + 12.0-CURRENT after inlining &man.atomic.9; in + modules on amd64 and i386 requiring all modules of + consumers to be rebuilt for these architectures. @@ -770,8 +771,9 @@ is spelled &, < is < and > is >. July 15, 2018 12.0-CURRENT after changing the ABI and API of struct if_shared_ctx and - struct if_softc_ctx requiring modules of - &man.iflib.9; consumers to be rebuilt. + struct if_softc_ctx requiring + modules of &man.iflib.9; consumers to be + rebuilt. @@ -786,16 +788,18 @@ is spelled &, < is < and > is >. 1200075 r336538 July 19, 2018 - 12.0-CURRENT after zfsloader being folded into loader, - and after adding ntpd:ntpd as uid:gid 123:123, and after - removing arm big-endian support (MACHINE_ARCH=armeb). + 12.0-CURRENT after zfsloader being folded into + loader, and after adding ntpd:ntpd as uid:gid 123:123, + and after removing arm big-endian support + (MACHINE_ARCH=armeb). 1200076 r336914 July 30, 2018 - 12.0-CURRENT after KPI changes to timespecadd. + 12.0-CURRENT after KPI changes to + timespecadd. @@ -803,14 +807,15 @@ is spelled &, < is < and > is >. r337576 August 10, 2018 12.0-CURRENT after timespec_get was added - to the system. + to the system. 1200078 r337863 August 15, 2018 - 12.0-CURRENT after exec.created hook for jails. + 12.0-CURRENT after exec.created hook for + jails. @@ -828,7 +833,8 @@ is spelled &, < is < and > is >. 1200080 r338172 August 22, 2018 - 12.0-CURRENT after removing the drm drivers. + 12.0-CURRENT after removing the drm + drivers. @@ -859,8 +865,8 @@ is spelled &, < is < and > is >. 1200084 r338478 September 5, 2018 12.0-CURRENT after - updating &man.objcopy.1; to properly handle little-endian - MIPS64 object files. + updating &man.objcopy.1; to properly handle + little-endian MIPS64 object files. @@ -2230,8 +2236,9 @@ is spelled &, < is < and > is >. r332089 April 5, 2018 11-STABLE after merging - r328331, adding a new and incompatible - interpretation of ${name}_limits in rc scripts. + r328331, adding a new and + incompatible interpretation of ${name}_limits in rc + scripts. @@ -2239,8 +2246,9 @@ is spelled &, < is < and > is >. r332363 April 10, 2018 11-STABLE after reverting - r331880, removing the new and incompatible - interpretation of ${name}_limits in rc scripts. + r331880, removing the new and + incompatible interpretation of ${name}_limits in rc + scripts. @@ -2269,8 +2277,9 @@ is spelled &, < is < and > is >. 1102503 r338931 September 25, 2018 - 11-STABLE after merging a TCP checksum fix to &man.iflib.9; - and adding new media types to if_media.h + 11-STABLE after merging a TCP checksum fix to + &man.iflib.9; and adding new media types to + if_media.h