From owner-svn-doc-head@FreeBSD.ORG Tue Sep 2 08:40:16 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B38B23E; Tue, 2 Sep 2014 08:40:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 0AF281C40; Tue, 2 Sep 2014 08:40:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s828eFMn094911; Tue, 2 Sep 2014 08:40:15 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s828eFZP094910; Tue, 2 Sep 2014 08:40:15 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201409020840.s828eFZP094910@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 2 Sep 2014 08:40:15 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45540 - head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Group: doc-head 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.18-1 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: Tue, 02 Sep 2014 08:40:16 -0000 Author: mat (ports committer) Date: Tue Sep 2 08:40:15 2014 New Revision: 45540 URL: http://svnweb.freebsd.org/changeset/doc/45540 Log: Minor wording fixes. (mainly igor -y) Differential Revision: https://reviews.freebsd.org/D657 Reviewed by: wblock Sponsored by: Absolight 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 Mon Sep 1 15:37:41 2014 (r45539) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Tue Sep 2 08:40:15 2014 (r45540) @@ -1095,8 +1095,8 @@ 500101 February 19, 2003 - <sys/dkstat.h> is empty and should - not be included. + <sys/dkstat.h> is empty. Do not include + it. @@ -2500,7 +2500,7 @@ Legacy RFC 1724 behavior of the IP_MULTICAST_IF ioctl has now been removed; 0.0.0.0/8 may no longer be used to specify an interface index. - struct ipmreqn should be used instead. + Use struct ipmreqn instead. @@ -2621,7 +2621,7 @@ May 5, 2008 7.0-STABLE after some &man.lockmgr.9; changes, which makes it necessary to include - sys/lock.h in order to use + sys/lock.h to use &man.lockmgr.9;. @@ -3490,7 +3490,7 @@ sx_init_flags() KPI. The SX_ADAPTIVESPIN is retired and a new SX_NOADAPTIVE flag is - introduced in order to handle the reversed + introduced to handle the reversed logic. @@ -4722,7 +4722,7 @@ 1000034 June 3, 2013 - 10-CURRENT after the addition of the following + 10-CURRENT after the addition of these functions to libm: cacos, cacosf, cacosh, @@ -5342,9 +5342,9 @@ pattern used to be year followed by the month, but we decided to change it to a more straightforward major/minor system starting from 2.2. This is because the parallel development on several - branches made it infeasible to classify the releases simply by - their real release dates. If you are making a port now, you do - not have to worry about old -CURRENTs; they are listed here just - for your reference. + branches made it infeasible to classify the releases merely by + their real release dates. Do + not worry about old -CURRENTs; they are listed here just + for reference.