diff options
Diffstat (limited to '')
-rw-r--r-- | doc/man/libkeccak_state_create.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/libkeccak_state_create.3 b/doc/man/libkeccak_state_create.3 index c7b33aa..a76422c 100644 --- a/doc/man/libkeccak_state_create.3 +++ b/doc/man/libkeccak_state_create.3 @@ -19,7 +19,7 @@ to those specified by \fI*spec\fP. .SH RETURN VALUES The .BR libkeccak_state_create () -function return a new allocated \fIlibkeccak_state_t*\fP +function returns a newly allocated \fIlibkeccak_state_t*\fP (of one initialised element) upon successful completion. On error, \fINULL\fP is returned and \fIerrno\fP is set to describe the error. |