Module Name: src
Committed By: pgoyette
Date: Mon Jan 27 21:23:59 UTC 2014
Modified Files:
src/share/man/man4: crypto.4
Log Message:
Update CIOGFSESSION argument spec to match reality
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/share/man/man4/crypto.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/crypto.4
diff -u src/share/man/man4/crypto.4:1.23 src/share/man/man4/crypto.4:1.24
--- src/share/man/man4/crypto.4:1.23 Fri Feb 25 21:10:33 2011
+++ src/share/man/man4/crypto.4 Mon Jan 27 21:23:59 2014
@@ -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 ;