Source-Changes-HG archive

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

[src/trunk]: src/lib/libcrypt a typo and missing markup



details:   https://anonhg.NetBSD.org/src/rev/8162a749c2fa
branches:  trunk
changeset: 772397:8162a749c2fa
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 01 23:42:03 2012 +0000

description:
a typo and missing markup

diffstat:

 lib/libcrypt/crypt.3 |  19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

diffs (48 lines):

diff -r fd58a4f4e7c8 -r 8162a749c2fa lib/libcrypt/crypt.3
--- a/lib/libcrypt/crypt.3      Sun Jan 01 23:26:22 2012 +0000
+++ b/lib/libcrypt/crypt.3      Sun Jan 01 23:42:03 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: crypt.3,v 1.23 2012/01/01 23:18:51 christos Exp $
+.\"    $NetBSD: crypt.3,v 1.24 2012/01/01 23:42:03 christos Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -244,7 +244,9 @@
 .Ss "Blowfish" crypt
 The
 .Tn Blowfish
-version of crypt has 128 bits of
+version of 
+.Fn crypt
+has 128 bits of
 .Fa salt
 in order to make building dictionaries of common passwords space consuming.
 The initial state of the
@@ -307,7 +309,9 @@
 .Dv NULL
 returns from
 .Fn crypt .
-The description below corresponds to this implementation of crypt only.
+The description below corresponds to this implementation of
+.Fn crypt
+only.
 The behavior may change to match standards, other implementations or existing
 applications.
 .Pp
@@ -315,11 +319,12 @@
 may only fail (and return) when passed an invalid or unsupported
 .Fa setting ,
 in which case it returns a pointer to a magic string that is shorter than 13
-haracters and is guaranteed to differ from
+characters and is guaranteed to differ from
 .Fa setting .
-This behavior is safe for older applications which assume that crypt can't
-fail, when both setting new passwords and authenticating against existing
-password hashes.
+This behavior is safe for older applications which assume that
+.Fn crypt
+can't fail, when both setting new passwords and authenticating against
+existing password hashes.
 .Pp
 The functions
 .Fn setkey ,



Home | Main Index | Thread Index | Old Index