groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/04: HACKING: Clarify item.


From: G. Branden Robinson
Subject: [groff] 01/04: HACKING: Clarify item.
Date: Wed, 15 Feb 2023 12:42:22 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 507088b1014c2ebc08a60b37d8421a19e9838e36
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Feb 15 09:22:14 2023 -0600

    HACKING: Clarify item.
---
 HACKING | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HACKING b/HACKING
index 54ca770e7..4f143c95c 100644
--- a/HACKING
+++ b/HACKING
@@ -115,7 +115,7 @@ Here are some portability notes on writing automated tests.
 
 * POSIX doesn't say that sed has to accept semicolons as command
   separators after label (':') and branch ('t') commands, or after brace
-  commands, so it doesn't.  GNU sed does.
+  commands, so macOS sed doesn't.  GNU sed does.
 
   So rewrite tidy, compact sed scripts like this:
     sed -n '/Foo\./{n;s/^$/FAILURE/;tA;s/.*/SUCCESS/;:A;p}'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]