diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-29 12:09:14 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-02 23:06:22 -0400 |
commit | 05cc726731c5cec952722f1c14acb08e3d4d5e98 (patch) | |
tree | ff2fa1545aa2b02e2102f1f4e769e8063d5a50dd /man/systemd.exec.xml | |
parent | e9dd9f9547350c7dc0473583b5c2228dc8f0ab76 (diff) |
man: add more formatting markup
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index d6fc324b5d..4294e54a55 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -326,15 +326,16 @@ <para>The argument passed should be an absolute filename or wildcard expression, optionally prefixed with - "-", which indicates that if the file - does not exist it won't be read and no - error or warning message is logged. - This option may be specified more than - once in which case all specified files - are read. If the empty string is - assigned to this option the list of - file to read is reset, all prior - assignments have no effect.</para> + <literal>-</literal>, which indicates + that if the file does not exist it + won't be read and no error or warning + message is logged. This option may be + specified more than once in which case + all specified files are read. If the + empty string is assigned to this + option the list of file to read is + reset, all prior assignments have no + effect.</para> <para>The files listed with this directive will be read shortly before @@ -1184,10 +1185,10 @@ <term><varname>IgnoreSIGPIPE=</varname></term> <listitem><para>Takes a boolean - argument. If true, causes SIGPIPE to be + argument. If true, causes <constant>SIGPIPE</constant> to be ignored in the executed process. Defaults to true because - SIGPIPE generally is useful only in + <constant>SIGPIPE</constant> generally is useful only in shell pipelines.</para></listitem> </varlistentry> |