From 1ca81b2e005ccef6e9ddf06c3e3441bae0a6e1d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 26 Sep 2024 11:18:26 +0200 Subject: [PATCH] man: fix formatting in file-hierarchy Somebody wrapped the text, but whitespace is preserved in , so the output was mangled. It also doesn't make sense to run systemd-path as root (as indicated by '#'), so drop that. Also, this chunk should be a separate paragraph. --- man/file-hierarchy.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/man/file-hierarchy.xml b/man/file-hierarchy.xml index 04dfbe4700..9c208dba74 100644 --- a/man/file-hierarchy.xml +++ b/man/file-hierarchy.xml @@ -203,9 +203,10 @@ url="https://wiki.debian.org/Multiarch/Tuples">Multiarch Architecture Specifiers (Tuples) list. Legacy locations of $libdir are /usr/lib/, /usr/lib64/. This directory should not be used for package-specific data, unless - this data is architecture-dependent, too. To query $libdir for the primary - architecture of the system, invoke: # systemd-path - system-library-arch + this data is architecture-dependent, too. + + To query $libdir for the primary architecture of the system, invoke: + systemd-path system-library-arch -- 2.25.1