This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

BZ#6895: Describe DT_LNK


DT_LNK was missing in the description, committed as trivial.

Btw. DT_WHT is still not documented - and set by the coda FS only. Google could not help me with an explanation what it is.

Andreas
2012-04-08  Andreas Jaeger  <aj@suse.de>

	[BZ #6895]
	* manual/filesys.texi (Directory Entries): Add description for
	DT_LNK.

diff --git a/manual/filesys.texi b/manual/filesys.texi
index 04f4376..b6e0086 100644
--- a/manual/filesys.texi
+++ b/manual/filesys.texi
@@ -277,6 +277,9 @@ A character device.

 @item DT_BLK
 A block device.
+
+@item DT_LNK
+A symbolic link.
 @end vtable

This member is a BSD extension. The symbol @code{_DIRENT_HAVE_D_TYPE}

--
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]