From 6cab912cdb2a8934f446cd6ff89222d8eed3e9e5 Mon Sep 17 00:00:00 2001 From: Alex Hornung Date: Fri, 20 Aug 2010 18:43:29 +0100 Subject: [PATCH] crypto(9) - Fix argument type for crypto_freesession --- share/man/man9/crypto.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9 index 3e96e38d25..aa386ac071 100644 --- 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 -- 2.41.0