summaryrefslogtreecommitdiff
path: root/gnu/packages/screen.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/screen.scm
parente6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff)
downloadguix-patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar
guix-patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/screen.scm')
-rw-r--r--gnu/packages/screen.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/screen.scm b/gnu/packages/screen.scm
index 8fa24e45f2..bb11c58fc1 100644
--- a/gnu/packages/screen.scm
+++ b/gnu/packages/screen.scm
@@ -42,10 +42,10 @@
(home-page "http://www.gnu.org/software/screen/")
(synopsis "Full-screen window manager providing multiple terminals")
(description
- "Screen is a terminal window manager that multiplexes a single terminal
-between several processes. The virtual terminals each provide features such
-as a scroll-back buffer and a copy-and-paste mechanism. Screen then manages
-the different virtual terminals, allowing you to easily switch between them,
-to detach them from the current session, or even splitting the view to show
-two terminals at once.")
+ "GNU Screen is a terminal window manager that multiplexes a single
+terminal between several processes. The virtual terminals each provide
+features such as a scroll-back buffer and a copy-and-paste mechanism. Screen
+then manages the different virtual terminals, allowing you to easily switch
+between them, to detach them from the current session, or even splitting the
+view to show two terminals at once.")
(license gpl2+)))