[PATCH] Fix typo in ed(1) manpage

2022-06-18 Thread S M
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

[PATCH] Revising the failing tests in ed(1)

2022-06-18 Thread S M
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