Module Name:    src
Committed By:   christos
Date:           Sun Jan  1 23:42:03 UTC 2012

Modified Files:
        src/lib/libcrypt: crypt.3

Log Message:
a typo and missing markup


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libcrypt/crypt.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libcrypt/crypt.3
diff -u src/lib/libcrypt/crypt.3:1.23 src/lib/libcrypt/crypt.3:1.24
--- src/lib/libcrypt/crypt.3:1.23	Sun Jan  1 18:18:51 2012
+++ src/lib/libcrypt/crypt.3	Sun Jan  1 18:42:03 2012
@@ -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 @@ for interpretation.
 .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 @@ Unfortunately, most existing application
 .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 @@ applications.
 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 ,

Reply via email to