[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 04/11: [docs]: Fix missing word.
|
From: |
G. Branden Robinson |
|
Subject: |
[groff] 04/11: [docs]: Fix missing word. |
|
Date: |
Tue, 30 Jan 2024 21:28:28 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit ff555b1ebeab05a37a24c7ebf04b8c8cdb26aef7
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Jan 30 18:34:56 2024 -0600
[docs]: Fix missing word.
---
doc/groff.texi | 22 +++++++++++-----------
man/groff_diff.7.man | 2 +-
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/doc/groff.texi b/doc/groff.texi
index 9dc0756f0..381ae8fc2 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -11294,17 +11294,17 @@ If @var{contents} is absent, an existing character
definition made with
the same request is deleted.
Defining (or redefining) a character@var{c} creates an object in the
-formatter that is recognized like any other ordinary special character
-on input, and produces @var{contents} on output. Every time @var{c} is
-to be output, @var{contents} is processed in a temporary environment and
-the result encapsulated in a node.@footnote{@xref{Gtroff Internals}.}
-A leading neutral double quote in the final argument is stripped from
-it, allowing embedded leading spaces in @var{contents}, which is read in
-copy mode and continues to the end of the input line. Further,
-compatibility mode is disabled and the escape character set to @code{\}
-while @var{contents} is interpreted. Any emboldening, constant spacing,
-or track kerning is applied to this object rather than to individual
-glyphs in @var{contents}.
+formatter that is recognized like any other ordinary or special
+character on input, and produces @var{contents} on output. Every time
+@var{c} is to be output, @var{contents} is processed in a temporary
+environment and the result encapsulated in a node.@footnote{@xref{Gtroff
+Internals}.} A leading neutral double quote in the final argument is
+stripped from it, allowing embedded leading spaces in @var{contents},
+which is read in copy mode and continues to the end of the input line.
+Further, compatibility mode is disabled and the escape character set to
+@code{\} while @var{contents} is interpreted. Any emboldening, constant
+spacing, or track kerning is applied to this object rather than to
+individual glyphs in @var{contents}.
A character defined by these requests can be used just like a glyph
provided by the output device. In particular, other characters can be
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index 22f4d8e0b..68dcb1172 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -1884,7 +1884,7 @@ Defining
a
.RI character\~ c
creates an object in the formatter that is recognized like any other
-ordinary special character on input,
+ordinary or special character on input,
and produces
.I contents
on output.
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 04/11: [docs]: Fix missing word.,
G. Branden Robinson <=