Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/db/man Fix typo: s/then/the



details:   https://anonhg.NetBSD.org/src/rev/d33c26c61ab6
branches:  trunk
changeset: 451510:d33c26c61ab6
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sun May 26 06:18:13 2019 +0000

description:
Fix typo: s/then/the

diffstat:

 lib/libc/db/man/dbm_clearerr.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1e23db59ebcb -r d33c26c61ab6 lib/libc/db/man/dbm_clearerr.3
--- a/lib/libc/db/man/dbm_clearerr.3    Sun May 26 05:41:45 2019 +0000
+++ b/lib/libc/db/man/dbm_clearerr.3    Sun May 26 06:18:13 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dbm_clearerr.3,v 1.5 2010/05/05 06:55:57 jruoho Exp $
+.\"    $NetBSD: dbm_clearerr.3,v 1.6 2019/05/26 06:18:13 abhinav Exp $
 .\"
 .\" Copyright (c) 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -242,7 +242,7 @@
 .Pp
 The
 .Fn dbm_store
-function returns 0 when then record was successfully inserted;
+function returns 0 when the record was successfully inserted;
 it returns 1 when called with
 .Fa store_mode
 being



Home | Main Index | Thread Index | Old Index