docs: Add a missing newline

Sphinx is annoyingly specific here
This commit is contained in:
Fabian Boehm 2023-01-29 14:46:35 +01:00
parent 177ce0d40e
commit d239e26f6b

View File

@ -90,6 +90,7 @@ More examples::
searches for lines ending in ``enabled)`` in ``foo.txt`` (the ``$`` is special to ``grep``: it matches the end of the line).
::
apt install "postgres-*"
installs all packages with a name starting with "postgres-", instead of looking through the current directory for files named "postgres-something".