aboutsummaryrefslogtreecommitdiff
path: root/bin/sync
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-27 23:15:48 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-27 23:15:48 +0000
commit2a4562393f80633b81c11d4f7df00548d1cc3c48 (patch)
treee6f4e4299a60023820e6a2e559cdd8477911363a /bin/sync
parent50b14091b71a7932d512009d783e1f657f800fc6 (diff)
downloadsrc-2a4562393f80633b81c11d4f7df00548d1cc3c48.tar.gz
src-2a4562393f80633b81c11d4f7df00548d1cc3c48.zip
$Id$ -> $FreeBSD$
Notes
Notes: svn path=/head/; revision=50471
Diffstat (limited to 'bin/sync')
-rw-r--r--bin/sync/Makefile2
-rw-r--r--bin/sync/sync.82
-rw-r--r--bin/sync/sync.c2
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>