doc: Note that rename() is only partially implemented.

Replacing of existing files is not supported. See #2169.
This commit is contained in:
Nick Withers
2015-02-19 16:34:25 -05:00
committed by Gedare Bloom
parent 7f1bb40aa1
commit c53705c384
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ rmdir(), Function, Implemented
@subsection Rename a File
@example
rename(), Function, Implemented
rename(), Function, Partial Implementation
@end example
@section File Characteristics
+1
View File
@@ -101,6 +101,7 @@ putc(), Function, Implemented
putchar(), Function, Implemented
puts(), Function, Implemented
remove(), Function, Implemented
rename(), Function, Partial Implementation
rewind(), Function, Implemented
scanf(), Function, Implemented
fscanf(), Function, Implemented
+1 -1
View File
@@ -255,7 +255,7 @@ readdir(), Supported
readdir_r(), Supported
realloc(), Supported
remove(), Supported
rename(), Supported
rename(), see note 2
rewind(), Supported
rewinddir(), Supported
rmdir(), Supported