aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-06 19:16:14 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-06 19:16:14 +0200
commit476247bd02475f41293b2137b81d233daf98d7ca (patch)
tree89f2af9d17e5f47a7d4ab00f2e9e8e8c4f791e6c
parentadd libkeccak_state_copy.3 and libkeccak_state_duplicate.3 (diff)
downloadlibkeccak-476247bd02475f41293b2137b81d233daf98d7ca.tar.gz
libkeccak-476247bd02475f41293b2137b81d233daf98d7ca.tar.bz2
libkeccak-476247bd02475f41293b2137b81d233daf98d7ca.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--doc/man/libkeccak_state_create.35
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/man/libkeccak_state_create.3 b/doc/man/libkeccak_state_create.3
index c0164fd..ec78e76 100644
--- a/doc/man/libkeccak_state_create.3
+++ b/doc/man/libkeccak_state_create.3
@@ -19,8 +19,9 @@ and sets the algorithm tuning parameters to those specified by \fI*spec\fP.
The
.BR libkeccak_state_create ()
function return a new allocated \fIlibkeccak_state_t*\fP
-(of one initialised element). On error, \fINULL\fP is returned
-and \fIerrno\fP is set to describe the error.
+(of one initialised element) upon successful completion.
+On error, \fINULL\fP is returned and \fIerrno\fP is set to
+describe the error.
.SH ERRORS
The
.BR libkeccak_state_create ()