jtc
Wed Feb 8 08:15:53 PST 1995
Update of /b/source/CVS/src/usr.bin/mail
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/mail
Modified Files:
collect.c
Log Message:
Implement the ~_ and ~< escapes from POSIX.2.
These are the easiest of the escapes to implement, as ~_ is the same as ~:,
and ~< is the same as ~r.