tuxillo's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
401c142
)
crypto(9) - Fix argument type for crypto_freesession
author
Alex Hornung
<ahornung@gmail.com>
Fri, 20 Aug 2010 17:43:29 +0000
(18:43 +0100)
committer
Alex Hornung
<ahornung@gmail.com>
Fri, 20 Aug 2010 19:15:11 +0000
(20:15 +0100)
share/man/man9/crypto.9
patch
|
blob
|
blame
|
history
diff --git
a/share/man/man9/crypto.9
b/share/man/man9/crypto.9
index
3e96e38
..
aa386ac
100644
(file)
--- a/
share/man/man9/crypto.9
+++ b/
share/man/man9/crypto.9
@@
-48,7
+48,7
@@
.Ft int
.Fn crypto_newsession "u_int64_t *sid" "struct cryptoini *cri" "int crid"
.Ft int
-.Fn crypto_freesession "u_int64_t
*
sid"
+.Fn crypto_freesession "u_int64_t sid"
.Ft int
.Fn crypto_dispatch "struct cryptop *crp"
.Ft int