Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2017 11:34:21 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50683 - in head/en_US.ISO8859-1/books/porters-handbook: special uses
Message-ID:  <201708171134.v7HBYL9h090564@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Aug 17 11:34:21 2017
New Revision: 50683
URL: https://svnweb.freebsd.org/changeset/doc/50683

Log:
  Add xml:id's to all sect. and example.
  
  Sponsored by:	Absolight

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
  head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml	Thu Aug 17 10:42:12 2017	(r50682)
+++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml	Thu Aug 17 11:34:21 2017	(r50683)
@@ -1446,7 +1446,7 @@ USE_XORG=	x11 xpm</programlisting>
   <sect1 xml:id="using-gnome">
     <title>Using GNOME</title>
 
-    <sect2>
+    <sect2 xml:id="using-gnome-introduction">
       <title>Introduction</title>
 
       <para>This chapter explains the <acronym>GNOME</acronym>
@@ -1523,7 +1523,7 @@ GLIB_SCHEMAS=	 org.regexxer.gschema.xml
       </note>
     </sect2>
 
-    <sect2>
+    <sect2 xml:id="using-gnome-variables">
       <title>Variables</title>
 
       <para>This section explains which macros are available and how

Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Thu Aug 17 10:42:12 2017	(r50682)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Thu Aug 17 11:34:21 2017	(r50683)
@@ -44,25 +44,25 @@
       (<literal>:</literal>).  Multiple arguments are separated by
       commas (<literal>,</literal>).</para>
 
-    <example>
+    <example xml:id="uses-intro-ex1">
       <title>Using Multiple Values</title>
 
       <programlisting>USES=	bison perl</programlisting>
     </example>
 
-    <example>
+    <example xml:id="uses-intro-ex2">
       <title>Adding an Argument</title>
 
       <programlisting>USES=	gmake:lite</programlisting>
     </example>
 
-    <example>
+    <example xml:id="uses-intro-ex3">
       <title>Adding Multiple Arguments</title>
 
       <programlisting>USES=	drupal:7,theme</programlisting>
     </example>
 
-    <example>
+    <example xml:id="uses-intro-ex4">
       <title>Mixing it All Together</title>
 
       <programlisting>USES=	pgsql:9.3+ cpe python:2.7,build</programlisting>
@@ -1220,7 +1220,7 @@ USE_GNOME=	gnomemenus3:build intlhack</programlisting>
       <package role="port">security/heimdal</package>.  For example,
       use <literal>bootstrap,mit</literal>.</para>
 
-    <example>
+    <example xml:id="uses-gssapi-ex1">
       <title>Typical Use</title>
 
       <programlisting>OPTIONS_SINGLE=	GSSAPI



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708171134.v7HBYL9h090564>