summaryrefslogtreecommitdiff
path: root/bin/sync
diff options
context:
space:
mode:
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 72c664f4afdd..eceb6fb1bded 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.10.34.1 2009/04/15 03:14:26 kensmith Exp $
PROG= sync
MAN= sync.8
diff --git a/bin/sync/sync.8 b/bin/sync/sync.8
index cc53e1ae1eb2..b56287c06a8d 100644
--- a/bin/sync/sync.8
+++ b/bin/sync/sync.8
@@ -27,7 +27,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)sync.8 8.1 (Berkeley) 5/31/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/bin/sync/sync.8,v 1.16.20.1 2009/04/15 03:14:26 kensmith Exp $
.\"
.Dd May 31, 1993
.Dt SYNC 8
diff --git a/bin/sync/sync.c b/bin/sync/sync.c
index d360245973de..cbe58413df72 100644
--- a/bin/sync/sync.c
+++ b/bin/sync/sync.c
@@ -39,7 +39,7 @@ static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/bin/sync/sync.c,v 1.16.20.1 2009/04/15 03:14:26 kensmith Exp $");
#include <stdlib.h>
#include <unistd.h>