diff --git a/doc/flatpak.xml b/doc/flatpak.xml
index 216b3ed9..e05a9b6c 100644
--- a/doc/flatpak.xml
+++ b/doc/flatpak.xml
@@ -607,6 +607,16 @@
XDG_DATA_HOME, flatpak is consulting some of its own.
+
+
+ FLATPAK_CONFIG_DIR
+
+
+ The location of flatpak site configuration. If this is not set,
+ /etc/flatpak is used (unless overridden at build
+ time by --sysconfdir).
+
+
FLATPAK_FANCY_OUTPUT
@@ -617,6 +627,35 @@
or when G_MESSAGES_DEBUG is set.
+
+ FLATPAK_RUN_DIR
+
+
+ The location of flatpak runtime global files. If this is not set,
+ /run/flatpak is used.
+
+
+
+ FLATPAK_SYSTEM_CACHE_DIR
+
+
+ The location where temporary child repositories will be created during pulls
+ into the system-wide installation. If this is not set, a directory in
+ /var/tmp/ is used. This is useful because it is more
+ likely to be on the same filesystem as the system repository (thus increasing
+ the chances for e.g. reflink copying), and we can avoid filling the user's
+ home directory with temporary data.
+
+
+
+ FLATPAK_SYSTEM_DIR
+
+
+ The location of the default system-wide installation. If this is not set,
+ /var/lib/flatpak is used (unless overridden at build
+ time by --localstatedir or --with-system-install-dir).
+
+
FLATPAK_TTY_PROGRESS
@@ -637,44 +676,6 @@
$XDG_DATA_HOME/flatpak is used.
-
- FLATPAK_SYSTEM_DIR
-
-
- The location of the default system-wide installation. If this is not set,
- /var/lib/flatpak is used (unless overridden at build
- time by --localstatedir or --with-system-install-dir).
-
-
-
- FLATPAK_SYSTEM_CACHE_DIR
-
-
- The location where temporary child repositories will be created during pulls
- into the system-wide installation. If this is not set, a directory in
- /var/tmp/ is used. This is useful because it is more
- likely to be on the same filesystem as the system repository (thus increasing
- the chances for e.g. reflink copying), and we can avoid filling the user's
- home directory with temporary data.
-
-
-
- FLATPAK_CONFIG_DIR
-
-
- The location of flatpak site configuration. If this is not set,
- /etc/flatpak is used (unless overridden at build
- time by --sysconfdir).
-
-
-
- FLATPAK_RUN_DIR
-
-
- The location of flatpak runtime global files. If this is not set,
- /run/flatpak is used.
-
-