doc: Fix multiple validation errors in docbook.

Signed-off-by: Hubert Figuière <hub@figuiere.net>
(cherry picked from commit 56438bf542)
This commit is contained in:
Hubert Figuière
2024-03-10 00:55:19 -05:00
committed by Simon McVittie
parent b310fcee67
commit 8ab5e9132c
6 changed files with 21 additions and 31 deletions

View File

@@ -270,8 +270,7 @@
[Policy subsystem]
key=v1;v2;
</programlisting>
</para></listitem>
<listitem><para>
</para><para>
This option can be used multiple times.
</para></listitem>
</varlistentry>

View File

@@ -268,8 +268,7 @@
[Policy subsystem]
key=v1;v2;
</programlisting>
</para></listitem>
<listitem><para>
</para><para>
This option can be used multiple times.
</para></listitem>
</varlistentry>

View File

@@ -543,15 +543,13 @@
The absolute path on the host system of the app's
app files, as mounted at <filename>/app</filename>
inside the container. Available since 0.6.10.
</para></listitem>
<listitem><para>
</para><para>
Since 1.12.0, if <command>flatpak run</command>
was run with the <option>--app-path</option> option,
this key gives the absolute path of whatever files
were mounted on <filename>/app</filename>, even if
that differs from the app's normal app files.
</para></listitem>
<listitem><para>
</para><para>
If <command>flatpak run</command> was run with
<option>--app-path=</option> (resulting in an
empty directory being mounted on
@@ -567,8 +565,7 @@
the absolute path of the app's original files,
as mounted at <filename>/run/parent/app</filename>
inside the container. Available since 1.12.0.
</para></listitem>
<listitem><para>
</para><para>
If this key is missing, the app files are given
by <option>app-path</option>.
</para></listitem>
@@ -621,8 +618,7 @@
The absolute path on the host system of the app's
runtime files, as mounted at <filename>/usr</filename>
inside the container. Available since 0.6.10.
</para></listitem>
<listitem><para>
</para><para>
Since 1.12.0, if <command>flatpak run</command>
was run with the <option>--usr-path</option> option,
this key gives the absolute path of whatever files
@@ -638,8 +634,7 @@
the absolute path of the app's original runtime,
as mounted at <filename>/run/parent/usr</filename>
inside the container. Available since 1.12.0.
</para></listitem>
<listitem><para>
</para><para>
If this key is missing, the runtime files are given
by <option>runtime-path</option>.
</para></listitem>
@@ -877,40 +872,40 @@
<variablelist>
<varlistentry>
<term><option>active-gl-driver</option></term>
<para>
<listitem><para>
Is true if the name of the active GL driver matches the
extension point basename. Available since 0.9.1, and backported to
the 0.8.x branch in 0.8.3.
</para>
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>active-gtk-theme</option></term>
<para>
<listitem><para>
Is true if the name of the current GTK theme
(via org.gnome.desktop.interface GSetting) matches the extension point
basename. Added 0.10.1.
</para>
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>have-intel-gpu</option></term>
<para>Is true if the i915 kernel module is loaded. Added 0.10.1.</para>
<listitem><para>Is true if the i915 kernel module is loaded. Added 0.10.1.</para></listitem>
</varlistentry>
<varlistentry>
<term><option>have-kernel-module-*</option></term>
<para>
<listitem><para>
Is true if the suffix (case-sensitive) is found in <literal>/proc/modules</literal>.
For example <literal>have-kernel-module-nvidia</literal>.
Added 1.13.1.
</para>
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>on-xdg-desktop-*</option></term>
<para>
<listitem><para>
Is true if the suffix (case-insensitively) is in the
<literal>XDG_CURRENT_DESKTOP</literal> env var.
For example <literal>on-xdg-desktop-GNOME-classic</literal>.
Added 1.1.1.
</para>
</para></listitem>
</varlistentry>
</variablelist>
</listitem>

View File

@@ -271,8 +271,7 @@
[Policy subsystem]
key=v1;v2;
</programlisting>
</para></listitem>
<listitem><para>
</para><para>
This option can be used multiple times.
</para></listitem>
</varlistentry>

View File

@@ -448,8 +448,7 @@
[Policy subsystem]
key=v1;v2;
</programlisting>
</para></listitem>
<listitem><para>
</para><para>
This option can be used multiple times.
</para></listitem>
</varlistentry>
@@ -737,8 +736,7 @@ key=v1;v2;
into <filename>/run/parent/usr</filename>, and will not
be included in the <envar>LD_LIBRARY_PATH</envar> inside
the sandbox.
</para></listitem>
<listitem><para>
</para><para>
This option will usually only be useful if it is
combined with <option>--app-path=</option> and
<option>--env=LD_LIBRARY_PATH=<replaceable>...</replaceable></option>.

View File

@@ -148,7 +148,7 @@
Note that absolute paths or subdirectories are not allowed.
The files must be in the <filename>sandbox</filename> subdirectory of
the instance directory (i.e. <filename>~/.var/app/$APP_ID/sandbox</filename>).
<para></para>
</para><para>
This option is useful in combination with <option>--sandbox</option> (otherwise the
instance directory is accessible anyway).
</para></listitem>
@@ -163,7 +163,7 @@
Note that absolute paths or subdirectories are not allowed.
The files must be in the <filename>sandbox</filename> subdirectory of
the instance directory (i.e. <filename>~/.var/app/$APP_ID/sandbox</filename>).
<para></para>
</para><para>
This option is useful in combination with <option>--sandbox</option> (otherwise the
instance directory is accessible anyway).
</para></listitem>