Module Name:    src
Committed By:   andvar
Date:           Tue Oct 12 15:25:27 UTC 2021

Modified Files:
        src/lib/libcrypt: crypt.3
        src/share/man/man8: compat_linux.8

Log Message:
fix typos in man pages.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/libcrypt/crypt.3
cvs rdiff -u -r1.44 -r1.45 src/share/man/man8/compat_linux.8

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.29 src/lib/libcrypt/crypt.3:1.30
--- src/lib/libcrypt/crypt.3:1.29	Mon Oct 21 05:16:51 2019
+++ src/lib/libcrypt/crypt.3	Tue Oct 12 15:25:27 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: crypt.3,v 1.29 2019/10/21 05:16:51 wiz Exp $
+.\"	$NetBSD: crypt.3,v 1.30 2021/10/12 15:25:27 andvar Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -250,7 +250,7 @@ using argon2i on the first pass, and arg
 passes.
 We parameterize on three variables.
 First, m_cost (m), specifies the memory usage in KB.
-Second, t_cost (t), specfies the number of iterations.
+Second, t_cost (t), specifies the number of iterations.
 Third, parallelism (p) specifies the number of threads.
 A valid Argon2 encoded password looks similar to
 .Bd -literal

Index: src/share/man/man8/compat_linux.8
diff -u src/share/man/man8/compat_linux.8:1.44 src/share/man/man8/compat_linux.8:1.45
--- src/share/man/man8/compat_linux.8:1.44	Sun Sep 26 11:22:29 2021
+++ src/share/man/man8/compat_linux.8	Tue Oct 12 15:25:27 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: compat_linux.8,v 1.44 2021/09/26 11:22:29 nia Exp $
+.\"	$NetBSD: compat_linux.8,v 1.45 2021/10/12 15:25:27 andvar Exp $
 .\"
 .\" Copyright (c) 1995 Frank van der Linden
 .\" All rights reserved.
@@ -195,7 +195,7 @@ You must create or get a valid copy of t
 .Nm
 is generally not enabled in
 .Dv GENERIC
-kernels for secuity reasons,
+kernels for security reasons,
 but is available as a module.
 It must be added to
 .Xr modules.conf 5

Reply via email to