summaryrefslogtreecommitdiff
path: root/math/ploticus/files/patch-man-man3-libploticus.3
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-09-02 22:14:43 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-09-02 22:14:43 +0000
commit04ca400c9039b19c0dedacd26c19d7e59c4cc61a (patch)
tree53f0ba29adfda499bc43083f501660b35c63731b /math/ploticus/files/patch-man-man3-libploticus.3
parent- Update to 2.3. (diff)
Update to 2.40. Major changes:
- added: proc catlines; proc tree; proc image. - deprecated: server-side image maps (use client-side instead); definition of categories within proc areadef (use proc categories instead); proc print. - discontinued attributes: proc processdata's stack; proc usedata's element, proc getdata's rotate, and proc defineunits (use the $changeunits() function instead). - proc rangebar has been renamed proc boxplot and there are major functionality changes. Any script that uses proc rangebar will need maintenance. - rewrite of parser. - many bugfixes. For complete list, see http://ploticus.sourceforge.net/doc/news.html.
Notes
Notes: svn path=/head/; revision=219695
Diffstat (limited to 'math/ploticus/files/patch-man-man3-libploticus.3')
-rw-r--r--math/ploticus/files/patch-man-man3-libploticus.335
1 files changed, 35 insertions, 0 deletions
diff --git a/math/ploticus/files/patch-man-man3-libploticus.3 b/math/ploticus/files/patch-man-man3-libploticus.3
new file mode 100644
index 000000000000..e79857127982
--- /dev/null
+++ b/math/ploticus/files/patch-man-man3-libploticus.3
@@ -0,0 +1,35 @@
+--- man/man3/libploticus.3.orig 2008-09-03 00:36:32.000000000 -0500
++++ man/man3/libploticus.3 2008-09-03 00:38:04.000000000 -0500
+@@ -38,9 +38,9 @@
+ This simple C language API
+ has all of the funcionality of the
+ .ig >>
+-<a href="pl.1.html">
++<a href="ploticus.1.html">
+ .>>
+-\0pl program
++\0ploticus program
+ .ig >>
+ </a>
+ .>>
+@@ -86,7 +86,7 @@
+ \0 stat = ploticus_init( "png", "hello.png" );
+ \0 stat += ploticus_arg( "-scale", "0.8" );
+ \0 if( stat != 0 ) {
+- \0 printf( "error in pl setup\\n" );
++ \0 printf( "error in ploticus setup\\n" );
+ \0 exit(1);
+ \0 }
+ \0 strcpy( sln, "#proc annotate" ); ploticus_execline( sln );
+@@ -149,9 +149,9 @@
+ .IP \0
+ Specify a
+ .ig >>
+-<a href="pl.1.html#options">
++<a href="ploticus.1.html#options">
+ .>>
+-\0pl command line argument.
++\0ploticus command line argument.
+ .ig >>
+ </a>
+ .>>