diff options
author | grai <t.lainson@gmail.com> | 2008-07-22 03:26:08 +1000 |
---|---|---|
committer | grai <t.lainson@gmail.com> | 2008-07-22 03:26:08 +1000 |
commit | 881e5d1e95367ad84cac49dbb958a361b1ec998e (patch) | |
tree | 16e4f822d6ed9791aadf786885017b5e86860920 | |
parent | e1df0680fddc7a1fadd66814f183116892dc3e37 (diff) | |
download | plan9port-881e5d1e95367ad84cac49dbb958a361b1ec998e.tar.gz plan9port-881e5d1e95367ad84cac49dbb958a361b1ec998e.tar.bz2 plan9port-881e5d1e95367ad84cac49dbb958a361b1ec998e.zip |
man: minor manual edits
-rw-r--r-- | man/man3/ioproc.3 | 6 | ||||
-rw-r--r-- | man/man3/postnote.3 | 8 | ||||
-rw-r--r-- | man/man3/sysfatal.3 | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/man/man3/ioproc.3 b/man/man3/ioproc.3 index c0fd4146..865a9883 100644 --- a/man/man3/ioproc.3 +++ b/man/man3/ioproc.3 @@ -154,12 +154,12 @@ relay(int fd0, int fd1) } .EE .LP -If the two +The two .I relaythread -instances were running in different procs, the +instances are running in the same proc, so the common access to .I tot -would be unsafe. +is safe. .PP Implement .IR ioread : diff --git a/man/man3/postnote.3 b/man/man3/postnote.3 index 1bf10ee0..7c323964 100644 --- a/man/man3/postnote.3 +++ b/man/man3/postnote.3 @@ -26,17 +26,15 @@ If is .BI PNGROUP , the note is delivered to the -process group which has the process with id -.I pid -as a member. +process group containing the process with id +.IR pid . For .B PNGROUP only, if the calling process is in the target group, the note is .I not delivered to that process. .PP -If the write is successful, zero is returned. -Otherwise \-1 is returned. +Returns zero if the write succeeds, otherwise \-1. .SH SOURCE .B \*9/src/lib9/postnote.c .SH "SEE ALSO" diff --git a/man/man3/sysfatal.3 b/man/man3/sysfatal.3 index d0a66650..c1e9b83c 100644 --- a/man/man3/sysfatal.3 +++ b/man/man3/sysfatal.3 @@ -57,6 +57,8 @@ on the system console. can be used safely in multi-threaded programs. .SH SOURCE .B \*9/src/lib9/sysfatal.c +.br +.B \*9/src/lib9/syslog.c .SH "SEE ALSO" .IR intro (3), .IR errstr (3), |