Author: stsp
Date: Mon Sep 17 16:03:33 2012
New Revision: 1386684

URL: http://svn.apache.org/viewvc?rev=1386684&view=rev
Log:
* publish/docs/release-notes/1.8.html
  (svn-log-search): Put $ in front of 'svn log' invocation examples for
   consistency with other sections.

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=1386684&r1=1386683&r2=1386684&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Mon Sep 17 16:03:33 2012
@@ -483,14 +483,14 @@ matches a search pattern.</p>
 <p>The log could be searched for revisions which deleted a particular
 file, or more generally for revisions which affected a given file on
 any branch in the repository:</p>
-<pre>svn log -v --search &quot;src/foo.c&quot; 
http://svn.example.com/svn/</pre>
+<pre>$ svn log -v --search &quot;src/foo.c&quot; 
http://svn.example.com/svn/</pre>
 
 <p>The new <tt>--search-and</tt> option can be used for grouping search
 terms such that they must match together.
 For example, when run in a working copy, the following command shows
 log messages for revisions which were committed by (or otherwise match)
 author <tt>james</tt> in September 2012:</p>
-<pre>svn log --search james --search-and &quot;Sep 2012&quot;</pre>
+<pre>$ svn log --search james --search-and &quot;Sep 2012&quot;</pre>
 
 <p>There are also new <tt>--isearch</tt> and <tt>--isearch-and</tt>
 options, which perform case-insensitive matching.</p>


Reply via email to