[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 07/12: [man,pic]: Set "Caution:" in italics, not bold.
From: |
G. Branden Robinson |
Subject: |
[groff] 07/12: [man,pic]: Set "Caution:" in italics, not bold. |
Date: |
Thu, 19 Dec 2024 15:21:32 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit 8b2edfa6cbba05f44b293f3146699c8892fac914
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Dec 19 12:57:57 2024 -0600
[man,pic]: Set "Caution:" in italics, not bold.
We were inconsistent on this point.
---
man/groff.7.man | 4 ++--
man/groff_diff.7.man | 2 +-
src/preproc/pic/pic.1.man | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/man/groff.7.man b/man/groff.7.man
index 5a6162d25..fdcb7d97a 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -3459,7 +3459,7 @@ Append hyphenation patterns from
.
.TPx
.REQ .hpfcode "a b \fR[\fPc d\fR] .\|.\|.\fP"
-.B Caution:
+.I Caution:
This request will be withdrawn in a future
.I groff
release.
@@ -6174,7 +6174,7 @@ string is later interpolated.
.
.
.P
-.B Caution:
+.I Caution:
The
.B ds
request,
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index 459a49367..e0212368e 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -2949,7 +2949,7 @@ of the environment.
.TP
.BI .hpfcode\~ "a b"\c
.RI \~[ "c d" "] .\|.\|."
-.B Caution:
+.I Caution:
This request will be withdrawn in a future
.I groff
release.
diff --git a/src/preproc/pic/pic.1.man b/src/preproc/pic/pic.1.man
index bde339b51..a15bec176 100644
--- a/src/preproc/pic/pic.1.man
+++ b/src/preproc/pic/pic.1.man
@@ -758,7 +758,7 @@ is implied.
.
Attributes can be specified in the same way as for a normal text object.
.
-.B Caution:
+.I Caution:
be very careful that you specify an appropriate format string in
.I text;
.IR @g@pic 's
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 07/12: [man,pic]: Set "Caution:" in italics, not bold.,
G. Branden Robinson <=