From 8a860b0132d8f1ee28be441b188dd0d982c18adc Mon Sep 17 00:00:00 2001 From: Chris Pepper Date: Wed, 14 Jan 2009 05:02:19 +0000 Subject: [PATCH] More wording tweaks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734331 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_sed.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_sed.xml b/docs/manual/mod/mod_sed.xml index b0bda9c2cc..b414589685 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.
-- 2.40.0