Add xdg-app info to docs

Add the info command in xdg-app(1), and build the existing
man page for it.
tingping/wmclass
Matthias Clasen 2016-03-22 11:37:18 -04:00
parent f46dce3188
commit 9649cae95f
3 changed files with 9 additions and 1 deletions

View File

@ -25,6 +25,7 @@ man_MANS = \
xdg-app-update.1 \
xdg-app-uninstall.1 \
xdg-app-list.1 \
xdg-app-info.1 \
xdg-app-make-current.1 \
xdg-app-run.1 \
xdg-app-override.1 \

View File

@ -2,7 +2,7 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<refentry id="xdg-app-list">
<refentry id="xdg-app-info">
<refentryinfo>
<title>xdg-app info</title>

View File

@ -134,6 +134,13 @@
List installed applications and/or runtimes.
</para></listitem>
</varlistentry>
<varlistentry>
<term><citerefentry><refentrytitle>xdg-app-info</refentrytitle><manvolnum>1</manvolnum></citerefentry></term>
<listitem><para>
Show information for an installed application or runtime.
</para></listitem>
</varlistentry>
</variablelist>