diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-31 17:00:58 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-31 17:00:58 +0200 |
commit | d087d778ffb62e2713cb848540bcc819470365bd (patch) | |
tree | d69692a274dd1c7d0672e6bb7155a0fc106f9d49 /doc/net.tex | |
parent | c8bd2513ecba169cff44c09c8058c36987357b18 (diff) | |
parent | 3759ce55ba79b8d3b9d8ed247a252273ee7dade3 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'doc/net.tex')
-rw-r--r-- | doc/net.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/net.tex b/doc/net.tex index a29fb75..d6bc110 100644 --- a/doc/net.tex +++ b/doc/net.tex @@ -86,7 +86,7 @@ The four primitive types of the SANE standard are encoded as follows: \code{SANE\_Char} array. The trailing NUL byte is considered part of the array and a \code{NULL} pointer is encoded as a zero-length array. - + \item[\code{\defn{SANE\_Handle}}:] A handle is encoded like a word. The network backend needs to take care of converting these integer values to the opaque pointer values that are presented to the user @@ -473,7 +473,7 @@ are no request or reply arguments in this call. As a result of this call, the connection between the client and the server that was established by the \code{SANE\_NET\_INIT} call will be closed. -% Local Variables: +% Local Variables: % mode: latex % TeX-master: "sane.tex" -% End: +% End: |