Sort options. From Kouichirou Hiratsuka in PR 26255 (slightly changed).

This commit is contained in:
wiz 2004-07-13 12:09:29 +00:00
parent f4128b317e
commit 5df46dc9cc
1 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sed.1,v 1.23 2004/01/04 02:24:32 wiz Exp $
.\" $NetBSD: sed.1,v 1.24 2004/07/13 12:09:29 wiz Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@ -40,11 +40,11 @@
.Nd stream editor
.Sh SYNOPSIS
.Nm
.Op Fl anE
.Op Fl aEn
.Ar command
.Op Ar file ...
.Nm
.Op Fl anE
.Op Fl aEn
.Op Fl e Ar command
.Op Fl f Ar command_file
.Op Ar file ...
@ -79,6 +79,9 @@ option causes
to delay opening each file until a command containing the related
.Dq w
function is applied to a line of input.
.It Fl E
Enables the use of extended regular expressions instead of the
usual basic regular expression syntax.
.It Fl e Ar command
Append the editing commands specified by the
.Ar command
@ -95,9 +98,6 @@ all of the commands have been applied to it.
The
.Fl n
option suppresses this behavior.
.It Fl E
Enables the use of extended regular expressions instead of the
usual basic regular expression syntax.
.El
.Pp
The form of a