Add .Xrs to kqueue(2) from pdfork(2) and procdesc(4), to make EVFILT_PROCDESC

easier to find.

Approved by:	re (rgrimes)
MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
This commit is contained in:
Edward Tomasz Napierala 2018-10-14 18:42:54 +00:00
parent bca84f54ce
commit edbedaf4dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339356
2 changed files with 4 additions and 2 deletions

View File

@ -32,7 +32,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd June 17, 2017
.Dd October 14, 2018
.Dt PDFORK 2
.Os
.Sh NAME
@ -162,6 +162,7 @@ for
.Xr fstat 2 ,
.Xr kill 2 ,
.Xr poll 2 ,
.Xr kqueue 2 ,
.Xr wait4 2 ,
.Xr capsicum 4 ,
.Xr procdesc 4

View File

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd July 25, 2015
.Dd October 14, 2018
.Dt PROCDESC 4
.Os
.Sh NAME
@ -66,6 +66,7 @@ Given a process descriptor, it is possible to query its conventional PID using
.Xr pdgetpid 2 ,
.Xr pdkill 2 ,
.Xr pdwait4 2 ,
.Xr kqueue 2 ,
.Xr wait4 2 ,
.Xr capsicum 4
.Sh HISTORY