From f15379ab9b229c141de2afc322ae7e72828f2e3c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 15 Jan 2013 09:23:08 +0100 Subject: [PATCH] Add examples for rlist & whereis Change-Id: I0dc54536c6e23dd5c574023a391bb9eb2a662628 --- .../modules/data_structures/help/en_US/rlist.xml | 15 +++++++++++++++ .../modules/data_structures/help/fr_FR/rlist.xml | 14 ++++++++++++++ .../functions/help/en_US/libraries/whereis.xml | 10 +++++++++- .../functions/help/fr_FR/libraries/whereis.xml | 12 ++++++++++-- 4 files changed, 48 insertions(+), 3 deletions(-) diff --git a/scilab/modules/data_structures/help/en_US/rlist.xml b/scilab/modules/data_structures/help/en_US/rlist.xml index 22f8be7..f9be5ee 100644 --- a/scilab/modules/data_structures/help/en_US/rlist.xml +++ b/scilab/modules/data_structures/help/en_US/rlist.xml @@ -33,6 +33,18 @@ checking is done on ai's. + + Examples + + + See Also @@ -42,6 +54,9 @@ syslin + + rational + diff --git a/scilab/modules/data_structures/help/fr_FR/rlist.xml b/scilab/modules/data_structures/help/fr_FR/rlist.xml index a027b54..1bebf90 100644 --- a/scilab/modules/data_structures/help/fr_FR/rlist.xml +++ b/scilab/modules/data_structures/help/fr_FR/rlist.xml @@ -22,6 +22,17 @@ + + Exemples + + Voir aussi @@ -31,6 +42,9 @@ syslin + + rational + diff --git a/scilab/modules/functions/help/en_US/libraries/whereis.xml b/scilab/modules/functions/help/en_US/libraries/whereis.xml index 1811939..5664137 100644 --- a/scilab/modules/functions/help/en_US/libraries/whereis.xml +++ b/scilab/modules/functions/help/en_US/libraries/whereis.xml @@ -12,10 +12,18 @@ Description returns as a character string - the name of the library containing the function function-name. + the name of the library containing the function function-name. The path of the library is returned by typing "librname". + + Exemples + + + See Also diff --git a/scilab/modules/functions/help/fr_FR/libraries/whereis.xml b/scilab/modules/functions/help/fr_FR/libraries/whereis.xml index 4f579ef..e895d60 100644 --- a/scilab/modules/functions/help/fr_FR/libraries/whereis.xml +++ b/scilab/modules/functions/help/fr_FR/libraries/whereis.xml @@ -2,7 +2,7 @@ whereis - nom de la bibliothèque contenant une fonction + nom de la bibliothèque contenant une fonction Séquence d'appel @@ -12,10 +12,18 @@ Description Renvoie une chaîne de caractères contenant le nom de la bibliothèque contenant - la fonction function-name. + la fonction function-name. Le chemin d'accès à la bibliothèque peut être obtenu avec la fonction "librname". + + Examples + + + Voir aussi -- 1.7.9.5