1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/jgraph/files/patch-ae

21 lines
509 B
Plaintext
Raw Normal View History

--- 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\