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.
+