Source-Changes-HG archive

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

[src/trunk]: src fix typos in man pages.



details:   https://anonhg.NetBSD.org/src/rev/61efa54fb259
branches:  trunk
changeset: 1024206:61efa54fb259
user:      andvar <andvar%NetBSD.org@localhost>
date:      Tue Oct 12 15:25:27 2021 +0000

description:
fix typos in man pages.

diffstat:

 lib/libcrypt/crypt.3          |  4 ++--
 share/man/man8/compat_linux.8 |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 94918e162256 -r 61efa54fb259 lib/libcrypt/crypt.3
--- a/lib/libcrypt/crypt.3      Tue Oct 12 14:15:34 2021 +0000
+++ b/lib/libcrypt/crypt.3      Tue Oct 12 15:25:27 2021 +0000
@@ -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 @@
 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
diff -r 94918e162256 -r 61efa54fb259 share/man/man8/compat_linux.8
--- a/share/man/man8/compat_linux.8     Tue Oct 12 14:15:34 2021 +0000
+++ b/share/man/man8/compat_linux.8     Tue Oct 12 15:25:27 2021 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index