From 1e158d273bb63883566358cbb886cd4167421df6 Mon Sep 17 00:00:00 2001 From: "Jason St. John" Date: Thu, 27 Jun 2013 18:38:15 +0200 Subject: 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. --- man/sd-id128.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'man/sd-id128.xml') diff --git a/man/sd-id128.xml b/man/sd-id128.xml index 51a16e35d..c194f5745 100644 --- a/man/sd-id128.xml +++ b/man/sd-id128.xml @@ -157,8 +157,7 @@ These APIs are implemented as a shared library, which can be compiled and linked to with the - libsystemd-id128 - pkg-config1 + libsystemd-id128 pkg-config1 file. -- cgit v1.2.3