diff options
author | peter <peter@FreeBSD.org> | 1999-08-27 23:15:48 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-27 23:15:48 +0000 |
commit | 66312e4a8d4ad8bda7524141fcd8fd3fade9e807 (patch) | |
tree | d4a3af96d7d9b2e251eca5af46bf6c70c23d8b33 /bin/sync | |
parent | 5cb30a3039d8ce0b4500713028b354539f4bc7d5 (diff) | |
download | FreeBSD-src-66312e4a8d4ad8bda7524141fcd8fd3fade9e807.zip FreeBSD-src-66312e4a8d4ad8bda7524141fcd8fd3fade9e807.tar.gz |
$Id$ -> $FreeBSD$
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 0656381..9698a64 100644 --- a/bin/sync/Makefile +++ b/bin/sync/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $FreeBSD$ PROG= sync MAN8= sync.8 diff --git a/bin/sync/sync.8 b/bin/sync/sync.8 index 198de51..36b017f 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 -.\" $Id: sync.8,v 1.6 1997/02/22 14:06:06 peter Exp $ +.\" $FreeBSD$ .\" .Dd May 31, 1993 .Dt SYNC 8 diff --git a/bin/sync/sync.c b/bin/sync/sync.c index dbc3cde..6fe3160 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[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <unistd.h> |