diff options
author | Werner Koch <[email protected]> | 2007-08-14 16:50:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-08-14 16:50:27 +0000 |
commit | d20d11a0eeb306feb9c256eadd1b4b606b15934e (patch) | |
tree | 9d5671631dc8599fa44aafd9572b1c282ddb4110 /doc/yat2m.c | |
parent | Implemented the chain model for X.509 validation. (diff) | |
download | gnupg-d20d11a0eeb306feb9c256eadd1b4b606b15934e.tar.gz gnupg-d20d11a0eeb306feb9c256eadd1b4b606b15934e.zip |
Documentaion updates.
Support doe Dirmngr under W32.
Fixed a yat2m bug.
Diffstat (limited to 'doc/yat2m.c')
-rw-r--r-- | doc/yat2m.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/yat2m.c b/doc/yat2m.c index dbb198b82..9411e3419 100644 --- a/doc/yat2m.c +++ b/doc/yat2m.c @@ -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, "\n'", "'\n" }, + { "samp", 0, "'", "'" }, { "file", 0, "`\\fI","\\fR'" }, { "env", 0, "`\\fI","\\fR'" }, { "acronym", 0 }, |