mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-22 09:20:51 -05:00
update description to match code; doxygen fixes
This commit is contained in:
parent
738cf8c80c
commit
514b23e6f3
1 changed files with 3 additions and 3 deletions
|
|
@ -62,7 +62,7 @@ isc_file_getmodtime(const char *file, isc_time_t *time);
|
|||
*\li #ISC_R_NOPERM
|
||||
* The file's metainformation could not be retrieved because
|
||||
* permission was denied to some part of the file's path.
|
||||
*\li #ISC_R_EIO
|
||||
*\li #ISC_R_IOERROR
|
||||
* Hardware error interacting with the filesystem.
|
||||
*\li #ISC_R_UNEXPECTED
|
||||
* Something totally unexpected happened.
|
||||
|
|
@ -213,7 +213,7 @@ isc_file_isplainfile(const char *name);
|
|||
* permitted in addition to ISC_R_SUCCESS. This is done since
|
||||
* the next call in logconf.c is to isc_stdio_open(), which
|
||||
* will create the file if it can.
|
||||
*\li #other ISC_R_* errors translated from errno
|
||||
*\li other ISC_R_* errors translated from errno
|
||||
* These occur when stat returns -1 and an errno.
|
||||
*/
|
||||
|
||||
|
|
@ -229,7 +229,7 @@ isc_file_isdirectory(const char *name);
|
|||
* File is not a directory.
|
||||
*\li #ISC_R_FILENOTFOUND
|
||||
* File does not exist.
|
||||
*\li #other ISC_R_* errors translated from errno
|
||||
*\li other ISC_R_* errors translated from errno
|
||||
* These occur when stat returns -1 and an errno.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue