diff options
| author | infirit <[email protected]> | 2014-04-18 21:11:35 +0200 | 
|---|---|---|
| committer | infirit <[email protected]> | 2014-04-18 21:13:06 +0200 | 
| commit | 58b5b330732ddeeafd2acca99af6d70fcb7ea760 (patch) | |
| tree | ef0f54fb8721dc4f278b5fe1967c0b0f0cdadd73 | |
| parent | d8f83dffc4b785c0d86d8292fde8a970587c06cb (diff) | |
| download | eom-58b5b330732ddeeafd2acca99af6d70fcb7ea760.tar.bz2 eom-58b5b330732ddeeafd2acca99af6d70fcb7ea760.tar.xz | |
Fix hyphen-as-minus-sign issues, closes #47
Patch by Mike Gabriel <[email protected]>
| -rw-r--r-- | man/eom.1 | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -43,12 +43,12 @@ Print all command line options.  .P  This program also accepts the standard GTK options.  .SH "EXAMPLES" -\fBeom -f http://mate-desktop.org/assets/img/icons/mate.png\fR +\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.  .RE  .PP -\fBeom -s /usr/share/eom/icons/hicolor/scalable/actions\fR +\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.  .SH "BUGS" | 
