[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 12/12: groff(7): Fix errors and an oversight.
From: |
G. Branden Robinson |
Subject: |
[groff] 12/12: groff(7): Fix errors and an oversight. |
Date: |
Thu, 19 Dec 2024 15:21:34 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit 710e5f4c104c68c5e79f7a801fcb2e7e2fc2d17b
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Dec 19 13:18:27 2024 -0600
groff(7): Fix errors and an oversight.
* Only one extremum is computed by an operator.
* Favor imperative mood where this achieves brevity.
* Set an ellipsis in a table heading in the correct face (bold, not
roman).
* Correct mistaken metasyntactic variable names.
* Drop duplicated phrase.
* Cross reference `systat` register from `sy` request description.
---
man/groff.7.man | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/man/groff.7.man b/man/groff.7.man
index a0faabe2f..325ed98f4 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -1074,7 +1074,7 @@ scaling units are ignored in the evaluation
.
GNU
.I troff \" GNU
-also provides a pair of operators to compute the extrema of two
+also provides a pair of operators to compute the extremum of two
operands:
.B >?\&
(maximum)
@@ -1116,7 +1116,7 @@ others false.
.
.
.P
-We can operate on truth values with the logical operators
+Operate on truth values with the logical operators
.B &
(logical conjunction or \[lq]and\[rq])
and
@@ -2033,7 +2033,7 @@ their truth values are as shown below.
.TS
rf(BI) lB
rB lx.
-cond-expr\f[R].\|.\|. .\|.\|.is true if.\|.\|.
+cond-expr\f[B].\|.\|. .\|.\|.is true if.\|.\|.
_
T{
.BI \[aq] s1 \[aq] s2 \[aq]
@@ -2827,7 +2827,7 @@ Remove definition of ordinary or special
Define ordinary or special character
.I c
as
-.I anything.
+.I contents.
.
.TPx
.REQ .chop name
@@ -2923,7 +2923,6 @@ at
.IR n /36
ems,
as if one em equals
-one em equals
.I p
scaled points.
.
@@ -4492,7 +4491,7 @@ As
.RB \[lq] .ss\~\c
.IR n \[rq],
but set additional inter-sentence space size to
-.IR n \~12ths
+.IR m \~12ths
of the selected font's
.B spacewidth
parameter.
@@ -4560,6 +4559,9 @@ in the operating environment
by passing it to
.MR system 3 .
.
+See register
+.BR \%systat .
+.
Unsafe request;
disabled by default.
.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 12/12: groff(7): Fix errors and an oversight.,
G. Branden Robinson <=