Author: plavin
Date: 2007-02-06 21:48:16 +0100 (Tue, 06 Feb 2007)
New Revision: 4834
Log:
Save it first -- 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:47:27 UTC (rev 4833)
+++ trunk/refman-5.1/functions.xml 2007-02-06 20:48:16 UTC (rev 4834)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 9; 2350 bytes
@@ -110,17 +110,18 @@
<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
+ can be time consuming. To simplify this task, anchors for each function and
operator have been added
+ to the manual. 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.
+ to the URL. For example, to find out information about the
<literal>DATE_FORMAT</literal> function
+ using the online version of the manual, go to the page that deals with date and
time functions
+ (<ulink
url="&base-url-refman;/5.1/en/date-and-time-functions.html"></ulink>) and
+ append <literal>#function_date-format</literal> to the address in the
address bar of your web browser.
+ This will take you directly to the <literal>DATE_FORMAT</literal>
function. If you have downloaded
+ the single page version of the manual you simply need to add the appropriate anchor
reference.
+ In a similar fashion, you can navigate directly to an operator by appending
<literal>#operator_<replaceable>operator-name</replaceable></literal>
+ to the appropriate URL.
</para>
</note>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4834 - trunk/refman-5.1 | plavin | 6 Feb |