aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2016-09-20 06:41:36 +0000
committerNIIBE Yutaka <[email protected]>2016-09-20 06:41:36 +0000
commit9c1b3bc25a1b38c4eda31bf12ccc10d94bb05212 (patch)
treee507b434bce067939c06a989e65c297e84d1b9ac
parentdoc: Implement simple '@ref'erences. (diff)
downloadgnupg-9c1b3bc25a1b38c4eda31bf12ccc10d94bb05212.tar.gz
gnupg-9c1b3bc25a1b38c4eda31bf12ccc10d94bb05212.zip
doc: minor fix for @xref.
* doc/yat2m.c (proc_texi_cmd): Captalize "see" for xref.
-rw-r--r--doc/yat2m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/yat2m.c b/doc/yat2m.c
index a63260b74..23fc6babd 100644
--- a/doc/yat2m.c
+++ b/doc/yat2m.c
@@ -730,7 +730,7 @@ proc_texi_cmd (FILE *fp, const char *command, const char *rest, size_t len,
{ "anchor", 7 },
{ "cartouche", 1 },
{ "ref", 0, "[", "]" },
- { "xref", 0, "see: [", "]" },
+ { "xref", 0, "See: [", "]" },
{ "pxref", 0, "see: [", "]" },
{ "uref", 0, "(\\fB", "\\fR)" },
{ "footnote",0, " ([", "])" },