From 79c311b81cd8b12075f4c8028a65787481ee40c5 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 1 Dec 2013 22:33:23 +0100 Subject: gnu: Synchronize descriptions with 'gnumaint'. --- gnu/packages/gawk.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'gnu/packages/gawk.scm') 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+))) -- cgit v1.2.3