Skip to content

Commit

Permalink
Merge pull request JuliaLang#15047 from josefsachsconning/patch-1
Browse files Browse the repository at this point in the history
Update base.rst
  • Loading branch information
tkelman committed Feb 12, 2016
2 parents 0b2027e + 574b847 commit f7d75b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/stdlib/base.rst
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ System
.. data:: DevNull

Used in a stream redirect to discard all data written to it. Essentially equivalent to /dev/null on Unix or NUL on Windows.
Usage: ``run(`cat test.txt` |> DevNull)``
Usage: ``run(pipeline(`cat test.txt`, DevNull))``

.. function:: success(command)

Expand Down

0 comments on commit f7d75b5

Please sign in to comment.