sed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/4] doc: reference the i command in /regexp/I


From: Alexandre Jasmin
Subject: [PATCH 4/4] doc: reference the i command in /regexp/I
Date: Fri, 3 Feb 2017 19:36:30 -0500

Remove "TODO: add @code{pxref}" in the text and add the ref.

* doc/sed.texi (selecting lines by text matching): add reference
---
 doc/sed.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/sed.texi b/doc/sed.texi
index 12936b2..46508f7 100644
--- a/doc/sed.texi
+++ b/doc/sed.texi
@@ -1244,6 +1244,7 @@ Leading whitespace after the @code{i} command is ignored.
 The text to add is read until the end of the line.
 
 @item i\
address@hidden command}
 @itemx @var{text}
 @findex i (insert text lines) command
 @cindex Inserting text before a line
@@ -2220,7 +2221,7 @@ a case-insensitive manner.
 
 In many other programming languages, a lower case @code{i} is used
 for case-insensitive regular expression matching. However, in @command{sed}
-the @code{i} is used for the insert command (TODO: add @code{pxref}).
+the @code{i} is used for the @ref{insert command}.
 
 Observe the difference between the following examples.
 
-- 
2.11.0.258.ge05806da9




reply via email to

[Prev in Thread] Current Thread [Next in Thread]