file upgraded to version 5.36
[dragora.git] / patches / scrot / 01_manpagefix.patch
blob19d48920d91ae295e7cd7c8ce0a9b16f3a399c4a
1 Description: Character cleanup for UTF-8 compatibility.
2 Author: William Vera <billy@billy.com.mx>
3 Last-Update: 2008-08-15
4 Index: scrot-0.8/scrot.1
5 ===================================================================
6 --- scrot-0.8.orig/scrot.1
7 +++ scrot-0.8/scrot.1
8 @@ -87,7 +87,7 @@ prints a literal '$'
9 \\n prints a newline (ignored when used in the filename)
10 .fi
11 .SH EXAMPLE
12 -scrot '%Y-%m-%d_$wx$h.png' -e 'mv $f ~/shots/'
13 +scrot '%Y\-%m\-%d_$wx$h.png' \-e 'mv $f ~/shots/'
14 .br
15 This would create a file called something like
16 2000-10-30_2560x1024.png and move it to your shots directory.