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-sleep.conf.xml | |
parent | localectl: log error if bus_map_all_properties() fails (diff) | |
download | systemd-9fccdb0f64d12bc09a71442dd0af2248c1aa3e89.tar.gz systemd-9fccdb0f64d12bc09a71442dd0af2248c1aa3e89.tar.bz2 systemd-9fccdb0f64d12bc09a71442dd0af2248c1aa3e89.zip |
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-sleep.conf.xml')
-rw-r--r-- | man/systemd-sleep.conf.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/man/systemd-sleep.conf.xml b/man/systemd-sleep.conf.xml index d4b07a0ca..a917f4d06 100644 --- a/man/systemd-sleep.conf.xml +++ b/man/systemd-sleep.conf.xml @@ -160,10 +160,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <para>Example: to exploit the <quote>freeze</quote> mode added in Linux 3.9, one can use <command>systemctl suspend</command> with - <programlisting> -[Sleep] -SuspendState=freeze - </programlisting></para> + <programlisting>[Sleep] +SuspendState=freeze</programlisting></para> </refsect1> <refsect1> |