Julien Cristau wrote:
> Package: manpages-dev
> Version: 2.61-1
> Severity: minor
>
> Hi, there is a typo in the chdir description:
> .BR chdir ()
> changes the current working directory pf the calling process to the
> directory specified in
> .IR path .
>
> "pf" should be "of".
Seems to be fixed in 2.22 already.
> And in vfork(2):
> In particular, the programmer cannot
> rely on the parent remaining blocked until a call of
> .BR execve (2)
> or
> .BR _exit (2)
> and cannot rely on any specific behavior wth respect to shared memory.
>
> "wth" should be "with".
Will fix. Thanks a lot!
Index: man2/vfork.2
===================================================================
RCS file: /var/cvs/debian/manpages/man2/vfork.2,v
retrieving revision 1.10
diff -u -p -r1.10 vfork.2
--- man2/vfork.2 28 Jan 2008 16:10:55 -0000 1.10
+++ man2/vfork.2 30 Jan 2008 20:28:58 -0000
@@ -136,7 +136,7 @@ rely on the parent remaining blocked unt
.BR execve (2)
or
.BR _exit (2)
-and cannot rely on any specific behavior wth respect to shared memory.
+and cannot rely on any specific behavior with respect to shared memory.
.\" In AIXv3.1 vfork is equivalent to fork.
.SH NOTES
.SS Linux Notes
Regards,
Joey
--
Life is too short to run proprietary software. -- Bdale Garbee
Please always Cc to me when replying to me on the lists.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]