Remove references to pdwait4(2). This syscall was never implemented
and its presence just creates confusion. Discussed with: cem MFC after: 1 week
This commit is contained in:
parent
af72b23b65
commit
61a33bf98c
@ -1,3 +1,4 @@
|
||||
W
|
||||
.\"
|
||||
.\" Copyright (c) 2013 Robert N. M. Watson
|
||||
.\" All rights reserved.
|
||||
@ -40,16 +41,14 @@
|
||||
is a file-descriptor-oriented interface to process signalling and control,
|
||||
which supplements historic
|
||||
.Ux
|
||||
.Xr fork 2 ,
|
||||
.Xr kill 2 ,
|
||||
.Xr fork 2
|
||||
and
|
||||
.Xr wait4 2
|
||||
.Xr kill 2 ,
|
||||
primitives with
|
||||
new system calls such as
|
||||
.Xr pdfork 2 ,
|
||||
.Xr pdkill 2 ,
|
||||
.Xr pdfork 2
|
||||
and
|
||||
.Xr pdwait4 2 .
|
||||
.Xr pdkill 2 ,
|
||||
.Nm
|
||||
is designed for use with
|
||||
.Xr capsicum 4 ,
|
||||
@ -65,7 +64,6 @@ Given a process descriptor, it is possible to query its conventional PID using
|
||||
.Xr pdfork 2 ,
|
||||
.Xr pdgetpid 2 ,
|
||||
.Xr pdkill 2 ,
|
||||
.Xr pdwait4 2 ,
|
||||
.Xr kqueue 2 ,
|
||||
.Xr wait4 2 ,
|
||||
.Xr capsicum 4
|
||||
|
Loading…
Reference in New Issue
Block a user