diff --git a/man/ostree.repo-config.xml b/man/ostree.repo-config.xml
index acaa3be5..618b524b 100644
--- a/man/ostree.repo-config.xml
+++ b/man/ostree.repo-config.xml
@@ -138,7 +138,11 @@ Boston, MA 02111-1307, USA.
If min-free-space-size is set to a non-zero
- value, min-free-space-percent is ignored.
+ value, min-free-space-percent is ignored. Note
+ that, min-free-space-percent is not enforced on
+ metadata objects. It is assumed that metadata objects are relatively
+ small in size compared to content objects and thus kept outside the
+ scope of this option.
@@ -156,7 +160,10 @@ Boston, MA 02111-1307, USA.
If this option is set to a non-zero value, and
min-free-space-percent is also set, this option
- takes priority.
+ takes priority. Note that, min-free-space-size is
+ not enforced on metadata objects. It is assumed that metadata objects
+ are relatively small in size compared to content objects and thus kept
+ outside the scope of this option.