Subject: sun-lamp CVS commits
To: None <source-changes@NetBSD.ORG>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 02/08/1995 08:20:02
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.