Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Fix some spelling errors.



details:   https://anonhg.NetBSD.org/src/rev/8e9edad57cd3
branches:  trunk
changeset: 582119:8e9edad57cd3
user:      peter <peter%NetBSD.org@localhost>
date:      Fri Jun 17 18:08:00 2005 +0000

description:
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 8f0962d57c43 -r 8e9edad57cd3 lib/libc/gen/pthread_atfork.3
--- a/lib/libc/gen/pthread_atfork.3     Fri Jun 17 18:07:06 2005 +0000
+++ b/lib/libc/gen/pthread_atfork.3     Fri Jun 17 18:08:00 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.4 2005/06/17 18:08:00 peter 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