summaryrefslogtreecommitdiff
path: root/bin/ln
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-04 08:49:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-04 08:49:49 +0000
commit4dfbe313e1bd3c3d83553b47901121654ae657cc (patch)
treebc7714c988e2e082f9a64b6be32276c9a03ebfd9 /bin/ln
parent64461b9d1dfce0d6d15906d2def7cf58432bd250 (diff)
old 4.4 symlink behaviour no long valid
Diffstat (limited to 'bin/ln')
-rw-r--r--bin/ln/symlink.714
1 files changed, 1 insertions, 13 deletions
diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7
index 36cd96abf71..be2bc18860a 100644
--- a/bin/ln/symlink.7
+++ b/bin/ln/symlink.7
@@ -1,4 +1,4 @@
-.\" $NetBSD: symlink.7,v 1.3 1995/03/21 09:06:13 cgd Exp $
+.\" $NetBSD: symlink.7,v 1.4 1996/04/25 15:44:56 mycroft Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -121,18 +121,6 @@ is an alias for
.Xr unlink 2 ,
it also does not follow symbolic links.
.Pp
-Unlike other filesystem objects, symbolic links do not have an owner,
-group, permissions, access and modification times, etc.
-The only attributes returned from an
-.Xr lstat 2
-that refer to the symbolic link itself are the file type (S_IFLNK),
-size, blocks, and link count (always 1).
-The other attributes are filled in from the directory that contains
-the link.
-For portability reasons, you should be aware that other implementations
-(including historic implementations of 4BSD), implement symbolic links
-such that they have the same attributes as any other file.
-.Pp
The
.Bx 4.4
system differs from historical 4BSD systems in that the system call