Apur-phy.314 net.news.b utzoo!decvax!pur-ee!purdue!pur-phy!crl Fri Apr 30 00:11:29 1982 minor bug in readr.c I've found a minor bug in readnews. When you use the "-h" option to get less verbose headers, if the article is long enough to pipe through the pager, then the line that says "From: . . ." after the "More?" line does not get printed until after the article. The fix is simple: (around line 250 in readr.c) nextbit(); ! if (hflag) { fprintf(ofp, "From: %s\n", h.path); + fflush(ofp); + } break; Charles LaBrec pur-ee!physics:crl