summaryrefslogtreecommitdiff
path: root/textproc/diffutils/files/patch-diff.texi
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-09-17 06:27:56 +0000
committerWill Andrews <will@FreeBSD.org>2001-09-17 06:27:56 +0000
commitcd256ccdc9723e26ea2ee61341a8e4c442ffe6b3 (patch)
tree877bcdbe8655d3a81c4ea8ff9d3921f4cc12541a /textproc/diffutils/files/patch-diff.texi
parent- Support CXXFLAGS properly (diff)
Add diffutils 2.7, the GNU diff utilities.
PR: 30362 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
Notes
Notes: svn path=/head/; revision=47904
Diffstat (limited to 'textproc/diffutils/files/patch-diff.texi')
-rw-r--r--textproc/diffutils/files/patch-diff.texi21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/diffutils/files/patch-diff.texi b/textproc/diffutils/files/patch-diff.texi
new file mode 100644
index 000000000000..50a0e45ee30a
--- /dev/null
+++ b/textproc/diffutils/files/patch-diff.texi
@@ -0,0 +1,21 @@
+--- diff.texi.orig Fri Sep 30 21:54:40 1994
++++ diff.texi Sat Sep 8 16:56:14 2001
+@@ -6,6 +6,18 @@
+ @c %**end of header
+
+ @ifinfo
++@format
++INFO-DIR-SECTION Comparing and Merging Files
++START-INFO-DIR-ENTRY
++* Comparing files: (diff). Comparing and Merging Files.
++* cmp: (diff)cmp invocation. Compares two files.
++* diff: (diff)diff invocation. Pretty compares two files.
++* diff3: (diff)diff3 invocation. Compares and Merges three files.
++* patch: (diff)patch invocation. Apply a diff file to an original
++* sdiff: (diff)sdiff invocation. Interactively compares two files
++END-INFO-DIR-ENTRY
++@end format
++
+ This file documents the the GNU @code{diff}, @code{diff3}, @code{sdiff},
+ and @code{cmp} commands for showing the differences between text files
+ and the @code{patch} command for using their output to update files.