diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-09-13 15:31:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-09-13 15:36:07 +0200 |
commit | c5779c931bcfd1073da1031bd8663871a88c2950 (patch) | |
tree | 0b4585f72dd0c541d0bfa6c6aa9db884017771b8 /gnu/packages/base.scm | |
parent | bed035c56060d008abbfcd7e4100f6aa76031314 (diff) | |
download | patches-c5779c931bcfd1073da1031bd8663871a88c2950.tar patches-c5779c931bcfd1073da1031bd8663871a88c2950.tar.gz |
gnu: Synchronize GNU package descriptions with upstream.
These are mostly two-space-after-end-of-sentence-period changes
resulting from commit 3a09e1d2.
Diffstat (limited to 'gnu/packages/base.scm')
-rw-r--r-- | gnu/packages/base.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 49a2c83dd5..debfa97509 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -351,10 +351,11 @@ change. GNU make offers many powerful extensions over the standard utility.") (synopsis "Binary utilities: bfd gas gprof ld") (description "GNU Binutils is a collection of tools for working with binary files. -Perhaps the most notable are \"ld\", a linker, and \"as\", an assembler. Other -tools include programs to display binary profiling information, list the -strings in a binary file, and utilities for working with archives. The \"bfd\" -library for working with executable and object formats is also included.") +Perhaps the most notable are \"ld\", a linker, and \"as\", an assembler. +Other tools include programs to display binary profiling information, list +the strings in a binary file, and utilities for working with archives. The +\"bfd\" library for working with executable and object formats is also +included.") (license gpl3+) (home-page "http://www.gnu.org/software/binutils/"))) |