diff --git a/lib/isc/include/isc/file.h b/lib/isc/include/isc/file.h index a974bbd721..82d02bb50f 100644 --- a/lib/isc/include/isc/file.h +++ b/lib/isc/include/isc/file.h @@ -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. */