diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-05-03 20:26:11 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-05-03 20:26:11 +0000 |
| commit | b093b41206afc82c977c7c4f4f96f1ef264080e2 (patch) | |
| tree | 2c8d8cce9eb7dc5bf9cf81acca1c2ec049ccffee | |
| parent | 83ddb07b8fe9ff17c1e3e0b3e50de71243ee8002 (diff) | |
Notes
| -rw-r--r-- | bin/ed/ed.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 2275277f52bcc..9e68a6e3e66c1 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -394,11 +394,12 @@ where .Ar col-elm is a .Em collating element -are interpreted according to -.Xr locale 5 +are interpreted according to the current locale settings (not currently supported). See .Xr regex 3 +and +.Xr re_format 7 for an explanation of these constructs. .It Op ^char-class Match any single character, other than newline, not in |
