diff options
Diffstat (limited to 'doc/fr/autogen')
-rw-r--r-- | doc/fr/autogen/tcl_commands.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/fr/autogen/tcl_commands.xml b/doc/fr/autogen/tcl_commands.xml new file mode 100644 index 000000000..da31e82b5 --- /dev/null +++ b/doc/fr/autogen/tcl_commands.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<command>tcl [list [nom]] | [listfull [nom]] | [load fichier] | [autoload] | [reload] | [unload [nom]]</command> +<programlisting> +liste/charge/décharge des scripts + +fichier: script (fichier) à charger +nom: un nom de script + +Sans argument, cette commande liste tous les scripts chargés. +</programlisting> |