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..ca5326715fd0 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.32.1 2008/11/25 02:59:29 kensmith Exp $ PROG= sync MAN= sync.8 diff --git a/bin/sync/sync.8 b/bin/sync/sync.8 index cc53e1ae1eb2..395bfb0c8fa0 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.18.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd May 31, 1993 .Dt SYNC 8 diff --git a/bin/sync/sync.c b/bin/sync/sync.c index d360245973de..3acfe305840c 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.18.1 2008/11/25 02:59:29 kensmith Exp $"); #include <stdlib.h> #include <unistd.h> |
