Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib/krb5 Fix a typo and pun...



details:   https://anonhg.NetBSD.org/src/rev/12926d9b2090
branches:  trunk
changeset: 764591:12926d9b2090
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Apr 28 14:34:33 2011 +0000

description:
Fix a typo and punctuation.

diffstat:

 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_c_make_checksum.3 |  12 +++++-----
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r a7d50e482448 -r 12926d9b2090 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_c_make_checksum.3
--- a/crypto/external/bsd/heimdal/dist/lib/krb5/krb5_c_make_checksum.3  Thu Apr 28 14:29:53 2011 +0000
+++ b/crypto/external/bsd/heimdal/dist/lib/krb5/krb5_c_make_checksum.3  Thu Apr 28 14:34:33 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: krb5_c_make_checksum.3,v 1.1.1.2 2011/04/14 14:09:22 elric Exp $
+.\"    $NetBSD: krb5_c_make_checksum.3,v 1.2 2011/04/28 14:34:33 wiz Exp $
 .\"
 .\" Copyright (c) 2003 - 2006 Kungliga Tekniska Högskolan
 .\" (Royal Institute of Technology, Stockholm, Sweden).
@@ -281,14 +281,14 @@
 .Fn krb5_c_is_coll_proof_cksum
 returns true if
 .Fa ctype
-is a collition proof checksum type.
+is a collision proof checksum type.
 .Pp
 .Fn krb5_c_keylengths
-return the minimum length (
-.Fa inlength )
+return the minimum length
+.Fa ( inlength )
 bytes needed to create a key and the
-length (
-.Fa keylength )
+length
+.Fa ( keylength )
 of the resulting key
 for the
 .Fa enctype .



Home | Main Index | Thread Index | Old Index