Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2]: src/lib/libc/gen Pull up revision 1.4 (requested by peter in ...



details:   https://anonhg.NetBSD.org/src/rev/d4d32d139b30
branches:  netbsd-2
changeset: 563750:d4d32d139b30
user:      riz <riz%NetBSD.org@localhost>
date:      Tue Jun 21 22:38:28 2005 +0000

description:
Pull up revision 1.4 (requested by peter in ticket #2002):
Fix some spelling errors.
>From Igor Sobrado in PR/29997.

diffstat:

 lib/libc/gen/pthread_atfork.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e114b11c8b6d -r d4d32d139b30 lib/libc/gen/pthread_atfork.3
--- a/lib/libc/gen/pthread_atfork.3     Tue Jun 21 22:38:22 2005 +0000
+++ b/lib/libc/gen/pthread_atfork.3     Tue Jun 21 22:38:28 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pthread_atfork.3,v 1.3 2003/04/16 13:34:38 wiz Exp $
+.\"    $NetBSD: pthread_atfork.3,v 1.3.4.1 2005/06/21 22:38:28 riz Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -68,7 +68,7 @@
 .Ar child
 handlers are called in the order in which they were registered, while the
 .Ar prepare
-handlers are called in reverse of the order in which they were registerd.
+handlers are called in reverse of the order in which they were registered.
 .Pp
 Any of the handlers given may be
 .Dv NULL .
@@ -95,7 +95,7 @@
 The following error code may be returned:
 .Bl -tag -width Er
 .It Bq Er ENOMEM
-Insufficent memory exists to register the fork handlers.
+Insufficient memory exists to register the fork handlers.
 .El
 .Sh SEE ALSO
 .Xr fork 2



Home | Main Index | Thread Index | Old Index