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 0656381fd00cb..dd609280c92df 100644 --- a/bin/sync/Makefile +++ b/bin/sync/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 14:06:02 peter Exp $ PROG= sync MAN8= sync.8 diff --git a/bin/sync/sync.8 b/bin/sync/sync.8 index 198de51d8ac4a..2c022365b10b9 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 $ +.\" $Id: sync.8,v 1.7 1998/05/18 06:50:15 charnier Exp $ .\" .Dd May 31, 1993 .Dt SYNC 8 diff --git a/bin/sync/sync.c b/bin/sync/sync.c index dbc3cdea876a5..78bc5112a3d89 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$"; + "$Id: sync.c,v 1.8 1998/05/18 06:50:17 charnier Exp $"; #endif /* not lint */ #include <unistd.h> |