Skip to content

Commit deabd0c

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_system.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent d8f8be7 commit deabd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_system.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Additionally, a callback function can be specified to execute upon process compl
7979

8080
`want_stdout` (optional): Shall be a `logical` flag. If `.true.`, the standard output of the process will be captured; if `.false.` (default), it will be lost. This is an `intent(in)` argument.
8181

82-
`want_stderr` (optional): Shall be a logical flag. If `.true.`, the standard error output of the process will be captured. Default: `.false.`. This is an `intent(in)` argument.
82+
`want_stderr` (optional): Shall be a `logical` flag. If `.true.`, the standard error output of the process will be captured. Default: `.false.`. This is an `intent(in)` argument.
8383

8484
`callback` (optional): Shall be a procedure conforming to the `process_callback` interface. If present, this function will be called upon process completion with the process ID, exit state, and optionally collected standard input, output, and error streams. This is an `intent(in)` argument.
8585

0 commit comments

Comments
 (0)