summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
committerru <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
commit0d1334ca0c7f5a53195b38b126d726747949ce5d (patch)
tree399269f867eeb084bb6edf479f12b35526a9edb4 /usr.bin/sed
parent0100fd6e93e8e0203ec077685f3e68afea54de52 (diff)
downloadFreeBSD-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.18
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).
OpenPOWER on IntegriCloud