* Returns distro information based on .vmx format (distroShort).
*
* Return value:
- * If the short name is officially supported (by VMware)- it's recognized
- * by the code - it will be overwritten with the official identifying
- * short name.
+ * The default value of the "short name", upon entry to this routine, is
+ * the officially supported identification for a generic Linux
+ * (otherLinux).
*
- * If the short name is not one of the officially support ones, there
- * is nothing to do. The default value is the officially supported
- * identification for a generic Linux (otherLinux). No need to change
- * any code.
+ * If the distro is officially supported (by VMware)- it's recognized
+ * the code of this routine - the "short name" will be overwritten with
+ * the officially supported "short name" of the distro. Only VMware adds
+ * distros and related codes to this routine.
*
- * The long string and detailed data will fully identify what Linux
+ * An unsupported "short name" will be ignored by the rest of the
+ * software stack.
+ *
+ * If the short name is not one of the officially support ones, the
+ * default value will be left in place.
+ *
+ * The "long name" and detailed data will fully identify what Linux
* is actually present.
*
* Side effects: