From 72a6296b16a75d4e26eec972f2999e69c9967b9d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 3 Jul 2024 10:18:37 +0200 Subject: [PATCH] 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. --- man/file-hierarchy.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. + -- 2.47.3