diff --git a/man/file-hierarchy.xml b/man/file-hierarchy.xml index 9e91af9060..1af2c675f8 100644 --- a/man/file-hierarchy.xml +++ b/man/file-hierarchy.xml @@ -505,13 +505,10 @@ ~/.cache/ - Persistent user cache data. User programs may - place non-essential data in this directory. Flushing this - 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, it should use the - directory specified in it instead of this + Persistent user cache data. User programs may place non-essential data in this + directory. Flushing this 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, it should use the directory specified in it instead of this directory. @@ -530,44 +527,36 @@ ~/.local/bin/ - Executables that shall appear in the user's - $PATH search path. It is recommended not to - place executables in this directory that are not useful for - invocation from a shell; these should be placed in a - subdirectory of ~/.local/lib/ instead. - Care should be taken when placing architecture-dependent - binaries in this place, which might be problematic if the home - directory is shared between multiple hosts with different + Executables that shall appear in the user's $PATH search path. It + is recommended not to place executables in this directory that are not useful for invocation from a + shell; these should be placed in a subdirectory of ~/.local/lib/ instead. Care + should be taken when placing architecture-dependent binaries in this place, which might be + problematic if the home directory is shared between multiple hosts with different architectures. ~/.local/lib/ - Static, private vendor data that is compatible - with all architectures. + Static, private vendor data that is compatible with all + architectures. ~/.local/lib/arch-id/ - Location for placing public dynamic libraries. - The architecture identifier to use is defined on Multiarch - Architecture Specifiers (Tuples) - list. + Location for placing public dynamic libraries. The architecture identifier to use is + defined on Multiarch Architecture Specifiers + (Tuples) list. ~/.local/share/ - Resources shared between multiple packages, - 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, it should use the - directory specified in it instead of this - directory. + Resources shared between multiple packages, 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, it should use + the directory specified in it instead of this directory.