[SCM] live-manual branch, master, updated. debian/20100301-1-18-g0296974

Daniel Baumann daniel at debian.org
Sat Apr 10 14:11:04 UTC 2010


The following commit has been merged in the master branch:
commit 02969746232777fa9375f895eb1c5b6cd17cf41b
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Apr 10 16:05:56 2010 +0200

    Using common form for writing of 'self-contained' xml tags.

diff --git a/xml/chapters/about/manual.xml b/xml/chapters/about/manual.xml
index e998895..bbba21a 100644
--- a/xml/chapters/about/manual.xml
+++ b/xml/chapters/about/manual.xml
@@ -279,7 +279,7 @@
 	This manual is intended as a community project and all proposals for
 	improvements and contributions are extremely welcome. The preferred way
 	to submit a contribution is to send it to the mailing list. Please see
-	<xref linkend="contact"/> for more information.
+	<xref linkend="contact" /> for more information.
 </para>
 
 <para>
diff --git a/xml/chapters/basics.xml b/xml/chapters/basics.xml
index b4a714d..4f3f3db 100644
--- a/xml/chapters/basics.xml
+++ b/xml/chapters/basics.xml
@@ -20,7 +20,7 @@
 	A live system usually means an OS booted on a computer from a removable
 	medium (such as CD-ROM, USB stick, or network), ready to use without any
 	installation on the usual drive(s), with an auto-configuration done at
-	runtime (see <xref linkend="terms"/>).
+	runtime (see <xref linkend="terms" />).
 </para>
 
 <para>
@@ -62,7 +62,7 @@
 	during boot the Debian Live system will use a RAM disk and 'union'
 	mechanism to enable writing files within the running system. However,
 	all modifications will be lost upon shutdown unless optional persistence
-	partition(s) are used. (See <xref linkend="persistence"/>.)
+	partition(s) are used. (See <xref linkend="persistence" />.)
 </para>
 </listitem>
 </varlistentry>
@@ -116,7 +116,7 @@
 <para>
 	By passing no parameters to <filename>lh config</filename> we indicated
 	that we wish to use the defaults. This will create an image of type
-	binary (see <xref linkend="lh-config"/>).
+	binary (see <xref linkend="lh-config" />).
 </para>
 
 <para>
@@ -130,7 +130,7 @@
 
 <para>
 	This process can take a while, depending on the speed of your network
-	connection (see <xref linkend="lh-build"/>).
+	connection (see <xref linkend="lh-build" />).
 </para>
 
 <section>
@@ -177,7 +177,7 @@ $ wodim binary.iso</screen>
 	Note if you created an iso image with the previous example, you will
 	need to clean up your working directory with the
 	<filename>lh clean</filename> helper command (see
-	<xref linkend="lh-clean"/>):
+	<xref linkend="lh-clean" />):
 </para>
 
 <para>
diff --git a/xml/chapters/overview.xml b/xml/chapters/overview.xml
index 554c934..0a2bc1d 100644
--- a/xml/chapters/overview.xml
+++ b/xml/chapters/overview.xml
@@ -114,7 +114,7 @@
 </para>
 
 <para>
-	Please see <xref linkend="installation"/> for information on how to
+	Please see <xref linkend="installation" /> for information on how to
 	install &live-helper;.
 </para>
 
@@ -131,7 +131,7 @@
 <listitem>
 <para>
 	Responsible for initialising a Live system configuration directory. See
-	<xref linkend="lh-config"/> for more information.
+	<xref linkend="lh-config" /> for more information.
 </para>
 </listitem>
 </varlistentry>
@@ -142,7 +142,7 @@
 <listitem>
 <para>
 	Responsible for starting a Live system build. See <xref
-	linkend="lh-build"/> for more information.
+	linkend="lh-build" /> for more information.
 </para>
 </listitem>
 </varlistentry>
@@ -153,7 +153,7 @@
 <listitem>
 <para>
 	Responsible for removing parts of a Live system build. See <xref
-	linkend="lh-clean"/> for more information.
+	linkend="lh-clean" /> for more information.
 </para>
 </listitem>
 </varlistentry>
@@ -164,7 +164,7 @@
 <title>The <filename>lh config</filename> helper</title>
 
 <para>
-	As discussed in <xref linkend="live-helper"/>, the scripts that make up
+	As discussed in <xref linkend="live-helper" />, the scripts that make up
 	&live-helper; source their configuration from a single directory named
 	<command>config/</command>. As constructing this directory by hand would
 	be time-consuming and error-prone, the <filename>lh config</filename>

-- 
live-manual



More information about the debian-live-changes mailing list