mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
doc: minor fix for @xref.
* doc/yat2m.c (proc_texi_cmd): Captalize "see" for xref.
This commit is contained in:
parent
91d5e6f805
commit
9c1b3bc25a
1 changed files with 1 additions and 1 deletions
|
@ -730,7 +730,7 @@ proc_texi_cmd (FILE *fp, const char *command, const char *rest, size_t len,
|
||||||
{ "anchor", 7 },
|
{ "anchor", 7 },
|
||||||
{ "cartouche", 1 },
|
{ "cartouche", 1 },
|
||||||
{ "ref", 0, "[", "]" },
|
{ "ref", 0, "[", "]" },
|
||||||
{ "xref", 0, "see: [", "]" },
|
{ "xref", 0, "See: [", "]" },
|
||||||
{ "pxref", 0, "see: [", "]" },
|
{ "pxref", 0, "see: [", "]" },
|
||||||
{ "uref", 0, "(\\fB", "\\fR)" },
|
{ "uref", 0, "(\\fB", "\\fR)" },
|
||||||
{ "footnote",0, " ([", "])" },
|
{ "footnote",0, " ([", "])" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue