CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2021/08/12 06:31:16
Modified files: sbin/fdisk : cmd.c cmd.h misc.h part.c user.c user.h Log message: Further reduce cross-file confusion by adding USER_help() and calling it from Xhelp(). Move declaration of struct cmd to nestle next to its only instantiation (cmd_table) and use nitems() when scanning cmd_table. No functional change.