Author: danielsh
Date: Mon Jan 30 13:44:07 2012
New Revision: 1237652
URL: http://svn.apache.org/viewvc?rev=1237652&view=rev
Log:
* docs/community-guide/debugging.part.html
(#net-trace): Don't force IPv4 for the listener socket.
Modified:
subversion/site/publish/docs/community-guide/debugging.part.html
Modified: subversion/site/publish/docs/community-guide/debugging.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/debugging.part.html?rev=1237652&r1=1237651&r2=1237652&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/debugging.part.html (original)
+++ subversion/site/publish/docs/community-guide/debugging.part.html Mon Jan 30
13:44:07 2012
@@ -207,7 +207,7 @@ Subversion client and server. A simple
<tt>socat</tt> program. For example, to log communication with an
svnserve instance, run the following command:</p>
-<p><tt>socat -v TCP4-LISTEN:9630,reuseaddr,fork
+<p><tt>socat -v TCP-LISTEN:9630,reuseaddr,fork
TCP4:localhost:svn</tt></p>
<p>Then run your svn commands using an URL base of