From owner-svn-doc-all@freebsd.org Tue Apr 17 11:20:40 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 2F87EF9B1F4; Tue, 17 Apr 2018 11:20:40 +0000 (UTC) (envelope-from mat@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 D09D06FAB6; Tue, 17 Apr 2018 11:20:39 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CBA2D3CF2; Tue, 17 Apr 2018 11:20:39 +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 w3HBKdhD074793; Tue, 17 Apr 2018 11:20:39 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3HBKdpt074787; Tue, 17 Apr 2018 11:20:39 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201804171120.w3HBKdpt074787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 17 Apr 2018 11:20:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51563 - in head/en_US.ISO8859-1/books/fdp-primer: doc-build structure stylesheets tools writing-style xml-primer X-SVN-Group: doc-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/en_US.ISO8859-1/books/fdp-primer: doc-build structure stylesheets tools writing-style xml-primer X-SVN-Commit-Revision: 51563 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.25 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: Tue, 17 Apr 2018 11:20:40 -0000 Author: mat Date: Tue Apr 17 11:20:38 2018 New Revision: 51563 URL: https://svnweb.freebsd.org/changeset/doc/51563 Log: Add missing xml:id to sectx elements. Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml head/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.xml head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml head/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.xml head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml Tue Apr 17 11:18:48 2018 (r51562) +++ head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml Tue Apr 17 11:20:38 2018 (r51563) @@ -305,7 +305,7 @@ DOC_PREFIX?= ${.CURDIR}/../../.. - + <filename>doc.project.mk</filename> By inspection: @@ -325,7 +325,7 @@ PRI_LANG?= en_US.ISO8859-1 .include "doc.subdir.mk" .include "doc.install.mk" - + Variables @@ -351,7 +351,7 @@ PRI_LANG?= en_US.ISO8859-1 - + Conditionals The .if defined(DOC) line is an @@ -370,13 +370,13 @@ PRI_LANG?= en_US.ISO8859-1 - + <filename>doc.subdir.mk</filename> This file is too long to explain in detail. These notes describe the most important features. - + Variables @@ -403,7 +403,7 @@ PRI_LANG?= en_US.ISO8859-1 - + Targets and Macros Dependencies are described by @@ -453,7 +453,7 @@ PRI_LANG?= en_US.ISO8859-1 goes down, not on the way back up. - + Provided Targets @@ -478,7 +478,7 @@ PRI_LANG?= en_US.ISO8859-1 - + More on Conditionals @@ -500,7 +500,7 @@ PRI_LANG?= en_US.ISO8859-1 - + Looping Constructs in <command>make (.for)</command> Modified: head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml Tue Apr 17 11:18:48 2018 (r51562) +++ head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml Tue Apr 17 11:20:38 2018 (r51563) @@ -179,7 +179,7 @@ This section contains specific notes about particular documents managed by the FDP. - + The Handbook books/handbook/ @@ -195,7 +195,7 @@ and subsections (sect2, sect3) and so on. - + Physical Organization There are a number of files and directories within the @@ -208,7 +208,7 @@ &a.doc;. - + <filename>Makefile</filename> The Makefile defines some @@ -220,7 +220,7 @@ documents from one format to another. - + <filename>book.xml</filename> This is the top level document in the Handbook. It @@ -236,7 +236,8 @@ Handbook. - + <filename role="directory"><replaceable>directory</replaceable>/chapter.xml</filename> Each chapter in the Handbook is stored in a file Modified: head/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.xml Tue Apr 17 11:18:48 2018 (r51562) +++ head/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.xml Tue Apr 17 11:20:38 2018 (r51563) @@ -58,7 +58,7 @@ document without abusing XHTML to do so. - + The DocBook Documents The &os; XSLT and Modified: head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml Tue Apr 17 11:18:48 2018 (r51562) +++ head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml Tue Apr 17 11:20:38 2018 (r51563) @@ -49,7 +49,7 @@ documentation. Some further notes on particular components are given below. - + <acronym>DTD</acronym>s and <acronym>Entities</acronym> @@ -103,7 +103,7 @@ These applications are not required, but can make working on the documentation easier or add capabilities. - + Software Modified: head/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.xml Tue Apr 17 11:18:48 2018 (r51562) +++ head/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.xml Tue Apr 17 11:20:38 2018 (r51563) @@ -259,7 +259,7 @@ many different people are editing it, please follow these style conventions. - + Letter Case Tags are entered in lower case, para, Modified: head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml Tue Apr 17 11:18:48 2018 (r51562) +++ head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml Tue Apr 17 11:20:38 2018 (r51563) @@ -356,7 +356,7 @@ in an environment variable so they can be found by the document build tools. - + To Do… Before running the examples in this document, install @@ -528,7 +528,7 @@ example.xml:5: element head: validity error : Element - + Formal Public Identifiers (<acronym>FPI</acronym>s) @@ -638,7 +638,7 @@ example.xml:5: element head: validity error : Element - + <filename>catalog</filename> Files With the syntax above, an XML @@ -752,7 +752,7 @@ example.xml:5: element head: validity error : Element <!-- This comment--is wrong --> - + To Do… @@ -886,7 +886,7 @@ example.xml:5: element head: validity error : Element - + To Do… @@ -1020,7 +1020,7 @@ example.xml:5: element head: validity error : Element - + Using Parameter Entities to Include Files Parameter entities can only be used inside an @@ -1073,10 +1073,10 @@ example.xml:5: element head: validity error : Element - + To Do… - + Use General Entities to Include Files @@ -1134,7 +1134,7 @@ example.xml:5: element head: validity error : Element - + Use Parameter Entities to Include Files @@ -1366,7 +1366,7 @@ example.xml:5: element head: validity error : Element - + To Do…