man: mention the newly-added XDG_STATE_HOME

The description is copied from config-home.

Taken from: #27795
This commit is contained in:
Franklin Yu 2023-05-25 22:06:54 -07:00 committed by Lennart Poettering
parent 580a007bb6
commit b4d6bc63e6

View file

@ -518,13 +518,10 @@
<varlistentry>
<term><filename>~/.config/</filename></term>
<listitem><para>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 <varname>$XDG_CONFIG_HOME</varname> set, it
should use the directory specified in it instead of this
directory.</para></listitem>
<listitem><para>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 <varname>$XDG_CONFIG_HOME</varname> set, it should use
the directory specified in it instead of this directory.</para></listitem>
</varlistentry>
<varlistentry>
@ -570,6 +567,15 @@
directory.</para></listitem>
</varlistentry>
<varlistentry>
<term><filename>~/.local/state/</filename></term>
<listitem><para>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 <varname>$XDG_STATE_HOME</varname> set, it should use the directory
specified in it instead of this directory.</para></listitem>
</varlistentry>
</variablelist>
</refsect1>