diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-10 19:39:27 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-10 19:39:27 +0200 |
commit | 205c4d1d6a3f5343f970abf20283d69dcec359ed (patch) | |
tree | 3017a29e6d836d49bfe1c487efc569ff29773e9a /man/journald.conf.xml | |
parent | 805623aaa43e78d4dcfb74a7cea689a23449eeed (diff) |
journald: use "persistent", not "permanent" as storage option
"permanent" is simply the wrong term and we use "persistant" in most
other contexts to correct this.
Diffstat (limited to 'man/journald.conf.xml')
-rw-r--r-- | man/journald.conf.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/journald.conf.xml b/man/journald.conf.xml index f82130b9cf..36227092bb 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -293,7 +293,7 @@ <listitem><para>Controls where to store journal data. One of <literal>volatile</literal>, - <literal>permanent</literal>, + <literal>persistent</literal>, <literal>auto</literal> and <literal>none</literal>. If <literal>volatile</literal> journal @@ -302,7 +302,7 @@ <filename>/run/log/journal</filename> hierarchy (which is created if needed). If - <literal>permanent</literal> data will + <literal>persistent</literal> data will be stored preferably on disk, i.e. below the <filename>/var/log/journal</filename> @@ -313,7 +313,7 @@ early boot and if the disk is not writable. <literal>auto</literal> is similar to - <literal>permanent</literal> but the + <literal>persistent</literal> but the directory <filename>/var/log/journal</filename> is not created if needed, so that its |