From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:60569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYXEr-00026f-I3 for guix-patches@gnu.org; Wed, 05 Jun 2019 10:50:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYXEq-0002Fq-Le for guix-patches@gnu.org; Wed, 05 Jun 2019 10:50:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34289) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hYXEq-0002Fc-Hf for guix-patches@gnu.org; Wed, 05 Jun 2019 10:50:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hYXEo-0002lt-3c for guix-patches@gnu.org; Wed, 05 Jun 2019 10:50:03 -0400 Subject: [bug#36104] [PATCH] doc: Fix typo. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:60325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYXE5-0001be-Ty for guix-patches@gnu.org; Wed, 05 Jun 2019 10:49:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYXE4-0008UO-Vz for guix-patches@gnu.org; Wed, 05 Jun 2019 10:49:17 -0400 Received: from mout02.posteo.de ([185.67.36.66]:41053) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hYXE4-0008BE-Ef for guix-patches@gnu.org; Wed, 05 Jun 2019 10:49:16 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 603ED240146 for ; Wed, 5 Jun 2019 16:49:09 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 45JsB11794z9rxb for ; Wed, 5 Jun 2019 16:48:56 +0200 (CEST) From: Diego Nicola Barbato Date: Wed, 05 Jun 2019 16:48:50 +0200 Message-ID: <87zhmwdr59.fsf@GlaDOS.home> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36104@debbugs.gnu.org --=-=-= Content-Type: text/plain Hi Guix, This patch fixes a typo in the documentation. Regards, Diego --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-doc-Fix-typo.patch >From df07bcdf7ef0593023d53f676660ba93d826d359 Mon Sep 17 00:00:00 2001 From: Diego Nicola Barbato Date: Thu, 16 May 2019 13:39:18 +0200 Subject: [PATCH] doc: Fix typo. * doc/guix.texi (Invoking guix archive): Remove spurious hyphen in example. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index a8f3a5ad27..996255d9dc 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4219,7 +4219,7 @@ to another like this: @example guix archive --export -r $(readlink -f ~/.guix-profile) | \ - ssh the-machine guix-archive --import + ssh the-machine guix archive --import @end example @noindent -- 2.21.0 --=-=-=--