diff options
author | Mattias Andrée <maandree@kth.se> | 2017-02-10 16:06:26 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-02-10 16:06:26 +0100 |
commit | bc6e96ba7d74ae99b09ad427a7d1c83d90eff602 (patch) | |
tree | cbf3f57a8dcc3eb585bfa5a8ad998dd9d55821ef /doc/man/libkeccak_update.3 | |
parent | Work on man pages (diff) | |
download | libkeccak-bc6e96ba7d74ae99b09ad427a7d1c83d90eff602.tar.gz libkeccak-bc6e96ba7d74ae99b09ad427a7d1c83d90eff602.tar.bz2 libkeccak-bc6e96ba7d74ae99b09ad427a7d1c83d90eff602.tar.xz |
Work on man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/man/libkeccak_update.3')
-rw-r--r-- | doc/man/libkeccak_update.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/libkeccak_update.3 b/doc/man/libkeccak_update.3 index c291ed9..d83f74b 100644 --- a/doc/man/libkeccak_update.3 +++ b/doc/man/libkeccak_update.3 @@ -44,7 +44,7 @@ function may fail for any reason specified by the function .BR malloc (3). .SH NOTES Neither parameter by be -.O NULL +.I NULL or 0. .SH EXAMPLE This example calculates the Keccak[b = 1024, c = 576, n = 256] |