docs: Update malcontent-client manpage to mention new supported types
Mention content types and flatpak refs are also valid for 'check' command arguments. Signed-off-by: Andre Moreira Magalhaes <andre@endlessm.com>
This commit is contained in:
parent
9f39878c93
commit
2c40458cd5
|
@ -1,7 +1,7 @@
|
||||||
.\" Manpage for malcontent\-client.
|
.\" Manpage for malcontent\-client.
|
||||||
.\" Documentation is under the same licence as the malcontent
|
.\" Documentation is under the same licence as the malcontent
|
||||||
.\" package.
|
.\" package.
|
||||||
.TH man 8 "03 Oct 2018" "1.0" "malcontent\-client man page"
|
.TH man 8 "13 Jun 2019" "1.1" "malcontent\-client man page"
|
||||||
.\"
|
.\"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.IX Header "NAME"
|
.IX Header "NAME"
|
||||||
|
@ -12,7 +12,7 @@ malcontent\-client — Parental Controls Access Utility
|
||||||
.\"
|
.\"
|
||||||
\fBmalcontent\-client get [\-q] [\-n] [\fPUSER\fB]
|
\fBmalcontent\-client get [\-q] [\-n] [\fPUSER\fB]
|
||||||
.PP
|
.PP
|
||||||
\fBmalcontent\-client check [\-q] [\-n] [\fPUSER\fB] \fPPATH\fB
|
\fBmalcontent\-client check [\-q] [\-n] [\fPUSER\fB] \fPARG\fB
|
||||||
.\"
|
.\"
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.IX Header "DESCRIPTION"
|
.IX Header "DESCRIPTION"
|
||||||
|
@ -50,9 +50,9 @@ authorization.)
|
||||||
Username or ID of the user to get the app filter for. If not specified, the
|
Username or ID of the user to get the app filter for. If not specified, the
|
||||||
current user will be used by default.
|
current user will be used by default.
|
||||||
.\"
|
.\"
|
||||||
.IP "\fBPATH\fP"
|
.IP "\fBARG\fP"
|
||||||
Path to a program to check against the app filter, to see if it can be run by
|
Path to a program, content type or flatpak ref to check against the app filter,
|
||||||
the specified user.
|
to see if it is allowed for the specified user.
|
||||||
.\"
|
.\"
|
||||||
.IP "\fB\-q\fP, \fB\-\-quiet\fP"
|
.IP "\fB\-q\fP, \fB\-\-quiet\fP"
|
||||||
Only output error messages, and no informational messages, as the operation
|
Only output error messages, and no informational messages, as the operation
|
||||||
|
@ -85,8 +85,8 @@ encounters problems.
|
||||||
.IP "0" 4
|
.IP "0" 4
|
||||||
.IX Item "0"
|
.IX Item "0"
|
||||||
No problems occurred. The utility ran and successfully queried the app filter.
|
No problems occurred. The utility ran and successfully queried the app filter.
|
||||||
If running the \fBcheck\fP command, the given path was allowed to be run by the
|
If running the \fBcheck\fP command, the given path, content type or flatpak ref
|
||||||
given user.
|
was allowed for the given user.
|
||||||
.\"
|
.\"
|
||||||
.IP "1" 4
|
.IP "1" 4
|
||||||
.IX Item "1"
|
.IX Item "1"
|
||||||
|
@ -99,8 +99,8 @@ The current user was not authorized to query the app filter for the given user.
|
||||||
.\"
|
.\"
|
||||||
.IP "3" 4
|
.IP "3" 4
|
||||||
.IX Item "3"
|
.IX Item "3"
|
||||||
If running the \fBcheck\fP command, the given path was \fInot\fP allowed to be
|
If running the \fBcheck\fP command, the given path, content type or flatpak ref
|
||||||
run by the given user.
|
was \fInot\fP allowed for the given user.
|
||||||
.\"
|
.\"
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
.IX Header "BUGS"
|
.IX Header "BUGS"
|
||||||
|
|
Loading…
Reference in New Issue