summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-08-31 03:23:16 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-08-31 03:24:41 +0200
commit5a097cdd5446587511dbee049ad706366c74e5ad (patch)
treef498d3d03f594be9b9d967e179a6c082cd8e007b /doc
parent1ec29dff3ab2bcf1cdc637590889c46592e10fe1 (diff)
downloadguix-5a097cdd5446587511dbee049ad706366c74e5ad.tar.gz
guix-5a097cdd5446587511dbee049ad706366c74e5ad.tar.xz
services: cups: Rename ‘retry-this-job’ to ‘retry-current-job’.
* gnu/services/cups.scm (error-policy, cups-configuration): Substitute RETRY-CURRENT-JOB for the obsolete RETRY-THIS-JOB name of this policy. * doc/guix.texi (Printing Services): Likewise.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 8469aad2b4..54c7ea739e 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -14347,7 +14347,7 @@ Defaults to @samp{30}.
Specifies what to do when an error occurs. Possible values are
@code{abort-job}, which will discard the failed print job;
@code{retry-job}, which will retry the job at a later time;
-@code{retry-this-job}, which retries the failed job immediately; and
+@code{retry-current-job}, which retries the failed job immediately; and
@code{stop-printer}, which stops the printer.
Defaults to @samp{stop-printer}.