11,5c
2/*
3 * Copyright (c) 1980 Regents of the University of California.
4 * All rights reserved.  The Berkeley software License Agreement
5 * specifies the terms and conditions for redistribution.
6 */
7.
8/Msccsid/c
9static char Msccsid[] = "@(#)Mesgfix	5.2 (Berkeley) 01/08/86";
10.
11/Last update/!date
12mark a
13g/Sun /s//Sunday, /
14g/Mon /s//Monday, /
15g/Tue /s//Tuesday, /
16g/Wed /s//Wednesday, /
17g/Thu /s//Thursday, /
18g/Fri /s//Friday, /
19g/Sat /s//Saturday, /
20g/Jan /s//January /
21g/Feb /s//February /
22g/Mar /s//March /
23g/Apr /s//April /
24g/Jun /s//June /
25g/Jul /s//July /
26g/Aug /s//August /
27g/Sep /s//September /
28g/Oct /s//October /
29g/Nov /s//November /
30g/Dec /s//December /
31g/  /s// /
32'as/ ..:..:.. .../,/
33'as/^/	"Last update on /
34'as/$/.",/
35w!
36q
37