Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
diff --git a/Doc/distutils/commandref.rst b/Doc/distutils/commandref.rst
index f5f0220..fbe40de 100644
--- a/Doc/distutils/commandref.rst
+++ b/Doc/distutils/commandref.rst
@@ -88,7 +88,7 @@
character, and ``[range]`` matches any of the characters in *range* (e.g.,
``a-z``, ``a-zA-Z``, ``a-f0-9_.``). The definition of "regular filename
character" is platform-specific: on Unix it is anything except slash; on Windows
-anything except backslash or colon; on Mac OS 9 anything except colon.
+anything except backslash or colon.
**\*\*** Windows support not there yet **\*\***