aboutsummaryrefslogtreecommitdiffstats
path: root/doc/yat2m.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-11-30 10:32:00 +0000
committerWerner Koch <[email protected]>2015-11-30 10:32:00 +0000
commitb4756a54a55fcd51717c149e19191a2eeaa6a919 (patch)
treef30a01280c26bd21000cfd4bdd778d351c8d43b5 /doc/yat2m.c
parentdoc: Build man pages with the same date as the info files. (diff)
downloadgnupg-b4756a54a55fcd51717c149e19191a2eeaa6a919.tar.gz
gnupg-b4756a54a55fcd51717c149e19191a2eeaa6a919.zip
yat2m: Add keyword @url.
* doc/yat2m.c (proc_texi_cmd): Add keyword @url. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/yat2m.c')
-rw-r--r--doc/yat2m.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/yat2m.c b/doc/yat2m.c
index 6a7291fb0..1634985d5 100644
--- a/doc/yat2m.c
+++ b/doc/yat2m.c
@@ -684,6 +684,7 @@ proc_texi_cmd (FILE *fp, const char *command, const char *rest, size_t len,
} cmdtbl[] = {
{ "command", 0, "\\fB", "\\fR" },
{ "code", 0, "\\fB", "\\fR" },
+ { "url", 0, "\\fB", "\\fR" },
{ "sc", 0, "\\fB", "\\fR" },
{ "var", 0, "\\fI", "\\fR" },
{ "samp", 0, "\\(aq", "\\(aq" },