diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:15:48 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:15:48 +0000 |
commit | 2a4562393f80633b81c11d4f7df00548d1cc3c48 (patch) | |
tree | e6f4e4299a60023820e6a2e559cdd8477911363a /bin/sync | |
parent | 50b14091b71a7932d512009d783e1f657f800fc6 (diff) | |
download | src-test2-2a4562393f80633b81c11d4f7df00548d1cc3c48.tar.gz src-test2-2a4562393f80633b81c11d4f7df00548d1cc3c48.zip |
Notes
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 0656381fd00c..9698a64dcd0d 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 198de51d8ac4..36b017f9edc4 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 dbc3cdea876a..6fe316022702 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> |