add man page, cleanup
[unix-history] / usr / src / usr.bin / msgs / pathnames.h
CommitLineData
5ff67f98
DF
1/*
2 * Copyright (c) 1980 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
5 *
6 * @(#)pathnames.h 5.1 (Berkeley) %G%
7 */
524aa063 8
d935a29a
RH
9/*
10 * Local definitions for msgs.
11 */
12
13#define USRMSGS "/usr/msgs" /* msgs directory */
14#define MAIL "/usr/ucb/Mail -f %s" /* could set destination also */
15#define PAGE "/usr/ucb/more -%d" /* crt screen paging program */