[net.bugs.usg] S5R2 "cxref" output format is poor

guy@sun.uucp (Guy Harris) (07/19/85)

1) The column headings aren't placed very well over the columns; to wit, it
looks like this:

	SYMBOL	     FILE		    FUNCTION	LINE

ascii()
		cxtest2.c		--	   *3
bletch		cxtest2.c		--	   *1

with "FUNCTION" and "LINE" considerably too far to the right, and even
"SYMBOL" and "FILE" too far over.  Is this a bug, or is this the way it's
supposed to be?

2) There's a newline after the () for function definitions, so that the data
for the definition of "ascii()" is on the next line.  Again, is this a bug
or is it supposed to look like that?

	Guy Harris