git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734331
13f79535-47bb-0310-9956-
ffa450edef68
</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>