From d6f68b2f2fa13a0c3001f2b11e9dd3aee284b074 Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sat, 13 Jun 2009 00:54:15 -0300
Subject: [PATCH 15/48] manpage: Note that probability is between 0 and 1

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 libfiu/libfiu.3 |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

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
-- 
1.6.2.2.646.gb214

