You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2012/09/17 17:57:53 UTC

svn commit: r1386679 - /subversion/site/publish/docs/release-notes/1.8.html

Author: stsp
Date: Mon Sep 17 15:57:53 2012
New Revision: 1386679

URL: http://svn.apache.org/viewvc?rev=1386679&view=rev
Log:
* publish/docs/release-notes/1.8.html
  (svn-diff): Wrap example invocations in a <pre> tag.

Modified:
    subversion/site/publish/docs/release-notes/1.8.html

Modified: subversion/site/publish/docs/release-notes/1.8.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1386679&r1=1386678&r2=1386679&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Mon Sep 17 15:57:53 2012
@@ -437,12 +437,12 @@ attempting to do so will cause the clien
 </h4>
 
 <p>The <tt>svn diff</tt> command can compare arbitrary files with one
-another, using the invocation:
-<tt>svn diff --old=FILE1 --new=FILE2</tt>.
+another, using the invocation:</p>
+<pre>svn diff --old=FILE1 --new=FILE2</pre>
 This works with any combination of versioned and unversioned files.
 Comparing arbitrary directories is also supported, in which case the
-directories are walked recursively and files within them are compared:
-<tt>svn diff --old=DIR1 --new=DIR2</tt>.</p>
+directories are walked recursively and files within them are compared:</p>
+<pre>svn diff --old=DIR1 --new=DIR2</pre>
 
 <p><tt>svn diff</tt> also supports the following new options:
 <ul>