diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-12-01 22:33:23 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-12-01 22:33:23 +0100 |
commit | 79c311b81cd8b12075f4c8028a65787481ee40c5 (patch) | |
tree | 7fed0959acc6c75a7ad84c18fa4f7bdc83dfbc84 /gnu/packages/gawk.scm | |
parent | e6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff) | |
download | patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz |
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/gawk.scm')
-rw-r--r-- | gnu/packages/gawk.scm | 9 |
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+))) |