From: Kevin Day Date: Thu, 13 Jul 2023 03:23:32 +0000 (-0500) Subject: Cleanup: Use present tense in documentation comments regarding F_interrupt. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=3c70f70c84af499e79191e80c65893259af1cbeb;p=fll Cleanup: Use present tense in documentation comments regarding F_interrupt. --- diff --git a/level_0/f_conversion/c/conversion.h b/level_0/f_conversion/c/conversion.h index 4de1e37..4bb8a51 100644 --- a/level_0/f_conversion/c/conversion.h +++ b/level_0/f_conversion/c/conversion.h @@ -247,7 +247,7 @@ extern "C" { * F_buffer (with error bit) if the buffer is invalid. * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_output (with error bit) on any other file output error. * F_parameter (with error bit) if a parameter is invalid. * @@ -312,7 +312,7 @@ extern "C" { * F_buffer (with error bit) if the buffer is invalid. * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_output (with error bit) on any other file output error. * F_parameter (with error bit) if a parameter is invalid. * diff --git a/level_0/f_file/c/file.h b/level_0/f_file/c/file.h index a29487b..682824d 100644 --- a/level_0/f_file/c/file.h +++ b/level_0/f_file/c/file.h @@ -1567,7 +1567,7 @@ extern "C" { * F_time_out if time out is reached befoe a signal is received. * * F_buffer (with error bit) if the buffer is invalid. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_memory_not (with error bit) if out of memory. * F_parameter (with error bit) if a parameter is invalid. * F_failure (with error bit) for any other error. @@ -1599,7 +1599,7 @@ extern "C" { * F_file_descriptor (with error bit) if the file descriptor is invalid. * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_parameter (with error bit) if a parameter is invalid. * * Errors (with error bit) from: f_string_dynamic_increase_by(). @@ -1634,7 +1634,7 @@ extern "C" { * F_file_descriptor (with error bit) if the file descriptor is invalid. * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_parameter (with error bit) if a parameter is invalid. * * @see read() @@ -1672,7 +1672,7 @@ extern "C" { * F_file_descriptor (with error bit) if the file descriptor is invalid. * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_parameter (with error bit) if a parameter is invalid. * * @see read() @@ -2398,7 +2398,7 @@ extern "C" { * F_file_descriptor (with error bit) if the file descriptor is invalid. * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_parameter (with error bit) if a parameter is invalid. * * @see write() @@ -2433,7 +2433,7 @@ extern "C" { * F_file_descriptor (with error bit) if the file descriptor is invalid. * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_parameter (with error bit) if a parameter is invalid. * * @see write() @@ -2468,7 +2468,7 @@ extern "C" { * F_file_descriptor (with error bit) if the file descriptor is invalid. * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_parameter (with error bit) if a parameter is invalid. * * @see write() @@ -2502,7 +2502,7 @@ extern "C" { * F_file_descriptor (with error bit) if the file descriptor is invalid. * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_parameter (with error bit) if a parameter is invalid. * * @see write() diff --git a/level_0/f_file/c/file/stream.h b/level_0/f_file/c/file/stream.h index 4202431..f764f7d 100644 --- a/level_0/f_file/c/file/stream.h +++ b/level_0/f_file/c/file/stream.h @@ -69,7 +69,7 @@ extern "C" { * F_file_descriptor (with error bit) if the file descriptor is invalid. * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * * F_file_synchronize (with error bit) on any other error. * @@ -233,7 +233,7 @@ extern "C" { * F_file_descriptor (with error bit) if the file descriptor is invalid. * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_parameter (with error bit) if a parameter is invalid. * * @see flockfile() diff --git a/level_0/f_file/c/private-file.h b/level_0/f_file/c/private-file.h index e14327c..26f9698 100644 --- a/level_0/f_file/c/private-file.h +++ b/level_0/f_file/c/private-file.h @@ -919,7 +919,7 @@ extern "C" { * F_file_descriptor (with error bit) if the file descriptor is invalid. * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_parameter (with error bit) if a parameter is invalid. * * @see write() diff --git a/level_0/f_print/c/print/private-to.h b/level_0/f_print/c/print/private-to.h index 5d01084..292e4b4 100644 --- a/level_0/f_print/c/print/private-to.h +++ b/level_0/f_print/c/print/private-to.h @@ -38,7 +38,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -79,7 +79,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -134,7 +134,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -330,7 +330,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -377,7 +377,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -425,7 +425,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -468,7 +468,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -510,7 +510,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -553,7 +553,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -594,7 +594,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. diff --git a/level_0/f_print/c/print/to.h b/level_0/f_print/c/print/to.h index 649a9d1..5efc105 100644 --- a/level_0/f_print/c/print/to.h +++ b/level_0/f_print/c/print/to.h @@ -44,7 +44,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -81,7 +81,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -122,7 +122,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -161,7 +161,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -202,7 +202,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -245,7 +245,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -293,7 +293,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -337,7 +337,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -378,7 +378,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -424,7 +424,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -466,7 +466,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -513,7 +513,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -556,7 +556,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -601,7 +601,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -648,7 +648,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -700,7 +700,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -748,7 +748,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -793,7 +793,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -843,7 +843,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -889,7 +889,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -944,7 +944,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -993,7 +993,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1044,7 +1044,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1097,7 +1097,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1150,7 +1150,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1201,7 +1201,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1254,7 +1254,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1308,7 +1308,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1360,7 +1360,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1419,7 +1419,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1479,7 +1479,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1537,7 +1537,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1588,7 +1588,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1642,7 +1642,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1692,7 +1692,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1735,7 +1735,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1783,7 +1783,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1824,7 +1824,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1868,7 +1868,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1911,7 +1911,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. @@ -1953,7 +1953,7 @@ extern "C" { * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_filesystem_quota_block (with error bit) if quota is reached or exceeded. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_number_overflow (with error bit) if maximum size reached while writing or attempting to write beyond maximum allowed offset. * F_parameter (with error bit) if a parameter is invalid. * F_pipe (with error bit) if a connected pipe or socket is closed. diff --git a/level_0/f_signal/c/signal.h b/level_0/f_signal/c/signal.h index 0c92ffd..32699d0 100644 --- a/level_0/f_signal/c/signal.h +++ b/level_0/f_signal/c/signal.h @@ -199,7 +199,7 @@ extern "C" { * F_buffer (with error bit) if the buffer is invalid. * F_descriptor (with error bit) if the signal descriptor is invalid. * F_file_closed (with error bit) if the signal descriptor stream is closed. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_memory_not (with error bit) on out of memory. * F_parameter (with error bit) if a parameter is invalid. * F_stream (with error bit) when the poll() returns POLLERR (file stream error). diff --git a/level_1/fl_utf_file/c/private-utf_file.h b/level_1/fl_utf_file/c/private-utf_file.h index 59ee55f..639d632 100644 --- a/level_1/fl_utf_file/c/private-utf_file.h +++ b/level_1/fl_utf_file/c/private-utf_file.h @@ -71,7 +71,7 @@ extern "C" { * F_file_descriptor (with error bit) if the file descriptor is invalid. * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_parameter (with error bit) if a parameter is invalid. * * @see fl_utf_file_write() diff --git a/level_1/fl_utf_file/c/utf_file.h b/level_1/fl_utf_file/c/utf_file.h index d750938..f2174fa 100644 --- a/level_1/fl_utf_file/c/utf_file.h +++ b/level_1/fl_utf_file/c/utf_file.h @@ -50,7 +50,7 @@ extern "C" { * F_complete_not_utf_eof (with error bit) if UTF-8 character was incomplete at the end of the file. * F_complete_not_utf_stop (with error bit) if UTF-8 character was incomplete at a stop point (file.size_read). * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_parameter (with error bit) if a parameter is invalid. * * @see read() @@ -84,7 +84,7 @@ extern "C" { * F_complete_not_utf_eof (with error bit) if UTF-8 character was incomplete at the end of the file. * F_complete_not_utf_stop (with error bit) if UTF-8 character was incomplete at a stop point (file.size_read). * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_parameter (with error bit) if a parameter is invalid. * * @see read() @@ -119,7 +119,7 @@ extern "C" { * F_complete_not_utf_eof (with error bit) if UTF-8 character was incomplete at the end of the file. * F_complete_not_utf_stop (with error bit) if UTF-8 character was incomplete at a stop point (file.size_read). * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_parameter (with error bit) if a parameter is invalid. * * @see read() @@ -152,7 +152,7 @@ extern "C" { * F_file_descriptor (with error bit) if the file descriptor is invalid. * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_parameter (with error bit) if a parameter is invalid. * * @see write() @@ -187,7 +187,7 @@ extern "C" { * F_file_descriptor (with error bit) if the file descriptor is invalid. * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_parameter (with error bit) if a parameter is invalid. * * @see write() @@ -222,7 +222,7 @@ extern "C" { * F_file_descriptor (with error bit) if the file descriptor is invalid. * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_parameter (with error bit) if a parameter is invalid. * * @see write() @@ -257,7 +257,7 @@ extern "C" { * F_file_descriptor (with error bit) if the file descriptor is invalid. * F_file_type_directory (with error bit) if file descriptor represents a directory. * F_input_output (with error bit) on I/O error. - * F_interrupt (with error bit) if interrupt was received. + * F_interrupt (with error bit) if interrupt is received. * F_parameter (with error bit) if a parameter is invalid. * * @see write()