GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
POSTNOTE(3) FreeBSD Library Functions Manual POSTNOTE(3)

postnote - send a note to a process or process group

#include <u.h>
#include <libc.h>

int	postnote(int who, int pid, char *note)

Postnote 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.

/src/lib9/postnote.c

Sets errstr.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.