summaryrefslogtreecommitdiff
path: root/bin/sync
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-14 06:57:09 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-14 06:57:09 +0000
commit72b7f92e6edf4375820f765b41697b3208ce7fe7 (patch)
tree49c75f7b6a634efb81c3709f39147fdba24623bb /bin/sync
parent606cad63e046f2873878d07634158eb90c5a2cf6 (diff)
Diffstat (limited to 'bin/sync')
-rw-r--r--bin/sync/Makefile2
-rw-r--r--bin/sync/sync.82
-rw-r--r--bin/sync/sync.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/sync/Makefile b/bin/sync/Makefile
index ac74c735ea22..6aeba4ba521c 100644
--- a/bin/sync/Makefile
+++ b/bin/sync/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $FreeBSD$
+# $FreeBSD: src/bin/sync/Makefile,v 1.6.2.2 2001/08/01 05:27:45 obrien Exp $
PROG= sync
MAN= sync.8
diff --git a/bin/sync/sync.8 b/bin/sync/sync.8
index 6c764853dd1c..f70e260adb2b 100644
--- a/bin/sync/sync.8
+++ b/bin/sync/sync.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)sync.8 8.1 (Berkeley) 5/31/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/bin/sync/sync.8,v 1.8.2.4 2001/08/16 10:01:10 ru Exp $
.\"
.Dd May 31, 1993
.Dt SYNC 8
diff --git a/bin/sync/sync.c b/bin/sync/sync.c
index 019b8fd68902..9d20bfe90be8 100644
--- a/bin/sync/sync.c
+++ b/bin/sync/sync.c
@@ -42,7 +42,7 @@ static char const copyright[] =
static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/bin/sync/sync.c,v 1.9.2.2 2001/08/01 05:43:30 obrien Exp $";
#endif /* not lint */
#include <stdlib.h>