]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update description to match code; doxygen fixes
authorMark Andrews <marka@isc.org>
Thu, 10 Jul 2014 00:36:33 +0000 (10:36 +1000)
committerMark Andrews <marka@isc.org>
Thu, 10 Jul 2014 00:38:19 +0000 (10:38 +1000)
lib/isc/include/isc/file.h

index 923ae87f2423759814e9bfad77bd29021de6a2e3..cc82e521df8e53db8ce369754b3f4784f2d676aa 100644 (file)
@@ -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.
@@ -216,7 +216,7 @@ isc_file_isplainfilefd(int fd);
  *             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.
  */
 
@@ -232,7 +232,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.
  */