diff options
author | Araq <rumpf_a@web.de> | 2014-08-28 09:50:51 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-08-28 09:50:51 +0200 |
commit | d05df2173b95155a53e9c731f1c78b754eb2410c (patch) | |
tree | 65f20fc74273b77bf158911af281253a89ec5a59 /lib/pure/osproc.nim | |
parent | 2781fea9e2a67e86f37277f5e2808fc444a1173a (diff) | |
download | Nim-d05df2173b95155a53e9c731f1c78b754eb2410c.tar.gz |
Nimrod renamed to Nim
Diffstat (limited to 'lib/pure/osproc.nim')
-rw-r--r-- | lib/pure/osproc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/osproc.nim b/lib/pure/osproc.nim index 957a91d06..884774f1f 100644 --- a/lib/pure/osproc.nim +++ b/lib/pure/osproc.nim @@ -287,7 +287,7 @@ proc execProcesses*(cmds: openArray[string], close(p) proc select*(readfds: var seq[PProcess], timeout = 500): int - ## `select` with a sensible Nimrod interface. `timeout` is in miliseconds. + ## `select` with a sensible Nim interface. `timeout` is in miliseconds. ## Specify -1 for no timeout. Returns the number of processes that are ## ready to read from. The processes that are ready to be read from are ## removed from `readfds`. |