summaryrefslogtreecommitdiffstats
path: root/doc/yat2m.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2019-04-04 12:49:06 +0200
committerWerner Koch <wk@gnupg.org>2019-04-04 12:52:09 +0200
commit310944aa37974a4817204a16ba9893feae564f5a (patch)
tree888586cb44927cdcaa4cbf91bff5cef6e95abfca /doc/yat2m.c
parentscd: Better handling of timeout and time extension. (diff)
downloadgnupg2-310944aa37974a4817204a16ba9893feae564f5a.tar.xz
gnupg2-310944aa37974a4817204a16ba9893feae564f5a.zip
doc: Minor change to the included yat2m.
-- Getting the rendering of man pages is not really easy; let's see whether this is better. The change has also been done upstream. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to '')
-rw-r--r--doc/yat2m.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/yat2m.c b/doc/yat2m.c
index be0ef17fd..2d6f54ea2 100644
--- a/doc/yat2m.c
+++ b/doc/yat2m.c
@@ -724,7 +724,8 @@ proc_texi_cmd (FILE *fp, const char *command, const char *rest, size_t len,
{ "url", 0, "\\fB", "\\fR" },
{ "sc", 0, "\\fB", "\\fR" },
{ "var", 0, "\\fI", "\\fR" },
- { "samp", 0, "\\(aq", "\\(aq" },
+ { "samp", 0, "\\(oq", "\\(cq" },
+ { "kbd", 0, "\\(oq", "\\(cq" },
{ "file", 0, "\\(oq\\fI","\\fR\\(cq" },
{ "env", 0, "\\(oq\\fI","\\fR\\(cq" },
{ "acronym", 0 },