summaryrefslogtreecommitdiffstats
path: root/bin/ln
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-24 02:59:15 +0000
committerdg <dg@FreeBSD.org>1994-09-24 02:59:15 +0000
commit8722740e7f163b275491a0b05c8640341b937558 (patch)
treeb7c3f7bad4381fe5b507b6cf1947fd57803fe125 /bin/ln
parent111d145dc40797c8894e8aa7dc6632e33bce87bf (diff)
downloadFreeBSD-src-8722740e7f163b275491a0b05c8640341b937558.zip
FreeBSD-src-8722740e7f163b275491a0b05c8640341b937558.tar.gz
Added $Id$
Diffstat (limited to 'bin/ln')
-rw-r--r--bin/ln/Makefile1
-rw-r--r--bin/ln/ln.11
-rw-r--r--bin/ln/ln.c2
-rw-r--r--bin/ln/symlink.71
4 files changed, 5 insertions, 0 deletions
diff --git a/bin/ln/Makefile b/bin/ln/Makefile
index b3857a2..83a6e1d 100644
--- a/bin/ln/Makefile
+++ b/bin/ln/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 5/31/93
+# $Id$
PROG= ln
MAN1= ln.1
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1
index fd85a6b..2e133737 100644
--- a/bin/ln/ln.1
+++ b/bin/ln/ln.1
@@ -33,6 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ln.1 8.2 (Berkeley) 12/30/93
+.\" $Id$
.\"
.Dd December 30, 1993
.Dt LN 1
diff --git a/bin/ln/ln.c b/bin/ln/ln.c
index f972ea8..71c1a57 100644
--- a/bin/ln/ln.c
+++ b/bin/ln/ln.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $Id$
*/
#ifndef lint
diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7
index 0f4887d..1fb4ea4 100644
--- a/bin/ln/symlink.7
+++ b/bin/ln/symlink.7
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)symlink.7 8.3 (Berkeley) 3/31/94
+.\" $Id$
.\"
.Dd March 31, 1994
.Dt SYMLINK 7
OpenPOWER on IntegriCloud