[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 13/25] lib/readline/doc/history.3: Use consistent style.
From: |
G. Branden Robinson |
Subject: |
[PATCH 13/25] lib/readline/doc/history.3: Use consistent style. |
Date: |
Thu, 21 Nov 2024 22:21:52 -0600 |
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
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 13/25] lib/readline/doc/history.3: Use consistent style.,
G. Branden Robinson <=