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_chown.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_chown.3')
-rw-r--r-- | doc/bus_chown.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bus_chown.3 b/doc/bus_chown.3 index 7bfe60a..86e9481 100644 --- a/doc/bus_chown.3 +++ b/doc/bus_chown.3 @@ -6,8 +6,8 @@ bus_chown - Change bus owner and group int bus_chown(const char *file, uid_t owner, gid_t group); .SH DESCRIPTION -The \fIbus_chown()\fP function shall change the owner and the group of -the bus associated with \fIfile\fP to the \fIowner\fP and \fIgroup\fP, +The \fIbus_chown()\fP function change the owner and the group of the bus +associated with \fIfile\fP to the \fIowner\fP and \fIgroup\fP, respectively. .SH RETURN VALUES Upon successful completion, the function returns 0. Otherwise the |