gbranden pushed a commit to branch master
in repository groff.

commit f6f3b2ce06a657ed7f2252739278af2549c0ed94
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Apr 28 18:38:33 2024 -0500

    eqn(1): Fix content and style nits.
    
    * Primitives can affect the formatting of tokens before them, not just
      after.
    * Favor imperative mood over indicative to summarize operation of
      primitives.
---
 src/preproc/eqn/eqn.1.man | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/preproc/eqn/eqn.1.man b/src/preproc/eqn/eqn.1.man
index e8d977c03..f7e76fb53 100644
--- a/src/preproc/eqn/eqn.1.man
+++ b/src/preproc/eqn/eqn.1.man
@@ -368,7 +368,7 @@ and
 these are termed
 .I commands.
 .
-Other primitives perform formatting operations on the tokens after them
+Other primitives perform formatting operations on the tokens around them
 (as with
 .BR fat ,
 .BR over ,
@@ -773,11 +773,11 @@ is not recognized as a macro if called with arguments.
 .IB e1 \~smallover\~ e2
 As
 .BR over ,
-but reduces the type size of
+but reduce the type size of
 .I e1
 and
 .IR e2 ,
-and puts less vertical space between
+and put less vertical space between
 .I e1
 and
 .I e2

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to