From 11008838c867a5ee37bc629f9e30fb4edcbc2a44 Mon Sep 17 00:00:00 2001 From: Julien BLACHE Date: Sat, 3 May 2008 17:06:58 +0000 Subject: [PATCH] Fix leftover SANE_STATUS_SUCCESS. --- doc/net.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/net.tex b/doc/net.tex index e44c56c9a..a29fb751b 100644 --- a/doc/net.tex +++ b/doc/net.tex @@ -350,7 +350,7 @@ The \code{handle} argument identifies the connection to the remote device whose scan parameters should be returned. In the reply, \code{status} indicates the completion status. If the -value is anything other than \code{SANE\_STA\-TUS\_SUC\-CESS}, the +value is anything other than \code{SANE\_STA\-TUS\_GOOD}, the remainder of the reply has undefined values. The argument \code{params} is used to return the scan parameters.