|
NAMEpostnote - send a note to a process or process group DESCRIPTIONPostnote sends a note to a process or process group. If who is PNPROC, then note is sent to the process with id pid. If who is PNGROUP, the note is delivered to the process group containing the process with id pid. For PNGROUP only, if the calling process is in the target group, the note is not delivered to that process. Returns zero if the write succeeds, otherwise -1. SOURCE/src/lib9/postnote.c DIAGNOSTICSSets errstr.
|