summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README10
-rw-r--r--doc/guix.texi14
2 files changed, 13 insertions, 11 deletions
diff --git a/README b/README
index 6a32cb32cc5..9fdcc0effee 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
1-*- mode: org -*- 1-*- mode: org -*-
2 2
3[[http://www.gnu.org/software/guix/][GNU Guix]] is a purely functional package manager, and associated free 3[[http://www.gnu.org/software/guix/][GNU Guix]] (IPA: /ɡiːks/) is a purely functional package manager, and
4software distribution, for the [[http://www.gnu.org/gnu/gnu.html][GNU system]]. In addition to standard 4associated free software distribution, for the [[http://www.gnu.org/gnu/gnu.html][GNU system]]. In addition
5package management features, Guix supports transactional upgrades and 5to standard package management features, Guix supports transactional
6roll-backs, unprivileged package management, per-user profiles, and 6upgrades and roll-backs, unprivileged package management, per-user
7garbage collection. 7profiles, and garbage collection.
8 8
9It provides [[http://www.gnu.org/software/guile/][Guile]] Scheme APIs, including a high-level embedded 9It provides [[http://www.gnu.org/software/guile/][Guile]] Scheme APIs, including a high-level embedded
10domain-specific languages (EDSLs) to describe how packages are to be 10domain-specific languages (EDSLs) to describe how packages are to be
diff --git a/doc/guix.texi b/doc/guix.texi
index 93dd69ff562..bab5cf7a8f0 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -78,12 +78,14 @@ package management tool written for the GNU system.
78@node Introduction 78@node Introduction
79@chapter Introduction 79@chapter Introduction
80 80
81GNU Guix is a functional package management tool for the GNU system. 81GNU Guix@footnote{``Guix'' is pronounced like ``geeks'', or ``ɡiːks''
82Package management consists in all the activities that relate to 82using the international phonetic alphabet (IPA).} is a functional
83building packages from source, honoring the build-time and run-time 83package management tool for the GNU system. Package management consists
84dependencies on packages, installing packages in user environments, 84in all the activities that relate to building packages from source,
85upgrading installed packages to new versions or rolling back to a 85honoring the build-time and run-time dependencies on packages,
86previous set, removing unused software packages, etc. 86installing packages in user environments, upgrading installed packages
87to new versions or rolling back to a previous set, removing unused
88software packages, etc.
87 89
88@cindex functional package management 90@cindex functional package management
89The term @dfn{functional} refers to a specific package management 91The term @dfn{functional} refers to a specific package management