http://www.berklix.com/~jhs/src/bsd/fixes/FreeBSD/src/gen/sbin/mdconfig/mdconfig.c.p0.REL=9.2-RELEASE.diff no cmdline in 9.2-RELEASE # *** 9.0-RELEASE/src/sbin/mdconfig/mdconfig.c Mon Oct 29 13:49:43 2012 # --- new-generic/src/sbin/mdconfig/mdconfig.c Mon Oct 29 13:50:45 2012 # *************** # *** 76,81 **** # --- 76,88 ---- # int ch, fd, i, vflag; # char *p; # int cmdline = 0; # + /* Assume cmdline is to indicate 1 of the 3 states shown in usage() ?, eg: # + * 1 "usage: mdconfig -a -t type [-n] [-o [no]option] ... [-f file]\n" # + * " [-s size] [-S sectorsize] [-u unit]\n" # + * " [-x sectors/track] [-y heads/cyl]\n" # + * 2 " mdconfig -d -u unit [-o [no]force]\n" # + * 3 " mdconfig -l [-v] [-n] [-u unit]\n"); # + */ # char *mdunit = NULL; # # bzero(&mdio, sizeof(mdio));