diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-29 07:04:06 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-29 07:04:06 +0100 |
commit | 79b61d359019fe008c9ab0b2da1f88f41ea1b74c (patch) | |
tree | 607473e5fc9d2b8d70553418538c3229264413a8 /doc/man | |
parent | improve readme (diff) | |
download | bus-79b61d359019fe008c9ab0b2da1f88f41ea1b74c.tar.gz bus-79b61d359019fe008c9ab0b2da1f88f41ea1b74c.tar.bz2 bus-79b61d359019fe008c9ab0b2da1f88f41ea1b74c.tar.xz |
fix documentation + add info manual
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/bus-chmod.1 | 4 | ||||
-rw-r--r-- | doc/man/bus-create.1 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/bus-chmod.1 b/doc/man/bus-chmod.1 index 24f97e6..3a44423 100644 --- a/doc/man/bus-chmod.1 +++ b/doc/man/bus-chmod.1 @@ -7,7 +7,7 @@ bus chmod - Change permissions on a bus .IR permissions .IR pathname .SH DESCRIPTION -Change whom as access to a bus with an associated \fIpathname\fP. +Change who have access to a bus with an associated \fIpathname\fP. In the \fIpermissions\fP, the owner, the group, and others (not in group) are represented by the symbols \fBu\fP, \fBg\fP, and \fBo\fP, respectively. The \fIpermissions\fP string is imagined @@ -15,7 +15,7 @@ to have always be prefixed with an \fB=\fP. This symbols means that all user classes list after it, and only those classes, as permission to use the bus. Similarly the symbols \fB+\fP and \fB\-\fP can be used to grant and revoke access, respectively. -The symbols \fB=\fP, \fB+\fP, and \fB\-\fP can be maked, and are +The symbols \fB=\fP, \fB+\fP, and \fB\-\fP can be mixed, and are interpreted from left to right. Alternatively the \fIpermissions\fP string can be a octal number, where the owner is represented by any bit in 700 (100, 200, or 400, or any combination thereof), the diff --git a/doc/man/bus-create.1 b/doc/man/bus-create.1 index d0cc27d..91041cf 100644 --- a/doc/man/bus-create.1 +++ b/doc/man/bus-create.1 @@ -7,9 +7,9 @@ bus create - Create a bus [--] .IR [pathname] .SH DESCRIPTION -Create a bus with an associated \fIpathname\fP. If \fIpathname\fP, -a random pathname in \fI$XDG_RUNTIME_DIR/bus\fP will be created and -printed to stdout. +Create a bus with an associated \fIpathname\fP. If \fIpathname\fP +is omitted, a random pathname in \fI$XDG_RUNTIME_DIR/bus\fP will be +created and printed to stdout. .SH OPTIONS .TP .B \-x |