[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 17/34] man/terminfo.tail: Fix font style nit.
From: |
G. Branden Robinson |
Subject: |
[PATCH 17/34] man/terminfo.tail: Fix font style nit. |
Date: |
Fri, 6 Oct 2023 00:16:03 -0500 |
All the other paragraph tags naming printf(3) format conversion
specifiers use bold to mark up these literals. Do the same here,
instead of a constant-width face, which might not be available anyway.
---
man/terminfo.tail | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/terminfo.tail b/man/terminfo.tail
index b577d360..ab2a8f8c 100644
--- a/man/terminfo.tail
+++ b/man/terminfo.tail
@@ -481,7 +481,7 @@ as in \fBprintf\fP(3), flags are \fI[\-+#]\fP and
\fIspace\fP.
Use a \*(``:\*('' to allow the next character to be a \*(``\-\*('' flag,
avoiding interpreting \*(``%\-\*('' as an operator.
.TP
-\f\*(CW%c\fP
+\fB%c\fP
print \fIpop()\fP like %c in \fBprintf\fP
.TP
\fB%s\fP
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 17/34] man/terminfo.tail: Fix font style nit.,
G. Branden Robinson <=