From: Karel Zak Date: Mon, 27 Oct 2014 08:42:51 +0000 (+0100) Subject: blkdiscard: update man page X-Git-Tag: v2.26-rc1~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f59654a4066d64bad7b23f6ddcc7b709d012d18;p=thirdparty%2Futil-linux.git blkdiscard: update man page Signed-off-by: Karel Zak --- diff --git a/sys-utils/blkdiscard.8 b/sys-utils/blkdiscard.8 index 3c0334f1b6..5e094d4eac 100644 --- a/sys-utils/blkdiscard.8 +++ b/sys-utils/blkdiscard.8 @@ -50,6 +50,10 @@ the end of the device, will stop at the device size boundary. The default value extends to the end of the device. .TP +.BR \-p , " \-\-step \fIlength" +The number of bytes to discard within one iteration. The default is to discard +all by one ioctl call. +.TP .BR \-s , " \-\-secure" Perform a secure discard. A secure discard is the same as a regular discard except that all copies of the discarded blocks that were possibly created by @@ -60,6 +64,7 @@ Display the aligned values of .I offset and .IR length . +If the option \fB\-\-step\fR specified than it prints discard progress every second. .TP .BR \-V , " \-\-version" Display version information and exit.