From: Chris Pepper Date: Wed, 14 Jan 2009 05:02:19 +0000 (+0000) Subject: More wording tweaks. X-Git-Tag: 2.3.2~172 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a860b0132d8f1ee28be441b188dd0d982c18adc;p=thirdparty%2Fapache%2Fhttpd.git More wording tweaks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734331 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_sed.xml b/docs/manual/mod/mod_sed.xml index b0bda9c2cce..b414589685c 100644 --- a/docs/manual/mod/mod_sed.xml +++ b/docs/manual/mod/mod_sed.xml @@ -99,17 +99,17 @@ page.

b
-
branch to the label specified (similar to goto).
+
Branch to the label specified (similar to goto).
h
Copy the current line to the hold buffer.
H
Append the current line to the hold buffer.
g
-
Copy the hold buffer into the current line.
+
Copy the hold buffer to the current line.
G
Append the hold buffer to the current line.
x
-
Swap the content of the hold buffer and the current line.
+
Swap the contents of the hold buffer and the current line.