]> diplodocus.org Git - nmh/blob - docs/historical/mh-nov-1983/strings/showproc.c
Removed --depth 1 from git clone invocation.
[nmh] / docs / historical / mh-nov-1983 / 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 */