aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/from
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-07-27 02:08:55 +0000
committerBrian Feldman <green@FreeBSD.org>1999-07-27 02:08:55 +0000
commite3b18788049abb82791583364e214e75355b1de0 (patch)
tree2dacd158ef6e8797a8e876fc07599e1c27da3336 /usr.bin/from
parent83a18abc10cad340aaa50bac401e89f1286ae545 (diff)
downloadsrc-e3b18788049abb82791583364e214e75355b1de0.tar.gz
src-e3b18788049abb82791583364e214e75355b1de0.zip
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
Notes
Notes: svn path=/head/; revision=49126
Diffstat (limited to 'usr.bin/from')
-rw-r--r--usr.bin/from/from.12
-rw-r--r--usr.bin/from/from.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/from/from.1 b/usr.bin/from/from.1
index 4c5077be657f..553b22682291 100644
--- a/usr.bin/from/from.1
+++ b/usr.bin/from/from.1
@@ -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
diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c
index bd0e5804e4cf..4daa4c4a3a18 100644
--- a/usr.bin/from/from.c
+++ b/usr.bin/from/from.c
@@ -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>