diff options
author | NIIBE Yutaka <[email protected]> | 2016-09-20 06:41:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-07-05 07:04:26 +0000 |
commit | 187e2ad24fb92210587beb779a1cc746821a169c (patch) | |
tree | 7cbb632a9cf3c740297866d87896513e2f04b3a9 | |
parent | doc: Implement simple '@ref'erences. (diff) | |
download | libgpg-error-187e2ad24fb92210587beb779a1cc746821a169c.tar.gz libgpg-error-187e2ad24fb92210587beb779a1cc746821a169c.zip |
doc: minor fix for @xref.
* doc/yat2m.c (proc_texi_cmd): Captalize "see" for xref.
-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 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, " ([", "])" }, |