opnsense-ports/graphics/jgraph/files/patch-ex2.jgr
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
509 B
Text

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