Remove description about behaviour of 4.4BSD symlink.

This commit is contained in:
enami 1997-10-11 03:18:11 +00:00
parent 136d7f791b
commit baf66c5d60

View File

@ -1,4 +1,4 @@
.\" $NetBSD: stat.2,v 1.12 1997/07/14 23:20:20 kleink Exp $
.\" $NetBSD: stat.2,v 1.13 1997/10/11 03:18:11 enami Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@ -69,14 +69,6 @@ returns information about the link,
while
.Fn stat
returns information about the file the link references.
Unlike other filesystem objects,
symbolic links do not have an owner, group, access mode, times, etc.
Instead, these attributes are taken from the directory that
contains the link.
The only attributes returned from an
.Fn lstat
that refer to the symbolic link itself are the file type (S_IFLNK),
size, blocks, and link count (always 1).
.Pp
The
.Fn fstat