diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-05-01 14:42:43 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-05-01 14:42:43 +0200 |
commit | 8aacddbe8e827f13306460ff211aae25e4db68a8 (patch) | |
tree | 515cc019aa88f5ee80cfbdbc8fb94f43ffcd6c81 /doc/bus_chmod.3 | |
parent | fix manpages + add manpages for bus_chown and bus_chmod (diff) | |
download | bus-8aacddbe8e827f13306460ff211aae25e4db68a8.tar.gz bus-8aacddbe8e827f13306460ff211aae25e4db68a8.tar.bz2 bus-8aacddbe8e827f13306460ff211aae25e4db68a8.tar.xz |
m + add bus_poll.3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/bus_chmod.3')
-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 |