diff options
author | Jason St. John <jstjohn@purdue.edu> | 2013-06-27 18:38:15 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-29 10:28:57 -0400 |
commit | 1e158d273bb63883566358cbb886cd4167421df6 (patch) | |
tree | d0904e1614ca4370b8e07013f5c83beb1f46f58b /man/sd-daemon.xml | |
parent | 54ca4fc85b3f0b9bf7f52a7be782161d780246e9 (diff) |
man: fix spacing issue in various man pages
Before: libsystemd-daemonpkg-config(1)
After: libsystemd-daemon pkg-config(1)
This fix is more complicated than it should be due to the consecutive
XML elements separated by collapsible whitespace.
Merging the lines and separating the XML elements with an en space or a
non-breaking space is the only solution that results in one, and only
one, space being inserted between them when testing. An em space results
in two spaces being inserted.
Diffstat (limited to 'man/sd-daemon.xml')
-rw-r--r-- | man/sd-daemon.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml index 55ee1fd893..136415f0a1 100644 --- a/man/sd-daemon.xml +++ b/man/sd-daemon.xml @@ -146,8 +146,7 @@ <filename>sd-daemon.h</filename> files. These interfaces are available as shared library, which can be compiled and linked to with the - <constant>libsystemd-daemon</constant> - <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry> + <constant>libsystemd-daemon</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry> file. Alternatively, applications consuming these APIs may copy the implementation into their source tree, either verbatim or in excerpts.</para> |