diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-26 08:03:53 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-26 08:05:14 -0400 |
commit | 909f413d3c572baadf9b13e36e1e90beba42af86 (patch) | |
tree | ac2c1caf2fbe7545482dc835461a9233fe590cd3 /man/systemd.journal-fields.xml | |
parent | 3b05b8b3b503caf525fa72440a3f9f4bae75268b (diff) |
man: always supply quotes around literals
When manpages are displayed on a terminal, <literal>s are indistinguishable
from surrounding text. Add quotes everywhere, remove duplicate quotes,
and tweak a few lists for consistent formatting.
https://bugzilla.redhat.com/show_bug.cgi?id=874631
Diffstat (limited to 'man/systemd.journal-fields.xml')
-rw-r--r-- | man/systemd.journal-fields.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index beb2fd6584..de01dc236b 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -375,15 +375,15 @@ name. If the entry is associated to a block device, the major and minor of the - device node, separated by ':' - and prefixed by 'b'. Similar + device node, separated by <literal>:</literal> + and prefixed by <literal>b</literal>. Similar for character devices, but - prefixed by 'c'. For network + prefixed by <literal>c</literal>. For network devices the interface index, - prefixed by 'n'. For all other - devices '+' followed by the + prefixed by <literal>n</literal>. For all other + devices <literal>+</literal> followed by the subsystem name, followed by - ':', followed by the kernel + <literal>:</literal>, followed by the kernel device name.</para> </listitem> </varlistentry> |