diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-17 00:42:04 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-17 00:42:04 +0200 |
commit | 4d7037fc66497560abf736786f1ce4cf14106586 (patch) | |
tree | aaa76894627796bb79a599db2636e536674003bf /doc/bus_unlink.3 | |
parent | m libbus.7: future direction (diff) | |
download | bus-4d7037fc66497560abf736786f1ce4cf14106586.tar.gz bus-4d7037fc66497560abf736786f1ce4cf14106586.tar.bz2 bus-4d7037fc66497560abf736786f1ce4cf14106586.tar.xz |
add man3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/bus_unlink.3')
-rw-r--r-- | doc/bus_unlink.3 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bus_unlink.3 b/doc/bus_unlink.3 new file mode 100644 index 0000000..f1bc947 --- /dev/null +++ b/doc/bus_unlink.3 @@ -0,0 +1,20 @@ +.TH BUS_UNLINK 1 BUS-%VERSION% +.SH NAME +bus_unlink - Remove a bus +.SH SYNOPSIS +#include <bus.h> + +int bus_unlink(const char *file); +.SH DESCRIPTION +The \fIbus_unlink\fP function shall remove the bus assoicated with the pathname stored in \fIfile\fP. The \fIbus_unlink\fP function shall also unlink the file. +.SH RETURN VALUES +Upon successful completion, the function shall return 0. Otherwise the function shall return -1 and set \fIerrno\fP to indicate the error. +.SH SEE ALSO +bus-create(1), bus(5), libbus(7), bus_create(3), bus_close(3) +.SH AUTHORS +See the LICENSE file for the authors. +.SH LICENSE +See the LICENSE file for the terms of redistribution. +.SH BUGS +Please report them. + |