summaryrefslogtreecommitdiff
path: root/doc/sed-in.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sed-in.texi')
-rw-r--r--doc/sed-in.texi10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/sed-in.texi b/doc/sed-in.texi
index 4f6f864..2b4d83a 100644
--- a/doc/sed-in.texi
+++ b/doc/sed-in.texi
@@ -1441,13 +1441,17 @@ replaces the pattern space with the output; a trailing newline
is suppressed.
If a parameter is specified, instead, the @code{e} command
-interprets it as a command and sends its output to the output stream
-(like @code{r} does). The command can run across multiple
-lines, all but the last ending with a back-slash.
+interprets it as a command and sends its output to the output stream.
+The command can run across multiple lines, all but the last ending with
+a back-slash.
In both cases, the results are undefined if the command to be
executed contains a @sc{nul} character.
+Note that, unlike the @code{r} command, the output of the command will
+be printed immediately; the @code{r} command instead delays the output
+to the end of the current cycle.
+
@item F
@findex F (File name) command
@cindex Printing file name