[comp.os.minix] lib.doc

fredriks@cbnewse.ATT.COM (lars.fredriksen) (12/12/89)

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!