Sending a separate patch as this is unrelated to my previous e-mail.
diff --git bin/ed/ed.1 bin/ed/ed.1
index f5fc5be2e76..3ed865e0a05 100644
--- bin/ed/ed.1
+++ bin/ed/ed.1
@@ -537,7 +537,7 @@ is a positive number, causes only the
match to be replaced.
It is an error if no substitutions are pe
The test suite of the ed utility has five tests that fail because they
test for restrictions that aren't actually enforced by the program. The
README says that it's because POSIX requires that only a single address
be specified for the commands 'a', '=', 'i', 'k' and 'r'. However, I've
looked into