From 5e53d80a07ffb0925da3fa5ba1fb3b48eeebe970 Mon Sep 17 00:00:00 2001 From: Gerard Klaver Date: Fri, 15 Apr 2005 21:25:07 +0000 Subject: [PATCH] -added text for option -B -buffersize so instead of default input buffer of 32*1024 a buffer of 1024*1024 can be chosen, so for vidcams for example 640x480, usb 2.0, 30fps less time is needed to fill input buffer. --- doc/scanimage.man | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/scanimage.man b/doc/scanimage.man index 68999134d..25fe2144d 100644 --- a/doc/scanimage.man +++ b/doc/scanimage.man @@ -1,4 +1,4 @@ -.TH scanimage 1 "22 Feb 2004" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy" +.TH scanimage 1 "15 April 2005" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy" .IX scanimage .SH NAME scanimage \- scan an image @@ -27,6 +27,7 @@ scanimage \- scan an image .RB [ \-T | \-\-test ] .RB [ \-h | \-\-help ] .RB [ \-v | \-\-verbose ] +.RB [ \-B | \-\-buffersize ] .RB [ \-V | \-\-version ] .RI [ device-specific-options ] .SH DESCRIPTION @@ -229,6 +230,14 @@ The option may be specified repeatedly, each time increasing the verbosity level. .PP The +.B \-B +or +.B \-\-buffersize +option changes the input buffersize that +.B scanimage +uses from default 32*1024 to 1024*1024 kbytes. +.PP +The .B \-V or .B \-\-version