diff options
author | ZrN-kAyDqY <[email protected]> | 2016-03-20 21:07:40 -0400 |
---|---|---|
committer | monsta <[email protected]> | 2016-03-21 10:43:08 +0300 |
commit | 72eef06b2329b178a4f8476c29f79d577807a133 (patch) | |
tree | 95893291e2defa531302461dc836409e7d489701 /man | |
parent | 038530ed2e9b844f75e2af24e44e0421ad1ccdc8 (diff) | |
download | eom-72eef06b2329b178a4f8476c29f79d577807a133.tar.bz2 eom-72eef06b2329b178a4f8476c29f79d577807a133.tar.xz |
Fix formatting for manpage: eom -f and -s examples
Rewrote the information in the manpage for the examples "eom -f" and "eom -s", to make it clearer and eliminate the stretching of text across the page.
Diffstat (limited to 'man')
-rw-r--r-- | man/eom.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,12 +45,12 @@ This program also accepts the standard GTK options. .SH "EXAMPLES" \fBeom \-f http://mate-desktop.org/assets/img/icons/mate.png\fR .RS 4 -Open http://mate-desktop.org/assets/img/icons/mate.png in fullscreen mode. +Open the referenced file in fullscreen mode. .RE .PP \fBeom \-s /usr/share/eom/icons/hicolor/scalable/actions\fR .RS 4 -Open the images in the directory "/usr/share/eom/icons/hicolor/scalable/actions" in slideshow mode. +Open the images in the referenced directory in slideshow mode. .SH "BUGS" .SS Should you encounter any bugs, they may be reported at: http://github.com/mate-desktop/eom/issues |