mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-25 08:55:55 +00:00
Process: Fix minor typo in pipeProcess' docs
Replace fullstop with comma, adjust capitalisation.
This commit is contained in:
@@ -47,7 +47,7 @@ terminates, and then returns the 'ExitCode' of the process,
|
||||
the standard output, and the standard error.
|
||||
|
||||
If an asynchronous exception is thrown to the thread executing
|
||||
@readProcessWithExitCode@. The forked process will be terminated and
|
||||
@readProcessWithExitCode@, the forked process will be terminated and
|
||||
@readProcessWithExitCode@ will wait (block) until the process has been
|
||||
terminated.
|
||||
-}
|
||||
@@ -102,4 +102,3 @@ forkWait a = do
|
||||
res <- newEmptyMVar
|
||||
_ <- mask $ \restore -> forkIO $ try (restore a) >>= putMVar res
|
||||
return (takeMVar res >>= either (\ex -> throwIO (ex :: SomeException)) return)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user