2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-23 20:52:13 +00:00

documentation fix

git-svn-id: https://svn.fhem.de/fhem/trunk@2823 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2013-02-27 12:45:50 +00:00
parent 652db97d7c
commit befb36b6ca

View File

@ -107,9 +107,9 @@ SYSSTAT_Get($@)
$ret .= $filesystem ." <= ". $filesystems->{$filesystem}->{mountpoint} ."\n";
}
return $ret;
} else {
return "Unknown argument $cmd, choose one of filesystems";
}
return "Unknown argument $cmd, choose one of filesystems";
}
sub
@ -264,7 +264,7 @@ sub SYSSTAT_getLoadAVG( $ )
</PRE></li>
<li>to match the root filesystem (mount point '/') in diskusage plots use
'<code>#FileLog 4:/\x3a:0:</code>' or '<code>#FileLog 4:\s..\s:0:</code>'
and <b>not</b> '<code>#FileLog 4:/:0:</code>' as the later will match all mount points.
and <b>not</b> '<code>#FileLog 4:/:0:</code>' as the later will match all mount points</li>.
</ul>
<a name="SYSSTAT_Define"></a>