summaryrefslogtreecommitdiff
path: root/devel/idiff/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-11-01 00:57:41 +0000
committerzuntum <zuntum>2001-11-01 00:57:41 +0000
commit1a7910c33465b476d3c41c913d1231e547163689 (patch)
tree93b6296152ccfbaa88b43de043b2d69ce6e63fc5 /devel/idiff/DESCR
parent42b19e6a953914d5b4d08aa3bd1ba4ccb0c2f71e (diff)
downloadpkgsrc-1a7910c33465b476d3c41c913d1231e547163689.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'devel/idiff/DESCR')
-rw-r--r--devel/idiff/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/idiff/DESCR b/devel/idiff/DESCR
new file mode 100644
index 00000000000..ad8b6705007
--- /dev/null
+++ b/devel/idiff/DESCR
@@ -0,0 +1,10 @@
+idiff is an interactive front-end to the diff(1) program.
+
+Taken from "The Unix Programming Environment" book, by Kernighan and
+Pike.
+
+When a difference is found, idiff gives you the opportunity to use the
+old portion ('<'), the new portion ('>') or to edit the difference via
+an editor. Shell escapes can also be made.
+
+Output is placed in the idiff.out file.