From 8c7aee717a3366a2f77dd7871089588862b114a6 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Fri, 31 Jul 2020 23:41:25 +0200 Subject: sindex.1: Use ' for a plain quote char MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit lintian (a linter for Debian packages) warns: N: This manual page uses the \' groff sequence. Usually, the intent to N: generate an apostrophe, but that sequence actually renders as a an acute N: accent. N: N: For an apostrophe or a single closing quote, use plain '. For single N: opening quote, i.e. a straight downward line ' like the one used in N: shell commands, use \(aq. I'm not following its advice but stick to ' as is done in other places of sindex.1. Signed-off-by: Uwe Kleine-König Signed-off-by: Luc Van Oostenryck Acked-by: Alexey Gladkov --- sindex.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sindex.1 b/sindex.1 index 508e2d52..06b0bcff 100644 --- a/sindex.1 +++ b/sindex.1 @@ -128,8 +128,8 @@ struct member . .SH MODE The \fBMODE\fR is dumped as a 3-letter string. The first letter denotes address -of part, 2-nd - access by value, 3-rd - access by pointer. A special value -\'\fIdef\fR\' means a symbol definition. +of part, 2-nd - access by value, 3-rd - access by pointer. A special +value '\fIdef\fR' means a symbol definition. .TP \fBr\fR read -- cgit 1.2.3-korg