Query: postnote
OS: plan9
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
POSTNOTE(2) System Calls Manual POSTNOTE(2)NAMEpostnote - send a note to a process or process groupSYNOPSIS#include <u.h> #include <libc.h> int postnote(int who, int pid, char *note)DESCRIPTIONPostnote sends a note to a process or process group. If who is PNPROC, then note is written to /proc/pid/note. If who is PNGROUP, the note is delivered to the process group by writing note to /proc/pid/notepg. For PNGROUP only, if the calling process is in the target group, the note is not delivered to that process. If the write is successful, zero is returned. Otherwise -1 is returned.SOURCE/sys/src/libc/9sys/postnote.cSEE ALSOnotify(2), intro(2), proc(3)DIAGNOSTICSSets errstr. POSTNOTE(2)
Related Man Pages |
---|
getsid(2) - opensolaris |
setpgid(2) - opensolaris |
proc(3) - plan9 |
setpgid(3) - ultrix |
getppid(2) - sunos |
Similar Topics in the Unix Linux Community |
---|
PHP Write Man Pages to MySQL DB |
Denial Of Service Attack Update |