summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-06-10 07:44:04 +0000
committertjr <tjr@FreeBSD.org>2002-06-10 07:44:04 +0000
commitf8ee1d2d03e5b6044082d1b9a4b15883ac8a34cc (patch)
tree82567f3645ef837dd1407ffd6ee1ed9025196573 /usr.bin/sed
parentb72fd544136dd9fdad1f3146121cf2488913ccbf (diff)
downloadFreeBSD-src-f8ee1d2d03e5b6044082d1b9a4b15883ac8a34cc.zip
FreeBSD-src-f8ee1d2d03e5b6044082d1b9a4b15883ac8a34cc.tar.gz
The 10 occurrence limit for the `s' command documented here has not existed
for a very long time (or never did exist).
Diffstat (limited to 'usr.bin/sed')
-rw-r--r--usr.bin/sed/sed.17
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1
index fa610eb..9fd369a 100644
--- a/usr.bin/sed/sed.1
+++ b/usr.bin/sed/sed.1
@@ -423,9 +423,10 @@ The value of
.Em flags
in the substitute function is zero or more of the following:
.Bl -tag -width "XXXXXX" -offset indent
-.It "0 ... 9"
-Make the substitution only for the N'th occurrence of the regular
-expression in the pattern space.
+.It Em N
+Make the substitution only for the
+.Em N Ns 'th
+occurrence of the regular expression in the pattern space.
.It g
Make the substitution for all non-overlapping matches of the
regular expression, not just the first one.
OpenPOWER on IntegriCloud