Support > 4 byte verify write patterns
[fio.git] / fio.1
diff --git a/fio.1 b/fio.1
index f216b4cb00c2665796826d37c5df159973b5fe16..4445d0a3a99989191c70e8359e8c8bc82248613e 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -583,9 +583,10 @@ Write extra information about each I/O (timestamp, block number, etc.). The
 block number is verified.
 .TP
 .B pattern
-Fill I/O buffers with a specific pattern that is used to verify.  The pattern is
-specified by appending `:\fIint\fR' to the parameter. \fIint\fR cannot be larger
-than 32-bits. 
+Fill I/O buffers with a specific pattern that is used to verify. If the pattern
+is < 4bytes, it can either be a decimal or a hexadecimal number. If the pattern
+is > 4bytes, currently, it can only be a hexadecimal pattern starting with
+either "0x" or "0X".
 .TP
 .B null
 Pretend to verify.  Used for testing internals.