diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-29 08:41:59 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-29 08:41:59 +0100 |
commit | 6b6e5197d17180e46b311fa7349108074dca8799 (patch) | |
tree | 694250c14e20243bc0e27888e1f2368160ff37cf /doc | |
parent | fix manpages (diff) | |
download | bus-6b6e5197d17180e46b311fa7349108074dca8799.tar.gz bus-6b6e5197d17180e46b311fa7349108074dca8799.tar.bz2 bus-6b6e5197d17180e46b311fa7349108074dca8799.tar.xz |
m man
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/bus_chown.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/bus_chown.3 b/doc/man/bus_chown.3 index fcde96b..c047d83 100644 --- a/doc/man/bus_chown.3 +++ b/doc/man/bus_chown.3 @@ -11,7 +11,7 @@ int bus_chown(const char *\fIfile\fP, uid_t \fIowner\fP, gid_t \fIgroup\fP); .SH DESCRIPTION The .BR bus_chown () -function change the owner and the group of the bus associated with +function changes the owner and the group of the bus associated with \fIfile\fP to the \fIowner\fP and \fIgroup\fP, respectively. .PP The current ownership of a bus can be retrieved by running |