summaryrefslogtreecommitdiff
path: root/gnu/packages/gawk.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/gawk.scm
parente6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff)
downloadguix-patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar
guix-patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/gawk.scm')
-rw-r--r--gnu/packages/gawk.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm
index 06895f20dd..9b22a1e5b8 100644
--- a/gnu/packages/gawk.scm
+++ b/gnu/packages/gawk.scm
@@ -65,9 +65,8 @@
(home-page "http://www.gnu.org/software/gawk/")
(synopsis "A text scanning and processing language")
(description
- "Gawk is an implementation of Awk, a specialised programming language
-for the easy manipulation of formatted text, such as tables of data. The GNU
-implementation of Awk features a number of extensions beyond the traditional
-implementations, making writing powerful text manipulation scripts a simple
-task compared to writing similar programs in C.")
+ "Gawk is the GNU implementation of Awk, a specialized programming
+language for the easy manipulation of formatted text, such as tables of data.
+ Gawk features many extensions beyond the traditional implementation,
+including network access, sorting, and large libraries.")
(license gpl3+)))