diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2012-11-25 15:30:03 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-25 16:08:10 +0100 |
| commit | c80e7e55b37575baa310b1c5e6ed10903904b8d6 (patch) | |
| tree | 0fb6351d93d855f871cb34156cdccfb590ff3533 | |
| parent | da7b042dd921acce03453e6433512b572463c5c5 (diff) | |
doc: Mention the pronunciation of "Guix".
* README: Mention pronunciation of "Guix".
* doc/guix.texi (Introduction): Likewise.
| -rw-r--r-- | README | 10 | ||||
| -rw-r--r-- | doc/guix.texi | 14 |
2 files changed, 13 insertions, 11 deletions
| @@ -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 |
| 4 | software distribution, for the [[http://www.gnu.org/gnu/gnu.html][GNU system]]. In addition to standard | 4 | associated free software distribution, for the [[http://www.gnu.org/gnu/gnu.html][GNU system]]. In addition |
| 5 | package management features, Guix supports transactional upgrades and | 5 | to standard package management features, Guix supports transactional |
| 6 | roll-backs, unprivileged package management, per-user profiles, and | 6 | upgrades and roll-backs, unprivileged package management, per-user |
| 7 | garbage collection. | 7 | profiles, and garbage collection. |
| 8 | 8 | ||
| 9 | It provides [[http://www.gnu.org/software/guile/][Guile]] Scheme APIs, including a high-level embedded | 9 | It provides [[http://www.gnu.org/software/guile/][Guile]] Scheme APIs, including a high-level embedded |
| 10 | domain-specific languages (EDSLs) to describe how packages are to be | 10 | domain-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 | ||
| 81 | GNU Guix is a functional package management tool for the GNU system. | 81 | GNU Guix@footnote{``Guix'' is pronounced like ``geeks'', or ``ɡiːks'' |
| 82 | Package management consists in all the activities that relate to | 82 | using the international phonetic alphabet (IPA).} is a functional |
| 83 | building packages from source, honoring the build-time and run-time | 83 | package management tool for the GNU system. Package management consists |
| 84 | dependencies on packages, installing packages in user environments, | 84 | in all the activities that relate to building packages from source, |
| 85 | upgrading installed packages to new versions or rolling back to a | 85 | honoring the build-time and run-time dependencies on packages, |
| 86 | previous set, removing unused software packages, etc. | 86 | installing packages in user environments, upgrading installed packages |
| 87 | to new versions or rolling back to a previous set, removing unused | ||
| 88 | software packages, etc. | ||
| 87 | 89 | ||
| 88 | @cindex functional package management | 90 | @cindex functional package management |
| 89 | The term @dfn{functional} refers to a specific package management | 91 | The term @dfn{functional} refers to a specific package management |
