[nautilus/wip/oholy/gnome-autorun-software-man] docs: Add nautilus-autorun-software man page



commit e306250f02ddf2d65124b1f2bf6a6126358c9791
Author: Ondrej Holy <oholy redhat com>
Date:   Wed Jul 3 11:43:31 2019 +0200

    docs: Add nautilus-autorun-software man page
    
    nautilus-autorun-software is the default "x-content/unix-software"
    handler for GNOME desktop. So it is not just internal tool and thus
    it should have a man page. Let's add a simple man page for it.
    
    It resolves the following downstream bug:
    https://bugzilla.redhat.com/show_bug.cgi?id=1725766

 docs/meson.build                 |  1 +
 docs/nautilus-autorun-software.1 | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
---
diff --git a/docs/meson.build b/docs/meson.build
index b039cb631..a54574f3c 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -1,3 +1,4 @@
 install_man('nautilus.1')
+install_man('nautilus-autorun-software.1')
 
 subdir('reference')
diff --git a/docs/nautilus-autorun-software.1 b/docs/nautilus-autorun-software.1
new file mode 100644
index 000000000..09bf5a2c6
--- /dev/null
+++ b/docs/nautilus-autorun-software.1
@@ -0,0 +1,25 @@
+.TH nautilus-autorun-software 1 "3 July 2019"
+
+.SH NAME
+Run Software \- helper tool
+
+.SH SYNOPSIS
+.B nautilus-autorun-software
+.RI "" "mount-uri"
+.br
+
+.SH DESCRIPTION
+.B nautilus-autorun-software
+is helper tool for the GNOME desktop to start software specified by Autostart files.
+.br
+
+It is the default "x-content/unix-software" handler for GNOME desktop.
+.br
+
+.SH SEE ALSO
+Autostart files are described at
+https://specifications.freedesktop.org/autostart-spec/autostart-spec-latest.html
+
+.SH BUGS
+All bugs in this tool may be reported at the GNOME Gitlab at
+https://gitlab.gnome.org/GNOME/nautilus/issues


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]