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_journal_next.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'man/sd_journal_next.xml') diff --git a/man/sd_journal_next.xml b/man/sd_journal_next.xml index 11066611f1..6e437d1822 100644 --- a/man/sd_journal_next.xml +++ b/man/sd_journal_next.xml @@ -158,8 +158,7 @@ sd_journal_previous_skip() interfaces are available as shared library, which can be compiled and linked to with the - libsystemd-journal - pkg-config1 + libsystemd-journal pkg-config1 file. -- cgit v1.2.1