tnew sed -l - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 751ff8ab61cc89cc7c351e1874720a61b865077f
DIR parent ca786c9f4ef7c059230fe5c56539726edc3808ed
HTML Author: rsc <devnull@localhost>
Date: Mon, 12 Jun 2006 17:54:30 +0000
new sed -l
Diffstat:
M man/man1/sed.1 | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
---
DIR diff --git a/man/man1/sed.1 b/man/man1/sed.1
t@@ -4,10 +4,7 @@ sed \- stream editor
.SH SYNOPSIS
.B sed
[
-.B -n
-]
-[
-.B -g
+.B -gln
]
[
.B -e
t@@ -44,6 +41,11 @@ option suppresses the default output;
.B -g
causes all substitutions to be global, as if suffixed
.BR g .
+The
+.B -l
+option causes
+.I sed
+to flush its output buffer after every newline.
.PP
A script consists of editing commands, one per line,
of the following form: