You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Administrators wishing to prevent unauthorized cancellation of jobs via the <i>-u</i> option should require authentication for Cancel-Jobs operations in
Copy file name to clipboardExpand all lines: man/cancel.1
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
9
9
.\" information.
10
10
.\"
11
-
.TH cancel 1 "CUPS" "2022-05-02" "OpenPrinting"
11
+
.TH cancel 1 "CUPS" "2026-03-06" "OpenPrinting"
12
12
.SH NAME
13
13
cancel \- cancel jobs
14
14
.SH SYNOPSIS
@@ -81,8 +81,14 @@ Cancel all jobs:
81
81
cancel \-a
82
82
.fi
83
83
.SH NOTES
84
-
Administrators wishing to prevent unauthorized cancellation of jobs via the \fI\-u\fR option should require authentication for Cancel-Jobs operations in
85
-
.BR cupsd.conf (5).
84
+
The
85
+
.B\-a
86
+
and
87
+
.BI\-u " username"
88
+
options require administrative access.
89
+
These restrictions are part of the operation policies defined in the
90
+
.BR cupsd.conf (5)
91
+
file for the "Cancel-Jobs" and "Cancel-My-Jobs" operations, respectively.
0 commit comments