From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dgV1R-0006ja-V6 for guix-patches@gnu.org; Sat, 12 Aug 2017 07:56:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dgV1O-00047c-V1 for guix-patches@gnu.org; Sat, 12 Aug 2017 07:56:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47678) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dgV1O-00047X-R6 for guix-patches@gnu.org; Sat, 12 Aug 2017 07:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dgV1O-0005sd-Ks for guix-patches@gnu.org; Sat, 12 Aug 2017 07:56:02 -0400 Subject: [bug#28062] [PATCH] doc: Change Database Services description Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dgV0b-0006IV-5X for guix-patches@gnu.org; Sat, 12 Aug 2017 07:55:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dgV0X-00036J-Vw for guix-patches@gnu.org; Sat, 12 Aug 2017 07:55:13 -0400 Received: from li622-129.members.linode.com ([212.71.249.129]:51594 helo=mira.cbaines.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dgV0X-00035g-PW for guix-patches@gnu.org; Sat, 12 Aug 2017 07:55:09 -0400 Received: from localhost (17.71.125.91.dyn.plus.net [91.125.71.17]) by mira.cbaines.net (Postfix) with ESMTPSA id 9381013D1DA for ; Sat, 12 Aug 2017 12:55:08 +0100 (BST) Received: from lesath.lan (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 5650aa6c for ; Sat, 12 Aug 2017 11:55:07 +0000 (UTC) From: Christopher Baines Date: Sat, 12 Aug 2017 12:55:07 +0100 Message-Id: <20170812115507.27311-1-mail@cbaines.net> 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: 28062@debbugs.gnu.org This is overly specific, as this section now includes the documentation for Redis, which is not an SQL database. * doc/guix.texi: Change database services description. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 8f14ddd50..db56d074a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -9024,7 +9024,7 @@ declaration. * X Window:: Graphical display. * Printing Services:: Local and remote printer support. * Desktop Services:: D-Bus and desktop services. -* Database Services:: SQL databases. +* Database Services:: SQL databases, key value stores, etc. * Mail Services:: IMAP, POP3, SMTP, and all that. * Messaging Services:: Messaging services. * Monitoring Services:: Monitoring services. -- 2.13.1