[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 24/27: groff_diff(7): Fix content and style nits.
From: |
G. Branden Robinson |
Subject: |
[groff] 24/27: groff_diff(7): Fix content and style nits. |
Date: |
Thu, 2 Jan 2025 01:22:23 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit ec3136b4a622ffa2cdfa615508fcb84715cc621b
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Jan 1 23:14:44 2025 -0600
groff_diff(7): Fix content and style nits.
Content:
* `itc`'s second argument is optional.
Style:
* Fix missing bracket after optional quote in `length` argument.
* Fix extraneous space and wrong typeface in `writem` description.
---
man/groff_diff.7.man | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index d63f55352..d73d2d756 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -3071,7 +3071,8 @@ emitting a warning in category
.
.
.TP
-.BI .itc\~ n\~name
+.BR .itc\~ n\~\c
+.RI [ name ]
As
.RB \[lq] it \[rq],
but lines interrupted with the
@@ -3094,7 +3095,7 @@ is omitted.
.
.TP
.BI .length\~ reg\~\c
-.RB [[ \[dq]\c
+.RB [[ \[dq] ]\c
.IR contents ]
Compute the number of characters in
.I contents
@@ -4054,7 +4055,7 @@ to
which must previously have been the subject of an
.B open
(or
-.B \%opena )
+.BR \%opena )
request.
.
The contents of
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 24/27: groff_diff(7): Fix content and style nits.,
G. Branden Robinson <=