diff options
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. |