summaryrefslogtreecommitdiff
path: root/bin/ln
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ln')
-rw-r--r--bin/ln/Makefile2
-rw-r--r--bin/ln/ln.12
-rw-r--r--bin/ln/ln.c2
-rw-r--r--bin/ln/symlink.72
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/ln/Makefile b/bin/ln/Makefile
index bfbcef839f84..f21cb89b2763 100644
--- a/bin/ln/Makefile
+++ b/bin/ln/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 5/31/93
-# $FreeBSD$
+# $FreeBSD: src/bin/ln/Makefile,v 1.7 1999/12/20 16:13:45 sheldonh Exp $
PROG= ln
MAN1= ln.1
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1
index 6eb4f60d0195..5ac772a143a3 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
-.\" $FreeBSD$
+.\" $FreeBSD: src/bin/ln/ln.1,v 1.11.2.2 2000/12/08 13:34:35 ru Exp $
.\"
.Dd December 30, 1993
.Dt LN 1
diff --git a/bin/ln/ln.c b/bin/ln/ln.c
index 27c6a82a8c5a..ffb580d0d66e 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[] =
- "$FreeBSD$";
+ "$FreeBSD: src/bin/ln/ln.c,v 1.15.2.1 2000/09/18 02:07:11 jkh Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7
index 1fa61c255504..2b42d6ff3848 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
-.\" $FreeBSD$
+.\" $FreeBSD: src/bin/ln/symlink.7,v 1.13.2.4 2001/01/24 23:54:08 jdp Exp $
.\"
.Dd March 31, 1994
.Dt SYMLINK 7