Changes: Minor cleanups

This commit is contained in:
Michael Kerrisk 2008-10-07 10:54:13 +02:00
parent d521e47a5b
commit 1b0f30aa0d
1 changed files with 6 additions and 3 deletions

View File

@ -21,6 +21,7 @@ Nicolas Fran
Pavel Heimlich <tropikhajma@seznam.cz>
Ricardo Catalinas Jiménez <jimenezrick@gmail.com>
Sam Varshavchik <mrsam@courier-mta.com>
Apologies if I missed anyone!
@ -90,7 +91,8 @@ fallocate.2
low-level, Linux-specific API, and point the reader to posix_fallocate(3)
for the portable API.
getdents.2, readdir.3
getdents.2
readdir.3
Michael Kerrisk
getdents.2, readdir.3: d_type is currently only supported on ext[234]
@ -168,7 +170,8 @@ mount.2
Michael Kerrisk
mount.2: Document MS_SILENT (and MS_VERBOSE)
mount.2, umount.2
mount.2
umount.2
Michael Kerrisk
mount.2, umount.2: split umoun*() out into a separate page
@ -338,7 +341,7 @@ hsearch.3
André Goddard Rosa
hsearch.3: Call hdestroy() after using hash table created by hcreate(), for the sake of completeness
mg_getattr.3
mq_getattr.3
Michael Kerrisk
mg_getattr.3: mq_getattr() and mq_setattr() are layered on mq_getsetattr(2)