<div dir="ltr">Thanks for your careful attention to detail.  This is all looks good to me.  +1 to commit.  And you could even go even a step further, be replacing the word "revs" with "revisions" in "If TARGET is a URL, then revs N and M ...".<div><div><br></div><div>-- Mike</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 20, 2019 at 7:51 AM wuzhouhui <<a href="mailto:wuzhouhui14@mails.ucas.ac.cn">wuzhouhui14@mails.ucas.ac.cn</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">* en/book/ref-svn.xml<br>
  Fix some typos<br>
<br>
Index: book/ref-svn.xml<br>
===================================================================<br>
--- book/ref-svn.xml    (revision 5915)<br>
+++ book/ref-svn.xml    (working copy)<br>
@@ -2183,7 +2183,8 @@<br>
         </variablelist><br>
<br>
       <para>If no peg revision (i.e.,<br>
-        <replaceable>@REV</replaceable>) is supplied, by default<br>
+        <literal>@<replaceable>REV</replaceable></literal>) is supplied,<br>
+        by default<br>
         the <literal>BASE</literal> revision will be used for<br>
         files copied from the working copy, while the<br>
         <literal>HEAD</literal> revision will be used for files<br>
@@ -2233,8 +2234,7 @@<br>
 </screen><br>
       </informalexample><br>
<br>
-      <para>Copy several files in a working copy into a<br>
-        subdirectory:</para><br>
+      <para>Copy several files in a working copy into a directory:</para><br>
<br>
       <informalexample><br>
         <screen><br>
@@ -2422,7 +2422,7 @@<br>
       </informalexample><br>
<br>
       <para>Here's an example of how to force deletion of a file<br>
-        that has local mods:</para><br>
+        that has local modifications:</para><br>
<br>
       <informalexample><br>
         <screen><br>
@@ -2560,7 +2560,7 @@<br>
       <para><userinput>svn diff OLD-URL[@OLDREV]<br>
         NEW-URL[@NEWREV]</userinput> is shorthand for <userinput>svn<br>
         diff --old=OLD-URL[@OLDREV]<br>
-        --new=NEW-URL[@NEWREV].</userinput></para><br>
+        --new=NEW-URL[@NEWREV]</userinput>.</para><br>
<br>
       <para><userinput>svn diff -r N:M URL</userinput> is shorthand<br>
         for <userinput>svn diff -r N:M --old=URL<br>
@@ -2571,7 +2571,8 @@<br>
         N[:M]] --old=URL1 --new=URL2</userinput>.</para><br>
<br>
       <para>If <replaceable>TARGET</replaceable> is a URL, then<br>
-        revs <literal>N</literal> and <literal>M</literal> can be<br>
+        revs <replaceable>N</replaceable> and <replaceable>M</replaceable><br>
+        can be<br>
         given either via the<br>
         <option>--revision</option> (<option>-r</option>) option<br>
         or by using the<br>
@@ -4019,8 +4020,8 @@<br>
             (<replaceable>SOURCE</replaceable>).<br>
             <quote>Eligible</quote> changes are defined as those that<br>
             were not previously merged from<br>
-            (<replaceable>SOURCE</replaceable>) to<br>
-            (<replaceable>TARGET_WCPATH</replaceable>).  See<br>
+            <replaceable>SOURCE</replaceable> to<br>
+            <replaceable>TARGET_WCPATH</replaceable>.  See<br>
             <xref linkend="svn.branchmerge.basicmerging.stayinsync"/>.<br>
             <quote>Reintegrate</quote> merges merge changes from a<br>
             feature branch (<replaceable>SOURCE</replaceable>)<br>
@@ -6354,7 +6355,7 @@<br>
<br>
     <refsynopsisdiv><br>
       <para><literal>svn switch URL[@PEGREV] [PATH]</literal></para><br>
-      <para><literal>switch --relocate FROM TO [PATH...]</literal></para><br>
+      <para><literal>svn switch --relocate FROM TO [PATH...]</literal></para><br>
     </refsynopsisdiv><br>
<br>
     <!-- =============================================================== --><br>
<br>
<br>
_______________________________________________<br>
svnbook-dev mailing list<br>
<a href="mailto:svnbook-dev@red-bean.com" target="_blank">svnbook-dev@red-bean.com</a><br>
<a href="https://www.red-bean.com/mailman/listinfo/svnbook-dev" rel="noreferrer" target="_blank">https://www.red-bean.com/mailman/listinfo/svnbook-dev</a></blockquote></div>