Commit 395c879d authored by R David Murray's avatar R David Murray

Merge #14481: fix formatting of example in subprocess docs.

parents 8f639e03 28b8b947
...@@ -804,7 +804,7 @@ The p1.stdout.close() call after starting the p2 is important in order for p1 ...@@ -804,7 +804,7 @@ The p1.stdout.close() call after starting the p2 is important in order for p1
to receive a SIGPIPE if p2 exits before p1. to receive a SIGPIPE if p2 exits before p1.
Alternatively, for trusted input, the shell's own pipeline support may still Alternatively, for trusted input, the shell's own pipeline support may still
be used directly: be used directly::
output=`dmesg | grep hda` output=`dmesg | grep hda`
# becomes # becomes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment