Author: plavin
Date: 2007-02-06 21:47:27 +0100 (Tue, 06 Feb 2007)
New Revision: 4833
Log:
Add note about using anchors
Modified:
trunk/refman-5.1/functions.xml
Modified: trunk/refman-5.1/functions.xml
===================================================================
--- trunk/refman-5.1/functions.xml 2007-02-06 20:42:08 UTC (rev 4832)
+++ trunk/refman-5.1/functions.xml 2007-02-06 20:47:27 UTC (rev 4833)
Changed blocks: 1, Lines Added: 18, Lines Deleted: 1; 1499 bytes
@@ -106,7 +106,24 @@
<remark role="todo">
rename node to Operators
</remark>
-
+
+ <note>
+ <para>
+ Given the size of this chapter, locating information about a specific function or operator
+ can be a time consuming task. In the HTML version of this document it is possible to navigate
+ directly to a specific function if you know the HTML page where that function appears. You can do this by
+ appending <literal>#function_<replaceable>function-name</replaceable></literal>
+ to the URL. For example, to find out information about the <literal>STR_TO_DATE</literal> function
+ go to the page that deals with date and time functions
+ (&base-url-refman;/5.1/en/date-and-time-functions.html) and
+ append <literal>#function_str-to-date</literal> to the address in the address bar of your web browser.
+ This will take you directly to the <literal>STR_TO_DATE</literal> function.
+ Likewise, to navigate directly to an operator, find the page that deals with the type of operator you are
+ looking for and append <literal>#operator_<replaceable>operator-name</replaceable></literal>
+ to the URL.
+ </para>
+ </note>
+
<section id="non-typed-operators">
<title>Operators</title>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4833 - trunk/refman-5.1 | plavin | 6 Feb |