From owner-svn-doc-head@FreeBSD.ORG Wed May 21 03:03:39 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B511D839; Wed, 21 May 2014 03:03:39 +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 A2F9F2FF6; Wed, 21 May 2014 03:03:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4L33dWi044758; Wed, 21 May 2014 03:03:39 GMT (envelope-from allanjude@svn.freebsd.org) Received: (from allanjude@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4L33d4e044757; Wed, 21 May 2014 03:03:39 GMT (envelope-from allanjude@svn.freebsd.org) Message-Id: <201405210303.s4L33d4e044757@svn.freebsd.org> From: Allan Jude Date: Wed, 21 May 2014 03:03:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44894 - head/en_US.ISO8859-1/books/handbook/security 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 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: Wed, 21 May 2014 03:03:39 -0000 Author: allanjude Date: Wed May 21 03:03:39 2014 New Revision: 44894 URL: http://svnweb.freebsd.org/changeset/doc/44894 Log: Better explain how patchlevels (9.2-RELEASE-p4) work in the security advisory section of the handbook PR: docs/187465 Submitted by: Lowell Gilbert (original version) Approved by: eadler (mentor) Modified: head/en_US.ISO8859-1/books/handbook/security/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/security/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/security/chapter.xml Wed May 21 02:59:51 2014 (r44893) +++ head/en_US.ISO8859-1/books/handbook/security/chapter.xml Wed May 21 03:03:39 2014 (r44894) @@ -3383,7 +3383,15 @@ UWWemqWuz3lAZuORQ9KX The Corrected field indicates the date, time, time offset, and releases that were - corrected. + corrected. The section in parentheses shows each branch + to which the fix has been merged, and the version number + of the corresponding release from that branch. The + release identifier itself, includes the version number + and, if appropriate, the patch level. The patch level is + the letter p followed by a number, + indicating the sequence number of the patch, allowing + users to track which patches have already been applied to + the system.