gbranden pushed a commit to branch master
in repository groff.

commit 71fe83e9c84453cb55dd6deeecbdf8919f3bc385
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Nov 2 11:57:23 2023 -0500

    doc/groff.texi: Fix grammar nit.
---
 doc/groff.texi | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 9987ad127..baefa6694 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -13041,13 +13041,13 @@ an @code{if}, @code{ie}, or @code{while}
 request,@footnote{@xref{while}.} or as the argument to an @code{el}
 request.
 
-@code{\@}} ends a condition block and should appear on a line with other
-occurrences of itself as necessary to match @code{\@{} sequences.  It
-can be preceded by a control character, spaces, and tabs.  Input after
-any quantity of @code{\@}} sequences on the same line is processed only
-if all of the preceding conditions to which they correspond are true.
-Furthermore, a @code{\@}} closing the body of a @code{while} request
-must be the last such escape sequence on an input line.
+@code{\@}} ends a conditional block and should appear on a line with
+other occurrences of itself as necessary to match @code{\@{} sequences.
+It can be preceded by a control character, spaces, and tabs.  Input
+after any quantity of @code{\@}} sequences on the same line is processed
+only if all of the preceding conditions to which they correspond are
+true.  Furthermore, a @code{\@}} closing the body of a @code{while}
+request must be the last such escape sequence on an input line.
 
 Brace escape sequences outside of control structures have no meaning and
 produce no output.

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

Reply via email to