diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-05-01 14:19:46 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-05-01 14:19:57 +0200 |
commit | 87b5e28fb0bfcfa67f82c994e86b4f0fbf7e9868 (patch) | |
tree | 5c9ffc1b4cff1f8598d308ebfa05012643a9fdd5 /doc/bus_write.3 | |
parent | add todos for timed operations (diff) | |
download | bus-87b5e28fb0bfcfa67f82c994e86b4f0fbf7e9868.tar.gz bus-87b5e28fb0bfcfa67f82c994e86b4f0fbf7e9868.tar.bz2 bus-87b5e28fb0bfcfa67f82c994e86b4f0fbf7e9868.tar.xz |
fix manpages + add manpages for bus_chown and bus_chmod
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/bus_write.3')
-rw-r--r-- | doc/bus_write.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/bus_write.3 b/doc/bus_write.3 index fd758be..8fbecbf 100644 --- a/doc/bus_write.3 +++ b/doc/bus_write.3 @@ -1,4 +1,4 @@ -.TH BUS_CLOSE 1 BUS-%VERSION% +.TH BUS_WRITE 3 BUS-%VERSION% .SH NAME bus_write - Broadcast a message a bus .SH SYNOPSIS @@ -19,12 +19,13 @@ Upon successful completion, the function returns 0. Otherwise the function returns -1 and sets \fIerrno\fP to indicate the error. .SH ERRORS The -.BR bus_read(3) +.BR bus_write(3) function may fail and set \fIerrno\fP to any of the errors specified for .BR semop(3). .SH SEE ALSO -bus-create(1), bus(5), libbus(7), bus_open(3), bus_read(3) +bus-create(1), bus(5), libbus(7), bus_open(3), bus_read(3), +bus_chown(3), bus_chmod(3) .SH AUTHORS Principal author, Mattias Andrée. See the LICENSE file for the full list of authors. |