[commit: packages/process] master: Add blank comment before "@since 1.2.3.0" (2f7ff65)
git at git.haskell.org
git at git.haskell.org
Mon Nov 2 06:24:03 UTC 2015
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2f7ff65b95e43f1f12e6d1a9da26ac470383217c/process
>---------------------------------------------------------------
commit 2f7ff65b95e43f1f12e6d1a9da26ac470383217c
Author: kraai <kraai at ftbfs.org>
Date: Sat Sep 19 13:57:08 2015 +0000
Add blank comment before "@since 1.2.3.0"
"@since 1.2.3.0" is included verbatim in the last paragraph of readCreateProcess's documentation. I think this occurs because there isn't a blank comment separating it from the last paragraph.
>---------------------------------------------------------------
2f7ff65b95e43f1f12e6d1a9da26ac470383217c
System/Process.hsc | 1 +
1 file changed, 1 insertion(+)
diff --git a/System/Process.hsc b/System/Process.hsc
index 297a311..53d745d 100644
--- a/System/Process.hsc
+++ b/System/Process.hsc
@@ -430,6 +430,7 @@ readProcess cmd args = readCreateProcess $ proc cmd args
--
-- Note that @Handle at s provided for @std_in@ or @std_out@ via the CreateProcess
-- record will be ignored.
+--
-- @since 1.2.3.0
readCreateProcess
More information about the ghc-commits
mailing list