unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Roman Scherer <roman@burningswell.com>
To: 73097@debbugs.gnu.org
Cc: "Roman Scherer" <roman@burningswell.com>,
	"Florian Pelz" <pelzflorian@pelzflorian.de>,
	"Julien Lepiller" <julien@lepiller.eu>,
	"Ludovic Courtès" <ludo@gnu.org>,
	"Maxim Cournoyer" <maxim.cournoyer@gmail.com>
Subject: [bug#73097] [PATCH] doc: cookbook: Fix typo in screen-locker-service-type
Date: Sat,  7 Sep 2024 15:12:33 +0200	[thread overview]
Message-ID: <a5f3a64a31e18ad39e393a3eb9a7b4933f11a766.1725714675.git.roman@burningswell.com> (raw)

The screen locker service type is called screen-locker-service-type, and not
screen-locker-services-type.

* doc/guix-cookbook.texi
* po/doc/guix-cookbook.de.po
* po/doc/guix-cookbook.fr.po
* po/doc/guix-cookbook.ko.po
* po/doc/guix-cookbook.pt_BR.po
* po/doc/guix-cookbook.sk.po
* po/doc/guix-cookbook.sv.po

Change-Id: I191b0cb971f435f283ff8d0278e581372d16ae95
---
 doc/guix-cookbook.texi        | 2 +-
 po/doc/guix-cookbook.de.po    | 4 ++--
 po/doc/guix-cookbook.fr.po    | 4 ++--
 po/doc/guix-cookbook.ko.po    | 2 +-
 po/doc/guix-cookbook.pt_BR.po | 4 ++--
 po/doc/guix-cookbook.sk.po    | 2 +-
 po/doc/guix-cookbook.sv.po    | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index 4c2b23786c..e41d584813 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -2453,7 +2453,7 @@ Xorg
 can be achieved by adding the following service to your @file{config.scm}:
 
 @lisp
-(service screen-locker-services-type
+(service screen-locker-service-type
          (screen-locker-configuration
           (name "slock")
           (program (file-append slock "/bin/slock"))))
diff --git a/po/doc/guix-cookbook.de.po b/po/doc/guix-cookbook.de.po
index c10cfe2922..508fb522a2 100644
--- a/po/doc/guix-cookbook.de.po
+++ b/po/doc/guix-cookbook.de.po
@@ -4520,12 +4520,12 @@ msgstr "Damit slock aber überhaupt die Berechtigung dafür erteilt bekommt, Bil
 #: guix-git/doc/guix-cookbook.texi:2460
 #, no-wrap
 msgid ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
 "         (screen-locker-configuration\n"
 "          (name \"slock\")\n"
 "          (program (file-append slock \"/bin/slock\"))))\n"
 msgstr ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
 "         (screen-locker-configuration\n"
 "          (name \"slock\")\n"
 "          (program (file-append slock \"/bin/slock\"))))\n"
diff --git a/po/doc/guix-cookbook.fr.po b/po/doc/guix-cookbook.fr.po
index f22aa9d7e8..a75240dc0b 100644
--- a/po/doc/guix-cookbook.fr.po
+++ b/po/doc/guix-cookbook.fr.po
@@ -4537,12 +4537,12 @@ msgstr "Pour que slock puisse verrouiller l'écran de la session graphique, il d
 #: guix-git/doc/guix-cookbook.texi:2460
 #, no-wrap
 msgid ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
 "         (screen-locker-configuration\n"
 "          (name \"slock\")\n"
 "          (program (file-append slock \"/bin/slock\"))))\n"
 msgstr ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
 "         (screen-locker-configuration\n"
 "          (name \"slock\")\n"
 "          (program (file-append slock \"/bin/slock\"))))\n"
diff --git a/po/doc/guix-cookbook.ko.po b/po/doc/guix-cookbook.ko.po
index a3624f095a..6c4ba97c61 100644
--- a/po/doc/guix-cookbook.ko.po
+++ b/po/doc/guix-cookbook.ko.po
@@ -4208,7 +4208,7 @@ msgstr ""
 #: guix-git/doc/guix-cookbook.texi:2459
 #, no-wrap
 msgid ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
 "         (screen-locker-configuration\n"
 "          (name \"slock\")\n"
 "          (program (file-append slock \"/bin/slock\"))))\n"
diff --git a/po/doc/guix-cookbook.pt_BR.po b/po/doc/guix-cookbook.pt_BR.po
index 509d12cede..e7198a37d4 100644
--- a/po/doc/guix-cookbook.pt_BR.po
+++ b/po/doc/guix-cookbook.pt_BR.po
@@ -4538,12 +4538,12 @@ msgstr "Para que o slock possa ser um bloqueador de tela para a sessão gráfica
 #: doc/guix-cookbook.texi:2460
 #, no-wrap
 msgid ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
 "         (screen-locker-configuration\n"
 "          (name \"slock\")\n"
 "          (program (file-append slock \"/bin/slock\"))))\n"
 msgstr ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
 "         (screen-locker-configuration\n"
 "          (name \"slock\")\n"
 "          (program (file-append slock \"/bin/slock\"))))\n"
diff --git a/po/doc/guix-cookbook.sk.po b/po/doc/guix-cookbook.sk.po
index 37d1568896..1aa0b5e527 100644
--- a/po/doc/guix-cookbook.sk.po
+++ b/po/doc/guix-cookbook.sk.po
@@ -4507,7 +4507,7 @@ msgstr "Aby mohol slock uzamknúť obrazovku grafického sedenia, musí mať nas
 #| "         (postgresql-configuration\n"
 #| "          (postgresql postgresql-14)))\n"
 msgid ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
 "         (screen-locker-configuration\n"
 "          (name \"slock\")\n"
 "          (program (file-append slock \"/bin/slock\"))))\n"
diff --git a/po/doc/guix-cookbook.sv.po b/po/doc/guix-cookbook.sv.po
index 276d6e5e83..93f6bb16b8 100644
--- a/po/doc/guix-cookbook.sv.po
+++ b/po/doc/guix-cookbook.sv.po
@@ -3877,7 +3877,7 @@ msgstr ""
 #: doc/guix-cookbook.texi:2460
 #, no-wrap
 msgid ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
 "         (screen-locker-configuration\n"
 "          (name \"slock\")\n"
 "          (program (file-append slock \"/bin/slock\"))))\n"

base-commit: b2f9231cd9ff0ce326e36e258a4d14484d6e2199
-- 
2.45.2





             reply	other threads:[~2024-09-07 13:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-07 13:12 Roman Scherer [this message]
2024-09-09 15:25 ` [bug#73097] [PATCH] doc: cookbook: Fix typo in screen-locker-service-type Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a5f3a64a31e18ad39e393a3eb9a7b4933f11a766.1725714675.git.roman@burningswell.com \
    --to=roman@burningswell.com \
    --cc=73097@debbugs.gnu.org \
    --cc=julien@lepiller.eu \
    --cc=ludo@gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    --cc=pelzflorian@pelzflorian.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).