gbranden pushed a commit to branch master
in repository groff.
commit 1ad034b2dd5a247a7b2faf05446390a61d58f214
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Jul 27 22:29:44 2026 -0500
eqn(1): Fix style nits.
* Favor active voice over passive.
* Parallelize constructions.
* Supply a more illustrative example.
* Annotate a potential documentary hazard for maintainers. eqn is not a
four-function calculator. ;-)
---
src/preproc/eqn/eqn.1.man | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/preproc/eqn/eqn.1.man b/src/preproc/eqn/eqn.1.man
index 38a0d0122..b86df3dde 100644
--- a/src/preproc/eqn/eqn.1.man
+++ b/src/preproc/eqn/eqn.1.man
@@ -518,6 +518,7 @@ chartype
\[dq]letter\[dq]@\[rs][*n]\[rs][*c]\[rs][*o]\[rs][*p]\[rs][*r]\
\[rs][*s]
chartype \[dq]letter\[dq]@\[rs][*t]\[rs][*u]\[rs][*f]\[rs][*x]\[rs][*q]\
\[rs][*w]
+.\" `/` is NOT configured as a binary operator or anything else.
chartype \[dq]binary\[dq]@*\[rs][pl]\[rs][mi]
chartype \[dq]relation\[dq]@<>\[rs][eq]\[rs][<=]\[rs][>=]
chartype \[dq]opening\[dq]@{([
@@ -645,15 +646,15 @@ height.
.
For example,
.I @g@eqn
-defines
+defines the built-in
.B hat
-as follows.
+macro as if by the following.
.
.
.RS
.IP
.EX
-accent { roman "\[ha]" }
+define hat ! accent { roman "\[ha]" } !
.EE
.RE
.
@@ -1008,9 +1009,10 @@ so
.I @g@eqn
ignores this primitive when producing that output format.
.
-The built-in
+.I @g@eqn
+defines the built-in
.B sum
-macro is defined as if by the following.
+macro as if by the following.
.
.RS
.IP
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit