gbranden pushed a commit to branch master
in repository groff.

commit ad52286178a34bd8a685c2c25a78e1406f991411
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Nov 17 23:54:06 2023 -0600

    doc/groff.texi: Add citation of nroff man page.
---
 doc/groff.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index f0d4302de..01c6da485 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -9679,11 +9679,11 @@ Historically, @code{nroff} and @code{troff} were two 
separate programs;
 the former for terminal output, the latter for typesetters.  GNU
 @code{troff} merges both functions into one executable@footnote{A
 GNU @command{nroff} program is available for convenience; it calls GNU
-@code{troff} to perform the formatting.} that sends its output to a
-device driver (@code{grotty} for terminal devices, @code{grops} for
-PostScript, and so on) that interprets its output.  When discussing
-@acronym{AT&T} @code{troff}, it makes sense to talk about
-@dfn{@code{nroff} mode} and @dfn{@code{troff} mode} since the
+@code{troff} to perform the formatting; see @cite{gnroff@r{(1)}}.} that
+sends its output to a device driver (@code{grotty} for terminal devices,
+@code{grops} for PostScript, and so on) that interprets its output.
+When discussing @acronym{AT&T} @code{troff}, it makes sense to talk
+about @dfn{@code{nroff} mode} and @dfn{@code{troff} mode} since the
 differences are hard-coded.  GNU @code{troff} takes information from
 device and font description files without handling requests specially if
 a terminal output device is used, so such a strong distinction is

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

Reply via email to