1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-11-04 20:38:50 +01:00

Fix rendering of @samp.

This commit is contained in:
Werner Koch 2008-04-02 08:20:38 +00:00
parent 7a8c24a793
commit 6760519194
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-04-02 Werner Koch <wk@g10code.com>
* yat2m.c (proc_texi_cmd): Use the \(aq glyph for @samp. This is
bug#898.
2007-12-21 Werner Koch <wk@g10code.com> 2007-12-21 Werner Koch <wk@g10code.com>
* README.W32: Tell that Vista is supported and that at least NT-4 * README.W32: Tell that Vista is supported and that at least NT-4

View File

@ -449,7 +449,7 @@ proc_texi_cmd (FILE *fp, const char *command, const char *rest, size_t len,
{ "code", 0, "\\fB", "\\fR" }, { "code", 0, "\\fB", "\\fR" },
{ "sc", 0, "\\fB", "\\fR" }, { "sc", 0, "\\fB", "\\fR" },
{ "var", 0, "\\fI", "\\fR" }, { "var", 0, "\\fI", "\\fR" },
{ "samp", 0, "'", "'" }, { "samp", 0, "\\(aq", "\\(aq'" },
{ "file", 0, "`\\fI","\\fR'" }, { "file", 0, "`\\fI","\\fR'" },
{ "env", 0, "`\\fI","\\fR'" }, { "env", 0, "`\\fI","\\fR'" },
{ "acronym", 0 }, { "acronym", 0 },