From a8eaaee72a2f06e0fb64fb71de3b71ecba31dafb Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 3 Aug 2014 07:11:37 +0200 Subject: doc: correct orthography, word forms and missing/extraneous words --- man/file-hierarchy.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'man/file-hierarchy.xml') diff --git a/man/file-hierarchy.xml b/man/file-hierarchy.xml index ff7887660d..345c56cefa 100644 --- a/man/file-hierarchy.xml +++ b/man/file-hierarchy.xml @@ -245,7 +245,7 @@ /usr/lib/arch-id - Location for placing dynamic libraries, also + Location for placing dynamic libraries into, also called $libdir. The architecture identifier to use is defined on Multiarch @@ -405,7 +405,7 @@ when the user logs out. Usually, it is a better idea to use memory mapped files in /run (for system programs) or $XDG_RUNTIME_DIR (for user - programs) instead of POSIX shared memory segments, since those + programs) instead of POSIX shared memory segments, since these directories are not world-writable and hence not vulnerable to security-sensitive name clashes. @@ -513,7 +513,7 @@ directory should have no effect on operation of programs, except for increased runtimes necessary to rebuild these caches. If an application finds - $XDG_CACHE_HOME set, is should use the + $XDG_CACHE_HOME set, it should use the directory specified in it instead of this directory. @@ -525,7 +525,7 @@ new user is created, this directory will be empty or not exist at all. Applications should fall back to defaults should their configuration or state in this directory be missing. If an - application finds $XDG_CONFIG_HOME set, is + application finds $XDG_CONFIG_HOME set, it should use the directory specified in it instead of this directory. @@ -568,7 +568,7 @@ such as fonts or artwork. Usually, the precise location and format of files stored below this directory is subject to specifications that ensure interoperability. If an application - finds $XDG_DATA_HOME set, is should use the + finds $XDG_DATA_HOME set, it should use the directory specified in it instead of this directory. @@ -618,7 +618,7 @@ It is strongly recommended that /dev is the only location below which device nodes shall be placed. - Similar, /run shall be the only location to + Similarly, /run shall be the only location to place sockets and FIFOs. Regular files, directories and symlinks may be used in all directories. -- cgit v1.2.3-54-g00ecf