From 66312e4a8d4ad8bda7524141fcd8fd3fade9e807 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 27 Aug 1999 23:15:48 +0000 Subject: $Id$ -> $FreeBSD$ --- bin/ln/Makefile | 2 +- bin/ln/ln.1 | 2 +- bin/ln/ln.c | 2 +- bin/ln/symlink.7 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/ln') diff --git a/bin/ln/Makefile b/bin/ln/Makefile index 83a6e1d..b177ea8 100644 --- a/bin/ln/Makefile +++ b/bin/ln/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 5/31/93 -# $Id$ +# $FreeBSD$ PROG= ln MAN1= ln.1 diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index 19c63d2..93fa3df 100644 --- a/bin/ln/ln.1 +++ b/bin/ln/ln.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ln.1 8.2 (Berkeley) 12/30/93 -.\" $Id: ln.1,v 1.6 1998/05/15 06:19:02 charnier Exp $ +.\" $FreeBSD$ .\" .Dd December 30, 1993 .Dt LN 1 diff --git a/bin/ln/ln.c b/bin/ln/ln.c index 94e0c06..9ccf805 100644 --- a/bin/ln/ln.c +++ b/bin/ln/ln.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)ln.c 8.2 (Berkeley) 3/31/94"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index 55b905d..6e6d5a7 100644 --- a/bin/ln/symlink.7 +++ b/bin/ln/symlink.7 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)symlink.7 8.3 (Berkeley) 3/31/94 -.\" $Id: symlink.7,v 1.10 1999/04/24 10:08:09 nik Exp $ +.\" $FreeBSD$ .\" .Dd March 31, 1994 .Dt SYMLINK 7 -- cgit v1.1