man: The min-free-space-percent item goes in [core] section
authorStef Walter <stefw@redhat.com>
Tue, 8 Aug 2017 05:59:17 +0000 (07:59 +0200)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 8 Aug 2017 12:56:47 +0000 (12:56 +0000)
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

index 60458dfaaca4639962b40d7de6498e4dd7bd7519..90d0f3dcb8a87eefe6307bab0017ded7f1fa1a22 100644 (file)
@@ -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>