From 963ad39263c05890f800c33113449554264e8fb5 Mon Sep 17 00:00:00 2001 From: Anne Hughes Date: Tue, 20 May 1986 15:34:30 -0800 Subject: [PATCH] spelling correction SCCS-vsn: lib/libcompat/4.3/insque.3 6.2 SCCS-vsn: old/libndbm/ndbm.3 6.6 SCCS-vsn: lib/libc/gen/signal.3 6.4 --- usr/src/lib/libc/gen/signal.3 | 4 ++-- usr/src/lib/libcompat/4.3/insque.3 | 4 ++-- usr/src/old/libndbm/ndbm.3 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/usr/src/lib/libc/gen/signal.3 b/usr/src/lib/libc/gen/signal.3 index 8c0005b30d..fab5a003b6 100644 --- a/usr/src/lib/libc/gen/signal.3 +++ b/usr/src/lib/libc/gen/signal.3 @@ -2,7 +2,7 @@ .\" All rights reserved. The Berkeley software License Agreement .\" specifies the terms and conditions for redistribution. .\" -.\" @(#)signal.3 6.3 (Berkeley) %G% +.\" @(#)signal.3 6.4 (Berkeley) %G% .\" .TH SIGNAL 3C "" .UC 4 @@ -103,7 +103,7 @@ If is SIG_IGN the signal is subsequently ignored and pending instances of the signal are discarded. Otherwise, when the signal occurs -further occurences of the signal are +further occurrences of the signal are automatically blocked and .I func is called. diff --git a/usr/src/lib/libcompat/4.3/insque.3 b/usr/src/lib/libcompat/4.3/insque.3 index 6e2c862665..08e4becd4b 100644 --- a/usr/src/lib/libcompat/4.3/insque.3 +++ b/usr/src/lib/libcompat/4.3/insque.3 @@ -2,7 +2,7 @@ .\" All rights reserved. The Berkeley software License Agreement .\" specifies the terms and conditions for redistribution. .\" -.\" @(#)insque.3 6.1 (Berkeley) %G% +.\" @(#)insque.3 6.2 (Berkeley) %G% .\" .TH INSQUE 3 "" .UC 5 @@ -35,7 +35,7 @@ element in the queue must in the form of ``struct qelem''. .I Insque inserts .I elem -in a queue imediately after +in a queue immediately after .IR pred ; .I remque removes an entry diff --git a/usr/src/old/libndbm/ndbm.3 b/usr/src/old/libndbm/ndbm.3 index 1b62e07fe4..fe5c0741cd 100644 --- a/usr/src/old/libndbm/ndbm.3 +++ b/usr/src/old/libndbm/ndbm.3 @@ -2,7 +2,7 @@ .\" All rights reserved. The Berkeley software License Agreement .\" specifies the terms and conditions for redistribution. .\" -.\" @(#)ndbm.3 6.5 (Berkeley) %G% +.\" @(#)ndbm.3 6.6 (Berkeley) %G% .\" .TH NDBM 3 "" .UC 6 @@ -125,7 +125,7 @@ This code will traverse the data base: (key = dbm_firstkey(db); key.dptr != NULL; key = dbm_nextkey(db)) .PP .I Dbm_error -returns non-zero when an error has occured reading or writing the database. +returns non-zero when an error has occurred reading or writing the database. .I Dbm_clearerr resets the error condition on the named database. .SH DIAGNOSTICS -- 2.20.1