Module Name: src
Committed By: christos
Date: Wed Mar 25 21:26:12 UTC 2020
Modified Files:
src/lib/libcrypt: pw_gensalt.3
Log Message:
new paragraph
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libcrypt/pw_gensalt.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/pw_gensalt.3
diff -u src/lib/libcrypt/pw_gensalt.3:1.5 src/lib/libcrypt/pw_gensalt.3:1.6
--- src/lib/libcrypt/pw_gensalt.3:1.5 Wed Mar 25 17:24:08 2020
+++ src/lib/libcrypt/pw_gensalt.3 Wed Mar 25 17:26:12 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: pw_gensalt.3,v 1.5 2020/03/25 21:24:08 christos Exp $
+.\" $NetBSD: pw_gensalt.3,v 1.6 2020/03/25 21:26:12 christos Exp $
.\"
.\" Copyright (c) 2020 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -167,5 +167,6 @@ function was written in 1997 by
.Pp
The
.Lk https://passlib.readthedocs.io/en/stable/modular_crypt_format.html "Modular Crypt Format (MCF)" .
+.Pp
The
.Lk https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md "Password Hashing Competition (PHC) format" .