summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2003-10-16 10:05:33 +0000
committerOllivier Robert <roberto@FreeBSD.org>2003-10-16 10:05:33 +0000
commit5538253ceeccf1f3bc65c297b8d58895b4828a7f (patch)
tree7af65565ae7bfad20178d6f9dad00a5872a8c817 /graphics
parentjabber-aim != jabber-jud (diff)
Fix the previous fix by properly replacing \ at the end of
the lines with \n\ Pointy hat to: roberto
Notes
Notes: svn path=/head/; revision=91419
Diffstat (limited to 'graphics')
-rw-r--r--graphics/picturebook/files/patch-ab50
-rw-r--r--graphics/picturebook/files/patch-ah10
2 files changed, 30 insertions, 30 deletions
diff --git a/graphics/picturebook/files/patch-ab b/graphics/picturebook/files/patch-ab
index 019bbbe85be8..b4b167d9074e 100644
--- a/graphics/picturebook/files/patch-ab
+++ b/graphics/picturebook/files/patch-ab
@@ -38,31 +38,31 @@
- --explode=fname explode a AVI file into frame.*
- -h show usage
-
-+ printf("\
-+VAIO PCG-C1XS capture program\
-+Copyright 2000 tridge@linuxcare.com\
-+For the latest version see http://samba.org/picturebook/\
-+\
-+capture <options>\
-+ -o outfile set output filename\
-+ -q quality set compressed image quality (1-10 default 8)\
-+ -P capture as a PPM file\
-+ -V captime capture an avi video for the specified number of seconds\
-+ -O turn off camera afterwards\
-+ -4 use 1:4 sub-sampling\
-+ -s go into \"snap\" mode\
-+ -r rate set framerate in frames per second\
-+ -j display input from jogger/buttons etc\
-+ --brightness=n set brightness\
-+ --contrast=n set contrast\
-+ --hue=n set hue\
-+ --color=n set color\
-+ --sharpness=n set sharpness\
-+ --agc=n set agc\
-+ --picture=n set picture\
-+ --explode=fname explode a AVI file into frame.*\
-+ -h show usage\
-+\
++ printf("\n\
++VAIO PCG-C1XS capture program\n\
++Copyright 2000 tridge@linuxcare.com\n\
++For the latest version see http://samba.org/picturebook/\n\
++\n\
++capture <options>\n\
++ -o outfile set output filename\n\
++ -q quality set compressed image quality (1-10 default 8)\n\
++ -P capture as a PPM file\n\
++ -V captime capture an avi video for the specified number of seconds\n\
++ -O turn off camera afterwards\n\
++ -4 use 1:4 sub-sampling\n\
++ -s go into \"snap\" mode\n\
++ -r rate set framerate in frames per second\n\
++ -j display input from jogger/buttons etc\n\
++ --brightness=n set brightness\n\
++ --contrast=n set contrast\n\
++ --hue=n set hue\n\
++ --color=n set color\n\
++ --sharpness=n set sharpness\n\
++ --agc=n set agc\n\
++ --picture=n set picture\n\
++ --explode=fname explode a AVI file into frame.*\n\
++ -h show usage\n\
++\n\
");
}
diff --git a/graphics/picturebook/files/patch-ah b/graphics/picturebook/files/patch-ah
index 86f82dc2e367..4c0ba09bcb1f 100644
--- a/graphics/picturebook/files/patch-ah
+++ b/graphics/picturebook/files/patch-ah
@@ -56,11 +56,11 @@
- press capture button to take photo
- rotate jogger to change mode
- press jogger to exit
-+ printf("\
-+started snap mode\
-+ press capture button to take photo\
-+ rotate jogger to change mode\
-+ press jogger to exit\
++ printf("\n\
++started snap mode\n\
++ press capture button to take photo\n\
++ rotate jogger to change mode\n\
++ press jogger to exit\n\
\n");
sdelay(100);