Module Name:    src
Committed By:   abhinav
Date:           Sun May 26 06:18:14 UTC 2019

Modified Files:
        src/lib/libc/db/man: dbm_clearerr.3

Log Message:
Fix typo: s/then/the


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/db/man/dbm_clearerr.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/libc/db/man/dbm_clearerr.3
diff -u src/lib/libc/db/man/dbm_clearerr.3:1.5 src/lib/libc/db/man/dbm_clearerr.3:1.6
--- src/lib/libc/db/man/dbm_clearerr.3:1.5	Wed May  5 06:55:57 2010
+++ src/lib/libc/db/man/dbm_clearerr.3	Sun May 26 06:18:13 2019
@@ -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 @@ member is a null pointer.
 .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

Reply via email to