aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man/libkeccak_shakesum_fd.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-07 02:24:38 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-07 02:24:38 +0200
commit335a49b18ba078289aa2d2aa0516e12f001e13c7 (patch)
treef37817806e86f73592deb8b94adf621d90fe2136 /doc/man/libkeccak_shakesum_fd.3
parentm (diff)
downloadlibkeccak-335a49b18ba078289aa2d2aa0516e12f001e13c7.tar.gz
libkeccak-335a49b18ba078289aa2d2aa0516e12f001e13c7.tar.bz2
libkeccak-335a49b18ba078289aa2d2aa0516e12f001e13c7.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--doc/man/libkeccak_shakesum_fd.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/libkeccak_shakesum_fd.3 b/doc/man/libkeccak_shakesum_fd.3
index 6089ab0..0b86e6e 100644
--- a/doc/man/libkeccak_shakesum_fd.3
+++ b/doc/man/libkeccak_shakesum_fd.3
@@ -74,7 +74,7 @@ from stdin, and prints the hash, in hexadecimal form, to stdout.
.LP
.nf
libkeccak_state_t state;
-if (libkeccak_shakesum_fd(STDIN_FILNO, &state, 256, 512, binhash) < 0)
+if (libkeccak_shakesum_fd(STDIN_FILENO, &state, 256, 512, binhash) < 0)
goto fail;
libkeccak_behex_lower(hexhash, binhash, sizeof(binhash));
printf("%s\\n", hexhash);