gbranden pushed a commit to branch master
in repository groff.
commit a1277a1e0e32e53ab7efcccf37c5516f70f52787
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Jun 7 19:39:25 2025 -0500
PROBLEMS: Fix example numeric expression.
*roff has no operator precedence; parenthesize appropriately.
---
PROBLEMS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PROBLEMS b/PROBLEMS
index 921e6ff72..cf3d23bf1 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -50,7 +50,7 @@ and groff_man_style(7) pages--the last has examples--or add
the
following line at each place where you expect the break to occur.
--- start ---
-.if (\n(.g&\n(.x=1&\n(.y<24) .YS
+.if (\n(.g&(\n(.x=1)&(\n(.y<24)) .YS
--- end ---
----------------------------------------------------------------------
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit