git » libfiu » commit d6f68b2

manpage: Note that probability is between 0 and 1

author Alberto Bertogli
2009-06-13 03:54:15 UTC
committer Alberto Bertogli
2009-06-13 03:54:42 UTC
parent b1d105082bee1e2dd41d9b882979e04f20ac9bbd

manpage: Note that probability is between 0 and 1

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

libfiu/libfiu.3 +3 -2

diff --git a/libfiu/libfiu.3 b/libfiu/libfiu.3
index 1f27c9b..4d584f6 100644
--- a/libfiu/libfiu.3
+++ b/libfiu/libfiu.3
@@ -144,8 +144,9 @@ failure that begin with the given name (excluding the asterisk, of course).
 
 .TP
 .BI "fiu_enable_random(" name ", " failnum ", " failinfo ", " flags ", " probability ")"
-Enables the given point of failure, with the given probability. The rest of the
-parameters, as well as the return value, are the same as the ones in
+Enables the given point of failure, with the given probability (between 0 and
+1). The rest of the parameters, as well as the return value, are the same as
+the ones in
 .BR fiu_enable() .
 
 .TP