From 281a616d7235d5cfbce695af2e820deaba45bdf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 25 Mar 2025 10:02:25 +0100 Subject: [PATCH] =?UTF-8?q?doc:=20Remove=20incorrect=20=E2=80=98kbxutil?= =?UTF-8?q?=E2=80=99=20example.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes . * doc/guix.texi (Invoking guix refresh): Remove ‘kbxutil’ example. Reported-by: Attila Lendvai Change-Id: If185740731bf29462caba8be31c07f296d0bddd0 --- doc/guix.texi | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index d897618e56f..730fb457987 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -15316,14 +15316,7 @@ signing keys. OpenPGP signatures are checked against keys from this keyring; missing keys are downloaded to this keyring as well (see @option{--key-download} below). -You can export keys from your default GPG keyring into a keybox file using -commands like this one: - -@example -gpg --export rms@@gnu.org | kbxutil --import-openpgp >> mykeyring.kbx -@end example - -Likewise, you can fetch keys to a specific keybox file like this: +You can fetch keys to a specific keybox file like this: @example gpg --no-default-keyring --keyring mykeyring.kbx \