CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/01/01 20:40:31
Modified files: sbin/disklabel : disklabel.8 disklabel.c Log message: Tweak usage and man page into agreement. There's nothing special about -c and -d requiring them to be separated from other flags or specified as mutually exclusive. So just show a single block of flags. Some flag combos are silly but harmless. Move all -B options inside NUMBOOT #if, eliminating confusing duplication of -w and -R usage lines. And some string declaration dancing. Since we only have NUMBOOT = 1, no need to try and finesse output for different values of NUMBOOT. Line shit up.