void-packages/srcpkgs/scrot/patches/01_manpagefix.patch
crater2150 2b9193d473 scrot: add debian patchset
Closes: #9241 [via git-merge-pr]
2017-12-16 01:30:04 +01:00

16 lines
559 B
Diff

Description: Character cleanup for UTF-8 compatibility.
Author: William Vera <billy@billy.com.mx>
Last-Update: 2008-08-15
Index: scrot.1
===================================================================
--- scrot.1
+++ scrot.1
@@ -87,7 +87,7 @@ prints a literal '$'
\\n prints a newline (ignored when used in the filename)
.fi
.SH EXAMPLE
-scrot '%Y-%m-%d_$wx$h.png' -e 'mv $f ~/shots/'
+scrot '%Y\-%m\-%d_$wx$h.png' \-e 'mv $f ~/shots/'
.br
This would create a file called something like
2000-10-30_2560x1024.png and move it to your shots directory.