Date: Mon, 3 Feb 2014 00:04:24 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43728 - head/en_US.ISO8859-1/books/fdp-primer/docbook-markup Message-ID: <201402030004.s1304Ou6019024@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402030004.s1304Ou6019024>