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/daemon.xml | |
parent | 6046278f405b3ebaf84fcf17f6e834c4c4bd6a42 (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/daemon.xml')
-rw-r--r-- | man/daemon.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/daemon.xml b/man/daemon.xml index 105826ac6b..17d9dd6a22 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -777,8 +777,7 @@ AS_IF([test "x$with_systemdsystemunitdir" = "xyes" -o "x$with_systemdsystemunitd [with_systemdsystemunitdir=$def_systemdsystemunitdir])]) AS_IF([test "x$with_systemdsystemunitdir" != "xno"], [AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir])]) -AM_CONDITIONAL(HAVE_SYSTEMD, [test "x$with_systemdsystemunitdir" != "xno"]) -</programlisting> +AM_CONDITIONAL(HAVE_SYSTEMD, [test "x$with_systemdsystemunitdir" != "xno"])</programlisting> <para>This snippet allows automatic installation of the unit files on systemd |