diff options
author | ru <ru@FreeBSD.org> | 2002-11-26 17:33:37 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-11-26 17:33:37 +0000 |
commit | b67068895d97e12c12cddfcd9a4300e1ba2b22b3 (patch) | |
tree | fc024a5ff7c8a51522b5893547107683e256ad5c /usr.bin/sed | |
parent | e2ec9c38f53d895a400e39739f8687241e8931e9 (diff) | |
download | FreeBSD-src-b67068895d97e12c12cddfcd9a4300e1ba2b22b3.zip FreeBSD-src-b67068895d97e12c12cddfcd9a4300e1ba2b22b3.tar.gz |
mdoc(7) police: markup polishing.
Approved by: re
Diffstat (limited to 'usr.bin/sed')
-rw-r--r-- | usr.bin/sed/sed.1 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 2687cba..618adc9 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -423,9 +423,9 @@ The value of .Em flags in the substitute function is zero or more of the following: .Bl -tag -width "XXXXXX" -offset indent -.It Em N +.It Ar N Make the substitution only for the -.Em N Ns 'th +.Ar N Ns 'th occurrence of the regular expression in the pattern space. .It g Make the substitution for all non-overlapping matches of the @@ -506,10 +506,7 @@ option on the command line. .El .Sh ENVIRONMENT The -.Ev COLUMNS , -.Ev LANG , -.Ev LC_ALL , -.Ev LC_CTYPE +.Ev COLUMNS , LANG , LC_ALL , LC_CTYPE and .Ev LC_COLLATE environment variables affect the execution of |