[svnbook commit] r3064 - trunk/src/en/book

fitz noreply at red-bean.com
Sun May 4 23:07:39 CDT 2008


Author: fitz
Date: Sun May  4 23:07:38 2008
New Revision: 3064

Log:
Sort svnserve alphabetically.  No content changes.

This fixes issue #i, which lives in my obsessive-compulsive head.

* src/en/book/ch09-reference.xml: Sort sort sort.


Modified:
   trunk/src/en/book/ch09-reference.xml

Modified: trunk/src/en/book/ch09-reference.xml
==============================================================================
--- trunk/src/en/book/ch09-reference.xml	(original)
+++ trunk/src/en/book/ch09-reference.xml	Sun May  4 23:07:38 2008
@@ -7370,25 +7370,6 @@
         </varlistentry>
 
         <varlistentry>
-          <term><option>--listen-port</option>=<replaceable>PORT</replaceable></term>
-          <listitem>
-            <para>Causes svnserve to listen on
-              <replaceable>PORT</replaceable> when run in daemon mode.
-              (FreeBSD daemons listen only on tcp6 by default—this
-              option tells them to also listen on tcp4.)</para>
-          </listitem>
-        </varlistentry>
-
-        <varlistentry>
-          <term><option>--listen-host</option>=<replaceable>HOST</replaceable></term>
-          <listitem>
-            <para>Causes <command>svnserve</command> to listen on the
-              interface specified by <replaceable>HOST</replaceable>,
-              which may be either a hostname or an IP address.</para>
-          </listitem>
-        </varlistentry>
-
-        <varlistentry>
           <term><option>--foreground</option></term>
           <listitem>
             <para>When used together with <option>-d</option>, this
@@ -7414,20 +7395,41 @@
         </varlistentry>
 
         <varlistentry>
-          <term><option>--pid-file <replaceable>FILENAME</replaceable></option></term>
+          <term><option>--listen-host</option>=<replaceable>HOST</replaceable></term>
           <listitem>
-            <para>Causes <command>svnserve</command> to write its
-              process ID to <replaceable>FILENAME</replaceable>, which
-              must be writeable by the user under
-              which <command>svnserve</command> is running.</para>
+            <para>Causes <command>svnserve</command> to listen on the
+              interface specified by <replaceable>HOST</replaceable>,
+              which may be either a hostname or an IP address.</para>
           </listitem>
         </varlistentry>
 
         <varlistentry>
-          <term><option>--version</option></term>
+          <term><option>--listen-once</option> (<option>-X</option>)</term>
           <listitem>
-            <para>Displays version information and a list of repository
-            backend modules available, and then exits.</para>
+            <para>Causes <command>svnserve</command> to accept one
+              connection on the <literal>svn</literal> port, serve it,
+              and exit.  This option is mainly useful for
+              debugging.</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term><option>--listen-port</option>=<replaceable>PORT</replaceable></term>
+          <listitem>
+            <para>Causes svnserve to listen on
+              <replaceable>PORT</replaceable> when run in daemon mode.
+              (FreeBSD daemons listen only on tcp6 by default—this
+              option tells them to also listen on tcp4.)</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term><option>--pid-file <replaceable>FILENAME</replaceable></option></term>
+          <listitem>
+            <para>Causes <command>svnserve</command> to write its
+              process ID to <replaceable>FILENAME</replaceable>, which
+              must be writeable by the user under
+              which <command>svnserve</command> is running.</para>
           </listitem>
         </varlistentry>
 
@@ -7444,6 +7446,17 @@
         </varlistentry>
 
         <varlistentry>
+          <term><option>--threads</option> (<option>-T</option>)</term>
+          <listitem>
+            <para>When running in daemon mode, causes
+              <command>svnserve</command> to spawn a thread instead of
+              a process for each connection (e.g., for when running on
+              Windows).  The <command>svnserve</command> process still
+              backgrounds itself at startup time.</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
           <term><option>--tunnel</option> (<option>-t</option>)</term>
           <listitem>
             <para>Causes <command>svnserve</command> to run in tunnel
@@ -7478,23 +7491,10 @@
         </varlistentry>
 
         <varlistentry>
-          <term><option>--threads</option> (<option>-T</option>)</term>
-          <listitem>
-            <para>When running in daemon mode, causes
-              <command>svnserve</command> to spawn a thread instead of
-              a process for each connection (e.g., for when running on
-              Windows).  The <command>svnserve</command> process still
-              backgrounds itself at startup time.</para>
-          </listitem>
-        </varlistentry>
-
-        <varlistentry>
-          <term><option>--listen-once</option> (<option>-X</option>)</term>
+          <term><option>--version</option></term>
           <listitem>
-            <para>Causes <command>svnserve</command> to accept one
-              connection on the <literal>svn</literal> port, serve it,
-              and exit.  This option is mainly useful for
-              debugging.</para>
+            <para>Displays version information and a list of repository
+            backend modules available, and then exits.</para>
           </listitem>
         </varlistentry>
 




More information about the svnbook-dev mailing list