mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
services: cups: Fix ‘files-config’ typo/left-over.
* gnu/services/cups.scm (<policy-configuration>): Substitute <files-configuration> for <files-config> in documentation. * doc/guix.texi (Printing Services): Likewise.
This commit is contained in:
parent
4605ea1a78
commit
e254287b0c
2 changed files with 13 additions and 12 deletions
|
@ -18931,7 +18931,7 @@ Specifies an access list for a job's private values. @code{@@ACL} maps
|
|||
to the printer's requesting-user-name-allowed or
|
||||
requesting-user-name-denied values. @code{@@OWNER} maps to the job's
|
||||
owner. @code{@@SYSTEM} maps to the groups listed for the
|
||||
@code{system-group} field of the @code{files-config} configuration,
|
||||
@code{system-group} field of the @code{files-configuration},
|
||||
which is reified into the @code{cups-files.conf(5)} file. Other
|
||||
possible elements of the access list include specific user names, and
|
||||
@code{@@@var{group}} to indicate members of a specific group. The
|
||||
|
@ -18953,7 +18953,7 @@ Specifies an access list for a subscription's private values.
|
|||
@code{@@ACL} maps to the printer's requesting-user-name-allowed or
|
||||
requesting-user-name-denied values. @code{@@OWNER} maps to the job's
|
||||
owner. @code{@@SYSTEM} maps to the groups listed for the
|
||||
@code{system-group} field of the @code{files-config} configuration,
|
||||
@code{system-group} field of the @code{files-configuration},
|
||||
which is reified into the @code{cups-files.conf(5)} file. Other
|
||||
possible elements of the access list include specific user names, and
|
||||
@code{@@@var{group}} to indicate members of a specific group. The
|
||||
|
|
|
@ -292,11 +292,12 @@ (define-configuration policy-configuration
|
|||
"Name of the policy.")
|
||||
(job-private-access
|
||||
(string "@OWNER @SYSTEM")
|
||||
"Specifies an access list for a job's private values. @code{@@ACL} maps to
|
||||
the printer's requesting-user-name-allowed or requesting-user-name-denied
|
||||
values. @code{@@OWNER} maps to the job's owner. @code{@@SYSTEM} maps to the
|
||||
groups listed for the @code{system-group} field of the @code{files-config}
|
||||
configuration, which is reified into the @code{cups-files.conf(5)} file.
|
||||
"Specifies an access list for a job's private values.
|
||||
@code{@@ACL} maps to the printer's requesting-user-name-allowed or
|
||||
requesting-user-name-denied values. @code{@@OWNER} maps to the job's owner.
|
||||
@code{@@SYSTEM} maps to the groups listed for the @code{system-group} field of
|
||||
the @code{files-configuration}, which is reified into the
|
||||
@code{cups-files.conf(5)} file.
|
||||
Other possible elements of the access list include specific user names, and
|
||||
@code{@@@var{group}} to indicate members of a specific group. The access list
|
||||
may also be simply @code{all} or @code{default}.")
|
||||
|
@ -312,11 +313,11 @@ (define-configuration policy-configuration
|
|||
@code{@@ACL} maps to the printer's requesting-user-name-allowed or
|
||||
requesting-user-name-denied values. @code{@@OWNER} maps to the job's owner.
|
||||
@code{@@SYSTEM} maps to the groups listed for the @code{system-group} field of
|
||||
the @code{files-config} configuration, which is reified into the
|
||||
@code{cups-files.conf(5)} file. Other possible elements of the access list
|
||||
include specific user names, and @code{@@@var{group}} to indicate members of a
|
||||
specific group. The access list may also be simply @code{all} or
|
||||
@code{default}.")
|
||||
the @code{files-configuration}, which is reified into the
|
||||
@code{cups-files.conf(5)} file.
|
||||
Other possible elements of the access list include specific user names, and
|
||||
@code{@@@var{group}} to indicate members of a specific group. The access list
|
||||
may also be simply @code{all} or @code{default}.")
|
||||
(subscription-private-values
|
||||
(string (string-join '("notify-events" "notify-pull-method"
|
||||
"notify-recipient-uri" "notify-subscriber-user-name"
|
||||
|
|
Loading…
Reference in a new issue