From: Lennart Poettering Date: Wed, 3 Jul 2024 08:18:37 +0000 (+0200) Subject: man: fully adopt ~/.local/state/ X-Git-Tag: v257-rc1~966^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F33589%2Fhead;p=thirdparty%2Fsystemd.git man: fully adopt ~/.local/state/ The XDG base dir spec adopted ~/.local/state/ as a thing a while back, and we updated our docs in b4d6bc63e602048188896110a585aa7de1c70c9b, but forgot to to update the table at the bottom to fully reflect the update. Fix that. --- diff --git a/man/file-hierarchy.xml b/man/file-hierarchy.xml index 57ab3ee8da5..04dfbe4700e 100644 --- a/man/file-hierarchy.xml +++ b/man/file-hierarchy.xml @@ -736,7 +736,7 @@ ~/.config/package/ - User-specific configuration and state for the package. It is required to default to safe fallbacks if this configuration is missing. + User-specific configuration for the package. It is required to default to safe fallbacks if this configuration is missing. $XDG_RUNTIME_DIR/package/ @@ -746,6 +746,10 @@ ~/.cache/package/ Persistent cache data of the package. If this directory is flushed, the application should work correctly on next invocation, though possibly slowed down due to the need to rebuild any local cache files. The application must be capable of recreating this directory should it be missing and necessary. + + ~/.local/state/package/ + Persistent state data of the package. +