merged doc fixes

This commit is contained in:
Radim Kolar 2009-09-15 21:31:07 +02:00
commit 3d7ee6de48

View File

@ -409,14 +409,14 @@ RDIRENT.HEADER types:
xtra data: protection data (format follows) xtra data: protection data (format follows)
Protection bits: Protection bits:
0 - caller owns the directory 0 - caller owns the directory 0x01
1 - files can be deleted from this dir 1 - files can be deleted from this dir 0x02
2 - files can be added to this dir 2 - files can be added to this dir 0x04
3 - new subdirectories can be created 3 - new subdirectories can be created 0x08
4 - files are NOT readable by non-owners 4 - files are NOT readable by non-owners 0x10
5 - directory contain an readme file 5 - directory contain an readme file 0x20
6 - directory can be listed 6 - directory can be listed 0x40
7 - files can be renamed in this directory 7 - files can be renamed in this directory 0x80
Compatibility Compatibility