diff options
author | Dan McDonald <danmcd@joyent.com> | 2020-09-22 10:39:49 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2020-09-22 10:39:49 -0400 |
commit | 267e12a7d9bf6e5fcefb9cc00f46bfff0dc5226e (patch) | |
tree | 19a3941920d0039c35d53a5cbee189b5ca51995a /usr/src/man/man1/sed.1 | |
parent | 517abc5c668925e6092495bf332233c3599980d2 (diff) | |
parent | e9faba760cdf80d7dfa110fe0830917ab94668c2 (diff) | |
download | illumos-joyent-vpc.tar.gz |
Merge branch 'master' into vpcvpc
Diffstat (limited to 'usr/src/man/man1/sed.1')
-rw-r--r-- | usr/src/man/man1/sed.1 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/usr/src/man/man1/sed.1 b/usr/src/man/man1/sed.1 index 441f877919..f581279fc6 100644 --- a/usr/src/man/man1/sed.1 +++ b/usr/src/man/man1/sed.1 @@ -1,6 +1,9 @@ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" +.\" Copyright 2011 Nexenta Systems, Inc. All rights reserved. +.\" Copyright 2020 OmniOS Community Edition (OmniOSce) Association. +.\" .\" This code is derived from software contributed to Berkeley by .\" the Institute of Electrical and Electronics Engineers, Inc. .\" @@ -28,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.TH SED 1 "Aug 7, 2020" +.TH SED 1 "Aug 21, 2020" .SH NAME \fBsed\fP \- stream editor @@ -152,7 +155,7 @@ option suppresses this behavior. Same as \fB\-E\fP for compatibility with GNU sed. - +.PP The form of a \fBsed\fP command is as follows: @@ -177,6 +180,10 @@ deletes the pattern space. Some of the functions use a .IR "hold space" to save all or part of the pattern space for subsequent retrieval. + +If an input file is growing while sed is running, the +``$'' +address match may be unreliable. .SH "Sed Addresses" An address is not required, but if specified must have one of the following formats: |