[Pkg-gnupg-commit] [gnupg2] 37/292: doc: minor fix for @xref.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Mon Nov 21 06:31:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch master
in repository gnupg2.
commit 9c1b3bc25a1b38c4eda31bf12ccc10d94bb05212
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Tue Sep 20 15:41:36 2016 +0900
doc: minor fix for @xref.
* doc/yat2m.c (proc_texi_cmd): Captalize "see" for xref.
---
doc/yat2m.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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, " ([", "])" },
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list