diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-08-25 18:37:53 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-08-25 18:37:53 +0200 |
commit | 6cd16034fc7d7dff3551a9a010d44589ae377a88 (patch) | |
tree | 4b8c3f78820bde498e9551e9d150ce296e9e7845 /man/systemd.exec.xml | |
parent | 7e9cc4361d3846d7fc3efc79ff7183df1dc588c8 (diff) |
man: add hyphen to improve man text
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index cb11199ad3..7633948645 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -941,12 +941,12 @@ effect unless <varname>UtmpIdentifier=</varname> is set too. If <literal>init</literal> is set, only an <constant>INIT_PROCESS</constant> entry is generated and the - invoked process must implement a <command>getty</command> - compatible utmp/wtmp logic. If <literal>login</literal> is - set, first an <constant>INIT_PROCESS</constant> entry, - followed by an <constant>LOGIN_PROCESS</constant> entry is - generated. In this case the invoked process must implement a - <citerefentry + invoked process must implement a + <command>getty</command>-compatible utmp/wtmp logic. If + <literal>login</literal> is set, first an + <constant>INIT_PROCESS</constant> entry, followed by an + <constant>LOGIN_PROCESS</constant> entry is generated. In + this case the invoked process must implement a <citerefentry project='die-net'><refentrytitle>login</refentrytitle><manvolnum>1</manvolnum></citerefentry>-compatible utmp/wtmp logic. If <literal>user</literal> is set, first an <constant>INIT_PROCESS</constant> entry, then a |