From 50bc8625392e489604f45a35a2d1c3701d44b3c5 Mon Sep 17 00:00:00 2001 From: pgoyette Date: Mon, 27 Jan 2014 21:23:59 +0000 Subject: [PATCH] Update CIOGFSESSION argument spec to match reality --- share/man/man4/crypto.4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man4/crypto.4 b/share/man/man4/crypto.4 index 2526d1f92e9a..4d17e181ae57 100644 --- a/share/man/man4/crypto.4 +++ b/share/man/man4/crypto.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: crypto.4,v 1.23 2011/02/25 21:10:33 wiz Exp $ +.\" $NetBSD: crypto.4,v 1.24 2014/01/27 21:23:59 pgoyette Exp $ .\" .\" Copyright (c) 2008 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -53,7 +53,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd February 25, 2011 +.Dd January 27, 2014 .Dt CRYPTO 4 .Os .Sh NAME @@ -425,7 +425,7 @@ fields of the operation structure are currently unused. They are intended for use to immediately rekey an existing session before processing a new request. -.It Dv CIOCFSESSION Fa void +.It Dv CIOCFSESSION Fa u_int32_t ses_id Destroys the /dev/crypto session associated with the file-descriptor argument. .It Dv CIOCNFSESSION Fa struct crypt_sfop *sfop ;