Skip to content

Commit d61622f

Browse files
poetteringbluca
authored andcommitted
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 b4d6bc6, but forgot to to update the table at the bottom to fully reflect the update. Fix that. (cherry picked from commit 72a6296) (cherry picked from commit df1ed3f) (cherry picked from commit 15352fa) (cherry picked from commit 083380e) (cherry picked from commit 0c4605e)
1 parent 7640e2e commit d61622f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

man/file-hierarchy.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@
798798
<tbody>
799799
<row>
800800
<entry><filename>~/.config/<replaceable>package</replaceable>/</filename></entry>
801-
<entry>User-specific configuration and state for the package. It is required to default to safe fallbacks if this configuration is missing.</entry>
801+
<entry>User-specific configuration for the package. It is required to default to safe fallbacks if this configuration is missing.</entry>
802802
</row>
803803
<row>
804804
<entry><filename><varname>$XDG_RUNTIME_DIR</varname>/<replaceable>package</replaceable>/</filename></entry>
@@ -808,6 +808,10 @@
808808
<entry><filename>~/.cache/<replaceable>package</replaceable>/</filename></entry>
809809
<entry>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.</entry>
810810
</row>
811+
<row>
812+
<entry><filename>~/.local/state/<replaceable>package</replaceable>/</filename></entry>
813+
<entry>Persistent state data of the package.</entry>
814+
</row>
811815
</tbody>
812816
</tgroup>
813817
</table>

0 commit comments

Comments
 (0)