From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man3/postnote.html | 80 -------------------------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 man/man3/postnote.html (limited to 'man/man3/postnote.html') diff --git a/man/man3/postnote.html b/man/man3/postnote.html deleted file mode 100644 index b08507e5..00000000 --- a/man/man3/postnote.html +++ /dev/null @@ -1,80 +0,0 @@ - -postnote(3) - Plan 9 from User Space - - - - -
-
-
POSTNOTE(3)POSTNOTE(3) -
-
-

NAME
- -
- - postnote – send a note to a process or process group
- -
-

SYNOPSIS
- -
- - #include <u.h>
- #include <libc.h> -
-
- int    postnote(int who, int pid, char *note)
-
-
-

DESCRIPTION
- -
- - 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 which has - the process with id pid as a member. 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
- -
- - /usr/local/plan9/src/lib9/postnote.c
-
-
-

SEE ALSO
- -
- - notify(3), intro(3)
- -
-

DIAGNOSTICS
- -
- - Sets errstr.
- -
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3