diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:16:09 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:07 -0400 |
commit | 827ee6fd37e0ed91b1e43c976d56a19a7cf66329 (patch) | |
tree | acc7898042ea6327121c6bfab7ea3ff732d5bc95 /system/gpart | |
parent | 60295f4189f01862439ba9619634dc7e25130fb7 (diff) |
system/gpart: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/gpart')
-rw-r--r-- | system/gpart/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/system/gpart/README b/system/gpart/README index 3cdde883077f..77bb753aca0c 100644 --- a/system/gpart/README +++ b/system/gpart/README @@ -1,10 +1,11 @@ -Gpart is a small tool which tries to guess what partitions are on a PC type, -MBR-partitioned hard disk in case the primary partition table was damaged. +Gpart is a small tool which tries to guess what partitions are on a +PC type, MBR-partitioned hard disk in case the primary partition table +was damaged. -Gpart works by scanning through the device (or file) given on the command -line on a sector basis. Each guessing module is asked if it thinks a -filesystem it knows about could start at a given sector. Several -filesystem guessing modules are built in. +Gpart works by scanning through the device (or file) given on +the command line on a sector basis. Each guessing module is asked +if it thinks a filesystem it knows about could start at a given +sector. Several filesystem guessing modules are built in. Supported (guessable) filesystem or partition types: DOS/Windows FAT, Linux ext2 and swap, OS/2 HPFS, Windows NTFS, |