man: minor manual edits

This commit is contained in:
grai 2008-07-22 03:26:08 +10:00
parent e1df0680fd
commit 881e5d1e95
3 changed files with 8 additions and 8 deletions

View file

@ -154,12 +154,12 @@ relay(int fd0, int fd1)
} }
.EE .EE
.LP .LP
If the two The two
.I relaythread .I relaythread
instances were running in different procs, the instances are running in the same proc, so the
common access to common access to
.I tot .I tot
would be unsafe. is safe.
.PP .PP
Implement Implement
.IR ioread : .IR ioread :

View file

@ -26,17 +26,15 @@ If
is is
.BI PNGROUP , .BI PNGROUP ,
the note is delivered to the the note is delivered to the
process group which has the process with id process group containing the process with id
.I pid .IR pid .
as a member.
For For
.B PNGROUP .B PNGROUP
only, if the calling process is in the target group, the note is only, if the calling process is in the target group, the note is
.I not .I not
delivered to that process. delivered to that process.
.PP .PP
If the write is successful, zero is returned. Returns zero if the write succeeds, otherwise \-1.
Otherwise \-1 is returned.
.SH SOURCE .SH SOURCE
.B \*9/src/lib9/postnote.c .B \*9/src/lib9/postnote.c
.SH "SEE ALSO" .SH "SEE ALSO"

View file

@ -57,6 +57,8 @@ on the system console.
can be used safely in multi-threaded programs. can be used safely in multi-threaded programs.
.SH SOURCE .SH SOURCE
.B \*9/src/lib9/sysfatal.c .B \*9/src/lib9/sysfatal.c
.br
.B \*9/src/lib9/syslog.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR intro (3), .IR intro (3),
.IR errstr (3), .IR errstr (3),