aboutsummaryrefslogtreecommitdiff
path: root/man/man1/sed.1
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-06-12 17:54:30 +0000
committerrsc <devnull@localhost>2006-06-12 17:54:30 +0000
commit751ff8ab61cc89cc7c351e1874720a61b865077f (patch)
tree9b54ea3c244b7b5ce7494d51de6e11dd0936f5ec /man/man1/sed.1
parentca786c9f4ef7c059230fe5c56539726edc3808ed (diff)
downloadplan9port-751ff8ab61cc89cc7c351e1874720a61b865077f.tar.gz
plan9port-751ff8ab61cc89cc7c351e1874720a61b865077f.tar.bz2
plan9port-751ff8ab61cc89cc7c351e1874720a61b865077f.zip
new sed -l
Diffstat (limited to 'man/man1/sed.1')
-rw-r--r--man/man1/sed.110
1 files changed, 6 insertions, 4 deletions
diff --git a/man/man1/sed.1 b/man/man1/sed.1
index a2e2b54b..7f2b5f13 100644
--- a/man/man1/sed.1
+++ b/man/man1/sed.1
@@ -4,10 +4,7 @@ sed \- stream editor
.SH SYNOPSIS
.B sed
[
-.B -n
-]
-[
-.B -g
+.B -gln
]
[
.B -e
@@ -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: