summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-07-03 11:43:31 +0200
committerErnestas Kulik <ernestask@gnome.org>2019-07-05 09:32:04 +0000
commit6dd492663cbd3652ebc03d06898f74bacbf87683 (patch)
treef4bbd43c1d6aa686fb43f38aae0953b09d38e03d
parent6f0f48c47cbc9116053e9eb4f28eb9127588b026 (diff)
downloadnautilus-6dd492663cbd3652ebc03d06898f74bacbf87683.tar.gz
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
-rw-r--r--docs/meson.build1
-rw-r--r--docs/nautilus-autorun-software.126
2 files changed, 27 insertions, 0 deletions
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..9ecbd4adb
--- /dev/null
+++ b/docs/nautilus-autorun-software.1
@@ -0,0 +1,26 @@
+.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 a helper tool for the GNOME desktop to start software from media with
+Autostart files.
+.br
+
+It is the default "x-content/unix-software" handler for the GNOME desktop.
+.br
+
+.SH SEE ALSO
+Autostart files are described at
+https://specifications.freedesktop.org/autostart-spec/autostart-spec-latest.html
+
+.SH BUGS
+Bug reports can be found and filed at
+https://gitlab.gnome.org/GNOME/nautilus/issues