man: file-hierarchy - typo fixes

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2014-06-30 22:54:21 +02:00
parent 2f3d398a05
commit fcba63a846

View file

@ -54,7 +54,7 @@
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry> <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>
system and service manager are organized based on a system and service manager are organized based on a
file system hierarchy inspired by UNIX, more file system hierarchy inspired by UNIX, more
specificaly the hierarchy described in the <ulink specifically the hierarchy described in the <ulink
url="http://refspecs.linuxfoundation.org/FHS_2.3/fhs-2.3.html">File url="http://refspecs.linuxfoundation.org/FHS_2.3/fhs-2.3.html">File
System Hierarchy</ulink> specification and System Hierarchy</ulink> specification and
<citerefentry><refentrytitle>hier</refentrytitle><manvolnum>7</manvolnum></citerefentry>. This <citerefentry><refentrytitle>hier</refentrytitle><manvolnum>7</manvolnum></citerefentry>. This
@ -206,7 +206,7 @@
for system packages to place runtime for system packages to place runtime
data in. This directory is flushed on data in. This directory is flushed on
boot, and generally writable for boot, and generally writable for
priviliged programs privileged programs
only. Always writable.</para></listitem> only. Always writable.</para></listitem>
</varlistentry> </varlistentry>
@ -225,7 +225,7 @@
<term><filename>/run/user</filename></term> <term><filename>/run/user</filename></term>
<listitem><para>Contains per-user <listitem><para>Contains per-user
runtime directories, each usually runtime directories, each usually
invidually mounted individually mounted
<literal>tmpfs</literal> <literal>tmpfs</literal>
instances. Always writable, flushed at instances. Always writable, flushed at
each reboot and when the user logs each reboot and when the user logs
@ -318,7 +318,7 @@
<varlistentry> <varlistentry>
<term><filename>/usr/share</filename></term> <term><filename>/usr/share</filename></term>
<listitem><para>Resources shared <listitem><para>Resources shared
betwen multiple packages, such as between multiple packages, such as
documentation, man pages, time zone documentation, man pages, time zone
information, fonts and other information, fonts and other
resources. Usually, the precise resources. Usually, the precise
@ -637,7 +637,7 @@
<tbody> <tbody>
<row> <row>
<entry><filename>/usr/bin</filename></entry> <entry><filename>/usr/bin</filename></entry>
<entry>Package executables that shall appear in the <varname>$PATH</varname> executable search path, compiled for the primary architecture of the operating system. It is not recommended to place internal binaries or binaries that are not commonly invoked from the shell in this directory, such as daemon binaries. As this directory is shared with most other packages of the system special care should be take to pick unique names for files placed here, that are unlikely to clash with other package's files.</entry> <entry>Package executables that shall appear in the <varname>$PATH</varname> executable search path, compiled for the primary architecture of the operating system. It is not recommended to place internal binaries or binaries that are not commonly invoked from the shell in this directory, such as daemon binaries. As this directory is shared with most other packages of the system special care should be taken to pick unique names for files placed here, that are unlikely to clash with other package's files.</entry>
</row> </row>
<row> <row>
<entry><filename>$libdir</filename></entry> <entry><filename>$libdir</filename></entry>
@ -657,7 +657,7 @@
</row> </row>
<row> <row>
<entry><filename>/etc/<replaceable>package</replaceable></filename></entry> <entry><filename>/etc/<replaceable>package</replaceable></filename></entry>
<entry>System-specific configuration for the package. It is recommended to default to safe fallbacks if this configuration is missing, if this is possible. Alternatively, a <citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry> fragment may be used to copy or symlink the necessary files and directores from <filename>/usr/share/factory</filename> during boot, via the <literal>L</literal> or <literal>C</literal> directives.</entry> <entry>System-specific configuration for the package. It is recommended to default to safe fallbacks if this configuration is missing, if this is possible. Alternatively, a <citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry> fragment may be used to copy or symlink the necessary files and directories from <filename>/usr/share/factory</filename> during boot, via the <literal>L</literal> or <literal>C</literal> directives.</entry>
</row> </row>
<row> <row>
<entry><filename>/run/<replaceable>package</replaceable></filename></entry> <entry><filename>/run/<replaceable>package</replaceable></filename></entry>