From c29a6dd54860082153ec7fedb603a4c2c37b1445 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 30 Jan 2014 12:26:18 -0500
Subject: [PATCH] docs:  improve xref description for xreflabel and refentry
 links

---
 doc/src/sgml/README.links | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/src/sgml/README.links b/doc/src/sgml/README.links
index 5f3668d38b1..f64b8573169 100644
--- a/doc/src/sgml/README.links
+++ b/doc/src/sgml/README.links
@@ -7,8 +7,9 @@ Intra-document Linking
 ----------------------
 
 <xref>
-	use to get chapter/section # from the title of the target
-	link, or xreflabel or refentry if defined at the target; has no close tag
+	use to get chapter/section number from the title of the target
+	link, or xreflabel if defined at the target, or refentrytitle if target
+        is a refentry;  has no close tag
 	http://www.oasis-open.org/docbook/documentation/reference/html/xref.html
 
 <link>
-- 
GitLab