fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
358 B
Text
6 lines
358 B
Text
Proc::Wait3 module implements wait3 system call in Perl.
|
|
If any child processes have exited, this call will "reap" the zombies
|
|
similar to the perl "wait" function. By default, it will return
|
|
immediately and if there are no dead children, everything will be
|
|
undefined. If you pass in a true argument, it will block until a child
|
|
exits (or it gets a signal).
|