Formatting updates.

DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-11-22 18:20:32 +00:00
rodzic 5ac9d310be
commit c28da4c875
5 zmienionych plików z 53 dodań i 33 usunięć

Wyświetl plik

@ -4,6 +4,8 @@
sane-find-scanner. Some clarifications.
* doc/scanimage.man: Use "--option arg" format for all options.
Other formatting fixes.
* doc/gamma4scanimage.man doc/sane-config.man doc/sane-find-scanner.man
doc/saned.man: Formatting updates.
2002-11-22 Michael Herder <crapsite at gmx.net>

Wyświetl plik

@ -1,7 +1,7 @@
.TH gamma4scanimage 1 "11 Sep 2002"
.TH gamma4scanimage 1 "11 Sep 2002" @PACKAGEVERSION@ "SANE Scanner Access Now Easy"
.IX gamma4scanimage
.SH NAME
gamma4scanimage - create a gamma table for scanimage
gamma4scanimage \- create a gamma table for scanimage
.SH SYNOPSIS
.B gamma4scanimage
.I gamma
@ -52,10 +52,12 @@ defines the maximum output value. Take a look at the output of scanimage -h to
find out what maxout has to be. The default value is 255.
.PP
.SH EXAMPLE
scanimage --custom-gamma=yes --gamma-table `gamma4scanimage 1.8 0 11500 16383 255` >image.pnm
.B scanimage \-\-custom-gamma=yes \-\-gamma-table
.I `gamma4scanimage 1.8 0 11500 16383 255`
>image.pnm
.SH SEE ALSO
scanimage(7)
.BR scanimage (7)
.SH AUTHOR
Oliver Rauch

Wyświetl plik

@ -1,17 +1,22 @@
.TH sane-config 1 "15 October 2002"
.TH sane-config 1 "15 October 2002" @PACKAGEVERSION@ "SANE Scanner Access Now Easy"
.SH NAME
sane-config - get information about the installed version of libsane
sane-config \- get information about the installed version of libsane
.SH SYNOPSIS
.B sane-config [\-\-prefix] [\-\-exec\-prefix] [\-\-libs] [\-\-cflags] [\-\-ldflags] [\-\-version] [\-\-help \fI[OPTION]\fP]
.B sane-config [\-\-prefix] [\-\-exec-prefix] [\-\-libs] [\-\-cflags] [\-\-ldflags] [\-\-version] [\-\-help \fI[OPTION]\fP]
.SH DESCRIPTION
.PP
\fIsane-config\fP is a tool that is used to determine the compiler and linker
flags that should be used to compile and link \fISANE\fP frontends to a
\fISANE\fP backend library (libsane).
.B sane-config
is a tool that is used to determine the compiler and linker
flags that should be used to compile and link
.B SANE
frontends to a
.B SANE
backend library (libsane).
.
.SH OPTIONS
.l
\fIsane-config\fP accepts the following options:
.B sane-config
accepts the following options:
.TP 8
.B \-\-version
Print the currently installed version of libsane on the standard output.
@ -21,23 +26,27 @@ Print a short usage message. If OPTION is specified, help for that option
(e.g. --libs) is printed (if available).
.TP 8
.B \-\-libs
Print the additional libraries that are necessary to link a \fISANE\fP
Print the additional libraries that are necessary to link a
.B SANE
frontend to libsane.
.TP 8
.B \-\-ldflags
Print the linker flags that are necessary to link a \fISANE\fP frontend to
libsane.
Print the linker flags that are necessary to link a
.B SANE
frontend to libsane.
.TP 8
.B \-\-cflags
Print the compiler flags that are necessary to compile a \fISANE\fP frontend.
Print the compiler flags that are necessary to compile a
.B SANE
frontend.
.TP 8
.B \-\-prefix
Print the prefix used during compilation of libsane.
.TP 8
.B \-\-exec\-prefix
.B \-\-exec-prefix
Print the exec-prefix used during compilation of libsane.
.SH "SEE ALSO"
sane(7)
.BR sane (7)
.SH AUTHOR
This manual page was written by Julien BLACHE <jblache@debian.org>, for the
Debian GNU/Linux system (but may be used by others).

Wyświetl plik

@ -86,9 +86,9 @@ Look for a (SCSI) scanner only at /dev/scanner and print the result.
.BR sane (7),
.BR sane-scsi (5),
.BR sane-usb (5),
.BR scanimage(1),
.BR xscanimage(1),
.BR xsane(1),
.BR scanimage (1),
.BR xscanimage (1),
.BR xsane (1),
.BR sane-"backendname" (5)
.SH AUTHOR

Wyświetl plik

@ -1,10 +1,10 @@
.TH saned 1 "8 Oct 2002"
.TH saned 1 "8 Oct 2002" @PACKAGEVERSION@ "SANE Scanner Access Now Easy"
.IX saned
.SH NAME
saned - SANE network daemon
saned \- SANE network daemon
.SH SYNOPSIS
.B saned
.RB [ -d | -s
.RB [ \-d | \-s
.RI [ n ]]
.SH DESCRIPTION
.B saned
@ -13,9 +13,9 @@ to access image acquisition devices available on the local host.
.SH OPTIONS
.PP
The
.B -d
.B \-d
and
.B -s
.B \-s
flags request that
.B saned
run in debug mode (as opposed to
@ -25,15 +25,17 @@ mode). In this mode,
explicitly waits for a connection request. When compiled with
debugging enabled, these flags may be followed by a number to request
debug info. The larger the number, the more verbose the debug output.
E.g., -d128 will request printing of all debug info. Debug level 0 means
no debug output at all. The default value is 2. If flag
.B -d
E.g.,
.B \-d128
will request printing of all debug info. Debug level 0 means no debug output
at all. The default value is 2. If flag
.B \-d
is used, the debug messages will be printed to stderr while
.B -s
.B \-s
requests using syslog.
.SH CONFIGURATION
First and foremost: please do
.I not
.B not
install
.B saned
as setuid root without due consideration. Especially when using
@ -178,9 +180,14 @@ to "/tmp/config:" would result in directories "tmp/config", ".", and
"@CONFIGDIR@" being searched (in this order).
.SH "SEE ALSO"
sane(7), scanimage(1), xscanimage(1), xcam(1), sane\-dll(5), sane\-net(5),
sane\-"backendname"(5)
.BR sane (7),
.BR scanimage (1),
.BR xscanimage (1),
.BR xcam (1),
.BR sane-dll (5),
.BR sane-net (5),
.BR sane-"backendname" (5)
.br
.I http://www.penguin-breeder.org/?page=sane-net
.SH AUTHOR
David Mosberger