From 60b37dbedcfe6e22fe9a61ee8432ae7bd2780483 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Mon, 28 Jul 2014 21:54:33 +0000 Subject: Rename german/ and graphics/ patch-xy patches to reflect the files they modify. --- graphics/jgraph/files/patch-ex2.jgr | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 graphics/jgraph/files/patch-ex2.jgr (limited to 'graphics/jgraph/files/patch-ex2.jgr') diff --git a/graphics/jgraph/files/patch-ex2.jgr b/graphics/jgraph/files/patch-ex2.jgr new file mode 100644 index 000000000000..04579900176e --- /dev/null +++ b/graphics/jgraph/files/patch-ex2.jgr @@ -0,0 +1,20 @@ +--- ex2.jgr.orig Fri Mar 19 16:27:08 1999 ++++ ex2.jgr Thu Aug 5 15:34:14 1999 +@@ -25,7 +25,7 @@ + newcurve + marktype none linetype solid + label : N log N / 35000 +- pts shell : nawk \ ++ pts shell : awk \ + ' $5 != 0 { \ + print $5, $5 * log($5) / 35000}' \ + data.txt +@@ -52,7 +52,7 @@ + newcurve\ + marktype none linetype solid\ + label : N log N / 35000\ +- pts shell : nawk \\ ++ pts shell : awk \\ + ' $5 != 0 { \\ + print $5, $5 * log($5) / 35000}' \\ + data.txt\ -- cgit v1.2.3