summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-18 19:37:09 (GMT)
committerBrad King <brad.king@kitware.com>2013-10-19 11:19:49 (GMT)
commitc076476d7de18802d99d3c715caee54f05d52781 (patch)
treeb9e0274b2a4a9418be4c679c9bef09ae9e6b2a83 /Help
parentf551135208adc1ac8990f5309ec54325cf897d7d (diff)
downloadCMake-c076476d7de18802d99d3c715caee54f05d52781.zip
CMake-c076476d7de18802d99d3c715caee54f05d52781.tar.gz
CMake-c076476d7de18802d99d3c715caee54f05d52781.tar.bz2
cmake: Drop "cmake -E comspec" Win9x helper
Since we dropped Win9x support there is no need for this helper.
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 64d0fb3..d026c63 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -33,7 +33,7 @@ native tool on their platform.
copy_directory, copy_if_different, echo, echo_append, environment,
make_directory, md5sum, remove, remove_directory, rename, tar, time,
touch, touch_nocreate. In addition, some platform specific commands
- are available. On Windows: comspec, delete_regv, write_regv. On
+ are available. On Windows: delete_regv, write_regv. On
UNIX: create_symlink.
* ``-i``: Run in wizard mode.