aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/POSIX
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-07-17 10:42:48 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-07-17 10:42:48 +0000
commitafcc676b55cd405d0879cccfb274cc9126c5564d (patch)
treea552f8489c14c8264c2e2a8313d24c7eac93c834 /bin/ed/POSIX
parent996bc59c64c41202753f451b3a0f5cd428a02bb6 (diff)
Notes
Diffstat (limited to 'bin/ed/POSIX')
-rw-r--r--bin/ed/POSIX6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/ed/POSIX b/bin/ed/POSIX
index 47b720d867ef..f81bb0ce1a14 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.