aboutsummaryrefslogtreecommitdiff
path: root/man/man3/postnote.3
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-03 06:40:20 +0000
committerrsc <devnull@localhost>2005-01-03 06:40:20 +0000
commit058b0118a52061ad57694c01fc8763b22b789c4d (patch)
tree6685f04dea5ed68edaa34998c976aed34c55fe94 /man/man3/postnote.3
parent2600337aa704efbeba8201e88147a764b4fd2b90 (diff)
downloadplan9port-058b0118a52061ad57694c01fc8763b22b789c4d.tar.gz
plan9port-058b0118a52061ad57694c01fc8763b22b789c4d.tar.bz2
plan9port-058b0118a52061ad57694c01fc8763b22b789c4d.zip
Some man pages.
Diffstat (limited to 'man/man3/postnote.3')
-rw-r--r--man/man3/postnote.316
1 files changed, 7 insertions, 9 deletions
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 .