Apparently, the One True awk had some features in it that Plan 9 awk did not:

	length(array) returns the number of subscripts in array
	fflush() or fflush("") flushes all open files

I added them back in, and updated the manual page.

- Pietro