From a43d8523a05e9735a6aaad7a84ff9a0d28fe01df Mon Sep 17 00:00:00 2001 From: Julien BLACHE Date: Sat, 3 May 2008 16:57:32 +0000 Subject: [PATCH] Replace occurrences of SANE_STATUS_SUCCESS with SANE_STATUS_GOOD --- net.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net.tex b/net.tex index 14f510c..e44c56c 100644 --- a/net.tex +++ b/net.tex @@ -178,7 +178,7 @@ to the user. E.g., it could be used as the default-user name in subsequent authentication calls. In the reply, \code{status} indicates the completion status. If the -value is anything other than \code{SANE\_STA\-TUS\_SUCCESS}, the +value is anything other than \code{SANE\_STA\-TUS\_GOOD}, the remainder of the reply has undefined values.\footnote{The sane network daemon should be careful not to leak information in the undefined portion of the reply.} The \code{version\_code} argument returns the @@ -202,7 +202,7 @@ daemon. There are no arguments in the request for this call. In the reply, \code{status} indicates the completion status. If the -value is anything other than \code{SANE\_STA\-TUS\_SUCCESS}, the +value is anything other than \code{SANE\_STA\-TUS\_GOOD}, the remainder of the reply has undefined values. The \code{device\_list} argument is a pointer to a \code{NULL}-terminated array of \code{SANE\_Device} pointers. @@ -224,7 +224,7 @@ The \code{device\_name} argument specifies the name of the device to open. In the reply, \code{status} indicates the completion status. If the -value is anything other than \code{SANE\_STA\-TUS\_SUCCESS}, the +value is anything other than \code{SANE\_STA\-TUS\_GOOD}, the remainder of the reply has undefined values. The \code{handle} argument specifies the device handle that uniquely identifies the connection. The \code{resource} argument is used to request @@ -320,7 +320,7 @@ this value is non-\code{NULL}, all other arguments have undefined values (see Section~\ref{sec:authorization} for details on how to authorize a resource). Argument \code{status} indicates the completion status. If the value is anything other than -\code{SANE\_STA\-TUS\_SUCCESS}, the remainder of the reply has undefined +\code{SANE\_STA\-TUS\_GOOD}, the remainder of the reply has undefined values. The \code{info} argument returns the information on how well the backend was able to satisfy the request. For details, see the description of the corresponding argument in @@ -377,7 +377,7 @@ this value is non-\code{NULL}, all other arguments have undefined values (see Section~\ref{sec:authorization} for details on how to authorize a resource). Argument, \code{status} indicates the completion status. If the value is anything other than -\code{SANE\_STA\-TUS\_SUCCESS}, the remainder of the reply has +\code{SANE\_STA\-TUS\_GOOD}, the remainder of the reply has undefined values. The argument \code{port} returns the port number from which the image data will be available. To read the image data, a network client must connect to the remote host at the indicated port