aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bus_unlink.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-04-25 16:35:25 +0200
committerMattias Andrée <maandree@operamail.com>2015-04-25 16:35:25 +0200
commit87b9b381349bb357c937090609ccd6125f051786 (patch)
tree03718b99a6bd17d77b8afb89e5708b6cbcef9024 /doc/bus_unlink.3
parentdoc: bus_read: whoops (diff)
downloadbus-87b9b381349bb357c937090609ccd6125f051786.tar.gz
bus-87b9b381349bb357c937090609ccd6125f051786.tar.bz2
bus-87b9b381349bb357c937090609ccd6125f051786.tar.xz
doc: fix formatting
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--doc/bus_unlink.33
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bus_unlink.3 b/doc/bus_unlink.3
index ef7cf30..7044922 100644
--- a/doc/bus_unlink.3
+++ b/doc/bus_unlink.3
@@ -20,8 +20,9 @@ Operation permission is denied to the calling process.
.IR EPERM
The user does not have permission to remove the bus.
.SH
-
+.BR
The \fIbus_unlink\fP() function may also fail and set \fIerrno\fP to any of the errors specified for the rutines unlink(2), open(2), semget(3) and shmget(3).
+.BR
.SH SEE ALSO
bus-create(1), bus(5), libbus(7), bus_create(3), bus_close(3)
.SH AUTHORS