diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-26 17:33:37 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-26 17:33:37 +0000 |
| commit | 06e482e60a60643b7d60549870f45c6ba6c4c7a8 (patch) | |
| tree | fc024a5ff7c8a51522b5893547107683e256ad5c /usr.bin/sed | |
| parent | c47257370f5b72e69f1666df74f93a77c6b6f8e1 (diff) | |
Notes
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 2687cba54273..618adc9fe28c 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 |
