]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libblkid: add BLKID_PARTS_MAGIC to blkid_do_wipe() docs
authorKarel Zak <kzak@redhat.com>
Wed, 22 Feb 2012 12:10:21 +0000 (13:10 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 22 Feb 2012 12:10:21 +0000 (13:10 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libblkid/src/probe.c

index 024ce884064a8e0eb50eff028ecfcc3d756fdbfc..763f75ca011c111d4dbfb42cd561fd6acd622c39 100644 (file)
@@ -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