Module Name:    src
Committed By:   hubertf
Date:           Thu Jan 28 08:35:06 UTC 2010

Modified Files:
        src/share/man/man4: crypto.4

Log Message:
Fix typo: CIOCASSYMFEAT -> CIOCASYMFEAT


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 src/share/man/man4/crypto.4:1.17
--- src/share/man/man4/crypto.4:1.16	Sun May 17 06:50:59 2009
+++ src/share/man/man4/crypto.4	Thu Jan 28 08:35:06 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: crypto.4,v 1.16 2009/05/17 06:50:59 wiz Exp $
+.\"	$NetBSD: crypto.4,v 1.17 2010/01/28 08:35:06 hubertf Exp $
 .\"
 .\" Copyright (c) 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -454,7 +454,7 @@
 See below for discussion of the input and output parameter counts.
 .Ss Asymmetric-key commands
 .Bl -tag -width CIOCFKEY
-.It Dv CIOCASSYMFEAT Fa int *feature_mask
+.It Dv CIOCASYMFEAT Fa int *feature_mask
 Returns a bitmask of supported asymmetric-key operations.
 Each of the above-listed asymmetric operations is present
 if and only if the bit position numbered by the code for that operation

Reply via email to