summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2016-09-20 15:41:36 +0900
committerWerner Koch <wk@gnupg.org>2017-07-05 09:04:26 +0200
commit187e2ad24fb92210587beb779a1cc746821a169c (patch)
tree7cbb632a9cf3c740297866d87896513e2f04b3a9 /doc
parent55d560358f7ee4a8b68f98e051021a05d4c0bb1f (diff)
downloadlibgpg-error-187e2ad24fb92210587beb779a1cc746821a169c.tar.gz
doc: minor fix for @xref.
* doc/yat2m.c (proc_texi_cmd): Captalize "see" for xref.
Diffstat (limited to 'doc')
-rw-r--r--doc/yat2m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/yat2m.c b/doc/yat2m.c
index a63260b..23fc6ba 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, " ([", "])" },