diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
| commit | 838992f094ccde014679a7cfafc495840eb932a1 (patch) | |
| tree | bb1da10609893e2c699e42919a3a51c02df9caf0 /bin/ln | |
| parent | bcb29ac16cc991f99f0c976390dff6be1a1b9058 (diff) | |
Diffstat (limited to 'bin/ln')
| -rw-r--r-- | bin/ln/Makefile | 2 | ||||
| -rw-r--r-- | bin/ln/ln.1 | 2 | ||||
| -rw-r--r-- | bin/ln/ln.c | 2 | ||||
| -rw-r--r-- | bin/ln/symlink.7 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/ln/Makefile b/bin/ln/Makefile index 83a6e1dca2f1..fd316875c378 100644 --- a/bin/ln/Makefile +++ b/bin/ln/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 14:03:48 peter Exp $ PROG= ln MAN1= ln.1 diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index 586401bbff8d..f10ac27cefa4 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.5 1997/02/22 14:03:48 peter Exp $ +.\" $Id: ln.1,v 1.6 1998/05/15 06:19:02 charnier Exp $ .\" .Dd December 30, 1993 .Dt LN 1 diff --git a/bin/ln/ln.c b/bin/ln/ln.c index 94e0c06f1eaf..b848229fecb7 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$"; + "$Id: ln.c,v 1.12 1998/05/15 06:19:05 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index efaf21ff11ba..7b0091941d96 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.7 1997/06/19 01:07:05 jdp Exp $ +.\" $Id: symlink.7,v 1.8 1998/04/24 12:38:18 des Exp $ .\" .Dd March 31, 1994 .Dt SYMLINK 7 |
