gbranden pushed a commit to branch master
in repository groff.

commit 5a50f1775bcfbad246d4e94d5f211297d77baa9a
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Jan 28 02:52:40 2026 -0600

    doc/groff.texi: Fix summary of soelim's operation.
    
    The "soelim" program is not a *roff formatter.  It does not support
    "requests".  It is a much simpler filter program.  Stop speaking of it
    misleadingly.  Also, the new description permits the reader to infer
    that "soelim" won't alter a line matching ". so foobar.t", and indeed it
    won't (and never has).
---
 doc/groff.texi.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 2cccc19d7..c4eea6458 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -1222,9 +1222,9 @@ implies @option{-g} and @option{-s}.
 @itemize
 @item
 @command{@g@soelim}
-replaces
-@code{so}
-requests with the contents of their file name arguments.
+replaces lines matching
+@samp{.so @var{file-name}}
+with the contents of @var{file-name}.
 
 @item
 @command{@g@troff}

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

Reply via email to