diff options
author | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2019-12-29 15:47:37 +0000 |
---|---|---|
committer | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2019-12-29 15:47:37 +0000 |
commit | 645532a4487a4a5a5d203ff393322380b6e614ef (patch) | |
tree | 1b524da72b0ec6f21993fb58a9ff239c0ba2f4c8 /lib/geom/nop | |
parent | ad382bd8eb4950033413f4c04f59dc085e043768 (diff) | |
download | src-645532a4487a4a5a5d203ff393322380b6e614ef.tar.gz src-645532a4487a4a5a5d203ff393322380b6e614ef.zip |
Notes
Diffstat (limited to 'lib/geom/nop')
-rw-r--r-- | lib/geom/nop/gnop.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/geom/nop/gnop.8 b/lib/geom/nop/gnop.8 index 21efb64a415e..67eef9e0a044 100644 --- a/lib/geom/nop/gnop.8 +++ b/lib/geom/nop/gnop.8 @@ -123,8 +123,8 @@ See Additional options: .Bl -tag -width "-c count_until_fail" .It Fl c Ar count_until_fail -Specifies the number of I/O requests to allow before setting the read and write -failure probabilities to 100%. +Specifies the number of I/O requests to allow before setting the read, write and +delay failure probabilities. .It Fl d Ar delaymsec Specifies the delay of the requests in milliseconds. Note that requests will be delayed before they are sent to the backing device. |