spelling correction
authorAnne Hughes <anne@ucbvax.Berkeley.EDU>
Tue, 20 May 1986 23:34:30 +0000 (15:34 -0800)
committerAnne Hughes <anne@ucbvax.Berkeley.EDU>
Tue, 20 May 1986 23:34:30 +0000 (15:34 -0800)
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
usr/src/lib/libcompat/4.3/insque.3
usr/src/old/libndbm/ndbm.3

index 8c0005b..fab5a00 100644 (file)
@@ -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.
index 6e2c862..08e4bec 100644 (file)
@@ -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
index 1b62e07..fe5c074 100644 (file)
@@ -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