summaryrefslogtreecommitdiff
path: root/man/ostree.repo-config.xml
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2017-08-08 07:59:17 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2017-08-08 12:56:47 +0000
commit39b3c8e90a7ba0195cd2d4b8bef2f776a9b45c9b (patch)
tree5df7e32841c62f54430b5cd1e3e5abdec5a02753 /man/ostree.repo-config.xml
parent773154a51324abc3947a716f62fe6eb3d8496fa5 (diff)
downloadostree-39b3c8e90a7ba0195cd2d4b8bef2f776a9b45c9b.tar.gz
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
Diffstat (limited to 'man/ostree.repo-config.xml')
-rw-r--r--man/ostree.repo-config.xml15
1 files 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.
</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><varname>min-free-space-percent</varname></term>
+ <listitem><para>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.</para></listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>
@@ -191,13 +199,6 @@ Boston, MA 02111-1307, USA.
<listitem><para>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.</para></listitem>
</varlistentry>
- <varlistentry>
- <term><varname>min-free-space-percent</varname></term>
- <listitem><para>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.</para></listitem>
- </varlistentry>
-
</variablelist>
</refsect1>