From 205c4d1d6a3f5343f970abf20283d69dcec359ed Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 Jul 2012 19:39:27 +0200 Subject: 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. --- man/journald.conf.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man') 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 @@ Controls where to store journal data. One of volatile, - permanent, + persistent, auto and none. If volatile journal @@ -302,7 +302,7 @@ /run/log/journal hierarchy (which is created if needed). If - permanent data will + persistent data will be stored preferably on disk, i.e. below the /var/log/journal @@ -313,7 +313,7 @@ early boot and if the disk is not writable. auto is similar to - permanent but the + persistent but the directory /var/log/journal is not created if needed, so that its -- cgit v1.2.3-54-g00ecf