svn commit: r43728 - head/en_US.ISO8859-1/books/fdp-primer/docbook-markup
Warren Block
wblock at FreeBSD.org
Mon Feb 3 00:04:25 UTC 2014
Author: wblock
Date: Mon Feb 3 00:04:24 2014
New Revision: 43728
URL: http://svnweb.freebsd.org/changeset/doc/43728
Log:
Add description of "username" class to systemitem, sort classes
alphabetically.
Modified:
head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml
Modified: head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml Sun Feb 2 18:06:40 2014 (r43727)
+++ head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml Mon Feb 3 00:04:24 2014 (r43728)
@@ -1655,24 +1655,23 @@ This is the file called 'foo2'</screen>
<variablelist>
<varlistentry>
- <term><literal>class="systemname"</literal></term>
+ <term><literal>class="domainname"</literal></term>
<listitem>
- <para>With <literal>class="systemname"</literal>
- the marked up information is the simple hostname, such
- as <literal>freefall</literal> or
- <literal>wcarchive</literal>.</para>
+ <para>The text is a domain name, such as
+ <literal>FreeBSD.org</literal> or
+ <literal>ngo.org.uk</literal>. There is no hostname
+ component.</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><literal>class="domainname"</literal></term>
+ <term><literal>class="etheraddress"</literal></term>
<listitem>
- <para>The text is a domain name, such as
- <literal>FreeBSD.org</literal> or
- <literal>ngo.org.uk</literal>. There is no hostname
- component.</para>
+ <para>The text is an Ethernet <acronym>MAC</acronym>
+ address, expressed as a series of 2 digit hexadecimal
+ numbers separated by colons.</para>
</listitem>
</varlistentry>
@@ -1706,12 +1705,22 @@ This is the file called 'foo2'</screen>
</varlistentry>
<varlistentry>
- <term><literal>class="etheraddress"</literal></term>
+ <term><literal>class="systemname"</literal></term>
<listitem>
- <para>The text is an Ethernet <acronym>MAC</acronym>
- address, expressed as a series of 2 digit hexadecimal
- numbers separated by colons.</para>
+ <para>With <literal>class="systemname"</literal>
+ the marked up information is the simple hostname, such
+ as <literal>freefall</literal> or
+ <literal>wcarchive</literal>.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><literal>class="username"</literal></term>
+
+ <listitem>
+ <para>The text is a username, like
+ <literal>root</literal>.</para>
</listitem>
</varlistentry>
</variablelist>
More information about the svn-doc-head
mailing list