Skip to content

Commit

Permalink
Docs: fix code block
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored and faho committed Jul 10, 2023
1 parent 57afaf7 commit 72de1dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc_src/language.rst
Expand Up @@ -91,7 +91,7 @@ searches for lines ending in ``enabled)`` in ``foo.txt`` (the ``$`` is special t

::

apt install "postgres-*"
apt install "postgres-*"

installs all packages with a name starting with "postgres-", instead of looking through the current directory for files named "postgres-something".

Expand Down Expand Up @@ -265,7 +265,7 @@ Now let's see a few cases::

# Show the "out" on stderr, silence the "err"
print >&2 2>/dev/null

# Silence both
print >/dev/null 2>&1

Expand Down

0 comments on commit 72de1dc

Please sign in to comment.