summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanigm <danigm@wadobo.com>2011-04-14 10:20:07 +0000
committerdanigm <danigm@wadobo.com>2011-04-14 10:20:07 +0000
commitcdea14af916873551d78b9a5d40cb480a039483e (patch)
tree11730d424758fb763c2ba33a17e519842e3369c8
parent245332448f25ea197ad18a8c731cbeb38ba80447 (diff)
Documentacion de ogInfoCache encima, como en el resto
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1847 a21b9725-9963-47de-94b9-378ad31fedc9
-rwxr-xr-xclient/engine/Inventory.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/engine/Inventory.lib b/client/engine/Inventory.lib
index 7e731258..47ffd83d 100755
--- a/client/engine/Inventory.lib
+++ b/client/engine/Inventory.lib
@@ -242,7 +242,6 @@ case "$TYPE" in
esac
}
-function ogInfoCache () {
#/** @function ogInfoCache: @brief muestra la informacion de la CACHE.
#@param sin parametros
#@return texto que se almacena en $IP.-InfoCache. punto_montaje, tama?oTotal, TamanioOcupado, TaminioLibre, imagenes dentro de la cahce
@@ -251,6 +250,7 @@ function ogInfoCache () {
#@attention
#@version 0.1 Date: 27/10/2008 Author Antonio J. Doblas Viso. Universidad de Malaga
#*/
+function ogInfoCache () {
if ogMountCache
then
info=`df -h | grep $OGCAC`