diff options
Diffstat (limited to '')
-rw-r--r-- | doc/bus_chmod.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/bus_chmod.3 b/doc/bus_chmod.3 index c61fcd3..f7d431d 100644 --- a/doc/bus_chmod.3 +++ b/doc/bus_chmod.3 @@ -6,12 +6,12 @@ bus_chmod - Change bus mode bits int bus_chmod(const char *file, mode_t mode); .SH DESCRIPTION -The \fIbus_chmod()\fP function shall give access to the bus associated -with \fIfile\fP according to the following rules: +The \fIbus_chmod()\fP function gives access to the bus associated with +\fIfile\fP according to the following rules: .TP * -If (\fImode\fP &S_IRWXU) the owner should be given full access to -the bus. Otherwise the owner should have no access. +If (\fImode\fP &S_IRWXU) the owner should be given full access to the +bus. Otherwise the owner should have no access. .TP * If (\fImode\fP &S_IRWXG) the group should be given read and write |