diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-07-17 10:40:48 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-07-17 10:40:48 +0000 |
commit | 98a35e882351638d9d0273998f93c1cf564a724a (patch) | |
tree | b6e792d7841ce196305897a56d5beffe57c94cef /bin | |
parent | edc0cc6c361b5f01c6c9558b5d7ec9c364be32dc (diff) | |
download | FreeBSD-src-98a35e882351638d9d0273998f93c1cf564a724a.zip FreeBSD-src-98a35e882351638d9d0273998f93c1cf564a724a.tar.gz |
Locale support was added by ache long ago.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ed/POSIX | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/ed/POSIX b/bin/ed/POSIX index 47b720d8..f81bb0c 100644 --- a/bin/ed/POSIX +++ b/bin/ed/POSIX @@ -6,13 +6,11 @@ extensions and possible deviations from POSIX 1003.2. OMISSIONS --------- -1) Locale(3) is not supported yet. - -2) For backwards compatibility, the POSIX rule that says a range of +1) For backwards compatibility, the POSIX rule that says a range of addresses cannot be used where only a single address is expected has been relaxed. -3) To support the BSD `s' command (see extension [1] below), +2) To support the BSD `s' command (see extension [1] below), substitution patterns cannot be delimited by numbers or the characters `r', `g' and `p'. In contrast, POSIX specifies any character expect space or newline can used as a delimiter. |