Skip to content

Commit fcba63a

Browse files
committed
man: file-hierarchy - typo fixes
1 parent 2f3d398 commit fcba63a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

man/file-hierarchy.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>
5555
system and service manager are organized based on a
5656
file system hierarchy inspired by UNIX, more
57-
specificaly the hierarchy described in the <ulink
57+
specifically the hierarchy described in the <ulink
5858
url="http://refspecs.linuxfoundation.org/FHS_2.3/fhs-2.3.html">File
5959
System Hierarchy</ulink> specification and
6060
<citerefentry><refentrytitle>hier</refentrytitle><manvolnum>7</manvolnum></citerefentry>. This
@@ -206,7 +206,7 @@
206206
for system packages to place runtime
207207
data in. This directory is flushed on
208208
boot, and generally writable for
209-
priviliged programs
209+
privileged programs
210210
only. Always writable.</para></listitem>
211211
</varlistentry>
212212

@@ -225,7 +225,7 @@
225225
<term><filename>/run/user</filename></term>
226226
<listitem><para>Contains per-user
227227
runtime directories, each usually
228-
invidually mounted
228+
individually mounted
229229
<literal>tmpfs</literal>
230230
instances. Always writable, flushed at
231231
each reboot and when the user logs
@@ -318,7 +318,7 @@
318318
<varlistentry>
319319
<term><filename>/usr/share</filename></term>
320320
<listitem><para>Resources shared
321-
betwen multiple packages, such as
321+
between multiple packages, such as
322322
documentation, man pages, time zone
323323
information, fonts and other
324324
resources. Usually, the precise
@@ -637,7 +637,7 @@
637637
<tbody>
638638
<row>
639639
<entry><filename>/usr/bin</filename></entry>
640-
<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>
640+
<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>
641641
</row>
642642
<row>
643643
<entry><filename>$libdir</filename></entry>
@@ -657,7 +657,7 @@
657657
</row>
658658
<row>
659659
<entry><filename>/etc/<replaceable>package</replaceable></filename></entry>
660-
<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>
660+
<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>
661661
</row>
662662
<row>
663663
<entry><filename>/run/<replaceable>package</replaceable></filename></entry>

0 commit comments

Comments
 (0)