From d84d50ed1f7949fc28f7ddf46a74124a7e404039 Mon Sep 17 00:00:00 2001 From: kyodev Date: Wed, 30 Aug 2017 22:45:37 +0200 Subject: [PATCH] typos --- docs/trucs/kernel/kernel-compil.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/trucs/kernel/kernel-compil.md b/docs/trucs/kernel/kernel-compil.md index 95df0f1..aaf54ce 100644 --- a/docs/trucs/kernel/kernel-compil.md +++ b/docs/trucs/kernel/kernel-compil.md @@ -57,7 +57,7 @@ wget https://www.kernel.org/pub/linux/kernel/v${kversion:0:1}.x/linux-$kversion. vérification signature des sources: ```shell -xz -cd linux-$kversion.tar.xz | gpg --verify linux-$kversion.tar.sign - +xz -cd linux-$kversion.tar.xz | gpg --verify linux-$kversion.tar.sign ``` ```text gpg: Signature made mer. 03 mai 2017 17:38:11 CEST @@ -80,7 +80,7 @@ gpg --keyserver hkp://keys.gnupg.net --recv-keys 647F28654894E3BD457199BE38DBBDC re-vérification: ```shell -xz -cd linux-$kversion.tar.xz | gpg --verify linux-$kversion.tar.sign - +xz -cd linux-$kversion.tar.xz | gpg --verify linux-$kversion.tar.sign ``` ```text gpg: Signature made mer. 03 mai 2017 17:38:11 CEST