summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorScott Balneaves <[email protected]>2013-04-30 13:13:31 -0500
committerScott Balneaves <[email protected]>2013-04-30 13:15:50 -0500
commit18d379692f6da7ce965bded16cbe9f3535ac76e0 (patch)
treeeb8fa327bd8510a99ef6c69a0616e79ec3ded650 /man
parent696ecd789f37f977ab13fa2198772c16fe6f93a4 (diff)
downloadeom-18d379692f6da7ce965bded16cbe9f3535ac76e0.tar.bz2
eom-18d379692f6da7ce965bded16cbe9f3535ac76e0.tar.xz
Added manpages. Closes #14
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.