From: Franklin Yu Date: Fri, 26 May 2023 05:06:54 +0000 (-0700) Subject: man: mention the newly-added XDG_STATE_HOME X-Git-Tag: v254-rc1~84^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4d6bc63e602048188896110a585aa7de1c70c9b;p=thirdparty%2Fsystemd.git man: mention the newly-added XDG_STATE_HOME The description is copied from config-home. Taken from: #27795 --- diff --git a/man/file-hierarchy.xml b/man/file-hierarchy.xml index 9e91af90609..faf549a2f36 100644 --- a/man/file-hierarchy.xml +++ b/man/file-hierarchy.xml @@ -518,13 +518,10 @@ ~/.config/ - Application configuration and state. When a - 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, it - should use the directory specified in it instead of this - directory. + Application configuration. When a new user is created, this directory will be empty + or not exist at all. Applications should fall back to defaults should their configuration in this + directory be missing. If an application finds $XDG_CONFIG_HOME set, it should use + the directory specified in it instead of this directory. @@ -570,6 +567,15 @@ directory. + + ~/.local/state/ + + Application state. When a new user is created, this directory will be empty or not + exist at all. Applications should fall back to defaults should their state in this directory be + missing. If an application finds $XDG_STATE_HOME set, it should use the directory + specified in it instead of this directory. + +