From 058b0118a52061ad57694c01fc8763b22b789c4d Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 3 Jan 2005 06:40:20 +0000 Subject: Some man pages. --- man/man3/postnote.3 | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'man/man3/postnote.3') diff --git a/man/man3/postnote.3 b/man/man3/postnote.3 index fed339bd..535c7e6c 100644 --- a/man/man3/postnote.3 +++ b/man/man3/postnote.3 @@ -19,17 +19,16 @@ is .BR PNPROC , then .I note -is written to -.BI /proc/ pid /note\f1. +is sent to the process with id +.IR pid . If .I who is .BI PNGROUP , the note is delivered to the -process group by writing -.I note -to -.BI /proc/ pid /notepg\f1. +process group which has the process with id +.I pid +as a member. For .B PNGROUP only, if the calling process is in the target group, the note is @@ -39,11 +38,10 @@ delivered to that process. If the write is successful, zero is returned. Otherwise \-1 is returned. .SH SOURCE -.B /usr/local/plan9/src/libc/9sys/postnote.c +.B /usr/local/plan9/src/lib9/postnote.c .SH "SEE ALSO" .IR notify (3), -.IR intro (3), -.IR proc (3) +.IR intro (3) .SH DIAGNOSTICS Sets .IR errstr . -- cgit v1.2.3