diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-26 22:49:59 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-26 22:49:59 +0200 |
commit | 6147cdbb2f5b3cf7b7f92a0dc7532671f82674ee (patch) | |
tree | eda34d1445219e5027053e24ccaf5a8640496f61 /doc/bus_unlink.3 | |
parent | Merge pull request #3 from troglobit/master (diff) | |
download | bus-6147cdbb2f5b3cf7b7f92a0dc7532671f82674ee.tar.gz bus-6147cdbb2f5b3cf7b7f92a0dc7532671f82674ee.tar.bz2 bus-6147cdbb2f5b3cf7b7f92a0dc7532671f82674ee.tar.xz |
formatting
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/bus_unlink.3')
-rw-r--r-- | doc/bus_unlink.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bus_unlink.3 b/doc/bus_unlink.3 index 47b62d8..a5f4150 100644 --- a/doc/bus_unlink.3 +++ b/doc/bus_unlink.3 @@ -15,13 +15,13 @@ Upon successful completion, the function returns 0. Otherwise the function returns -1 and sets \fIerrno\fP to indicate the error. .SH ERRORS .TP -.IR EINVAL +.B EINVAL The bus does not exist. .TP -.IR EACCES +.B EACCES Operation permission is denied to the calling process. .TP -.IR EPERM +.B EPERM The user does not have permission to remove the bus. .PP The |