diff options
author | Brad King <brad.king@kitware.com> | 2004-05-06 18:30:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2004-05-06 18:30:00 (GMT) |
commit | 7de6edc6869984af3bbc6cc10abcd917628673cd (patch) | |
tree | 1193e8765d2e4ff30aa11f1452c7251635dee787 | |
parent | cd002c0b2036ce0cb83b2dead056cddd6691cefe (diff) | |
download | CMake-7de6edc6869984af3bbc6cc10abcd917628673cd.zip CMake-7de6edc6869984af3bbc6cc10abcd917628673cd.tar.gz CMake-7de6edc6869984af3bbc6cc10abcd917628673cd.tar.bz2 |
ERR: Added units to SetTimeout documentation.
-rw-r--r-- | Source/kwsys/Process.h.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/kwsys/Process.h.in b/Source/kwsys/Process.h.in index 660e96a..f47b9c6 100644 --- a/Source/kwsys/Process.h.in +++ b/Source/kwsys/Process.h.in @@ -109,10 +109,10 @@ kwsysEXPORT int kwsysProcess_AddCommand(kwsysProcess* cp, char const* const* command); /** - * Set the timeout for the child process. The timeout period begins - * when the child is executed. If the child has not terminated when - * the timeout expires, it will be killed. A non-positive (<= 0) - * value will disable the timeout. + * Set the timeout in seconds for the child process. The timeout + * period begins when the child is executed. If the child has not + * terminated when the timeout expires, it will be killed. A + * non-positive (<= 0) value will disable the timeout. */ kwsysEXPORT void kwsysProcess_SetTimeout(kwsysProcess* cp, double timeout); |