Source-Changes-HG archive

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

[src/trunk]: src/lib/libcrypt Capitalize word.



details:   https://anonhg.NetBSD.org/src/rev/286546c580e8
branches:  trunk
changeset: 1024224:286546c580e8
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Oct 12 21:41:13 2021 +0000

description:
Capitalize word.

diffstat:

 lib/libcrypt/crypt.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e0add9314a0d -r 286546c580e8 lib/libcrypt/crypt.3
--- a/lib/libcrypt/crypt.3      Tue Oct 12 21:08:37 2021 +0000
+++ b/lib/libcrypt/crypt.3      Tue Oct 12 21:41:13 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: crypt.3,v 1.31 2021/10/12 17:27:26 nia Exp $
+.\"    $NetBSD: crypt.3,v 1.32 2021/10/12 21:41:13 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -252,7 +252,7 @@
 First, m_cost (m), specifies the memory usage in KB.
 Second, t_cost (t), specifies the number of iterations.
 Third, parallelism (p) specifies the number of threads.
-this is currently ignored and one thread will always be used.
+This is currently ignored and one thread will always be used.
 A valid Argon2 encoded password looks similar to
 .Bd -literal
 $argon2id$v=19$m=4096,t=6,p=1$qCatF9a1s/6TgcYB$ \



Home | Main Index | Thread Index | Old Index