]> git.ipfire.org Git - thirdparty/util-linux.git/commit
docs: clarify wipefs --force description for partition-table signatures
authorAndyLau-SOC <AndyLau-SOC@users.noreply.github.com>
Wed, 6 May 2026 12:14:31 +0000 (20:14 +0800)
committerAndyLau-SOC <AndyLau-SOC@users.noreply.github.com>
Wed, 6 May 2026 12:14:31 +0000 (20:14 +0800)
commit583704fe1e89286cade521d15cb14eec5fd50985
tree33d64a5732900eddd5467d4591afdf8cf8413d3b
parent41c1ea4e56753aa98d36a10a1b74a3954eb38db2
docs: clarify wipefs --force description for partition-table signatures

The current description states that --force "is required in order to erase
a partition-table signature on a block device", which is misleading.
According to the source code (do_wipe() in wipefs.c), --force is needed
for mounted filesystems and for nested partition tables on non-whole-disk
devices, not for all partition tables on all block devices.

Update the text to say "a nested partition-table signature on a non-whole
disk device", consistent with the note earlier in the man page.

Fixes #2447
misc-utils/wipefs.8.adoc