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:
parent
7a8c24a793
commit
6760519194
@ -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>
|
||||
|
||||
* README.W32: Tell that Vista is supported and that at least NT-4
|
||||
|
@ -449,7 +449,7 @@ proc_texi_cmd (FILE *fp, const char *command, const char *rest, size_t len,
|
||||
{ "code", 0, "\\fB", "\\fR" },
|
||||
{ "sc", 0, "\\fB", "\\fR" },
|
||||
{ "var", 0, "\\fI", "\\fR" },
|
||||
{ "samp", 0, "'", "'" },
|
||||
{ "samp", 0, "\\(aq", "\\(aq'" },
|
||||
{ "file", 0, "`\\fI","\\fR'" },
|
||||
{ "env", 0, "`\\fI","\\fR'" },
|
||||
{ "acronym", 0 },
|
||||
|
Loading…
Reference in New Issue
Block a user