BSD 4_2 development
[unix-history] / usr / man / man5 / plot.5
index 040c536..0de3efb 100644 (file)
@@ -1,13 +1,13 @@
-.TH PLOT 5 
+.TH PLOT 5  "15 January 1983"
 .SH NAME
 plot \- graphics interface
 .SH DESCRIPTION
 Files of this format are produced by routines
 described in 
 .SH NAME
 plot \- graphics interface
 .SH DESCRIPTION
 Files of this format are produced by routines
 described in 
-.IR  plot (3),
+.IR  plot (3X),
 and are interpreted for various devices
 by commands described in
 and are interpreted for various devices
 by commands described in
-.IR  plot (1).
+.IR  plot (1G).
 A graphics file is a stream of plotting instructions.
 Each instruction consists of an ASCII letter
 usually followed by bytes of binary information.
 A graphics file is a stream of plotting instructions.
 Each instruction consists of an ASCII letter
 usually followed by bytes of binary information.
@@ -28,7 +28,7 @@ for the next instruction.
 .PP
 Each of the following descriptions begins with the name
 of the corresponding routine in
 .PP
 Each of the following descriptions begins with the name
 of the corresponding routine in
-.IR  plot (3).
+.IR  plot (3X).
 .TP 3
 .B  m
 move: The next four bytes give a new current point.
 .TP 3
 .B  m
 move: The next four bytes give a new current point.
@@ -37,7 +37,7 @@ move: The next four bytes give a new current point.
 cont: Draw a line from the current point to
 the point given by the next four bytes.
 See
 cont: Draw a line from the current point to
 the point given by the next four bytes.
 See
-.IR  plot (1).
+.IR  plot (1G).
 .TP 3
 .B  p
 point: Plot the point given by the next four bytes.
 .TP 3
 .B  p
 point: Plot the point given by the next four bytes.
@@ -89,7 +89,7 @@ the device as closely as possible.
 Space settings that exactly fill the plotting area
 with unity scaling appear below for
 devices supported by the filters of
 Space settings that exactly fill the plotting area
 with unity scaling appear below for
 devices supported by the filters of
-.IR  plot (1).
+.IR  plot (1G).
 The upper limit is just outside the plotting area.
 In every case the plotting area is taken to be square;
 points outside may be displayable on
 The upper limit is just outside the plotting area.
 In every case the plotting area is taken to be square;
 points outside may be displayable on
@@ -115,4 +115,4 @@ space(0, 0, 4096, 4096);
 space(0, 0, 4096, 4096);
 .RE
 .SH "SEE ALSO"
 space(0, 0, 4096, 4096);
 .RE
 .SH "SEE ALSO"
-plot(1), plot(3), graph(1)
+plot(1G), plot(3X), graph(1G)