diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-05 23:23:38 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-05 23:23:38 +0100 |
commit | 12bcf94a9a3d2ea1817e15b517c78771d6260bbf (patch) | |
tree | 0ffc5be983580a11bfb5fe29e6ab89c4494cb181 /gnu/packages/base.scm | |
parent | 95f92d4e2c521196eb0f341ef7ae55b33dc1552e (diff) | |
download | guix-12bcf94a9a3d2ea1817e15b517c78771d6260bbf.tar guix-12bcf94a9a3d2ea1817e15b517c78771d6260bbf.tar.gz |
gnu: Synchronize descriptions with the Womb.
Note: some of these changes undo bits of 35b9e4232.
* gnu/packages/base.scm, gnu/packages/gperf.scm, gnu/packages/guile.scm,
gnu/packages/libidn.scm, gnu/packages/miscfiles.scm,
gnu/packages/telephony.scm: Adjust synopses and descriptions as
suggested by 'make sync-descriptions'.
Diffstat (limited to 'gnu/packages/base.scm')
-rw-r--r-- | gnu/packages/base.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 9a58776fb8..078e0c57a3 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -75,7 +75,7 @@ command-line arguments, multiple languages, and so on.") (build-system gnu-build-system) (synopsis "Print lines matching a pattern") (description - "Grep is a tool for finding text inside files. Text is found by + "grep is a tool for finding text inside files. Text is found by matching a pattern provided by the user in one or many files. The pattern may be provided as a basic or extended regular expression, or as fixed strings. By default, the matching text is simply printed to the screen, |