diff options
Diffstat (limited to '')
-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 |