diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-07-01 21:11:35 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-07-01 21:12:05 +0200 |
commit | ce1dde29b92d1399ce502e0f7db790a99d14841f (patch) | |
tree | 5de31375082ad7fb8ce69dfcff3d50add8655196 /man | |
parent | 8900367cd26c148200b4788cd9ae05995ceeb74c (diff) |
typo fixes
Diffstat (limited to 'man')
-rw-r--r-- | man/file-hierarchy.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/file-hierarchy.xml b/man/file-hierarchy.xml index ed3c26532b..4d542caad4 100644 --- a/man/file-hierarchy.xml +++ b/man/file-hierarchy.xml @@ -719,9 +719,9 @@ <refsect1> - <title>Unpriviliged Write Access</title> + <title>Unprivileged Write Access</title> - <para>Unpriviliged processes generally lack + <para>Unprivileged processes generally lack write access to most of the hierarchy.</para> <para>The exceptions for normal users are @@ -734,14 +734,14 @@ below <filename>/run/user</filename>) of the user, which are all writable.</para> - <para>For unpriviliged system processes only + <para>For unprivileged system processes only <filename>/tmp</filename>, <filename>/var/tmp</filename> and <filename>/dev/shm</filename> are writable. If an - unpriviliged system process needs a private, writable + unprivileged system process needs a private, writable directory in <filename>/var</filename> or <filename>/run</filename>, it is recommended to either - create it before dropping priviliges in the daemon + create it before dropping privileges in the daemon code, to create it via <citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry> fragments during boot, or via the @@ -802,7 +802,7 @@ </row> <row> <entry><filename>/usr/lib/<replaceable>arch-id</replaceable>/<replaceable>package</replaceable></filename></entry> - <entry>Private other vendor resources of the package that are architecture-specific and cannot be shared between architectures. Note that this generally does not include private exectuables since binaries of a specific architecture may be freely invoked from any other supported system architecture.</entry> + <entry>Private other vendor resources of the package that are architecture-specific and cannot be shared between architectures. Note that this generally does not include private executables since binaries of a specific architecture may be freely invoked from any other supported system architecture.</entry> </row> <row> <entry><filename>/usr/include/<replaceable>package</replaceable></filename></entry> |