From c700f1d7a306a264da6b92a2f5fed99a7dac8919 Mon Sep 17 00:00:00 2001 From: nathanw Date: Wed, 13 Apr 2005 16:28:06 +0000 Subject: [PATCH] CIOCCRYPT takes a "struct crypt_op *", not a "struct crpyto_op *". --- share/man/man4/crypto.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/crypto.4 b/share/man/man4/crypto.4 index 3ed828bd2c4d..3e1395d5c83b 100644 --- a/share/man/man4/crypto.4 +++ b/share/man/man4/crypto.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: crypto.4,v 1.6 2005/03/28 22:07:22 nathanw Exp $ +.\" $NetBSD: crypto.4,v 1.7 2005/04/13 16:28:06 nathanw Exp $ .\" .\" Copyright (c) 2004 .\" Jonathan Stone . All rights reserved. @@ -151,7 +151,7 @@ hardware supports that combination. Not all combinations are supported by all hardware, even if the hardware supports each operation as a stand-alone non-fused operation. -.It Dv CIOCCRYPT Fa struct crpyto_op *cr_op +.It Dv CIOCCRYPT Fa struct crypt_op *cr_op Request a symmetric-key (or unkeyed hash) operation. The file descriptor argument to .Xr ioctl 4