summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am6
-rw-r--r--man/eom.128
2 files changed, 34 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
new file mode 100644
index 0000000..559589e
--- /dev/null
+++ b/man/Makefile.am
@@ -0,0 +1,6 @@
+man_MANS = \
+ eom.1
+
+EXTRA_DIST = $(man_MANS)
+
+-include $(top_srcdir)/git.mk
diff --git a/man/eom.1 b/man/eom.1
new file mode 100644
index 0000000..ef3213f
--- /dev/null
+++ b/man/eom.1
@@ -0,0 +1,28 @@
+.\"
+.\" mate-image-viewer manual page.
+.\" (C) 2013 Scott Balneaves ([email protected])
+.\"
+.TH EOM 1 "MATE"
+.SH NAME
+eom \- Eye of Mate image viewer
+.SH SYNOPSIS
+.B eom [\-\-fullscreen] [\-\-disable-image-collection] [\-\-slide-show] [\-\-new instance]
+.SH DESCRIPTION
+The \fIeom\fP program allows you to view and perform some rudimentary image manipulation operations (rotate, flip, etc.).
+desktop.
+.SH OPTIONS
+.TP
+.I \-\-fullscreen
+Start eom in fullscreen mode.
+.TP
+.I \-\-disable-image-collection
+Disable image collection.
+.TP
+.I \-\-slide-show
+Open in slideshow mode.
+.TP
+.I \-\-new-instance
+Start a new instance instead of reusing an existing one.
+.SH BUGS
+If you find bugs in the \fIeom\fP program, please report
+these on https://github.com/mate-desktop/mate-image-viewer/issues.