gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1883: add blurb to diffutils


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1883: add blurb to diffutils
Date: Sun, 03 Feb 2013 14:13:52 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1883
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2013-02-03 14:13:52 +0100
message:
  add blurb to diffutils
modified:
  gnu/diffutils/Makefile
=== modified file 'gnu/diffutils/Makefile'
--- a/gnu/diffutils/Makefile    2012-12-16 22:26:25 +0000
+++ b/gnu/diffutils/Makefile    2013-02-03 13:13:52 +0000
@@ -2,8 +2,14 @@
 GARNAME = diffutils
 GARVERSION = 3.2
 HOME_URL = http://www.gnu.org/software/diffutils/diffutils.html
-DESCRIPTION = Commands for showing the differences between files \
-(diff, cmp, etc.)
+DESCRIPTION = Commands for showing the differences between files
+define BLURB
+ Diffutils is a package containing several tool for finding the
+ differences between files.  The diff command is used to show how two
+ files differ, while cmp shows the offsets and line numbers where they
+ differ.  diff3 allows you to compare three files.  Finally, sdiff
+ offers an interactive means to merge two files.
+endef
 
 ######################################################################
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]