diff options
author | Christopher Baines <mail@cbaines.net> | 2017-07-27 18:38:32 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2017-08-12 22:08:13 +0100 |
commit | 065225a42d5555c6727dc26461a6a62867011ac9 (patch) | |
tree | bdc98aaab3c2fa762601f3de32c61bab1e401872 /doc | |
parent | 861fd04baf8087156d927c58f502132466e5ead5 (diff) | |
download | patches-065225a42d5555c6727dc26461a6a62867011ac9.tar patches-065225a42d5555c6727dc26461a6a62867011ac9.tar.gz |
doc: Change Database Services description.
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 8f14ddd507..02933c82ca 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. |