doc: Add --binary option for the OUTPUT command of an uiserver.
This commit is contained in:
parent
ff84d8d894
commit
393a9471f2
@ -77,11 +77,12 @@ time replaces the file descriptor set by the last one.
|
||||
@c %Libassuan manual}, on how to do descriptor passing.
|
||||
@end deffn
|
||||
|
||||
@deffn Command OUTPUT FD=@var{n}
|
||||
@deffn Command OUTPUT FD=@var{n} [--binary]
|
||||
Set the file descriptor to be used for the output (i.e. the encrypted
|
||||
message) to @var{n}. For OpenPGP, the output needs to be ASCII armored;
|
||||
for CMS, the output needs to be Base-64 encoded. For details on the
|
||||
file descriptor, see the @code{INPUT} command.
|
||||
message) to @var{n}. If the option @code{--binary} is given the
|
||||
output shall be in binary format; if not given, the output for OpenPGP
|
||||
needs to be ASCII armored and for CMS Base-64 encoded. For details on
|
||||
the file descriptor, see the @code{INPUT} command.
|
||||
@end deffn
|
||||
|
||||
@noindent
|
||||
@ -193,12 +194,13 @@ descriptor, see the description of @code{INPUT} in the @code{ENCRYPT}
|
||||
section.
|
||||
@end deffn
|
||||
|
||||
@deffn Command OUTPUT FD=@var{n}
|
||||
Set the file descriptor to be used for the output. The output is either
|
||||
the complete signed message or in case of a detached signature just that
|
||||
detached signature. For OpenPGP, the output needs to be ASCII armored;
|
||||
for CMS, the output needs to be Base-64 encoded. For details on the
|
||||
file descriptor, see the @code{INPUT} command.
|
||||
@deffn Command OUTPUT FD=@var{n} [--binary]
|
||||
Set the file descriptor to be used for the output. The output is
|
||||
either the complete signed message or in case of a detached signature
|
||||
just that detached signature. If the option @code{--binary} is given
|
||||
the output shall be in binary format; if not given, the output for
|
||||
OpenPGP needs to be ASCII armored and for CMS Base-64 encoded. For
|
||||
details on the file descriptor, see the @code{INPUT} command.
|
||||
@end deffn
|
||||
|
||||
@noindent
|
||||
|
Loading…
Reference in New Issue
Block a user