Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Fix typo: CIOCASSYMFEAT -> CIOCASYMFEAT



details:   https://anonhg.NetBSD.org/src/rev/7ff9160d1e22
branches:  trunk
changeset: 751216:7ff9160d1e22
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Thu Jan 28 08:35:06 2010 +0000

description:
Fix typo: CIOCASSYMFEAT -> CIOCASYMFEAT

diffstat:

 share/man/man4/crypto.4 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 36d711cd49a4 -r 7ff9160d1e22 share/man/man4/crypto.4
--- a/share/man/man4/crypto.4   Thu Jan 28 08:20:00 2010 +0000
+++ b/share/man/man4/crypto.4   Thu Jan 28 08:35:06 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index