diff options
| author | andvar <andvar@NetBSD.org> | 2021-12-10 20:36:02 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-12-10 20:36:02 +0000 |
| commit | ec0fc95dd18bb0e67dfbb1e4c92f0d5dcc5a8a43 (patch) | |
| tree | cadd32f9c2c615b79b2b0b7fc1ae2de385601faf /lib/libc/db | |
| parent | 2c650dfce1d11c9d2b90557108902fac4c2f6baf (diff) | |
s/occured/occurred/ in comments, log messages and man pages.
Diffstat (limited to 'lib/libc/db')
| -rw-r--r-- | lib/libc/db/man/dbm_clearerr.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/db/man/dbm_clearerr.3 b/lib/libc/db/man/dbm_clearerr.3 index 0fa6c84db55..f5a677fa540 100644 --- a/lib/libc/db/man/dbm_clearerr.3 +++ b/lib/libc/db/man/dbm_clearerr.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: dbm_clearerr.3,v 1.6 2019/05/26 06:18:13 abhinav Exp $ +.\" $NetBSD: dbm_clearerr.3,v 1.7 2021/12/10 20:36:02 andvar Exp $ .\" .\" Copyright (c) 2004 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -236,7 +236,7 @@ function returns a content .Fa datum ; if no record matching .Fa key -was found or if an error occured, its +was found or if an error occurred, its .Fa dptr member is a null pointer. .Pp @@ -263,7 +263,7 @@ and .Fn dbm_nextkey functions return a key .Fa datum . -When the end of the database is reached or if an error occured, its +When the end of the database is reached or if an error occurred, its .Fa dptr member is a null pointer. .Pp |
