gbranden pushed a commit to branch master
in repository groff.

commit 11e7dc685f3a67c2f239248c87512bdde77e045a
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Aug 23 09:34:33 2026 -0500

    doc/groff.texi.in: Revise `write` request desc.
    
    * When presenting multiple requests or requests stacked with other
      syntax items, more scrupulously name the item we're discussing first.
    * Coalesce multiple one-sentence paragraphs into a single paragraph.
    * Break input lines in convenient places for roffing and diffing.
---
 doc/groff.texi.in | 25 +++++++++++++++++++------
 1 file changed, 19 insertions(+), 6 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 427a7b754..f5327b529 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -22329,12 +22329,25 @@ to the standard error 
stream.@footnote{@xref{Debugging}.}
 @cindex @code{writec} request, and copy mode
 @cindex mode, copy, and @code{writec} request
 @cindex file stream, writing to (@code{write}, @code{writec})
-Write @var{contents} to @var{stream}, which must previously have been
-the subject of an @code{open} (or @code{opena}) request.  GNU
-@command{troff} flushes the stream after writing to it.
-
-The @code{writec} request is like @code{write}, but only @code{write}
-appends a newline to @var{contents}.
+The
+@code{write}
+request writes
+@var{contents}
+and a newline to
+@var{stream},
+which must previously have been the subject of an
+@code{open}
+(or
+@code{opena})
+request.
+GNU
+@command{troff}
+flushes the stream after writing to it.
+The
+@code{writec}
+request is similar,
+but does not write a newline to
+@var{stream}.
 @endDefreq
 
 @Defreq {writem, stream name}

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

Reply via email to