diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-02-14 15:56:19 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-14 15:56:19 +0100 |
commit | 9fccdb0f64d12bc09a71442dd0af2248c1aa3e89 (patch) | |
tree | aca201d5e65bac4bcbe697e6f075378b3c01413a /man/systemd-journal-gatewayd.service.xml | |
parent | 6046278f405b3ebaf84fcf17f6e834c4c4bd6a42 (diff) |
man: always place <programlisting> and </programlisting> in a line with actual sources, so that we don't get spurious newlines in the man page output
Diffstat (limited to 'man/systemd-journal-gatewayd.service.xml')
-rw-r--r-- | man/systemd-journal-gatewayd.service.xml | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/man/systemd-journal-gatewayd.service.xml b/man/systemd-journal-gatewayd.service.xml index 0b6fd706a6..f639811e3b 100644 --- a/man/systemd-journal-gatewayd.service.xml +++ b/man/systemd-journal-gatewayd.service.xml @@ -154,14 +154,12 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <listitem><para>Return a JSON structure describing the machine.</para> <para>Example: - <programlisting> -{ "machine_id" : "8cf7ed9d451ea194b77a9f118f3dc446", + <programlisting>{ "machine_id" : "8cf7ed9d451ea194b77a9f118f3dc446", "boot_id" : "3d3c9efaf556496a9b04259ee35df7f7", "hostname" : "fedora", "os_pretty_name" : "Fedora 19 (Rawhide)", "virtualization" : "kvm", - ...} - </programlisting> + ...}</programlisting> </para> </listitem> </varlistentry> @@ -295,16 +293,12 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. in <ulink url="http://www.freedesktop.org/wiki/Software/systemd/export">Journal Export Format</ulink>: - <programlisting> -curl --silent -H'Accept: application/vnd.fdo.journal' \ - 'http://localhost:19531/entries?boot' - </programlisting> + <programlisting>curl --silent -H'Accept: application/vnd.fdo.journal' \ + 'http://localhost:19531/entries?boot'</programlisting> </para> <para>Listen for core dumps: - <programlisting> -curl 'http://localhost:19531/entries?follow&MESSAGE_ID=fc2e22bc6ee647b6b90729ab34a250b1' - </programlisting></para> + <programlisting>curl 'http://localhost:19531/entries?follow&MESSAGE_ID=fc2e22bc6ee647b6b90729ab34a250b1'</programlisting></para> </refsect1> <refsect1> |