From 476b508e043b6b4c71d84b4f2fdeeffa68c204b3 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 22 Feb 2012 13:10:21 +0100 Subject: [PATCH] libblkid: add BLKID_PARTS_MAGIC to blkid_do_wipe() docs Signed-off-by: Karel Zak --- libblkid/src/probe.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3