freebsd-ports/math/ploticus/files/patch-man_man1-pl.1
Mark Linimon 04ca400c90 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.
2008-09-02 22:14:43 +00:00

136 lines
4.2 KiB
Groff

--- man/man1/pl.1.orig 2008-01-15 13:06:28.000000000 -0600
+++ man/man1/pl.1 2008-09-03 00:19:50.000000000 -0500
@@ -12,7 +12,7 @@
H4 { font-size: small; font-family: arial,helvetica,sans-serif; }
-->
</STYLE>
-<title>ploticus: pl(1)</title>
+<title>ploticus: ploticus(1)</title>
<body bgcolor=D0D0EE vlink=0000FF>
<br>
<br>
@@ -20,7 +20,7 @@
<table cellpadding=2 bgcolor=FFFFFF width=550><tr>
<td>
<table cellpadding=2 width=550><tr>
- <td><br><h2>pl(1)</h2></td>
+ <td><br><h2>ploticus(1)</h2></td>
<td align=right>
<small>
<a href="../doc/welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
@@ -32,17 +32,17 @@
<br>
.>>
-.TH pl(1) PL "15-JAN-2008 PL ploticus.sourceforge.net"
+.TH ploticus(1) "15-JAN-2008 PL ploticus.sourceforge.net"
.SH Name
-pl
+ploticus
.SH Synopsis
-\fCpl -prefab \fIprefabname\fC \fIparm=value\fC .. [\fI-options\fR]
+\fCploticus -prefab \fIprefabname\fC \fIparm=value\fC .. [\fI-options\fR]
.br
\0.. OR ..
.br
-\fCpl \fIscriptfile\fC [\fI-options\fC]
+\fCploticus \fIscriptfile\fC [\fI-options\fC]
.ig >>
<br><br><br>
@@ -83,7 +83,7 @@
<br><br><br>
.>>
.SH Description
-\fBpl\fR is the primary component of the
+\fBploticus\fR is the primary component of the
.ig >>
<a href="http://ploticus.sourceforge.net">
.>>
@@ -92,7 +92,7 @@
</a>
.>>
.LP
-\fBpl\fR is a program that produces plots and charts from data, and
+\fBploticus\fR is a program that produces plots and charts from data, and
produces results that can be viewed on web pages, paper, slides,
or interactively on the screen. Standard types of plots may be
done using
@@ -112,7 +112,7 @@
</a>
.>>
may be supplied for greater flexibility and customization.
-\fBpl\fR may be executed from the command line or
+\fBploticus\fR may be executed from the command line or
.ig >>
<a href="cgi.html">
.>>
@@ -436,12 +436,12 @@
.ig >>
<a href="prefabs.html#drawdump">
.>>
-\0overlay or combine results from separate pl runs.
+\0overlay or combine results from separate paginated runs.
.ig >>
</a>
.>>
The drawdump file can be rendered later in any desired format, using this command:
-\fCpl -prefab draw dumpfile=\fIfilename\fR
+\fCpaginated -prefab draw dumpfile=\fIfilename\fR
.ig >>
&nbsp; &nbsp;
.>>
@@ -1289,32 +1289,32 @@
</a>
.>>
.IP \0
-\fCpl -prefab scat -png datafile=results.dat x=2 y=3\fR
+\fCploticus -prefab scat -png datafile=results.dat x=2 y=3\fR
.LP
The following examples assume
that you have a script file called \fClineplot1.p\fR.
.IP \0
- \fCpl -x lineplot1.p\fR = view on X11 screen
+ \fCploticus -x lineplot1.p\fR = view on X11 screen
.IP
- \fCpl -png lineplot1.p\fR = create PNG image lineplot1.png
+ \fCploticus -png lineplot1.p\fR = create PNG image lineplot1.png
.IP
- \fCpl -gif lineplot1.p -o stdout\fR = create GIF image on standard output
+ \fCploticus -gif lineplot1.p -o stdout\fR = create GIF image on standard output
.IP
- \fCpl -gif lineplot1.p -viewer xv\fR = produce GIF and view using xv
+ \fCploticus -gif lineplot1.p -viewer xv\fR = produce GIF and view using xv
(assuming xv image viewer is available on your system).
.IP
- \fCpl -eps lineplot1.p\fR = produce EPS file lineplot1.eps
+ \fCploticus -eps lineplot1.p\fR = produce EPS file lineplot1.eps
.IP
- \fCpl -eps lineplot1.p -viewer gv\fR = produce EPS and view using gv
+ \fCploticus -eps lineplot1.p -viewer gv\fR = produce EPS and view using gv
(that's ghostview, assuming it is available on your system).
.IP
- \fCpl -eps lineplot1.p -o lineplot.eps\fR = produce EPS into file lineplot.eps
+ \fCploticus -eps lineplot1.p -o lineplot.eps\fR = produce EPS into file lineplot.eps
.IP
- \fCpl -ps lineplot1.p | lp\fR = produce paginated postscript and send to
+ \fCploticus -ps lineplot1.p | lp\fR = produce paginated postscript and send to
unix lp print spooler.
.IP
- \fCpl -ps lineplot1.p -veiwer gv\fR = produce paginated postscript
+ \fCploticus -ps lineplot1.p -veiwer gv\fR = produce paginated postscript
and view using ghostview.
.ig >>
@@ -1362,7 +1362,7 @@
\fBLC_CTYPE\fR, \fBLC_COLLATE\fR, \fBLANG\fR
.IP \0
Locale support. Thanks to Oleg Bartunov oleg@sai.msu.su
-for contributing this. \fBpl\fR must be
+for contributing this. \fBploticus\fR must be
built with -DLOCALE for this to work.