freebsd-nq/lib/libc
Nik Clayton 3ef0a1c27c Contains the para
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 lstat() that refer to the symbolic link itself are the file type
  (S_IFLNK), size, blocks, and link count (always 1).

This is bogus, and disagrees with the implementation and symlink(7).

Removed it.

PR:		docs/10269
Submitted by:	Tolik <tolik@sibptus.tomsk.ru>
1999-04-10 20:49:27 +00:00
..
alpha Add wrappers for pread and pwrite syscalls. 1999-04-04 21:46:24 +00:00
amd64 Add wrappers for pread and pwrite syscalls. 1999-04-04 21:46:24 +00:00
compat-43
db
gen Add manpage link for dlversion(3). 1999-04-07 02:59:47 +00:00
gmon
i386 Add wrappers for pread and pwrite syscalls. 1999-04-04 21:46:24 +00:00
include
locale Fix a macro name typo that made a word disappear. 1999-04-03 22:47:25 +00:00
mips Bring in initial libc support for mips. These files were taken from 1999-03-03 07:06:17 +00:00
mipseb These were missing from the previous commit. 1999-03-03 07:08:03 +00:00
mipsel These were missing from the previous commit. 1999-03-03 07:08:03 +00:00
net Mention that getservbyport requires its port parameter to be in 1999-03-02 02:34:23 +00:00
nls
quad
regex
rpc
stdio Various language and style concerns fixed. 1999-04-09 18:26:46 +00:00
stdlib Disable the "Hint" option in phkmalloc as default. Recent VM system 1999-03-28 14:16:05 +00:00
stdtime
string Corrected use of backslash escaping in sample code. 1999-02-27 00:54:40 +00:00
sys Contains the para 1999-04-10 20:49:27 +00:00
xdr
yp
Makefile
Makefile.inc