fix syntax (from jerry@opal)
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 1 May 1986 06:10:10 +0000 (22:10 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 1 May 1986 06:10:10 +0000 (22:10 -0800)
SCCS-vsn: share/man/man3f/plot.3 6.3

usr/src/share/man/man3f/plot.3

index db043ed..57d1fa3 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)plot.3      6.2 (Berkeley) %G%
+.\"    @(#)plot.3      6.3 (Berkeley) %G%
 .\"
 .TH PLOT 3F ""
 .UC 6
 .\"
 .TH PLOT 3F ""
 .UC 6
@@ -11,38 +11,38 @@ plot: openpl et al. \- f77 library interface to \fIplot\fR (3X)
 libraries.
 .SH SYNOPSIS
 .nf
 libraries.
 .SH SYNOPSIS
 .nf
-.B call openpl()
+.B subroutine openpl()
 .PP
 .PP
-.B call erase()
+.B subroutine erase()
 .PP
 .PP
-.B call label(str)
+.B subroutine label(str)
 .B character str*(*)
 .PP
 .B character str*(*)
 .PP
-.B call line(ix1, iy1, ix2, iy2)
+.B subroutine line(ix1, iy1, ix2, iy2)
 .PP
 .PP
-.B call box(ix1, iy1, ix2, iy2)
+.B subroutine box(ix1, iy1, ix2, iy2)
 .fi
 Draw a rectangle and leave the cursor at (
 .IR ix2 , iy2 ).
 .nf
 .PP
 .fi
 Draw a rectangle and leave the cursor at (
 .IR ix2 , iy2 ).
 .nf
 .PP
-.B call circle(ix, iy, ir)
+.B subroutine circle(ix, iy, ir)
 .PP
 .B
 .PP
 .B
-call arc(ix, iy, ix0, iy0, ix1, iy1)
+subroutine arc(ix, iy, ix0, iy0, ix1, iy1)
 .PP
 .PP
-.B call move(ix, iy)
+.B subroutine move(ix, iy)
 .PP
 .PP
-.B call cont(ix, iy)
+.B subroutine cont(ix, iy)
 .PP
 .PP
-.B call point(ix, iy)
+.B subroutine point(ix, iy)
 .PP
 .PP
-.B call linemd(str)
+.B subroutine linemd(str)
 .B character str*(*)
 .PP
 .B character str*(*)
 .PP
-.B call space(ix0, iy0, ix1, iy1)
+.B subroutine space(ix0, iy0, ix1, iy1)
 .PP
 .PP
-.B call clospl()
+.B subroutine clospl()
 .fi
 .PP
 .ft R
 .fi
 .PP
 .ft R