aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/from
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
commitc3aac50f284c6cca5b4f2eb46aaa13812cb8b630 (patch)
tree399ca96df93caf6a718d5c0499575d187c3c753c /usr.bin/from
parent7f3dea244c40159a41ab22da77a434d7c5b5e85a (diff)
downloadsrc-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.tar.gz
src-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.zip
Notes
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 553b22682291..0078a9e6b5d6 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.5 1999/07/26 23:12:12 green Exp $
+.\" $FreeBSD$
.\"
.Dd December 30, 1993
.Dt FROM 1
diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c
index 4daa4c4a3a18..6b3320712f06 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.6 1999/07/26 23:12:12 green Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>