Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbosgd!gatech!seismo!elsie!ado From: ado@elsie.UUCP (Arthur David Olson) Newsgroups: net.bugs.4bsd Subject: 4.?bsd plot(5) man page lacks warning about Tektronix 4014 (with fix) Message-ID: <6085@elsie.UUCP> Date: Fri, 18-Apr-86 22:31:52 EST Article-I.D.: elsie.6085 Posted: Fri Apr 18 22:31:52 1986 Date-Received: Mon, 21-Apr-86 04:15:34 EST Organization: NIH-LEC, Bethesda, MD Lines: 33 Keywords: bsd plot Tektronix Index: man/man5/plot.5 Fix Description: Given the design of the plot(5) package and the design of the Tektronix 4014, it's hard to do the right thing when a "label" call is immediately followed by a "cont" call. Repeat-By: Compile the following program main() { openpl(); move(200, 200); label("x"); cont(400, 400); closepl(); } and run it from a 4014-like terminal. Fix: Add these lines to the end of man/man5/plot.5: .SH BUGS A .I label instruction immediately followed by a .I cont instruction does the wrong thing on a 4014. -- UUCP: ..decvax!seismo!elsie!ado ARPA: elsie!ado@seismo.ARPA DEC, VAX, Elsie & Ado are Digital, Borden & Shakespeare trademarks.