From b4d6bc63e602048188896110a585aa7de1c70c9b Mon Sep 17 00:00:00 2001 From: Franklin Yu Date: Thu, 25 May 2023 22:06:54 -0700 Subject: [PATCH] man: mention the newly-added XDG_STATE_HOME The description is copied from config-home. Taken from: #27795 --- man/file-hierarchy.xml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) 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. + + -- 2.47.3