]> diplodocus.org Git - nmh/blob - docs/historical/2.9BSD/strings/showproc.c
Added start_test/finish_test to a bunch of tests.
[nmh] / docs / historical / 2.9BSD / strings / showproc.c
1 /*
2 * This program is called to list messages. At Rand, the program
3 * c stops at the end of each page and waits for a <return> or
4 * <open> to continue. Eventually, this path should invoke a
5 * special program which displays messages much more intelligently--
6 * such as layed out nicely on the screen.
7 */
8
9 char *showproc = "/usr/ucb/more"; /* 5/6/79 */