diff --git a/inc_pluginfunctions.md b/inc_pluginfunctions.md
index 544570f1dc3665b92a9df048ac215b25d2967371..8ca811e1075dfdbc32667571a16822744aa8811f 100644
--- a/inc_pluginfunctions.md
+++ b/inc_pluginfunctions.md
@@ -88,10 +88,14 @@ Execute a command and repeat max. MAXTRIES times if it fails.
 
 Add performance data. Their output will be written with ph.exit. So you are free to add perfomance data anywhere within your check script.
 
-**ph.perfdeltaspeed** [VARNAME] [VALUE]
+**ph.perfdeltaspeed** [VARNAME] [VALUE] [[unit] [isfloat]]
 
 For increasing system counters: get changerate per second since last check.
 
+Unit value can be
+* s or sec - for seconds
+* m or min - for minutes
+
 Example:
 
     # speed in byte per sec based on last stored value and its age