diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
| commit | 8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32 (patch) | |
| tree | 8a144320be53313e4213c190a32070d087be10c3 /usr.bin/sed | |
| parent | 4b66483fd8b6ec9417916966c646abfeac99278c (diff) | |
Notes
Diffstat (limited to 'usr.bin/sed')
| -rw-r--r-- | usr.bin/sed/sed.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 90efe4ac1b71..e24ff954a6ef 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -42,11 +42,11 @@ .Nm sed .Nd stream editor .Sh SYNOPSIS -.Nm sed +.Nm .Op Fl Ean .Ar command .Op Ar file ... -.Nm sed +.Nm .Op Fl Ean .Op Fl e Ar command .Op Fl f Ar command_file @@ -59,7 +59,7 @@ are specified, modifying the input as specified by a list of commands. The input is then written to the standard output. .Pp A single command may be specified as the first argument to -.Nm Ns . +.Nm . Multiple commands may be specified by using the .Fl e or @@ -167,7 +167,7 @@ of the exclamation character function. .Sh "Sed Regular Expressions" The regular expressions used in -.Nm sed , +.Nm , by default, are basic regular expressions (BREs, see .Xr re_format 7 for more information). |
