diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
commit | 0d1334ca0c7f5a53195b38b126d726747949ce5d (patch) | |
tree | 399269f867eeb084bb6edf479f12b35526a9edb4 /usr.bin/sed | |
parent | 0100fd6e93e8e0203ec077685f3e68afea54de52 (diff) | |
download | FreeBSD-src-0d1334ca0c7f5a53195b38b126d726747949ce5d.zip FreeBSD-src-0d1334ca0c7f5a53195b38b126d726747949ce5d.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
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 90efe4a..e24ff95 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). |