]> Kevux Git Server - fll/commitdiff
Cleanup: Make F_failure documentation comments more consistent.
authorKevin Day <Kevin@kevux.org>
Sun, 7 Dec 2025 04:23:03 +0000 (22:23 -0600)
committerKevin Day <Kevin@kevux.org>
Sun, 7 Dec 2025 04:23:03 +0000 (22:23 -0600)
16 files changed:
level_0/f_capability/c/capability.h
level_0/f_capability/c/capability/common.h
level_0/f_directory/c/directory.h
level_0/f_directory/c/private-directory.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_path/c/path.h
level_0/f_path/c/private-path.h
level_0/f_schedule/c/schedule.h
level_0/f_signal/c/signal.h
level_0/f_socket/c/socket.h
level_0/f_type/c/type.h
level_1/fl_directory/c/directory.h
level_2/fll_file/c/file.h
level_2/fll_file/c/private-file.h

index 642368b4bb425637ab4a1d6328ac27895171ff8d..11649dc665fee8ecc26e1160d46de3a261b63397 100644 (file)
@@ -63,7 +63,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_support_not (with error bit) if the system does not support ambient capabilities.
  *
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  * @see cap_set_ambient()
  */
@@ -82,7 +82,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if the file system does not permit this operation.
  *
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  * @see cap_reset_ambient()
  */
@@ -106,7 +106,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if the file system does not permit this operation.
  *
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  * @see cap_set_ambient()
  */
@@ -126,7 +126,7 @@ extern "C" {
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  * @see cap_clear()
  */
@@ -149,7 +149,7 @@ extern "C" {
  *   F_memory_not (with error bit) if a out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  * @see cap_clear_flag()
  */
@@ -176,7 +176,7 @@ extern "C" {
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  * @see cap_compare()
  */
@@ -200,7 +200,7 @@ extern "C" {
  *   F_memory_not (with error bit) if a out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  * @see cap_dup()
  */
@@ -277,7 +277,7 @@ extern "C" {
  *   F_memory_not (with error bit) if a out of memory (which doesn't make sense here but man page includes this).
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  * @see cap_free()
  */
@@ -308,7 +308,7 @@ extern "C" {
  *   F_prohibited (with error bit) if the file system does not permit this operation.
  *   F_support_not (with error bit) if the file system does not support this operation.
  *
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  * @see cap_get_fd()
  */
@@ -338,7 +338,7 @@ extern "C" {
  *   F_prohibited (with error bit) if the file system does not permit this operation.
  *   F_support_not (with error bit) if the file system does not support this operation.
  *
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  * @see cap_set_fd()
  */
@@ -369,7 +369,7 @@ extern "C" {
  *   F_prohibited (with error bit) if the file system does not permit this operation.
  *   F_support_not (with error bit) if the file system does not support this operation.
  *
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  * @see cap_get_file()
  */
@@ -399,7 +399,7 @@ extern "C" {
  *   F_prohibited (with error bit) if the file system does not permit this operation.
  *   F_support_not (with error bit) if the file system does not support this operation.
  *
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  * @see cap_set_file()
  */
@@ -426,7 +426,7 @@ extern "C" {
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  * @see cap_get_flag()
  */
@@ -453,7 +453,7 @@ extern "C" {
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  * @see cap_set_flag()
  */
@@ -478,7 +478,7 @@ extern "C" {
  *   F_memory_not (with error bit) if a out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  * @see cap_from_name()
  */
@@ -503,7 +503,7 @@ extern "C" {
  *   F_memory_not (with error bit) if a out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  * @see cap_from_text()
  */
@@ -923,7 +923,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_string_too_large (with error bit) if appended string length is too large to store in the buffer.
  *
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  *   Errors (with error bit) from: f_memory_array_resize().
  *
@@ -955,7 +955,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_string_too_large (with error bit) if appended string length is too large to store in the buffer.
  *
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  *   Errors (with error bit) from: f_memory_array_resize().
  *
index ebabef6e527865a136226ec7271baa78490a4197..7d261afcdce92c3fb62a74a9bad9b2c801bb5368 100644 (file)
@@ -29,7 +29,6 @@ extern "C" {
  *   - set:   Set the capability.
  */
 #ifndef _di_f_capability_t_
-
   enum {
     f_capability_value_type_effective_e = 0,
     f_capability_value_type_permitted_e,
index 8d582956dcc544567b74d0cb296fbded2b692f10..cd87270b28e199e7b41c08790fd267fd8cff3ff1 100644 (file)
@@ -71,7 +71,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for removing.
  *   F_read_only (with error bit) if file is read-only.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see mkdir()
  */
@@ -107,7 +107,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for removing.
  *   F_read_only (with error bit) if file is read-only.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see mkdirat()
  */
@@ -135,7 +135,7 @@ extern "C" {
  *   F_file_open_max (with error bit) too many open files.
  *   F_memory_not (with error bit) on out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  *   Errors (with error bit) from: f_file_stat_at().
  *
@@ -283,7 +283,7 @@ extern "C" {
  *   F_array_too_large (with error bit) if the directory buffer max length would be exceeded.
  *   F_memory_not (with error bit) on out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see alphasort()
  * @see scandir()
@@ -326,7 +326,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for removing.
  *   F_read_only (with error bit) if file is read-only.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see open()
  */
@@ -370,7 +370,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for removing.
  *   F_read_only (with error bit) if file is read-only.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see openat()
  */
@@ -410,7 +410,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if file system does not allow for removing.
  *   F_read_only (with error bit) if file is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see nftw()
  * @see remove()
@@ -454,7 +454,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if file system does not allow for removing.
  *   F_read_only (with error bit) if file is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see nftw()
  * @see remove()
@@ -473,7 +473,7 @@ extern "C" {
  *   F_okay on success.
  *
  *   F_directory_descriptor_not (with error bit) for bad directory descriptor.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see closedir()
  */
@@ -503,7 +503,7 @@ extern "C" {
  *   F_file_open_max (with error bit) too many open files.
  *   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.
+ *   F_failure (with error bit) on any other error.
  *
  * @see fdopendir()
  */
@@ -534,7 +534,7 @@ extern "C" {
  *   F_file_open_max (with error bit) too many open files.
  *   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.
+ *   F_failure (with error bit) on any other error.
  *
  * @see fdopendir()
  */
@@ -558,7 +558,7 @@ extern "C" {
  *
  *   F_directory_descriptor_not (with error bit) for bad directory descriptor.
  *   F_parameter (with error bit) if a parameter is invalid.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see readdir()
  */
@@ -575,7 +575,7 @@ extern "C" {
  * @return
  *   F_okay on success.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see rewinddir()
  */
@@ -594,7 +594,7 @@ extern "C" {
  * @return
  *   F_okay on success.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see seekdir()
  */
@@ -617,7 +617,7 @@ extern "C" {
  *
  *   F_directory_descriptor_not (with error bit) for bad directory descriptor.
  *   F_parameter (with error bit) if a parameter is invalid.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see telldir()
  */
@@ -657,7 +657,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for creating or linking.
  *   F_read_only (with error bit) if file system is read-only.
  *   F_search (with error bit) if search permission is denied for one of the paths to the file.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see utimensat()
  */
@@ -701,7 +701,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for creating or linking.
  *   F_read_only (with error bit) if file system is read-only.
  *   F_search (with error bit) if search permission is denied for one of the paths to the file.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see utimensat()
  */
index 1d09e52c12a73d46934802e514dfbda705a64285..3651c428fe047b3e6b39eee2e98d5633dc20db07 100644 (file)
@@ -40,7 +40,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for removing.
  *   F_read_only (with error bit) if file is read-only.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see f_directory_create()
  * @see f_directory_touch()
@@ -78,7 +78,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for removing.
  *   F_read_only (with error bit) if file is read-only.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see f_directory_create_at()
  * @see f_directory_touch_at()
index 5bd3af8c21d3131304c336f8062afdd5431e98f7..5ca80bc149852d76bdc660d075051b2ecc24bfcf 100644 (file)
@@ -171,7 +171,7 @@ extern "C" {
  *   F_read_only (with error bit) if file is read-only.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
  *   F_support_not if copying a given type of file is unsupported.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  */
 #ifndef _di_f_file_clone_
   extern f_status_t f_file_clone(const f_string_static_t source, const f_string_static_t destination, const f_number_unsigned_t size_block, const uint8_t flag);
@@ -280,7 +280,7 @@ extern "C" {
  *   F_read_only (with error bit) if file is read-only.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
  *   F_support_not if copying a given type of file is unsupported.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  */
 #ifndef _di_f_file_copy_
   extern f_status_t f_file_copy(const f_string_static_t source, const f_string_static_t destination, const f_mode_t mode, const f_number_unsigned_t size_block, const uint8_t flag);
@@ -318,7 +318,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_read_only (with error bit) if file is read-only.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see open()
  */
@@ -362,7 +362,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_read_only (with error bit) if file is read-only.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see openat()
  */
@@ -401,7 +401,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
  *   F_support_not (with error bit) for unsupported file types.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see makedev()
  * @see mknod()
@@ -445,7 +445,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
  *   F_support_not (with error bit) for unsupported file types.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see makedev()
  * @see mknodat()
@@ -477,7 +477,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
  *   F_support_not (with error bit) for unsupported file types.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see mkfifo()
  */
@@ -512,7 +512,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
  *   F_support_not (with error bit) for unsupported file types.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see mkfifoat()
  */
@@ -546,7 +546,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
  *   F_support_not (with error bit) for unsupported file types.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see mknod()
  */
@@ -583,7 +583,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *   F_support_not (with error bit) for unsupported file types.
  *
  * @see mknodat()
@@ -694,7 +694,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
  *   F_support_not (with error bit) if the file system or file type does not support flushing.
- *   F_failure (with error bit) on any other failure.
+ *   F_failure (with error bit) on any other error.
  *
  * @see fsync()
  */
@@ -849,7 +849,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if file system does not allow for creating or linking.
  *   F_read_only (with error bit) if file system is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see symlink()
  */
@@ -891,7 +891,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if file system does not allow for creating or linking.
  *   F_read_only (with error bit) if file system is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see symlinkat()
  */
@@ -928,7 +928,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if file system does not allow for creating or linking.
  *   F_read_only (with error bit) if file system is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see link()
  */
@@ -974,7 +974,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if file system does not allow for creating or linking.
  *   F_read_only (with error bit) if file system is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see linkat()
  */
@@ -1011,7 +1011,7 @@ extern "C" {
  *   F_name (with error bit) on path name error.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_string_too_large (with error bit) if link target path is too large for string buffer size.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  *   Errors (with error bit) from: f_memory_array_increase_by()
  *   Errors (with error bit) from: f_string_dynamic_terminate_after()
@@ -1059,7 +1059,7 @@ extern "C" {
  *   F_name (with error bit) on path name error.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_string_too_large (with error bit) if link target path is too large for string buffer size.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  *   Errors (with error bit) from: f_memory_array_increase_by()
  *   Errors (with error bit) from: f_string_dynamic_terminate_after()
@@ -1102,7 +1102,7 @@ extern "C" {
  *   F_lock (with error bit) if failed to lock, such as lock table is full or too many open segments.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if operation is prohibited (maps to EPERM).
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see fcntl()
  */
@@ -1331,7 +1331,7 @@ extern "C" {
  *   F_name (with error bit) on path name error.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_read_only (with error bit) if file is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see chmod()
  */
@@ -1368,7 +1368,7 @@ extern "C" {
  *   F_name (with error bit) on path name error.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_read_only (with error bit) if file is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see fchmodat()
  */
@@ -1494,7 +1494,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_read_only (with error bit) if file is read-only.
  *   F_support_not (with error bit) fo unsupported file types.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see open()
  */
@@ -1597,7 +1597,7 @@ extern "C" {
  *   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.
+ *   F_failure (with error bit) on any other error.
  *
  * @see poll()
  */
@@ -1729,7 +1729,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_read_only (with error bit) if file is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see unlink()
  */
@@ -1764,7 +1764,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_read_only (with error bit) if file is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see unlinkat()
  */
@@ -1809,7 +1809,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_read_only (with error bit) if file is read-only.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see rename()
  */
@@ -1864,7 +1864,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_read_only (with error bit) if file is read-only.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see renameat()
  */
@@ -1903,7 +1903,7 @@ extern "C" {
  *   F_name (with error bit) on path name error.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_read_only (with error bit) if file is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see chown()
  * @see lchown()
@@ -1946,7 +1946,7 @@ extern "C" {
  *   F_name (with error bit) on path name error.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_read_only (with error bit) if file is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see fchownat()
  */
@@ -2302,7 +2302,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for creating or linking.
  *   F_read_only (with error bit) if file system is read-only.
  *   F_search (with error bit) if search permission is denied for one of the paths to the file.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see utimensat()
  */
@@ -2346,7 +2346,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for creating or linking.
  *   F_read_only (with error bit) if file system is read-only.
  *   F_search (with error bit) if search permission is denied for one of the paths to the file.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see utimensat()
  */
index 0faf9578e33c4e5c84278dc7dbe759f0c1262283..d3feffa9d856d24baa7263c8c349cf835bed4ed5 100644 (file)
@@ -166,7 +166,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_read_only (with error bit) if file is read-only.
  *   F_support_not (with error bit) fo unsupported file types.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see fopen()
  */
@@ -361,7 +361,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_read_only (with error bit) if file is read-only.
  *   F_support_not (with error bit) fo unsupported file types.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see fileno()
  * @see freopen()
index 39528f443e2aebfbbb655a0026de0fb9fab9b438..8959350ee68fdba4dd22f396b7ecb4d1fec22583 100644 (file)
@@ -90,7 +90,7 @@ extern "C" {
  *   F_read_only (with error bit) if file is read-only.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
  *   F_support_not if copying a given type of file is unsupported.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see open()
  *
@@ -136,7 +136,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_read_only (with error bit) if file is read-only.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see open()
  *
@@ -184,7 +184,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_read_only (with error bit) if file is read-only.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see openat()
  *
@@ -221,7 +221,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_read_only (with error bit) if file is read-only.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see mkdir()
  *
@@ -255,7 +255,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
  *   F_support_not (with error bit) for unsupported file types.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see mkfifo()
  *
@@ -296,7 +296,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
  *   F_support_not (with error bit) for unsupported file types.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see mknod()
  *
@@ -340,7 +340,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if file system does not allow for making changes.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *   F_support_not (with error bit) for unsupported file types.
  *
  * @see mknodat()
@@ -413,7 +413,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if file system does not allow for creating or linking.
  *   F_read_only (with error bit) if file system is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see symlink()
  *
@@ -455,7 +455,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if file system does not allow for creating or linking.
  *   F_read_only (with error bit) if file system is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see symlinkat()
  *
@@ -491,7 +491,7 @@ extern "C" {
  *   F_name (with error bit) on path name error.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_string_too_large (with error bit) if link target path is too large for string buffer size.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see readlink()
  *
@@ -533,7 +533,7 @@ extern "C" {
  *   F_name (with error bit) on path name error.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_string_too_large (with error bit) if link target path is too large for string buffer size.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see readlinkat()
  *
@@ -568,7 +568,7 @@ extern "C" {
  *   F_name (with error bit) on path name error.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_read_only (with error bit) if file is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see chmod()
  *
@@ -672,7 +672,7 @@ extern "C" {
  *   F_name (with error bit) on path name error.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_read_only (with error bit) if file is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see chown()
  * @see lchown()
@@ -716,7 +716,7 @@ extern "C" {
  *   F_name (with error bit) on path name error.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_read_only (with error bit) if file is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see fchownat()
  *
index 1915b1d58ca99e5e9fa927bf975213c29f8abe23..920a668e3c33cc70ae39b7b3b17ea2584f6f87a7 100644 (file)
@@ -53,7 +53,7 @@ extern "C" {
  *   F_name (with error bit) on path name error.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_file_found_not if the path was not found.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see chdir()
  */
@@ -80,7 +80,7 @@ extern "C" {
  *   F_name (with error bit) on path name error.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_file_found_not if the path was not found.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see fchdir()
  */
@@ -112,7 +112,7 @@ extern "C" {
  *   F_name (with error bit) on path name error.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_file_found_not if the path was not found.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see getcwd()
  */
@@ -265,7 +265,7 @@ extern "C" {
  *   F_name (with error bit) on path name error.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_file_found_not if the path was not found.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see realpath()
  */
index 59ef43462c97ed96e87803f6f1fe73772439feb7..075b53206a27d622bbf626af7dec360ed078ccd3 100644 (file)
@@ -36,7 +36,7 @@ extern "C" {
  *   F_loop (with error bit) on loop error.
  *   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.
+ *   F_failure (with error bit) on any other error.
  *
  * @see f_path_current()
  * @see f_path_real()
index 9a076c671da4f7878f4ea5e9f65f62c1d75f370a..f73d4a4088341c368eca800c405ba2f05ac40381 100644 (file)
@@ -62,7 +62,7 @@ extern "C" {
  *   F_prohibited (with error bit) if a ID is valid but the effective ID or real ID does not match the callers and CAP_SYS_NICE is not set.
  *   F_search (with error bit) if ID could not be found.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sched_getaffinity()
  */
@@ -88,7 +88,7 @@ extern "C" {
  *   F_prohibited (with error bit) if a ID is valid but the effective ID or real ID does not match the callers and CAP_SYS_NICE is not set.
  *   F_search (with error bit) if ID could not be found.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sched_setaffinity()
  */
@@ -120,7 +120,7 @@ extern "C" {
  *   F_search (with error bit) if ID could not be found.
  *   F_too_large (with error bit) if the size and attribute are too small.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sched_getattr()
  * @see SYS_sched_getattr()
@@ -150,7 +150,7 @@ extern "C" {
  *   F_support_not (with error bit) if the system does not support this operation for the current scheduler policy.
  *   F_too_large (with error bit) if the size and attribute are too small.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sched_setattr()
  * @see SYS_sched_setattr()
@@ -182,7 +182,7 @@ extern "C" {
  *   F_too_small (with error bit) if the niceness value is too small (less than -20).
  *   F_prohibited (with error bit) if unable to set the requested nice value (such as when limited by RLIMIT_NICE).
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see nice()
  */
@@ -209,7 +209,7 @@ extern "C" {
  *   F_prohibited (with error bit) if a ID is valid but the effective ID or real ID does not match the callers and CAP_SYS_NICE is not set.
  *   F_search (with error bit) if ID could not be found.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sched_getscheduler()
  */
@@ -237,7 +237,7 @@ extern "C" {
  *   F_search (with error bit) if ID could not be found.
  *   F_support_not (with error bit) if the system call is not supported.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sched_rr_get_interval()
  */
@@ -264,7 +264,7 @@ extern "C" {
  *   F_prohibited (with error bit) if a ID is valid but the effective ID or real ID does not match the callers and CAP_SYS_NICE is not set.
  *   F_search (with error bit) if ID could not be found.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sched_setscheduler()
  */
@@ -295,7 +295,7 @@ extern "C" {
  *   F_prohibited (with error bit) if a ID is valid but the effective ID or real ID does not match the callers and CAP_SYS_NICE is not set.
  *   F_search (with error bit) if ID could not be found.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see getpriority()
  */
@@ -322,7 +322,7 @@ extern "C" {
  *   F_prohibited (with error bit) if a ID is valid but the effective ID or real ID does not match the callers and CAP_SYS_NICE is not set.
  *   F_search (with error bit) if ID could not be found.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sched_get_priority_max()
  */
@@ -349,7 +349,7 @@ extern "C" {
  *   F_prohibited (with error bit) if a ID is valid but the effective ID or real ID does not match the callers and CAP_SYS_NICE is not set.
  *   F_search (with error bit) if ID could not be found.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sched_get_priority_min()
  */
@@ -376,7 +376,7 @@ extern "C" {
  *   F_prohibited (with error bit) if a ID is valid but the effective ID or real ID does not match the callers and CAP_SYS_NICE is not set.
  *   F_search (with error bit) if ID could not be found.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see setpriority()
  */
@@ -403,7 +403,7 @@ extern "C" {
  *   F_prohibited (with error bit) if a ID is valid but the effective ID or real ID does not match the callers and CAP_SYS_NICE is not set.
  *   F_search (with error bit) if ID could not be found.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sched_getparam()
  */
@@ -428,7 +428,7 @@ extern "C" {
  *   F_prohibited (with error bit) if a ID is valid but the effective ID or real ID does not match the callers and CAP_SYS_NICE is not set.
  *   F_search (with error bit) if ID could not be found.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sched_setparam()
  */
@@ -443,7 +443,7 @@ extern "C" {
  * @return
  *   F_okay on success.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sched_yield()
  */
index c5f48cef367de1f8ed12977cb18f816f63fd6d03..8d6f77ac7d1fbfcdafcebf8756a9501eba2b6834 100644 (file)
@@ -50,7 +50,7 @@ extern "C" {
  *   F_buffer (with error bit) if the buffer is invalid (action or previous point to invalid memory).
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sigaction()
  */
@@ -76,7 +76,7 @@ extern "C" {
  *   F_interrupt (with error bit) when program received an interrupt signal, halting operation.
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see close()
  */
@@ -106,7 +106,7 @@ extern "C" {
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sigprocmask()
  */
@@ -133,7 +133,7 @@ extern "C" {
  *   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.
+ *   F_failure (with error bit) on any other error.
  *
  * @see signalfd()
  */
@@ -171,7 +171,7 @@ extern "C" {
  *   F_resource_not (with error bit) if the max signals is reached.
  *   F_support_not (with error bit) if this action is not supported by the current OS.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sigqueue()
  */
@@ -210,7 +210,7 @@ extern "C" {
  *   F_input_output (with error bit) on I/O error.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see poll()
  * @see read()
@@ -235,7 +235,7 @@ extern "C" {
  *   F_prohibited (with error bit) if not allowed to send signals to the given process.
  *   F_found_not (with error bit) if the given process was not found.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see kill()
  */
@@ -256,7 +256,7 @@ extern "C" {
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sigaddset()
  */
@@ -277,7 +277,7 @@ extern "C" {
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sigdelset()
  */
@@ -296,7 +296,7 @@ extern "C" {
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sigemptyset()
  */
@@ -315,7 +315,7 @@ extern "C" {
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sigfillset()
  */
@@ -337,7 +337,7 @@ extern "C" {
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sigismember()
  */
@@ -357,7 +357,7 @@ extern "C" {
  *   F_buffer (with error bit) if the mask is pointing to invalid memory.
  *   F_interrupt (with error bit) when program received an interrupt signal, halting operation.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sigsuspend()
  */
@@ -381,7 +381,7 @@ extern "C" {
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sigwaitinfo()
  */
@@ -408,7 +408,7 @@ extern "C" {
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sigtimedwait()
  */
index 9997c452e83043b3618ec4321058c6977b89d914..ec41e6605edcba6b14af4fe960e055ee9f0bd4ab 100644 (file)
@@ -94,7 +94,7 @@ extern "C" {
  *   F_socket_support_not (with error bit) if this socket type is not supported.
  *   F_socket_time_out (with error bit) if a socket timeout occurred.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see accept()
  */
@@ -156,7 +156,7 @@ extern "C" {
  *   F_socket_not (with error bit) if the ID is not a socket descriptor.
  *   F_string_too_large (with error bit) if string is too large to store in the buffer.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see bind()
  */
@@ -201,7 +201,7 @@ extern "C" {
  *   F_socket_not (with error bit) if the ID is not a socket descriptor.
  *   F_socket_time_out (with error bit) if a socket timeout occurred.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see connect()
  */
@@ -235,7 +235,7 @@ extern "C" {
  *   F_protocol_not (with error bit) if the given protocol is unknown or is unsupported.
  *   F_socket_support_not (with error bit) if the given socket type is unknown or is unsupported.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see socket()
  */
@@ -277,7 +277,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_protocol_not (with error bit) if the given protocol is unknown or is unsupported.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see socketpair()
  */
@@ -328,7 +328,7 @@ extern "C" {
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
  *   F_support_not (with error bit) if this socket does not support the listen() operation.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see close()
  * @see shutdown()
@@ -357,7 +357,7 @@ extern "C" {
  *   F_socket_not (with error bit) if the ID is not a socket descriptor.
  *   F_support_not (with error bit) if this socket does not support the listen() operation.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see listen()
  */
@@ -396,7 +396,7 @@ extern "C" {
  *   F_socket_not (with error bit) if the ID is not a socket descriptor.
  *   F_value (with error bit) if either the value or the length is invalid.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see getsockopt()
  */
@@ -433,7 +433,7 @@ extern "C" {
  *   F_socket_not (with error bit) if the ID is not a socket descriptor.
  *   F_value (with error bit) if either the value or the length is invalid.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see setsockopt()
  */
@@ -467,7 +467,7 @@ extern "C" {
  *   F_prohibited (with error bit) if the system does not permit this operation (could be missing CAP_SYS_ADMIN in the appropraite user namespace).
  *   F_string_too_large (with error bit) if the name is to large for the max size (name.size).
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  *   Errors (with error bit) from: f_memory_array_resize()
  *
@@ -503,7 +503,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_socket_not (with error bit) if the ID is not a socket descriptor.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see getpeername()
  */
@@ -559,7 +559,7 @@ extern "C" {
  *   F_socket_pipe_close (with error bit) if the local end of a connection oriented socket is closed or SIGPIPE is received.
  *   F_socket_time_out (with error bit) if a socket timeout occurred.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see recvfrom()
  */
@@ -610,7 +610,7 @@ extern "C" {
  *   F_socket_pipe_close (with error bit) if the local end of a connection oriented socket is closed or SIGPIPE is received.
  *   F_socket_time_out (with error bit) if a socket timeout occurred.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see recvmsg()
  */
@@ -666,7 +666,7 @@ extern "C" {
  *   F_socket_pipe_close (with error bit) if the local end of a connection oriented socket is closed or SIGPIPE is received.
  *   F_socket_time_out (with error bit) if a socket timeout occurred.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see recv()
  */
@@ -725,7 +725,7 @@ extern "C" {
  *   F_socket_pipe_close (with error bit) if the local end of a connection oriented socket is closed or SIGPIPE is received (Linux might return this isntead if F_connect_not).
  *   F_socket_time_out (with error bit) if a socket timeout occurred.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sendto()
  */
@@ -779,7 +779,7 @@ extern "C" {
  *   F_socket_pipe_close (with error bit) if the local end of a connection oriented socket is closed or SIGPIPE is received (Linux might return this isntead if F_connect_not).
  *   F_socket_time_out (with error bit) if a socket timeout occurred.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see sendmsg()
  */
@@ -838,7 +838,7 @@ extern "C" {
  *   F_socket_pipe_close (with error bit) if the local end of a connection oriented socket is closed or SIGPIPE is received (Linux might return this isntead if F_connect_not).
  *   F_socket_time_out (with error bit) if a socket timeout occurred.
  *
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see send()
  */
index e0e69f294e562f4e588dd5c6dc6d837335a54070..a8ad489d089d63e4993ee2e409432d0f25bacc27 100644 (file)
@@ -23,6 +23,7 @@
 #include <sys/stat.h>
 #include <sys/time.h>
 #include <sys/types.h>
+#include <fcntl.h> // Must be defined after the sys/* includes.
 #include <time.h>
 #include <unistd.h>
 
@@ -31,6 +32,7 @@
 #include <fll/level_0/type/status.h> // Must be after number.h.
 #include <fll/level_0/type/cell.h>
 #include <fll/level_0/type/fll.h>
+#include <fll/level_0/type/handle.h>
 #include <fll/level_0/type/mode.h>
 #include <fll/level_0/type/pid.h>
 #include <fll/level_0/type/quantity.h>
index a64f499b7027d2076cde702a925217b832c6bb2d..cdd4a8a1791acd9a77666d3109be42a948700602 100644 (file)
@@ -77,7 +77,7 @@ extern "C" {
  *   F_prohibited (with error bit) if file system does not allow for removing.
  *   F_read_only (with error bit) if file is read-only.
  *   F_space_not (with error bit) if file system is out of space (or file system quota is reached).
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  * @see f_directory_create()
  */
index 4e05849635a6388cf9af4cbf8e790d5123f8fb72..300246327ff530a89fa6daa5cee985c16f6d611d 100644 (file)
@@ -62,7 +62,7 @@ extern "C" {
  *   F_name (with error bit) on path name error.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_read_only (with error bit) if file is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  *   Errors (with error bit) from: f_file_mode_set().
  *   Errors (with error bit) from: f_directory_exists().
@@ -108,7 +108,7 @@ extern "C" {
  *   F_name (with error bit) on path name error.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_read_only (with error bit) if file is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  *
  *   Errors (with error bit) from: f_directory_is().
  *   Errors (with error bit) from: f_file_role_change().
index 2280bc71983ac2ebd41f6cf6ffc8c4b7c4792608..32804c7af706438b1751978ba62dde84eb396a8e 100644 (file)
@@ -46,7 +46,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_read_only (with error bit) if file is read-only.
  *   F_recurse (with error bit) if recursion failed, due to max depth reached.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  */
 #if !defined(_di_fll_file_mode_set_all_)
   extern f_status_t private_fll_file_mode_set_all(const f_string_static_t path, const uint8_t dereference, const mode_t mode, const f_number_unsigned_t depth_max, const f_number_unsigned_t depth) F_attribute_visibility_internal_d;
@@ -86,7 +86,7 @@ extern "C" {
  *   F_name (with error bit) on path name error.
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_read_only (with error bit) if file is read-only.
- *   F_failure (with error bit) for any other error.
+ *   F_failure (with error bit) on any other error.
  */
 #if !defined(_di_fll_file_role_change_all_)
   extern f_status_t private_fll_file_role_change_all(const f_string_static_t path, const f_uid_t uid, const f_gid_t gid, const uint8_t dereference, const f_number_unsigned_t depth_max, const f_number_unsigned_t depth) F_attribute_visibility_internal_d;