This covers the previous version, since a null commit message was accidentally

used:

Add a -c flag to print a count of messages and exit.

PR:             10921
Submitted by:   James Howard <howardjp@byzantine.student.umd.edu>
Requested by:	DES
This commit is contained in:
Brian Feldman 1999-07-27 02:08:55 +00:00
parent 83a18abc10
commit e3b1878804
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49126
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)from.1 8.2 (Berkeley) 12/30/93
.\" $Id: from.1,v 1.4 1999/07/12 20:23:30 nik Exp $
.\" $Id: from.1,v 1.5 1999/07/26 23:12:12 green Exp $
.\"
.Dd December 30, 1993
.Dt FROM 1

View File

@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)from.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
"$Id: from.c,v 1.5 1997/07/08 10:59:50 charnier Exp $";
"$Id: from.c,v 1.6 1999/07/26 23:12:12 green Exp $";
#endif /* not lint */
#include <sys/types.h>