]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fully adopt ~/.local/state/ 33589/head
authorLennart Poettering <lennart@poettering.net>
Wed, 3 Jul 2024 08:18:37 +0000 (10:18 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 4 Jul 2024 13:26:17 +0000 (15:26 +0200)
The XDG base dir spec adopted ~/.local/state/ as a thing a while back,
and we updated our docs in b4d6bc63e602048188896110a585aa7de1c70c9b, but
forgot to to update the table at the bottom to fully reflect the update.
Fix that.

man/file-hierarchy.xml

index 57ab3ee8da5cd1517bed3851b59ac65b7de0e4b3..04dfbe4700e702135099050cf1916757591b5183 100644 (file)
         <tbody>
           <row>
       <entry><filename>~/.config/<replaceable>package</replaceable>/</filename></entry>
-      <entry>User-specific configuration and state for the package. It is required to default to safe fallbacks if this configuration is missing.</entry>
+      <entry>User-specific configuration for the package. It is required to default to safe fallbacks if this configuration is missing.</entry>
           </row>
           <row>
       <entry><filename><varname>$XDG_RUNTIME_DIR</varname>/<replaceable>package</replaceable>/</filename></entry>
       <entry><filename>~/.cache/<replaceable>package</replaceable>/</filename></entry>
       <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>
           </row>
+          <row>
+      <entry><filename>~/.local/state/<replaceable>package</replaceable>/</filename></entry>
+      <entry>Persistent state data of the package.</entry>
+          </row>
         </tbody>
       </tgroup>
     </table>