summaryrefslogtreecommitdiff
path: root/gnu/packages/system.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-12-01 22:33:23 +0100
committerLudovic Courtès <ludo@gnu.org>2013-12-01 22:33:23 +0100
commit79c311b81cd8b12075f4c8028a65787481ee40c5 (patch)
tree7fed0959acc6c75a7ad84c18fa4f7bdc83dfbc84 /gnu/packages/system.scm
parente6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff)
downloadguix-patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar
guix-patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/system.scm')
-rw-r--r--gnu/packages/system.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/system.scm b/gnu/packages/system.scm
index 2f1eab3806..e39b21ff6e 100644
--- a/gnu/packages/system.scm
+++ b/gnu/packages/system.scm
@@ -53,10 +53,10 @@
("guile" ,guile-2.0)))
(synopsis "Daemon managing daemons")
(description
- "DMD is a \"daemon-managing daemon,\" meaning it manages the execution of
-system services, replacing similar functionality found in typical init
-systems. It provides dependency-handling through a convenient interface and
-is based on GNU Guile.")
+ "GNU DMD is a daemon-managing daemon, meaning that it manages the
+execution of system services, replacing similar functionality found in
+typical init systems. It provides dependency-handling through a convenient
+interface and is based on GNU Guile.")
(license gpl3+)
(home-page "http://www.gnu.org/software/dmd/")))
@@ -120,7 +120,7 @@ application (for console or X terminals) and requires ncurses.")
(home-page "http://www.gnu.org/software/pies/")
(synopsis "Program invocation and execution supervisor")
(description
- "Pies is a program that supervises the invocation and executiton of
+ "GNU pies is a program that supervises the invocation and execution of
other programs. It reads the list of programs to be started from its
configuration file, executes them, and then monitors their status,
re-executing them as necessary.")