diff options
author | roberto <roberto@FreeBSD.org> | 2003-10-16 18:05:33 +0800 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2003-10-16 18:05:33 +0800 |
commit | 57b0ee81dec4d314aa1213cb11ecd16a2104d884 (patch) | |
tree | f20ee68e22dc25182bbce6b5bad423b42abc8a09 /graphics | |
parent | c3daffe89c3ab2d3629414d85d53dd157eb8b022 (diff) | |
download | freebsd-ports-gnome-57b0ee81dec4d314aa1213cb11ecd16a2104d884.tar.gz freebsd-ports-gnome-57b0ee81dec4d314aa1213cb11ecd16a2104d884.tar.zst freebsd-ports-gnome-57b0ee81dec4d314aa1213cb11ecd16a2104d884.zip |
Fix the previous fix by properly replacing \ at the end of
the lines with \n\
Pointy hat to: roberto
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/picturebook/files/patch-ab | 50 | ||||
-rw-r--r-- | graphics/picturebook/files/patch-ah | 10 |
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); |