summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-11-25 15:30:03 +0100
committerLudovic Courtès <ludo@gnu.org>2012-11-25 16:08:10 +0100
commitc80e7e55b37575baa310b1c5e6ed10903904b8d6 (patch)
tree0fb6351d93d855f871cb34156cdccfb590ff3533
parentda7b042dd921acce03453e6433512b572463c5c5 (diff)
downloadgnu-guix-c80e7e55b37575baa310b1c5e6ed10903904b8d6.tar
gnu-guix-c80e7e55b37575baa310b1c5e6ed10903904b8d6.tar.gz
doc: Mention the pronunciation of "Guix".
* README: Mention pronunciation of "Guix". * doc/guix.texi (Introduction): Likewise.
-rw-r--r--README10
-rw-r--r--doc/guix.texi14
2 files changed, 13 insertions, 11 deletions
diff --git a/README b/README
index 6a32cb32cc..9fdcc0effe 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
-*- mode: org -*-
-[[http://www.gnu.org/software/guix/][GNU Guix]] is a purely functional package manager, and associated free
-software distribution, for the [[http://www.gnu.org/gnu/gnu.html][GNU system]]. In addition to standard
-package management features, Guix supports transactional upgrades and
-roll-backs, unprivileged package management, per-user profiles, and
-garbage collection.
+[[http://www.gnu.org/software/guix/][GNU Guix]] (IPA: /ɡiːks/) is a purely functional package manager, and
+associated free software distribution, for the [[http://www.gnu.org/gnu/gnu.html][GNU system]]. In addition
+to standard package management features, Guix supports transactional
+upgrades and roll-backs, unprivileged package management, per-user
+profiles, and garbage collection.
It provides [[http://www.gnu.org/software/guile/][Guile]] Scheme APIs, including a high-level embedded
domain-specific languages (EDSLs) to describe how packages are to be
diff --git a/doc/guix.texi b/doc/guix.texi
index 93dd69ff56..bab5cf7a8f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -78,12 +78,14 @@ package management tool written for the GNU system.
@node Introduction
@chapter Introduction
-GNU Guix is a functional package management tool for the GNU system.
-Package management consists in all the activities that relate to
-building packages from source, honoring the build-time and run-time
-dependencies on packages, installing packages in user environments,
-upgrading installed packages to new versions or rolling back to a
-previous set, removing unused software packages, etc.
+GNU Guix@footnote{``Guix'' is pronounced like ``geeks'', or ``ɡiːks''
+using the international phonetic alphabet (IPA).} is a functional
+package management tool for the GNU system. Package management consists
+in all the activities that relate to building packages from source,
+honoring the build-time and run-time dependencies on packages,
+installing packages in user environments, upgrading installed packages
+to new versions or rolling back to a previous set, removing unused
+software packages, etc.
@cindex functional package management
The term @dfn{functional} refers to a specific package management