diff --git a/reference/mcrypt/functions/mcrypt-create-iv.xml b/reference/mcrypt/functions/mcrypt-create-iv.xml
index b72eabd21a..252462e449 100644
--- a/reference/mcrypt/functions/mcrypt-create-iv.xml
+++ b/reference/mcrypt/functions/mcrypt-create-iv.xml
@@ -32,8 +32,7 @@
size
- Determines the size of the IV, parameter source
- (defaults to random value) specifies the source of the IV.
+ The size of the IV.
@@ -42,8 +41,8 @@
The source can be MCRYPT_RAND (system random
- number generator), MCRYPT_DEV_RANDOM (read
- data from /dev/random) and
+ number generator), MCRYPT_DEV_RANDOM (read data
+ from /dev/random) and
MCRYPT_DEV_URANDOM (read data from
/dev/urandom). Prior to 5.3.0,
MCRYPT_RAND was the only one supported on Windows.
@@ -117,7 +116,7 @@
&url.mcrypt.iv;&url.mcrypt.bcm;
- Chapter 9.3 of Applied Cryptography by Schneier (ISBN 0-471-11709-9)
+ Chapter 9.3 of &book.applied.cryptography;