From ef039a132580c2b4135146dea5df6e2c90896329 Mon Sep 17 00:00:00 2001 From: Araq Date: Sun, 24 Jul 2011 23:07:40 +0200 Subject: doc improvements; added lazarus example --- lib/pure/osproc.nim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/pure') diff --git a/lib/pure/osproc.nim b/lib/pure/osproc.nim index 6add08d26..0beaf710f 100755 --- a/lib/pure/osproc.nim +++ b/lib/pure/osproc.nim @@ -96,13 +96,13 @@ proc peekExitCode*(p: PProcess): int ## return -1 if the process is still running. Otherwise the process' exit code proc inputStream*(p: PProcess): PStream {.rtl, extern: "nosp$1".} - ## returns ``p``'s input stream for writing to + ## opens ``p``'s input stream for writing to proc outputStream*(p: PProcess): PStream {.rtl, extern: "nosp$1".} - ## returns ``p``'s output stream for reading from + ## opens ``p``'s output stream for reading from proc errorStream*(p: PProcess): PStream {.rtl, extern: "nosp$1".} - ## returns ``p``'s output stream for reading from + ## opens ``p``'s output stream for reading from when defined(macosx) or defined(bsd): const -- cgit 1.4.1-2-gfad0