From: Karel Zak Date: Wed, 22 Feb 2012 12:10:21 +0000 (+0100) Subject: libblkid: add BLKID_PARTS_MAGIC to blkid_do_wipe() docs X-Git-Tag: v2.21~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=476b508e043b6b4c71d84b4f2fdeeffa68c204b3;p=thirdparty%2Futil-linux.git libblkid: add BLKID_PARTS_MAGIC to blkid_do_wipe() docs Signed-off-by: Karel Zak --- diff --git a/libblkid/src/probe.c b/libblkid/src/probe.c index 024ce88406..763f75ca01 100644 --- a/libblkid/src/probe.c +++ b/libblkid/src/probe.c @@ -923,7 +923,8 @@ int blkid_do_probe(blkid_probe pr) * @dryrun: if TRUE then don't touch the device. * * This function erases the current signature detected by @pr. The @pr has to - * be open in O_RDWR mode and BLKID_SUBLKS_MAGIC flag has to be enabled. + * be open in O_RDWR mode, BLKID_SUBLKS_MAGIC or/and BLKID_PARTS_MAGIC flags + * has to be enabled. * * After successful signature removing the @pr prober will be moved one step * back and the next blkid_do_probe() call will again call previously called