Set `struct _hist_entry` declaration in a constant-width face on
typesetters as is already done with `struct _hist_state`.
---
 lib/readline/doc/history.3 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/readline/doc/history.3 b/lib/readline/doc/history.3
index 09d5ee21..e236bb15 100644
--- a/lib/readline/doc/history.3
+++ b/lib/readline/doc/history.3
@@ -407,11 +407,13 @@ .SS History Storage
 .Vb "typedef void *" histdata_t;
 .PP
 .nf
+.EX
 typedef struct _hist_entry {
   char *line;
   char *timestamp;
   histdata_t data;
 } HIST_ENTRY;
+.EE
 .fi
 .PP
 The history list itself might therefore be declared as
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature

Reply via email to