Blame SOURCES/a2ps-wdiff.patch
|
|
8f1c6e |
--- a2ps-4.13/contrib/pdiff.m4.wdiff 2005-03-23 15:43:47.000000000 +0000
|
|
|
8f1c6e |
+++ a2ps-4.13/contrib/pdiff.m4 2005-03-23 15:46:13.000000000 +0000
|
|
|
8f1c6e |
@@ -15,7 +15,7 @@
|
|
|
8f1c6e |
a2ps=${A2PS:-a2ps}
|
|
|
8f1c6e |
a2ps_options=
|
|
|
8f1c6e |
debug=
|
|
|
8f1c6e |
-diff_on=words
|
|
|
8f1c6e |
+diff_on=lines
|
|
|
8f1c6e |
diff_prog=${DIFF:-diff}
|
|
|
8f1c6e |
diff_options='-u'
|
|
|
8f1c6e |
file=
|
|
|
8f1c6e |
@@ -40,8 +40,6 @@
|
|
|
8f1c6e |
-h, --help display this help and exit
|
|
|
8f1c6e |
-v, --version display version information and exit
|
|
|
8f1c6e |
-q, --quiet don't print informational messages
|
|
|
8f1c6e |
- -l, --lines search for line differences (\`diff')
|
|
|
8f1c6e |
- -w, --words search for word differences (\`wdiff')
|
|
|
8f1c6e |
-o, --output=FILE save the output in FILE
|
|
|
8f1c6e |
|
|
|
8f1c6e |
Options for a2ps are given after \`--', for instance
|
|
|
8f1c6e |
--- a2ps-4.13/contrib/pdiff.in.wdiff 2005-03-23 15:43:50.000000000 +0000
|
|
|
8f1c6e |
+++ a2ps-4.13/contrib/pdiff.in 2005-03-23 15:46:16.000000000 +0000
|
|
|
8f1c6e |
@@ -29,7 +29,7 @@
|
|
|
8f1c6e |
a2ps=${A2PS:-a2ps}
|
|
|
8f1c6e |
a2ps_options=
|
|
|
8f1c6e |
debug=
|
|
|
8f1c6e |
-diff_on=words
|
|
|
8f1c6e |
+diff_on=lines
|
|
|
8f1c6e |
diff_prog=${DIFF:-diff}
|
|
|
8f1c6e |
diff_options='-u'
|
|
|
8f1c6e |
file=
|
|
|
8f1c6e |
@@ -54,8 +54,6 @@
|
|
|
8f1c6e |
-h, --help display this help and exit
|
|
|
8f1c6e |
-v, --version display version information and exit
|
|
|
8f1c6e |
-q, --quiet don't print informational messages
|
|
|
8f1c6e |
- -l, --lines search for line differences (\`diff')
|
|
|
8f1c6e |
- -w, --words search for word differences (\`wdiff')
|
|
|
8f1c6e |
-o, --output=FILE save the output in FILE
|
|
|
8f1c6e |
|
|
|
8f1c6e |
Options for a2ps are given after \`--', for instance
|