Skip to content

Commit

Permalink
sindex.1: Use ' for a plain quote char
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Luc Van Oostenryck <[email protected]>
Acked-by: Alexey Gladkov <[email protected]>
  • Loading branch information
ukleinek authored and lucvoo committed Aug 1, 2020
1 parent 5bbebae commit 8c7aee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sindex.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c7aee7

Please sign in to comment.