From 1541af42f12f8570fb332516efee8f1e030c3e46 Mon Sep 17 00:00:00 2001 From: ru Date: Sun, 13 Feb 2005 22:25:33 +0000 Subject: Expand *n't contractions. --- lib/libc/db/man/dbopen.3 | 4 ++-- lib/libc/db/man/mpool.3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc/db') diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3 index e247563..ef1a182 100644 --- a/lib/libc/db/man/dbopen.3 +++ b/lib/libc/db/man/dbopen.3 @@ -98,7 +98,7 @@ is not possible.) .\".Bl -tag -width indent .\".It Dv DB_LOCK .\"Do the necessary locking in the database to support concurrent access. -.\"If concurrent access isn't needed or the database is read-only this +.\"If concurrent access is not needed or the database is read-only this .\"flag should not be set, as it tends to have an associated performance .\"penalty. .\".It Dv DB_SHMEM @@ -541,7 +541,7 @@ The typedef is a mnemonic for .Dq "data base thang" , and was used -because noone could think of a reasonable name that wasn't already used. +because noone could think of a reasonable name that was not already used. .Pp The file descriptor interface is a kluge and will be deleted in a future version of the interface. diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3 index 78feab9..0c8a12a 100644 --- a/lib/libc/db/man/mpool.3 +++ b/lib/libc/db/man/mpool.3 @@ -196,7 +196,7 @@ function may fail and set for the following: .Bl -tag -width Er .It Bq Er EINVAL -The requested record doesn't exist. +The requested record does not exist. .El .Pp The -- cgit v1.1