]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
More wording tweaks.
authorChris Pepper <pepper@apache.org>
Wed, 14 Jan 2009 05:02:19 +0000 (05:02 +0000)
committerChris Pepper <pepper@apache.org>
Wed, 14 Jan 2009 05:02:19 +0000 (05:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734331 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_sed.xml

index b0bda9c2cce94485afcb627c9f2879eda9ea0c50..b414589685cdb643ff739fdb5e41d3e3b61ecef1 100644 (file)
@@ -99,17 +99,17 @@ page</a>.
     </p>
     <dl>
         <dt><code>b</code></dt>
-        <dd>branch to the label specified (similar to goto).</dd>
+        <dd>Branch to the label specified (similar to goto).</dd>
         <dt><code>h</code></dt>
         <dd>Copy the current line to the hold buffer.</dd>
         <dt><code>H</code></dt>
         <dd>Append the current line to the hold buffer.</dd>
         <dt><code>g</code></dt>
-        <dd>Copy the hold buffer into the current line.</dd>
+        <dd>Copy the hold buffer to the current line.</dd>
         <dt><code>G</code></dt>
         <dd>Append the hold buffer to the current line.</dd>
         <dt><code>x</code></dt>
-        <dd>Swap the content of the hold buffer and the current line.</dd>
+        <dd>Swap the contents of the hold buffer and the current line.</dd>
     </dl>
 </section>