]> Kevux Git Server - fll/commitdiff
Cleanup: Use present tense in documentation comments regarding F_interrupt.
authorKevin Day <kevin@kevux.org>
Thu, 13 Jul 2023 03:23:32 +0000 (22:23 -0500)
committerKevin Day <kevin@kevux.org>
Thu, 13 Jul 2023 03:23:32 +0000 (22:23 -0500)
level_0/f_conversion/c/conversion.h
level_0/f_file/c/file.h
level_0/f_file/c/file/stream.h
level_0/f_file/c/private-file.h
level_0/f_print/c/print/private-to.h
level_0/f_print/c/print/to.h
level_0/f_signal/c/signal.h
level_1/fl_utf_file/c/private-utf_file.h
level_1/fl_utf_file/c/utf_file.h

index 4de1e37e2e99db1ca7acd06b20b6fa01f50628b9..4bb8a5191f228d19d57101fa8bdf8c7b546dcf2d 100644 (file)
@@ -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.
  *
index a29487b5c642364527069688168b05b63c1729dd..682824dd508b1df7ad27ec45fb2b963ece65d514 100644 (file)
@@ -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()
index 42024315a732225702078fd65d3511a5a6d9dda8..f764f7d0a85d859acaa48c97c1c3b3ca14b0473c 100644 (file)
@@ -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()
index e14327c54e4eb225ac6f7f1bb939f0b4d379629d..26f96987e35b1eeb380ae08707f9d54057d46780 100644 (file)
@@ -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()
index 5d010845659b8c5db4d0c4dd5d2a007fa72c337d..292e4b42b7c99ba8a27b3f92f8ab5dbac9b1135a 100644 (file)
@@ -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.
index 649a9d14c48891938781a5fb6de0d5881a796f1c..5efc105953985d1e70be35345de200169fd82b13 100644 (file)
@@ -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.
index 0c92ffdb5d196e9247ec95d104aad1d059cabc36..32699d02ae5b5631bba03fd3df59573fdf1662bd 100644 (file)
@@ -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).
index 59ee55fb919df16b2a280954fdfc515c40936cd0..639d632b2a1434b2c504065044d32c0c94fbab08 100644 (file)
@@ -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()
index d7509380806e2398dc05af7e871fa65c9316c0ae..f2174fae682c788dc060f4ebf54a64e8c605bf43 100644 (file)
@@ -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()