> I have a script I am hacking. The code has a check for a size suffix. > I know what m|mb|g|gb|k|kb| and the upper case version of the same letters > mean. But the code also has an w|x size options. > Is this a valid size type and what does it mean?
Are you looking at the expand_number(3) function? It is very hard to help you unless you give more details. -- Eitan Adler _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
