summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexandre Jasmin <alexandre.jasmin@gmail.com>2017-02-03 19:36:29 -0500
committerAssaf Gordon <assafgordon@gmail.com>2017-02-07 09:29:48 +0000
commit5fbc15c8123b7adfac776dab1dfe0629cdfb93f3 (patch)
tree40f3ee0e752d8c7e875688b32395e386fe7aa416 /doc
parent755e9434c047863b702b59205267a581af878794 (diff)
downloadsed-5fbc15c8123b7adfac776dab1dfe0629cdfb93f3.tar.gz
doc: change description of the r command
"Reads text file a file" was probably a typo. Also remove "Example: " in the summary as there's no example there. * doc/sed.texi (sed scripts): Fix r command description. Copyright-paperwork-exempt: Yes
Diffstat (limited to 'doc')
-rw-r--r--doc/sed.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sed.texi b/doc/sed.texi
index dae8d67..4a14470 100644
--- a/doc/sed.texi
+++ b/doc/sed.texi
@@ -700,7 +700,7 @@ ability to return an exit code to the caller.
@c useful to quit on a conditional without printing
@item r filename
-Reads text file a file. Example:
+Reads file @var{filename}.
@item R filename
Queue a line of @var{filename} to be read and
@@ -1431,7 +1431,7 @@ parameter is a @value{SSED} extension.
@findex r (read file) command
@cindex Read text from a file
-Reads text file a file. Example:
+Reads file @var{filename}. Example:
@codequoteundirected on
@codequotebacktick on