gbranden pushed a commit to branch master
in repository groff.
commit ba556e7beb5c2abe3038e65ce5ebf6fba6bcb16e
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Jul 28 04:49:31 2023 -0500
HACKING: Fix bad sed mnemonic.
"Branch" is the mnemonic for the 'b' command; 't' is "test". (The
latter _conditionally_ branches.)
---
HACKING | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/HACKING b/HACKING
index 6b6c449e5..73c29fc70 100644
--- a/HACKING
+++ b/HACKING
@@ -134,7 +134,7 @@ Here are some portability notes on writing automated tests.
But see below regarding the opening braces.
* POSIX doesn't say that sed has to accept semicolons as command
- separators after label (':') and branch ('t') commands, or after brace
+ separators after label (':') and test ('t') commands, or after brace
commands, so macOS sed doesn't. GNU sed does.
So rewrite tidy, compact sed scripts like this:
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit