aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-06-25 00:20:49 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-06-25 00:20:49 +0000
commit8e878a0310eae754021dbd73ca928eaf7cf6a65c (patch)
tree85f35fe64386fc1f5eb60327eb5c614a04d1adae /sbin/ping
parentb4d1edeb37a573694fb661e8da9631ce60473a8d (diff)
This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvs
'RELENG_3_5_0_RELEASE'. This commit was manufactured to restore the state of the 3.5-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'sbin/ping')
-rw-r--r--sbin/ping/Makefile2
-rw-r--r--sbin/ping/ping.82
-rw-r--r--sbin/ping/ping.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile
index 1df0d93b0530..a20794799949 100644
--- a/sbin/ping/Makefile
+++ b/sbin/ping/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $FreeBSD$
+# $FreeBSD: src/sbin/ping/Makefile,v 1.7.2.1 1999/08/29 15:15:06 peter Exp $
PROG= ping
MAN8= ping.8
diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8
index 1e72d6e906e0..7a2846f1b059 100644
--- a/sbin/ping/ping.8
+++ b/sbin/ping/ping.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ping.8 8.2 (Berkeley) 12/11/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/sbin/ping/ping.8,v 1.19.2.3 2000/03/03 15:13:10 sheldonh Exp $
.\"
.Dd March 1, 1997
.Dt PING 8
diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c
index 1cd55fa7aa7d..4a683d170751 100644
--- a/sbin/ping/ping.c
+++ b/sbin/ping/ping.c
@@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)ping.c 8.1 (Berkeley) 6/5/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sbin/ping/ping.c,v 1.42.2.3 1999/11/30 21:55:17 pb Exp $";
#endif /* not lint */
/*