CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/20 20:05:31
Modified files:
sbin/fdisk : cmd.c fdisk.8 fdisk.c gpt.c part.c part.h
Log message:
Add -A option to "safely" initialize a GPT without removing
special boot partitions needed by some hardware. Make it
difficult to add, delete or modify those partitions with 'fdisk
-e'.
Trim back and correct syntax in usage(). Whack at man page
verbiage.
Suggestions and ok deraadt@
