Skip to content

Commit f55ddb7

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

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
@@ -34,7 +34,7 @@ Additionally, a callback function can be specified to execute upon process compl
3434

3535
`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.
3636

37-
`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.
37+
`want_stderr` (optional): Shall be a `logical` flag. If `.true.`, the standard error output of the process will be captured. If `.false.` (default), it will be lost. This is an `intent(in)` argument.
3838

3939
`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.
4040

0 commit comments

Comments
 (0)