[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] doc/book/book/ch06.xml: Correct /etc/services entry

From: Matthew Gregan <kinetik_at_orcon.net.nz>
Date: 2004-03-06 00:53:39 CET

Here's a tiny correction to chapter six, section three of the Subversion book.
The IANA registered port-numbers document[0] should be used as the definitive
source for entries into /etc/services. I noticed that the protocol svnserve
uses is actually listed as 'svn', rather than 'svnserve' as documented in the
Subversion book.

Log message:
   * doc/book/book/ch06.xml: Bring /etc/services entry in section 3 into
                              line with the IANA's port-numbers document

[0] http://www.iana.org/assignments/port-numbers

Index: doc/book/book/ch06.xml
===================================================================
--- doc/book/book/ch06.xml (revision 8897)
+++ doc/book/book/ch06.xml (working copy)
@@ -412,7 +412,7 @@
         it doesn't already exist):</para>
 
 <screen>
-svnserve 3690/tcp # Subversion protocol
+svn 3690/tcp # Subversion protocol
 </screen>
 
       <para>...and when a client connection comes into your server on

Cheers,
-mjg

-- 
Matthew Gregan                     |/
                                  /|                kinetik@orcon.net.nz
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 6 00:53:45 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.