Author: plavin
Date: 2007-04-11 15:22:21 +0200 (Wed, 11 Apr 2007)
New Revision: 5826
Log:
Finish my_print_defaults
Modified:
trunk/dynamic-docs/command-optvars/my_print_defaults.xml
Modified: trunk/dynamic-docs/command-optvars/my_print_defaults.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/my_print_defaults.xml 2007-04-11 12:22:05 UTC (rev 5825)
+++ trunk/dynamic-docs/command-optvars/my_print_defaults.xml 2007-04-11 13:22:21 UTC (rev 5826)
Changed blocks: 2, Lines Added: 60, Lines Deleted: 26; 4069 bytes
@@ -69,14 +69,15 @@
<manual version="5.1"/>
</versions>
</option>
- <option command="my_print_defaults" section="server" id="">
- <!--xrefto id="my_print_defaults_"/-->
- <name></name>
+ <option command="my_print_defaults" section="server" id="no-defaults">
+ <!--xrefto id="my_print_defaults_no-defaults"/-->
+ <name>no-defaults</name>
<shortdescription lang="en">
- Display version information and exit
+ Return an empty string
</shortdescription>
<types>
- <optype class="cmdline" format="--"/>
+ <optype class="cmdline" format="--no-defaults"/>
+ <optype class="cmdline" format="-n"/>
</types>
<versions>
<manual version="4.1"/>
@@ -84,25 +85,58 @@
<manual version="5.1"/>
</versions>
</option>
- #
-
- --config-file=file_name, --defaults-file=file_name, -c file_name
-
- Read only the given option file.
-
-
- --defaults-extra-file=file_name, --extra-file=file_name, -e file_name
-
- Read this option file after the global option file but (on Unix) before the user option file.
- #
-
- --defaults-group-suffix=suffix, -g suffix
-
- In addition to the groups named on the command line, read groups that have the given suffix.
- #
-
- --no-defaults, -n
-
- Return an empty string.
-
+ <option command="my_print_defaults" section="server" id="defaults-group-suffix">
+ <!--xrefto id="my_print_defaults_defaults-group-suffix"/-->
+ <name>defaults-group-suffix</name>
+ <shortdescription lang="en">
+ In addition to the groups named on the command line,
+ read groups that have the given suffix
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--defaults-group-suffix=suffix"/>
+ <optype class="cmdline" format="-g suffix"/>
+ </types>
+ <values vartype="filename" platform="all"/>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ <manual version="5.1"/>
+ </versions>
+ </option>
+ <option command="my_print_defaults" section="server" id="defaults-extra-file">
+ <!--xrefto id="my_print_defaults_defaults-extra-file"/-->
+ <name>defaults-extra-file=file_name</name>
+ <shortdescription lang="en">
+ Read this option file after the global option file but (on Unix) before the user option file
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--defaults-extra-file=file_name"/>
+ <optype class="cmdline" format="--extra-file=file_name"/>
+ <optype class="cmdline" format="-e file_name"/>
+ </types>
+ <values vartype="filename" platform="all"/>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ <manual version="5.1"/>
+ </versions>
+ </option>
+ <option command="my_print_defaults" section="server" id="config-file">
+ <!--xrefto id="my_print_defaults_config-file"/-->
+ <name>config-file</name>
+ <shortdescription lang="en">
+ Read only the given option file
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--config-file=file_name"/>
+ <optype class="cmdline" format="--defaults-file=file_name"/>
+ <optype class="cmdline" format="--c file_name"/>
+ </types>
+ <values vartype="filename" platform="all"/>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ <manual version="5.1"/>
+ </versions>
+ </option>
</options>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5826 - trunk/dynamic-docs/command-optvars | plavin | 11 Apr |