From: Lennart Poettering Date: Tue, 27 Jun 2023 08:28:44 +0000 (+0200) Subject: man: rebreak lines in file-hierarchy(7) a bit X-Git-Tag: v254-rc1~84^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa1d34825a9b410275e716b9b70f4fca02c71ba9;p=thirdparty%2Fsystemd.git man: rebreak lines in file-hierarchy(7) a bit (Does not change a single word, just rebreaks a bunch of paragraphs matching our current line breaking rules) --- diff --git a/man/file-hierarchy.xml b/man/file-hierarchy.xml index faf549a2f36..5c9b76674cb 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. @@ -527,44 +524,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.