From 39b3c8e90a7ba0195cd2d4b8bef2f776a9b45c9b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 8 Aug 2017 07:59:17 +0200 Subject: [PATCH] man: The min-free-space-percent item goes in [core] section The documentation incorrectly indicates that min-free-space-percent goes in the [remote "name"] section. It should go in [core] instead. Closes: #1062 Approved by: cgwalters --- man/ostree.repo-config.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/man/ostree.repo-config.xml b/man/ostree.repo-config.xml index 60458dfa..90d0f3dc 100644 --- a/man/ostree.repo-config.xml +++ b/man/ostree.repo-config.xml @@ -114,6 +114,14 @@ Boston, MA 02111-1307, USA. + + + min-free-space-percent + Integer percentage value (0-99) that specifies a minimum + percentage of total space (in blocks) in the underlying filesystem to + keep free. The default value is 3. + + @@ -191,13 +199,6 @@ Boston, MA 02111-1307, USA. If set, pulls from this remote will fail with the configured text. This is intended for OS vendors which have a subscription process to access content. - - min-free-space-percent - Integer percentage value (0-99) that specifies a minimum - percentage of total space (in blocks) in the underlying filesystem to - keep free. The default value is 3. - -