diff options
Diffstat (limited to 'bin/sync')
| -rw-r--r-- | bin/sync/Makefile | 2 | ||||
| -rw-r--r-- | bin/sync/sync.8 | 2 | ||||
| -rw-r--r-- | bin/sync/sync.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/sync/Makefile b/bin/sync/Makefile index 72c664f4afdd..3dc0b9a3ba54 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG= sync MAN= sync.8 diff --git a/bin/sync/sync.8 b/bin/sync/sync.8 index cc53e1ae1eb2..d445eefa8bd5 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd May 31, 1993 .Dt SYNC 8 diff --git a/bin/sync/sync.c b/bin/sync/sync.c index d360245973de..4c7358255b82 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stdlib.h> #include <unistd.h> |
