|
NAMEpgfind —
locate a process group by number
SYNOPSIS#include <sys/param.h>
#include <sys/proc.h>
struct pgrp *
DESCRIPTIONThepgfind () function takes a pgid
as its argument and returns a pointer to the pgrp
structure whose pg_id is specified in the argument.
RETURN VALUESThepgfind () function returns
NULL on failure or a pointer to a
pgrp structure on successful completion.
SEE ALSOpfind(9)AUTHORSThis manual page was written by Evan Sarmiento <kaworu@sektor7.ath.cx>.
Visit the GSP FreeBSD Man Page Interface. |