Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!att!cbnewse!fredriks From: fredriks@cbnewse.ATT.COM (lars.fredriksen) Newsgroups: comp.os.minix Subject: lib.doc Message-ID: <12150@cbnewse.ATT.COM> Date: 11 Dec 89 21:47:48 GMT Reply-To: fredriks@cbnewse.ATT.COM (lars.fredriksen,ih,) Organization: AT&T Bell Laboratories Lines: 30 Could someone please send me lib.doc for minix 1.5.0. I somehow missed it, when 1.5.0 was distributed. Sincerely Lars Fredriksen PS. There is a bug in pr.c! If you type the following: pr -n *.c | lpr & be prepared to waste lost of paper. In the function print(I think it is called), the global variable width is decremented by NUMWIDTH for each file printed. After a couple files there are not much being printed except for the headers. The assignment width -= NUMWIDHT; should be w -= NUMWIDTH; also the use of widht in the if statement right below this line, should be changed to a w. If anyone want a diff file, send me mail!