mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
man: fix formatting in file-hierarchy
Somebody wrapped the text, but whitespace is preserved in <programlisting>, 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.
This commit is contained in:
committed by
Yu Watanabe
parent
5acca1b885
commit
1ca81b2e00
@@ -203,9 +203,10 @@
|
||||
url="https://wiki.debian.org/Multiarch/Tuples">Multiarch Architecture Specifiers (Tuples)</ulink>
|
||||
list. Legacy locations of <varname>$libdir</varname> are <filename>/usr/lib/</filename>,
|
||||
<filename>/usr/lib64/</filename>. This directory should not be used for package-specific data, unless
|
||||
this data is architecture-dependent, too. To query <varname>$libdir</varname> for the primary
|
||||
architecture of the system, invoke: <programlisting># systemd-path
|
||||
system-library-arch</programlisting></para></listitem>
|
||||
this data is architecture-dependent, too.</para>
|
||||
|
||||
<para>To query <varname>$libdir</varname> for the primary architecture of the system, invoke:
|
||||
<programlisting>systemd-path system-library-arch</programlisting></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user