diff options
author | Nan Xiao <nan@chinadtrace.org> | 2020-08-07 17:07:53 +0800 |
---|---|---|
committer | Robert Mustacchi <rm@fingolfin.org> | 2020-08-10 08:20:55 -0700 |
commit | 40ae3b8f7394f061252c31a21b854ae328f6f269 (patch) | |
tree | fad41fea7e91bd64c6de421f2aa1cdd01ef6668a | |
parent | b018085dfc5b5d4dc24cf2784f322e76bc3e91c0 (diff) | |
download | illumos-joyent-40ae3b8f7394f061252c31a21b854ae328f6f269.tar.gz |
13024 Add omitted word in sed man page
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: C Fraire <cfraire@me.com>
Approved by: Robert Mustacchi <rm@fingolfin.org>
-rw-r--r-- | usr/src/man/man1/sed.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man1/sed.1 b/usr/src/man/man1/sed.1 index 0549b3666e..b265dc0ba4 100644 --- a/usr/src/man/man1/sed.1 +++ b/usr/src/man/man1/sed.1 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.TH SED 1 "Feb 14, 2015" +.TH SED 1 "Aug 7, 2020" .SH NAME \fBsed\fP \- stream editor @@ -54,7 +54,7 @@ are specified, modifying the input as specified by a list of commands. The input is then written to the standard output. A single command may be specified as the first argument to -\fB.\fP +\fBsed\fP. Multiple commands may be specified by using the \fB\-e\fP or |