From e812b480f8b0d8b73beac549a82ab5bc65062443 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 2 Oct 2024 22:23:18 -0500 Subject: [PATCH] Update: Next micro version (0.6.13). The following are the commands that I ran to make this change. # find build/ level_? specifications/ documents/ licenses/ -type f -exec sed -i -e 's|0\.6\.12|0.6.13|g' '{}' ';' # find build/ level_? specifications/ documents/ licenses/ -type f -exec sed -i -e 's|^version_micro 12|version_micro 13|g' '{}' ';' # find level_3/ -name common.h -exec sed -i -e 's|_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s|_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s|g' '{}' ';' # find level_3/ -name common.h -exec sed -i -e 's|_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length)|_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length)|g' '{}' ';' --- build/documents/readme.bootstrap.txt | 12 ++++++------ build/documents/readme.build.txt | 12 ++++++------ build/level_0/settings | 2 +- build/level_1/settings | 2 +- build/level_2/settings | 2 +- build/monolithic/settings | 2 +- build/scripts/bootstrap-example.sh | 2 +- build/scripts/bootstrap.sh | 2 +- build/scripts/generate_ctags.sh | 2 +- build/scripts/install.sh | 2 +- build/scripts/package.sh | 2 +- build/scripts/test.sh | 2 +- build/stand_alone/byte_dump.settings | 2 +- build/stand_alone/controller.settings | 2 +- build/stand_alone/fake.settings | 2 +- build/stand_alone/firewall.settings | 2 +- build/stand_alone/fss_basic_list_read.settings | 2 +- build/stand_alone/fss_basic_read.settings | 2 +- build/stand_alone/fss_basic_write.settings | 2 +- build/stand_alone/fss_extended_list_read.settings | 2 +- build/stand_alone/fss_extended_list_write.settings | 2 +- build/stand_alone/fss_extended_read.settings | 2 +- build/stand_alone/fss_extended_write.settings | 2 +- build/stand_alone/fss_identify.settings | 2 +- build/stand_alone/fss_payload_read.settings | 2 +- build/stand_alone/fss_payload_write.settings | 2 +- build/stand_alone/fss_status_code.settings | 2 +- build/stand_alone/iki_read.settings | 2 +- build/stand_alone/iki_write.settings | 2 +- build/stand_alone/status_code.settings | 2 +- build/stand_alone/utf8.settings | 2 +- level_0/f_account/data/build/settings | 2 +- level_0/f_account/data/build/settings-mocks | 2 +- level_0/f_account/data/build/settings-tests | 2 +- .../data/documentation/man/man3/f_account_by_id.3 | 2 +- .../data/documentation/man/man3/f_account_by_name.3 | 2 +- .../man/man3/f_account_group_id_by_name.3 | 2 +- .../man/man3/f_account_group_name_by_id.3 | 2 +- .../documentation/man/man3/f_account_id_by_name.3 | 2 +- .../documentation/man/man3/f_account_name_by_id.3 | 2 +- level_0/f_capability/data/build/settings | 2 +- level_0/f_capability/data/build/settings-mocks | 2 +- level_0/f_capability/data/build/settings-tests | 2 +- .../man/man3/f_capability_ambient_get.3 | 2 +- .../man/man3/f_capability_ambient_reset.3 | 2 +- .../man/man3/f_capability_ambient_set.3 | 2 +- .../data/documentation/man/man3/f_capability_clear.3 | 2 +- .../documentation/man/man3/f_capability_clear_flag.3 | 2 +- .../documentation/man/man3/f_capability_compare.3 | 2 +- .../data/documentation/man/man3/f_capability_copy.3 | 2 +- .../man/man3/f_capability_copy_external.3 | 2 +- .../man/man3/f_capability_copy_internal.3 | 2 +- .../documentation/man/man3/f_capability_delete.3 | 2 +- .../man/man3/f_capability_file_descriptor_get.3 | 2 +- .../man/man3/f_capability_file_descriptor_set.3 | 2 +- .../documentation/man/man3/f_capability_file_get.3 | 2 +- .../documentation/man/man3/f_capability_file_set.3 | 2 +- .../documentation/man/man3/f_capability_flag_get.3 | 2 +- .../documentation/man/man3/f_capability_flag_set.3 | 2 +- .../documentation/man/man3/f_capability_from_name.3 | 2 +- .../documentation/man/man3/f_capability_from_text.3 | 2 +- .../documentation/man/man3/f_capability_groups_set.3 | 2 +- .../documentation/man/man3/f_capability_initialize.3 | 2 +- .../documentation/man/man3/f_capability_mode_get.3 | 2 +- .../man/man3/f_capability_mode_get_name.3 | 2 +- .../documentation/man/man3/f_capability_mode_set.3 | 2 +- .../documentation/man/man3/f_capability_owner_get.3 | 2 +- .../documentation/man/man3/f_capability_owner_set.3 | 2 +- .../man/man3/f_capability_process_bound_drop.3 | 2 +- .../man/man3/f_capability_process_bound_get.3 | 2 +- .../man/man3/f_capability_process_get.3 | 2 +- .../man/man3/f_capability_process_get_by_id.3 | 2 +- .../man/man3/f_capability_process_set.3 | 2 +- .../man/man3/f_capability_security_bits_get.3 | 2 +- .../man/man3/f_capability_security_bits_set.3 | 2 +- .../data/documentation/man/man3/f_capability_size.3 | 2 +- .../documentation/man/man3/f_capability_supported.3 | 2 +- .../man/man3/f_capability_supported_ambient.3 | 2 +- .../man/man3/f_capability_supported_code.3 | 2 +- .../documentation/man/man3/f_capability_to_name.3 | 2 +- .../documentation/man/man3/f_capability_to_text.3 | 2 +- .../documentation/man/man3/f_capability_user_set.3 | 2 +- level_0/f_color/data/build/settings | 2 +- level_0/f_color/data/build/settings-mocks | 2 +- level_0/f_color/data/build/settings-tests | 2 +- .../documentation/man/man3/f_color_context_delete.3 | 2 +- .../documentation/man/man3/f_color_context_destroy.3 | 2 +- .../documentation/man/man3/f_color_load_context.3 | 2 +- .../data/documentation/man/man3/f_color_save_1.3 | 2 +- .../data/documentation/man/man3/f_color_save_2.3 | 2 +- .../data/documentation/man/man3/f_color_save_3.3 | 2 +- .../data/documentation/man/man3/f_color_save_4.3 | 2 +- .../data/documentation/man/man3/f_color_save_5.3 | 2 +- level_0/f_console/data/build/settings | 2 +- level_0/f_console/data/build/settings-tests | 2 +- .../man/man3/f_console_environment_process.3 | 2 +- .../data/documentation/man/man3/f_console_identify.3 | 2 +- .../man/man3/f_console_parameter_prioritize_left.3 | 2 +- .../man/man3/f_console_parameter_prioritize_right.3 | 2 +- .../man/man3/f_console_parameter_process.3 | 2 +- .../man/man3/f_console_parameters_delete.3 | 2 +- .../man/man3/f_console_parameters_destroy.3 | 2 +- level_0/f_control_group/data/build/settings | 2 +- level_0/f_control_group/data/build/settings-tests | 2 +- .../documentation/man/man3/f_control_group_copy.3 | 2 +- level_0/f_conversion/data/build/settings | 2 +- level_0/f_conversion/data/build/settings-mocks | 2 +- level_0/f_conversion/data/build/settings-tests | 2 +- .../man/man3/f_conversion_character_is_binary.3 | 2 +- .../man/man3/f_conversion_character_is_decimal.3 | 2 +- .../man/man3/f_conversion_character_is_duodecimal.3 | 2 +- .../man/man3/f_conversion_character_is_hexidecimal.3 | 2 +- .../man/man3/f_conversion_character_is_octal.3 | 2 +- .../man/man3/f_conversion_character_to_binary.3 | 2 +- .../man/man3/f_conversion_character_to_decimal.3 | 2 +- .../man/man3/f_conversion_character_to_duodecimal.3 | 2 +- .../man/man3/f_conversion_character_to_hexidecimal.3 | 2 +- .../man/man3/f_conversion_character_to_octal.3 | 2 +- .../man/man3/f_conversion_number_signed_print.3 | 2 +- .../man/man3/f_conversion_number_signed_to_string.3 | 2 +- .../man/man3/f_conversion_number_unsigned_print.3 | 2 +- .../man3/f_conversion_number_unsigned_to_string.3 | 2 +- level_0/f_directory/data/build/settings | 2 +- level_0/f_directory/data/build/settings-mocks | 2 +- level_0/f_directory/data/build/settings-tests | 2 +- .../data/documentation/man/man3/f_directory_create.3 | 2 +- .../documentation/man/man3/f_directory_create_at.3 | 2 +- .../data/documentation/man/man3/f_directory_exists.3 | 2 +- .../documentation/man/man3/f_directory_exists_at.3 | 2 +- .../data/documentation/man/man3/f_directory_is.3 | 2 +- .../data/documentation/man/man3/f_directory_is_at.3 | 2 +- .../data/documentation/man/man3/f_directory_list.3 | 2 +- .../data/documentation/man/man3/f_directory_open.3 | 2 +- .../documentation/man/man3/f_directory_open_at.3 | 2 +- .../data/documentation/man/man3/f_directory_remove.3 | 2 +- .../man/man3/f_directory_remove_custom.3 | 2 +- .../data/documentation/man/man3/f_directory_touch.3 | 2 +- .../documentation/man/man3/f_directory_touch_at.3 | 2 +- level_0/f_environment/data/build/settings | 2 +- level_0/f_environment/data/build/settings-mocks | 2 +- level_0/f_environment/data/build/settings-tests | 2 +- .../documentation/man/man3/f_environment_clear.3 | 2 +- .../documentation/man/man3/f_environment_exists.3 | 2 +- .../data/documentation/man/man3/f_environment_get.3 | 2 +- .../documentation/man/man3/f_environment_get_all.3 | 2 +- .../documentation/man/man3/f_environment_secure_is.3 | 2 +- .../data/documentation/man/man3/f_environment_set.3 | 2 +- .../documentation/man/man3/f_environment_unset.3 | 2 +- level_0/f_execute/data/build/settings | 2 +- level_0/f_execute/data/build/settings-tests | 2 +- .../man/man3/f_execute_status_from_status.3 | 2 +- .../man/man3/f_execute_status_to_status.3 | 2 +- level_0/f_file/data/build/settings | 2 +- level_0/f_file/data/build/settings-mocks | 2 +- level_0/f_file/data/build/settings-tests | 2 +- .../data/documentation/man/man3/f_file_access.3 | 2 +- .../data/documentation/man/man3/f_file_access_at.3 | 2 +- .../data/documentation/man/man3/f_file_clone.3 | 2 +- .../data/documentation/man/man3/f_file_close.3 | 2 +- .../data/documentation/man/man3/f_file_close_flush.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_copy.3 | 2 +- .../data/documentation/man/man3/f_file_create.3 | 2 +- .../data/documentation/man/man3/f_file_create_at.3 | 2 +- .../documentation/man/man3/f_file_create_device.3 | 2 +- .../documentation/man/man3/f_file_create_device_at.3 | 2 +- .../data/documentation/man/man3/f_file_create_fifo.3 | 2 +- .../documentation/man/man3/f_file_create_fifo_at.3 | 2 +- .../data/documentation/man/man3/f_file_create_node.3 | 2 +- .../documentation/man/man3/f_file_create_node_at.3 | 2 +- .../data/documentation/man/man3/f_file_descriptor.3 | 2 +- .../data/documentation/man/man3/f_file_exists.3 | 2 +- .../data/documentation/man/man3/f_file_exists_at.3 | 2 +- .../data/documentation/man/man3/f_file_flush.3 | 2 +- .../data/documentation/man/man3/f_file_group_read.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_is.3 | 2 +- .../data/documentation/man/man3/f_file_is_at.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_link.3 | 2 +- .../data/documentation/man/man3/f_file_link_at.3 | 2 +- .../data/documentation/man/man3/f_file_link_hard.3 | 2 +- .../documentation/man/man3/f_file_link_hard_at.3 | 2 +- .../data/documentation/man/man3/f_file_link_read.3 | 2 +- .../documentation/man/man3/f_file_link_read_at.3 | 2 +- .../documentation/man/man3/f_file_mode_determine.3 | 2 +- .../documentation/man/man3/f_file_mode_from_string.3 | 2 +- .../data/documentation/man/man3/f_file_mode_read.3 | 2 +- .../documentation/man/man3/f_file_mode_read_at.3 | 2 +- .../data/documentation/man/man3/f_file_mode_set.3 | 2 +- .../data/documentation/man/man3/f_file_mode_set_at.3 | 2 +- .../documentation/man/man3/f_file_mode_to_mode.3 | 2 +- .../data/documentation/man/man3/f_file_name_base.3 | 2 +- .../documentation/man/man3/f_file_name_directory.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_open.3 | 2 +- .../data/documentation/man/man3/f_file_open_at.3 | 2 +- .../data/documentation/man/man3/f_file_owner_read.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_read.3 | 2 +- .../data/documentation/man/man3/f_file_read_block.3 | 2 +- .../data/documentation/man/man3/f_file_read_until.3 | 2 +- .../data/documentation/man/man3/f_file_remove.3 | 2 +- .../data/documentation/man/man3/f_file_remove_at.3 | 2 +- .../data/documentation/man/man3/f_file_rename.3 | 2 +- .../data/documentation/man/man3/f_file_rename_at.3 | 2 +- .../data/documentation/man/man3/f_file_role_change.3 | 2 +- .../documentation/man/man3/f_file_role_change_at.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_seek.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_size.3 | 2 +- .../data/documentation/man/man3/f_file_size_at.3 | 2 +- .../data/documentation/man/man3/f_file_size_by_id.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_stat.3 | 2 +- .../data/documentation/man/man3/f_file_stat_at.3 | 2 +- .../data/documentation/man/man3/f_file_stat_by_id.3 | 2 +- .../documentation/man/man3/f_file_stream_close.3 | 2 +- .../data/documentation/man/man3/f_file_stream_open.3 | 2 +- .../man/man3/f_file_stream_open_descriptor.3 | 2 +- .../data/documentation/man/man3/f_file_stream_read.3 | 2 +- .../man/man3/f_file_stream_read_block.3 | 2 +- .../man/man3/f_file_stream_read_until.3 | 2 +- .../documentation/man/man3/f_file_stream_reopen.3 | 2 +- .../documentation/man/man3/f_file_stream_write.3 | 2 +- .../man/man3/f_file_stream_write_block.3 | 2 +- .../man/man3/f_file_stream_write_range.3 | 2 +- .../man/man3/f_file_stream_write_until.3 | 2 +- .../data/documentation/man/man3/f_file_touch.3 | 2 +- .../data/documentation/man/man3/f_file_touch_at.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_type.3 | 2 +- .../data/documentation/man/man3/f_file_type_at.3 | 2 +- .../data/documentation/man/man3/f_file_umask_get.3 | 2 +- .../data/documentation/man/man3/f_file_umask_set.3 | 2 +- .../data/documentation/man/man3/f_file_write.3 | 2 +- .../data/documentation/man/man3/f_file_write_block.3 | 2 +- .../data/documentation/man/man3/f_file_write_range.3 | 2 +- .../data/documentation/man/man3/f_file_write_until.3 | 2 +- level_0/f_fss/data/build/settings | 2 +- level_0/f_fss/data/build/settings-mocks | 2 +- level_0/f_fss/data/build/settings-tests | 2 +- .../documentation/man/man3/f_fss_apply_delimit.3 | 2 +- .../man/man3/f_fss_apply_delimit_range.3 | 2 +- .../data/documentation/man/man3/f_fss_count_lines.3 | 2 +- .../documentation/man/man3/f_fss_count_lines_range.3 | 2 +- .../data/documentation/man/man3/f_fss_fail_utf.3 | 2 +- .../documentation/man/man3/f_fss_fail_utf_to_false.3 | 2 +- .../data/documentation/man/man3/f_fss_is_combining.3 | 2 +- .../data/documentation/man/man3/f_fss_is_graph.3 | 2 +- .../data/documentation/man/man3/f_fss_is_space.3 | 2 +- .../documentation/man/man3/f_fss_is_zero_width.3 | 2 +- .../data/documentation/man/man3/f_fss_items_adjust.3 | 2 +- .../documentation/man/man3/f_fss_items_decimate_by.3 | 2 +- .../documentation/man/man3/f_fss_items_decrease_by.3 | 2 +- .../documentation/man/man3/f_fss_items_increase.3 | 2 +- .../documentation/man/man3/f_fss_items_increase_by.3 | 2 +- .../data/documentation/man/man3/f_fss_items_resize.3 | 2 +- .../data/documentation/man/man3/f_fss_named_adjust.3 | 2 +- .../documentation/man/man3/f_fss_named_decimate_by.3 | 2 +- .../documentation/man/man3/f_fss_named_decrease_by.3 | 2 +- .../documentation/man/man3/f_fss_named_increase.3 | 2 +- .../documentation/man/man3/f_fss_named_increase_by.3 | 2 +- .../data/documentation/man/man3/f_fss_named_resize.3 | 2 +- .../documentation/man/man3/f_fss_nameds_adjust.3 | 2 +- .../man/man3/f_fss_nameds_decimate_by.3 | 2 +- .../man/man3/f_fss_nameds_decrease_by.3 | 2 +- .../documentation/man/man3/f_fss_nameds_increase.3 | 2 +- .../man/man3/f_fss_nameds_increase_by.3 | 2 +- .../documentation/man/man3/f_fss_nameds_resize.3 | 2 +- .../data/documentation/man/man3/f_fss_nest_adjust.3 | 2 +- .../documentation/man/man3/f_fss_nest_decimate_by.3 | 2 +- .../documentation/man/man3/f_fss_nest_decrease_by.3 | 2 +- .../documentation/man/man3/f_fss_nest_increase.3 | 2 +- .../documentation/man/man3/f_fss_nest_increase_by.3 | 2 +- .../data/documentation/man/man3/f_fss_nest_resize.3 | 2 +- .../data/documentation/man/man3/f_fss_nests_adjust.3 | 2 +- .../documentation/man/man3/f_fss_nests_decimate_by.3 | 2 +- .../documentation/man/man3/f_fss_nests_decrease_by.3 | 2 +- .../documentation/man/man3/f_fss_nests_increase.3 | 2 +- .../documentation/man/man3/f_fss_nests_increase_by.3 | 2 +- .../data/documentation/man/man3/f_fss_nests_resize.3 | 2 +- .../data/documentation/man/man3/f_fss_seek_to_eol.3 | 2 +- .../data/documentation/man/man3/f_fss_set_adjust.3 | 2 +- .../documentation/man/man3/f_fss_set_decimate_by.3 | 2 +- .../documentation/man/man3/f_fss_set_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_fss_set_increase.3 | 2 +- .../documentation/man/man3/f_fss_set_increase_by.3 | 2 +- .../documentation/man/man3/f_fss_set_quote_adjust.3 | 2 +- .../man/man3/f_fss_set_quote_decimate_by.3 | 2 +- .../man/man3/f_fss_set_quote_decrease_by.3 | 2 +- .../man/man3/f_fss_set_quote_increase.3 | 2 +- .../man/man3/f_fss_set_quote_increase_by.3 | 2 +- .../documentation/man/man3/f_fss_set_quote_resize.3 | 2 +- .../documentation/man/man3/f_fss_set_quotes_adjust.3 | 2 +- .../man/man3/f_fss_set_quotes_decimate_by.3 | 2 +- .../man/man3/f_fss_set_quotes_decrease_by.3 | 2 +- .../man/man3/f_fss_set_quotes_increase.3 | 2 +- .../man/man3/f_fss_set_quotes_increase_by.3 | 2 +- .../documentation/man/man3/f_fss_set_quotes_resize.3 | 2 +- .../data/documentation/man/man3/f_fss_set_resize.3 | 2 +- .../data/documentation/man/man3/f_fss_sets_adjust.3 | 2 +- .../documentation/man/man3/f_fss_sets_decimate_by.3 | 2 +- .../documentation/man/man3/f_fss_sets_decrease_by.3 | 2 +- .../documentation/man/man3/f_fss_sets_increase.3 | 2 +- .../documentation/man/man3/f_fss_sets_increase_by.3 | 2 +- .../data/documentation/man/man3/f_fss_sets_resize.3 | 2 +- .../documentation/man/man3/f_fss_skip_past_delimit.3 | 2 +- .../documentation/man/man3/f_fss_skip_past_space.3 | 2 +- level_0/f_iki/data/build/settings | 2 +- level_0/f_iki/data/build/settings-tests | 2 +- .../data/documentation/man/man3/f_iki_content_is.3 | 2 +- .../man/man3/f_iki_content_partial_is.3 | 2 +- .../data/documentation/man/man3/f_iki_data_delete.3 | 2 +- .../data/documentation/man/man3/f_iki_data_destroy.3 | 2 +- .../data/documentation/man/man3/f_iki_datas_adjust.3 | 2 +- .../data/documentation/man/man3/f_iki_datas_append.3 | 2 +- .../documentation/man/man3/f_iki_datas_append_all.3 | 2 +- .../documentation/man/man3/f_iki_datas_decimate_by.3 | 2 +- .../documentation/man/man3/f_iki_datas_decrease_by.3 | 2 +- .../documentation/man/man3/f_iki_datas_increase.3 | 2 +- .../documentation/man/man3/f_iki_datas_increase_by.3 | 2 +- .../data/documentation/man/man3/f_iki_datas_resize.3 | 2 +- .../documentation/man/man3/f_iki_datass_adjust.3 | 2 +- .../documentation/man/man3/f_iki_datass_append.3 | 2 +- .../documentation/man/man3/f_iki_datass_append_all.3 | 2 +- .../man/man3/f_iki_datass_decimate_by.3 | 2 +- .../man/man3/f_iki_datass_decrease_by.3 | 2 +- .../documentation/man/man3/f_iki_datass_increase.3 | 2 +- .../man/man3/f_iki_datass_increase_by.3 | 2 +- .../documentation/man/man3/f_iki_datass_resize.3 | 2 +- .../data/documentation/man/man3/f_iki_object_is.3 | 2 +- .../documentation/man/man3/f_iki_object_partial_is.3 | 2 +- .../f_iki/data/documentation/man/man3/f_iki_read.3 | 2 +- level_0/f_iki/tests/unit/c/test-iki-read.c | 6 +++--- level_0/f_limit/data/build/settings | 2 +- level_0/f_limit/data/build/settings-mocks | 2 +- level_0/f_limit/data/build/settings-tests | 2 +- .../data/documentation/man/man3/f_limit_process.3 | 2 +- .../documentation/man/man3/f_limit_sets_adjust.3 | 2 +- .../documentation/man/man3/f_limit_sets_append.3 | 2 +- .../documentation/man/man3/f_limit_sets_append_all.3 | 2 +- .../man/man3/f_limit_sets_decimate_by.3 | 2 +- .../man/man3/f_limit_sets_decrease_by.3 | 2 +- .../documentation/man/man3/f_limit_sets_increase.3 | 2 +- .../man/man3/f_limit_sets_increase_by.3 | 2 +- .../documentation/man/man3/f_limit_sets_resize.3 | 2 +- .../documentation/man/man3/f_limit_setss_adjust.3 | 2 +- .../documentation/man/man3/f_limit_setss_append.3 | 2 +- .../man/man3/f_limit_setss_append_all.3 | 2 +- .../man/man3/f_limit_setss_decimate_by.3 | 2 +- .../man/man3/f_limit_setss_decrease_by.3 | 2 +- .../documentation/man/man3/f_limit_setss_increase.3 | 2 +- .../man/man3/f_limit_setss_increase_by.3 | 2 +- .../documentation/man/man3/f_limit_setss_resize.3 | 2 +- .../documentation/man/man3/f_limit_values_adjust.3 | 2 +- .../documentation/man/man3/f_limit_values_append.3 | 2 +- .../man/man3/f_limit_values_append_all.3 | 2 +- .../man/man3/f_limit_values_decimate_by.3 | 2 +- .../man/man3/f_limit_values_decrease_by.3 | 2 +- .../documentation/man/man3/f_limit_values_increase.3 | 2 +- .../man/man3/f_limit_values_increase_by.3 | 2 +- .../documentation/man/man3/f_limit_values_resize.3 | 2 +- .../documentation/man/man3/f_limit_valuess_adjust.3 | 2 +- .../documentation/man/man3/f_limit_valuess_append.3 | 2 +- .../man/man3/f_limit_valuess_append_all.3 | 2 +- .../man/man3/f_limit_valuess_decimate_by.3 | 2 +- .../man/man3/f_limit_valuess_decrease_by.3 | 2 +- .../man/man3/f_limit_valuess_increase.3 | 2 +- .../man/man3/f_limit_valuess_increase_by.3 | 2 +- .../documentation/man/man3/f_limit_valuess_resize.3 | 2 +- level_0/f_memory/data/build/settings | 2 +- .../data/documentation/man/man3/f_memory_adjust.3 | 2 +- .../data/documentation/man/man3/f_memory_delete.3 | 2 +- .../data/documentation/man/man3/f_memory_destroy.3 | 2 +- .../data/documentation/man/man3/f_memory_new.3 | 2 +- .../documentation/man/man3/f_memory_new_aligned.3 | 2 +- .../data/documentation/man/man3/f_memory_resize.3 | 2 +- .../man/man3/f_memory_structure_adjust.3 | 2 +- .../man/man3/f_memory_structure_decimate_by.3 | 2 +- .../man/man3/f_memory_structure_decrease_by.3 | 2 +- .../man/man3/f_memory_structure_increase.3 | 2 +- .../man/man3/f_memory_structure_increase_by.3 | 2 +- .../man/man3/f_memory_structure_resize.3 | 2 +- level_0/f_path/data/build/settings | 2 +- level_0/f_path/data/build/settings-mocks | 2 +- level_0/f_path/data/build/settings-tests | 2 +- .../data/documentation/man/man3/f_path_change.3 | 2 +- .../data/documentation/man/man3/f_path_change_at.3 | 2 +- .../data/documentation/man/man3/f_path_current.3 | 2 +- .../man/man3/f_path_directory_cleanup.3 | 2 +- .../f_path/data/documentation/man/man3/f_path_is.3 | 2 +- .../data/documentation/man/man3/f_path_is_absolute.3 | 2 +- .../data/documentation/man/man3/f_path_is_relative.3 | 2 +- .../man/man3/f_path_is_relative_current.3 | 2 +- .../f_path/data/documentation/man/man3/f_path_real.3 | 2 +- level_0/f_pipe/data/build/settings | 2 +- level_0/f_pipe/data/build/settings-mocks | 2 +- level_0/f_pipe/data/build/settings-tests | 2 +- .../documentation/man/man3/f_pipe_debug_exists.3 | 2 +- .../documentation/man/man3/f_pipe_error_exists.3 | 2 +- .../documentation/man/man3/f_pipe_input_exists.3 | 2 +- .../documentation/man/man3/f_pipe_warning_exists.3 | 2 +- level_0/f_print/data/build/settings | 2 +- level_0/f_print/data/build/settings-mocks | 2 +- level_0/f_print/data/build/settings-tests | 2 +- .../f_print/data/documentation/man/man3/f_print.3 | 2 +- .../data/documentation/man/man3/f_print_character.3 | 2 +- .../man/man3/f_print_character_safely.3 | 2 +- .../man/man3/f_print_character_safely_get.3 | 2 +- .../data/documentation/man/man3/f_print_dynamic.3 | 2 +- .../documentation/man/man3/f_print_dynamic_partial.3 | 2 +- .../man/man3/f_print_dynamic_partial_raw.3 | 2 +- .../man/man3/f_print_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/f_print_dynamic_partial_safely.3 | 2 +- .../documentation/man/man3/f_print_dynamic_raw.3 | 2 +- .../man/man3/f_print_dynamic_raw_safely.3 | 2 +- .../documentation/man/man3/f_print_dynamic_safely.3 | 2 +- .../data/documentation/man/man3/f_print_except.3 | 2 +- .../documentation/man/man3/f_print_except_dynamic.3 | 2 +- .../man/man3/f_print_except_dynamic_partial.3 | 2 +- .../man/man3/f_print_except_dynamic_partial_raw.3 | 2 +- .../man3/f_print_except_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/f_print_except_dynamic_partial_safely.3 | 2 +- .../man/man3/f_print_except_dynamic_raw.3 | 2 +- .../man/man3/f_print_except_dynamic_raw_safely.3 | 2 +- .../man/man3/f_print_except_dynamic_safely.3 | 2 +- .../data/documentation/man/man3/f_print_except_in.3 | 2 +- .../man/man3/f_print_except_in_dynamic.3 | 2 +- .../man/man3/f_print_except_in_dynamic_partial.3 | 2 +- .../man/man3/f_print_except_in_dynamic_partial_raw.3 | 2 +- .../f_print_except_in_dynamic_partial_raw_safely.3 | 2 +- .../man3/f_print_except_in_dynamic_partial_safely.3 | 2 +- .../man/man3/f_print_except_in_dynamic_raw.3 | 2 +- .../man/man3/f_print_except_in_dynamic_raw_safely.3 | 2 +- .../man/man3/f_print_except_in_dynamic_safely.3 | 2 +- .../documentation/man/man3/f_print_except_in_raw.3 | 2 +- .../man/man3/f_print_except_in_raw_safely.3 | 2 +- .../man/man3/f_print_except_in_safely.3 | 2 +- .../data/documentation/man/man3/f_print_except_raw.3 | 2 +- .../man/man3/f_print_except_raw_safely.3 | 2 +- .../documentation/man/man3/f_print_except_safely.3 | 2 +- .../data/documentation/man/man3/f_print_raw.3 | 2 +- .../data/documentation/man/man3/f_print_raw_safely.3 | 2 +- .../documentation/man/man3/f_print_raw_terminated.3 | 2 +- .../data/documentation/man/man3/f_print_safely.3 | 2 +- .../data/documentation/man/man3/f_print_safely_get.3 | 2 +- .../man/man3/f_print_safely_terminated.3 | 2 +- .../data/documentation/man/man3/f_print_terminated.3 | 2 +- .../f_print/data/documentation/man/man3/f_print_to.3 | 2 +- .../documentation/man/man3/f_print_to_character.3 | 2 +- .../man/man3/f_print_to_character_safely.3 | 2 +- .../data/documentation/man/man3/f_print_to_dynamic.3 | 2 +- .../man/man3/f_print_to_dynamic_partial.3 | 2 +- .../man/man3/f_print_to_dynamic_partial_raw.3 | 2 +- .../man/man3/f_print_to_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/f_print_to_dynamic_partial_safely.3 | 2 +- .../documentation/man/man3/f_print_to_dynamic_raw.3 | 2 +- .../man/man3/f_print_to_dynamic_raw_safely.3 | 2 +- .../man/man3/f_print_to_dynamic_safely.3 | 2 +- .../data/documentation/man/man3/f_print_to_except.3 | 2 +- .../man/man3/f_print_to_except_dynamic.3 | 2 +- .../man/man3/f_print_to_except_dynamic_partial.3 | 2 +- .../man/man3/f_print_to_except_dynamic_partial_raw.3 | 2 +- .../f_print_to_except_dynamic_partial_raw_safely.3 | 2 +- .../man3/f_print_to_except_dynamic_partial_safely.3 | 2 +- .../man/man3/f_print_to_except_dynamic_raw.3 | 2 +- .../man/man3/f_print_to_except_dynamic_raw_safely.3 | 2 +- .../man/man3/f_print_to_except_dynamic_safely.3 | 2 +- .../documentation/man/man3/f_print_to_except_in.3 | 2 +- .../man/man3/f_print_to_except_in_dynamic.3 | 2 +- .../man/man3/f_print_to_except_in_dynamic_partial.3 | 2 +- .../man3/f_print_to_except_in_dynamic_partial_raw.3 | 2 +- ...f_print_to_except_in_dynamic_partial_raw_safely.3 | 2 +- .../f_print_to_except_in_dynamic_partial_safely.3 | 2 +- .../man/man3/f_print_to_except_in_dynamic_raw.3 | 2 +- .../man3/f_print_to_except_in_dynamic_raw_safely.3 | 2 +- .../man/man3/f_print_to_except_in_dynamic_safely.3 | 2 +- .../man/man3/f_print_to_except_in_raw.3 | 2 +- .../man/man3/f_print_to_except_in_raw_safely.3 | 2 +- .../man/man3/f_print_to_except_in_safely.3 | 2 +- .../documentation/man/man3/f_print_to_except_raw.3 | 2 +- .../man/man3/f_print_to_except_raw_safely.3 | 2 +- .../man/man3/f_print_to_except_safely.3 | 2 +- .../data/documentation/man/man3/f_print_to_raw.3 | 2 +- .../documentation/man/man3/f_print_to_raw_safely.3 | 2 +- .../man/man3/f_print_to_raw_terminated.3 | 2 +- .../data/documentation/man/man3/f_print_to_safely.3 | 2 +- .../man/man3/f_print_to_safely_terminated.3 | 2 +- .../documentation/man/man3/f_print_to_terminated.3 | 2 +- level_0/f_serialize/data/build/settings | 2 +- level_0/f_serialize/data/build/settings-mocks | 2 +- level_0/f_serialize/data/build/settings-tests | 2 +- .../documentation/man/man3/f_serialize_from_simple.3 | 2 +- .../man/man3/f_serialize_from_simple_get.3 | 2 +- .../man/man3/f_serialize_from_simple_range.3 | 2 +- .../man/man3/f_serialize_from_simple_select.3 | 2 +- .../documentation/man/man3/f_serialize_to_simple.3 | 2 +- level_0/f_signal/data/build/settings | 2 +- level_0/f_signal/data/build/settings-mocks | 2 +- level_0/f_signal/data/build/settings-tests | 2 +- .../data/documentation/man/man3/f_signal_action.3 | 2 +- .../data/documentation/man/man3/f_signal_close.3 | 2 +- .../data/documentation/man/man3/f_signal_mask.3 | 2 +- .../data/documentation/man/man3/f_signal_open.3 | 2 +- .../data/documentation/man/man3/f_signal_pause.3 | 2 +- .../data/documentation/man/man3/f_signal_queue.3 | 2 +- .../data/documentation/man/man3/f_signal_read.3 | 2 +- .../data/documentation/man/man3/f_signal_send.3 | 2 +- .../data/documentation/man/man3/f_signal_set_add.3 | 2 +- .../documentation/man/man3/f_signal_set_delete.3 | 2 +- .../data/documentation/man/man3/f_signal_set_empty.3 | 2 +- .../data/documentation/man/man3/f_signal_set_fill.3 | 2 +- .../data/documentation/man/man3/f_signal_set_has.3 | 2 +- .../data/documentation/man/man3/f_signal_suspend.3 | 2 +- .../data/documentation/man/man3/f_signal_wait.3 | 2 +- .../documentation/man/man3/f_signal_wait_until.3 | 2 +- level_0/f_socket/data/build/settings | 2 +- level_0/f_socket/data/build/settings-mocks | 2 +- level_0/f_socket/data/build/settings-tests | 2 +- .../data/documentation/man/man3/f_socket_accept.3 | 2 +- .../data/documentation/man/man3/f_socket_bind.3 | 2 +- .../documentation/man/man3/f_socket_bind_local.3 | 2 +- .../data/documentation/man/man3/f_socket_connect.3 | 2 +- .../data/documentation/man/man3/f_socket_create.3 | 2 +- .../documentation/man/man3/f_socket_create_pair.3 | 2 +- .../documentation/man/man3/f_socket_disconnect.3 | 2 +- .../data/documentation/man/man3/f_socket_listen.3 | 2 +- .../documentation/man/man3/f_socket_option_get.3 | 2 +- .../documentation/man/man3/f_socket_option_set.3 | 2 +- .../data/documentation/man/man3/f_socket_read.3 | 2 +- .../documentation/man/man3/f_socket_read_message.3 | 2 +- .../data/documentation/man/man3/f_socket_write.3 | 2 +- .../documentation/man/man3/f_socket_write_message.3 | 2 +- level_0/f_status/data/build/settings | 2 +- .../data/documentation/man/man3/f_statuss_adjust.3 | 2 +- .../data/documentation/man/man3/f_statuss_append.3 | 2 +- .../documentation/man/man3/f_statuss_append_all.3 | 2 +- .../documentation/man/man3/f_statuss_decimate_by.3 | 2 +- .../documentation/man/man3/f_statuss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_statuss_increase.3 | 2 +- .../documentation/man/man3/f_statuss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_statuss_resize.3 | 2 +- .../data/documentation/man/man3/f_statusss_adjust.3 | 2 +- .../data/documentation/man/man3/f_statusss_append.3 | 2 +- .../documentation/man/man3/f_statusss_append_all.3 | 2 +- .../documentation/man/man3/f_statusss_decimate_by.3 | 2 +- .../documentation/man/man3/f_statusss_decrease_by.3 | 2 +- .../documentation/man/man3/f_statusss_increase.3 | 2 +- .../documentation/man/man3/f_statusss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_statusss_resize.3 | 2 +- level_0/f_status_string/data/build/settings | 2 +- level_0/f_status_string/data/build/settings-tests | 2 +- .../data/documentation/man/man3/f_status_string_to.3 | 2 +- level_0/f_string/data/build/settings | 2 +- level_0/f_string/data/build/settings-tests | 2 +- .../data/documentation/man/man3/f_string_append.3 | 2 +- .../documentation/man/man3/f_string_append_assure.3 | 2 +- .../man/man3/f_string_append_assure_nulless.3 | 2 +- .../documentation/man/man3/f_string_append_nulless.3 | 2 +- .../documentation/man/man3/f_string_dynamic_adjust.3 | 2 +- .../documentation/man/man3/f_string_dynamic_append.3 | 2 +- .../man/man3/f_string_dynamic_append_assure.3 | 2 +- .../man3/f_string_dynamic_append_assure_nulless.3 | 2 +- .../man/man3/f_string_dynamic_append_nulless.3 | 2 +- .../man/man3/f_string_dynamic_decimate_by.3 | 2 +- .../man/man3/f_string_dynamic_decrease_by.3 | 2 +- .../man/man3/f_string_dynamic_increase.3 | 2 +- .../man/man3/f_string_dynamic_increase_by.3 | 2 +- .../documentation/man/man3/f_string_dynamic_mash.3 | 2 +- .../man/man3/f_string_dynamic_mash_nulless.3 | 2 +- .../documentation/man/man3/f_string_dynamic_mish.3 | 2 +- .../man/man3/f_string_dynamic_mish_nulless.3 | 2 +- .../man/man3/f_string_dynamic_partial_append.3 | 2 +- .../man3/f_string_dynamic_partial_append_assure.3 | 2 +- .../f_string_dynamic_partial_append_assure_nulless.3 | 2 +- .../man3/f_string_dynamic_partial_append_nulless.3 | 2 +- .../man/man3/f_string_dynamic_partial_mash.3 | 2 +- .../man/man3/f_string_dynamic_partial_mash_nulless.3 | 2 +- .../man/man3/f_string_dynamic_partial_mish.3 | 2 +- .../man/man3/f_string_dynamic_partial_mish_nulless.3 | 2 +- .../man/man3/f_string_dynamic_partial_prepend.3 | 2 +- .../man3/f_string_dynamic_partial_prepend_assure.3 | 2 +- ...f_string_dynamic_partial_prepend_assure_nulless.3 | 2 +- .../man3/f_string_dynamic_partial_prepend_nulless.3 | 2 +- .../man/man3/f_string_dynamic_prepend.3 | 2 +- .../man/man3/f_string_dynamic_prepend_assure.3 | 2 +- .../man3/f_string_dynamic_prepend_assure_nulless.3 | 2 +- .../man/man3/f_string_dynamic_prepend_nulless.3 | 2 +- .../documentation/man/man3/f_string_dynamic_resize.3 | 2 +- .../man/man3/f_string_dynamic_seek_line.3 | 2 +- .../man/man3/f_string_dynamic_seek_line_to.3 | 2 +- .../man/man3/f_string_dynamic_seek_to.3 | 2 +- .../man/man3/f_string_dynamic_terminate.3 | 2 +- .../man/man3/f_string_dynamic_terminate_after.3 | 2 +- .../man/man3/f_string_dynamics_adjust.3 | 2 +- .../man/man3/f_string_dynamics_append.3 | 2 +- .../man/man3/f_string_dynamics_append_all.3 | 2 +- .../man/man3/f_string_dynamics_decimate_by.3 | 2 +- .../man/man3/f_string_dynamics_decrease_by.3 | 2 +- .../man/man3/f_string_dynamics_increase.3 | 2 +- .../man/man3/f_string_dynamics_increase_by.3 | 2 +- .../man/man3/f_string_dynamics_resize.3 | 2 +- .../man/man3/f_string_dynamicss_adjust.3 | 2 +- .../man/man3/f_string_dynamicss_append.3 | 2 +- .../man/man3/f_string_dynamicss_append_all.3 | 2 +- .../man/man3/f_string_dynamicss_decimate_by.3 | 2 +- .../man/man3/f_string_dynamicss_decrease_by.3 | 2 +- .../man/man3/f_string_dynamicss_increase.3 | 2 +- .../man/man3/f_string_dynamicss_increase_by.3 | 2 +- .../man/man3/f_string_dynamicss_resize.3 | 2 +- .../man/man3/f_string_map_multis_adjust.3 | 2 +- .../man/man3/f_string_map_multis_append.3 | 2 +- .../man/man3/f_string_map_multis_append_all.3 | 2 +- .../man/man3/f_string_map_multis_decimate_by.3 | 2 +- .../man/man3/f_string_map_multis_decrease_by.3 | 2 +- .../man/man3/f_string_map_multis_increase.3 | 2 +- .../man/man3/f_string_map_multis_increase_by.3 | 2 +- .../man/man3/f_string_map_multis_resize.3 | 2 +- .../man/man3/f_string_map_multiss_adjust.3 | 2 +- .../man/man3/f_string_map_multiss_append.3 | 2 +- .../man/man3/f_string_map_multiss_append_all.3 | 2 +- .../man/man3/f_string_map_multiss_decimate_by.3 | 2 +- .../man/man3/f_string_map_multiss_decrease_by.3 | 2 +- .../man/man3/f_string_map_multiss_increase.3 | 2 +- .../man/man3/f_string_map_multiss_increase_by.3 | 2 +- .../man/man3/f_string_map_multiss_resize.3 | 2 +- .../documentation/man/man3/f_string_maps_adjust.3 | 2 +- .../documentation/man/man3/f_string_maps_append.3 | 2 +- .../man/man3/f_string_maps_append_all.3 | 2 +- .../man/man3/f_string_maps_decimate_by.3 | 2 +- .../man/man3/f_string_maps_decrease_by.3 | 2 +- .../documentation/man/man3/f_string_maps_increase.3 | 2 +- .../man/man3/f_string_maps_increase_by.3 | 2 +- .../documentation/man/man3/f_string_maps_resize.3 | 2 +- .../documentation/man/man3/f_string_mapss_adjust.3 | 2 +- .../documentation/man/man3/f_string_mapss_append.3 | 2 +- .../man/man3/f_string_mapss_append_all.3 | 2 +- .../man/man3/f_string_mapss_decimate_by.3 | 2 +- .../man/man3/f_string_mapss_decrease_by.3 | 2 +- .../documentation/man/man3/f_string_mapss_increase.3 | 2 +- .../man/man3/f_string_mapss_increase_by.3 | 2 +- .../documentation/man/man3/f_string_mapss_resize.3 | 2 +- .../data/documentation/man/man3/f_string_mash.3 | 2 +- .../documentation/man/man3/f_string_mash_nulless.3 | 2 +- .../data/documentation/man/man3/f_string_mish.3 | 2 +- .../documentation/man/man3/f_string_mish_nulless.3 | 2 +- .../data/documentation/man/man3/f_string_prepend.3 | 2 +- .../documentation/man/man3/f_string_prepend_assure.3 | 2 +- .../man/man3/f_string_prepend_assure_nulless.3 | 2 +- .../man/man3/f_string_prepend_nulless.3 | 2 +- .../man/man3/f_string_quantitys_adjust.3 | 2 +- .../man/man3/f_string_quantitys_append.3 | 2 +- .../man/man3/f_string_quantitys_append_all.3 | 2 +- .../man/man3/f_string_quantitys_decimate_by.3 | 2 +- .../man/man3/f_string_quantitys_decrease_by.3 | 2 +- .../man/man3/f_string_quantitys_increase.3 | 2 +- .../man/man3/f_string_quantitys_increase_by.3 | 2 +- .../man/man3/f_string_quantitys_resize.3 | 2 +- .../man/man3/f_string_quantityss_adjust.3 | 2 +- .../man/man3/f_string_quantityss_append.3 | 2 +- .../man/man3/f_string_quantityss_append_all.3 | 2 +- .../man/man3/f_string_quantityss_decimate_by.3 | 2 +- .../man/man3/f_string_quantityss_decrease_by.3 | 2 +- .../man/man3/f_string_quantityss_increase.3 | 2 +- .../man/man3/f_string_quantityss_increase_by.3 | 2 +- .../man/man3/f_string_quantityss_resize.3 | 2 +- .../documentation/man/man3/f_string_ranges_adjust.3 | 2 +- .../documentation/man/man3/f_string_ranges_append.3 | 2 +- .../man/man3/f_string_ranges_append_all.3 | 2 +- .../man/man3/f_string_ranges_decimate_by.3 | 2 +- .../man/man3/f_string_ranges_decrease_by.3 | 2 +- .../man/man3/f_string_ranges_increase.3 | 2 +- .../man/man3/f_string_ranges_increase_by.3 | 2 +- .../documentation/man/man3/f_string_ranges_resize.3 | 2 +- .../documentation/man/man3/f_string_rangess_adjust.3 | 2 +- .../documentation/man/man3/f_string_rangess_append.3 | 2 +- .../man/man3/f_string_rangess_append_all.3 | 2 +- .../man/man3/f_string_rangess_decimate_by.3 | 2 +- .../man/man3/f_string_rangess_decrease_by.3 | 2 +- .../man/man3/f_string_rangess_increase.3 | 2 +- .../man/man3/f_string_rangess_increase_by.3 | 2 +- .../documentation/man/man3/f_string_rangess_resize.3 | 2 +- .../data/documentation/man/man3/f_string_seek_line.3 | 2 +- .../documentation/man/man3/f_string_seek_line_to.3 | 2 +- .../data/documentation/man/man3/f_string_seek_to.3 | 2 +- .../documentation/man/man3/f_string_triples_adjust.3 | 2 +- .../documentation/man/man3/f_string_triples_append.3 | 2 +- .../man/man3/f_string_triples_append_all.3 | 2 +- .../man/man3/f_string_triples_decimate_by.3 | 2 +- .../man/man3/f_string_triples_decrease_by.3 | 2 +- .../man/man3/f_string_triples_increase.3 | 2 +- .../man/man3/f_string_triples_increase_by.3 | 2 +- .../documentation/man/man3/f_string_triples_resize.3 | 2 +- .../man/man3/f_string_tripless_adjust.3 | 2 +- .../man/man3/f_string_tripless_append.3 | 2 +- .../man/man3/f_string_tripless_append_all.3 | 2 +- .../man/man3/f_string_tripless_decimate_by.3 | 2 +- .../man/man3/f_string_tripless_decrease_by.3 | 2 +- .../man/man3/f_string_tripless_increase.3 | 2 +- .../man/man3/f_string_tripless_increase_by.3 | 2 +- .../man/man3/f_string_tripless_resize.3 | 2 +- level_0/f_thread/data/build/settings | 2 +- level_0/f_thread/data/build/settings-mocks | 2 +- level_0/f_thread/data/build/settings-tests | 2 +- .../data/documentation/man/man3/f_thread_at_fork.3 | 2 +- .../man/man3/f_thread_attribute_affinity_get.3 | 2 +- .../man/man3/f_thread_attribute_affinity_set.3 | 2 +- .../man/man3/f_thread_attribute_concurrency_get.3 | 2 +- .../man/man3/f_thread_attribute_concurrency_set.3 | 2 +- .../man/man3/f_thread_attribute_create.3 | 2 +- .../man/man3/f_thread_attribute_default_get.3 | 2 +- .../man/man3/f_thread_attribute_default_set.3 | 2 +- .../man/man3/f_thread_attribute_delete.3 | 2 +- .../man/man3/f_thread_attribute_detach_get.3 | 2 +- .../man/man3/f_thread_attribute_detach_set.3 | 2 +- .../man/man3/f_thread_attribute_guard_get.3 | 2 +- .../man/man3/f_thread_attribute_guard_set.3 | 2 +- .../man3/f_thread_attribute_scheduler_inherit_get.3 | 2 +- .../man3/f_thread_attribute_scheduler_inherit_set.3 | 2 +- .../f_thread_attribute_scheduler_parameter_get.3 | 2 +- .../f_thread_attribute_scheduler_parameter_set.3 | 2 +- .../man3/f_thread_attribute_scheduler_policy_get.3 | 2 +- .../man3/f_thread_attribute_scheduler_policy_set.3 | 2 +- .../man/man3/f_thread_attribute_scope_get.3 | 2 +- .../man/man3/f_thread_attribute_scope_set.3 | 2 +- .../man/man3/f_thread_attribute_stack_get.3 | 2 +- .../man/man3/f_thread_attribute_stack_set.3 | 2 +- .../man/man3/f_thread_attribute_stack_size_get.3 | 2 +- .../man/man3/f_thread_attribute_stack_size_set.3 | 2 +- .../man/man3/f_thread_attributes_adjust.3 | 2 +- .../man/man3/f_thread_attributes_decimate_by.3 | 2 +- .../man/man3/f_thread_attributes_decrease_by.3 | 2 +- .../man/man3/f_thread_attributes_increase.3 | 2 +- .../man/man3/f_thread_attributes_increase_by.3 | 2 +- .../man/man3/f_thread_attributes_resize.3 | 2 +- .../man/man3/f_thread_barrier_attribute_create.3 | 2 +- .../man/man3/f_thread_barrier_attribute_delete.3 | 2 +- .../man/man3/f_thread_barrier_attribute_shared_get.3 | 2 +- .../man/man3/f_thread_barrier_attribute_shared_set.3 | 2 +- .../man/man3/f_thread_barrier_attributes_adjust.3 | 2 +- .../man3/f_thread_barrier_attributes_decimate_by.3 | 2 +- .../man3/f_thread_barrier_attributes_decrease_by.3 | 2 +- .../man/man3/f_thread_barrier_attributes_increase.3 | 2 +- .../man3/f_thread_barrier_attributes_increase_by.3 | 2 +- .../man/man3/f_thread_barrier_attributes_resize.3 | 2 +- .../documentation/man/man3/f_thread_barrier_create.3 | 2 +- .../documentation/man/man3/f_thread_barrier_delete.3 | 2 +- .../documentation/man/man3/f_thread_barrier_wait.3 | 2 +- .../man/man3/f_thread_barriers_adjust.3 | 2 +- .../man/man3/f_thread_barriers_decimate_by.3 | 2 +- .../man/man3/f_thread_barriers_decrease_by.3 | 2 +- .../man/man3/f_thread_barriers_increase.3 | 2 +- .../man/man3/f_thread_barriers_increase_by.3 | 2 +- .../man/man3/f_thread_barriers_resize.3 | 2 +- .../data/documentation/man/man3/f_thread_caller.3 | 2 +- .../data/documentation/man/man3/f_thread_cancel.3 | 2 +- .../man/man3/f_thread_cancel_state_set.3 | 2 +- .../documentation/man/man3/f_thread_cancel_test.3 | 2 +- .../man/man3/f_thread_cancel_type_set.3 | 2 +- .../documentation/man/man3/f_thread_clock_get_id.3 | 2 +- .../data/documentation/man/man3/f_thread_compare.3 | 2 +- .../man3/f_thread_condition_attribute_clock_get.3 | 2 +- .../man3/f_thread_condition_attribute_clock_set.3 | 2 +- .../man/man3/f_thread_condition_attribute_create.3 | 2 +- .../man/man3/f_thread_condition_attribute_delete.3 | 2 +- .../man3/f_thread_condition_attribute_shared_get.3 | 2 +- .../man3/f_thread_condition_attribute_shared_set.3 | 2 +- .../man/man3/f_thread_condition_attributes_adjust.3 | 2 +- .../man3/f_thread_condition_attributes_decimate_by.3 | 2 +- .../man3/f_thread_condition_attributes_decrease_by.3 | 2 +- .../man3/f_thread_condition_attributes_increase.3 | 2 +- .../man3/f_thread_condition_attributes_increase_by.3 | 2 +- .../man/man3/f_thread_condition_attributes_resize.3 | 2 +- .../man/man3/f_thread_condition_create.3 | 2 +- .../man/man3/f_thread_condition_delete.3 | 2 +- .../man/man3/f_thread_condition_signal.3 | 2 +- .../man/man3/f_thread_condition_signal_all.3 | 2 +- .../documentation/man/man3/f_thread_condition_wait.3 | 2 +- .../man/man3/f_thread_condition_wait_timed.3 | 2 +- .../man/man3/f_thread_conditions_adjust.3 | 2 +- .../man/man3/f_thread_conditions_decimate_by.3 | 2 +- .../man/man3/f_thread_conditions_decrease_by.3 | 2 +- .../man/man3/f_thread_conditions_increase.3 | 2 +- .../man/man3/f_thread_conditions_increase_by.3 | 2 +- .../man/man3/f_thread_conditions_resize.3 | 2 +- .../data/documentation/man/man3/f_thread_create.3 | 2 +- .../data/documentation/man/man3/f_thread_detach.3 | 2 +- .../data/documentation/man/man3/f_thread_exit.3 | 2 +- .../documentation/man/man3/f_thread_ids_adjust.3 | 2 +- .../man/man3/f_thread_ids_decimate_by.3 | 2 +- .../man/man3/f_thread_ids_decrease_by.3 | 2 +- .../documentation/man/man3/f_thread_ids_increase.3 | 2 +- .../man/man3/f_thread_ids_increase_by.3 | 2 +- .../documentation/man/man3/f_thread_ids_resize.3 | 2 +- .../data/documentation/man/man3/f_thread_join.3 | 2 +- .../documentation/man/man3/f_thread_join_timed.3 | 2 +- .../data/documentation/man/man3/f_thread_join_try.3 | 2 +- .../documentation/man/man3/f_thread_key_create.3 | 2 +- .../documentation/man/man3/f_thread_key_delete.3 | 2 +- .../data/documentation/man/man3/f_thread_key_get.3 | 2 +- .../data/documentation/man/man3/f_thread_key_set.3 | 2 +- .../documentation/man/man3/f_thread_keys_adjust.3 | 2 +- .../man/man3/f_thread_keys_decimate_by.3 | 2 +- .../man/man3/f_thread_keys_decrease_by.3 | 2 +- .../documentation/man/man3/f_thread_keys_increase.3 | 2 +- .../man/man3/f_thread_keys_increase_by.3 | 2 +- .../documentation/man/man3/f_thread_keys_resize.3 | 2 +- .../man/man3/f_thread_lock_attribute_create.3 | 2 +- .../man/man3/f_thread_lock_attribute_delete.3 | 2 +- .../man/man3/f_thread_lock_attribute_shared_get.3 | 2 +- .../man/man3/f_thread_lock_attribute_shared_set.3 | 2 +- .../man/man3/f_thread_lock_attributes_adjust.3 | 2 +- .../man/man3/f_thread_lock_attributes_decimate_by.3 | 2 +- .../man/man3/f_thread_lock_attributes_decrease_by.3 | 2 +- .../man/man3/f_thread_lock_attributes_increase.3 | 2 +- .../man/man3/f_thread_lock_attributes_increase_by.3 | 2 +- .../man/man3/f_thread_lock_attributes_resize.3 | 2 +- .../documentation/man/man3/f_thread_lock_create.3 | 2 +- .../documentation/man/man3/f_thread_lock_delete.3 | 2 +- .../data/documentation/man/man3/f_thread_lock_read.3 | 2 +- .../man/man3/f_thread_lock_read_timed.3 | 2 +- .../documentation/man/man3/f_thread_lock_read_try.3 | 2 +- .../documentation/man/man3/f_thread_lock_write.3 | 2 +- .../man/man3/f_thread_lock_write_timed.3 | 2 +- .../documentation/man/man3/f_thread_lock_write_try.3 | 2 +- .../documentation/man/man3/f_thread_locks_adjust.3 | 2 +- .../man/man3/f_thread_locks_decimate_by.3 | 2 +- .../man/man3/f_thread_locks_decrease_by.3 | 2 +- .../documentation/man/man3/f_thread_locks_increase.3 | 2 +- .../man/man3/f_thread_locks_increase_by.3 | 2 +- .../documentation/man/man3/f_thread_locks_resize.3 | 2 +- .../man/man3/f_thread_mutex_attribute_create.3 | 2 +- .../man/man3/f_thread_mutex_attribute_delete.3 | 2 +- .../f_thread_mutex_attribute_priority_ceiling_get.3 | 2 +- .../f_thread_mutex_attribute_priority_ceiling_set.3 | 2 +- .../man/man3/f_thread_mutex_attribute_protocol_get.3 | 2 +- .../man/man3/f_thread_mutex_attribute_protocol_set.3 | 2 +- .../man/man3/f_thread_mutex_attribute_shared_get.3 | 2 +- .../man/man3/f_thread_mutex_attribute_shared_set.3 | 2 +- .../man/man3/f_thread_mutex_attribute_type_get.3 | 2 +- .../man/man3/f_thread_mutex_attribute_type_set.3 | 2 +- .../man/man3/f_thread_mutex_attributes_adjust.3 | 2 +- .../man/man3/f_thread_mutex_attributes_decimate_by.3 | 2 +- .../man/man3/f_thread_mutex_attributes_decrease_by.3 | 2 +- .../man/man3/f_thread_mutex_attributes_increase.3 | 2 +- .../man/man3/f_thread_mutex_attributes_increase_by.3 | 2 +- .../man/man3/f_thread_mutex_attributes_resize.3 | 2 +- .../documentation/man/man3/f_thread_mutex_create.3 | 2 +- .../documentation/man/man3/f_thread_mutex_delete.3 | 2 +- .../documentation/man/man3/f_thread_mutex_lock.3 | 2 +- .../man/man3/f_thread_mutex_lock_timed.3 | 2 +- .../documentation/man/man3/f_thread_mutex_lock_try.3 | 2 +- .../man/man3/f_thread_mutex_priority_ceiling_get.3 | 2 +- .../man/man3/f_thread_mutex_priority_ceiling_set.3 | 2 +- .../documentation/man/man3/f_thread_mutex_unlock.3 | 2 +- .../documentation/man/man3/f_thread_mutexs_adjust.3 | 2 +- .../man/man3/f_thread_mutexs_decimate_by.3 | 2 +- .../man/man3/f_thread_mutexs_decrease_by.3 | 2 +- .../man/man3/f_thread_mutexs_increase.3 | 2 +- .../man/man3/f_thread_mutexs_increase_by.3 | 2 +- .../documentation/man/man3/f_thread_mutexs_resize.3 | 2 +- .../data/documentation/man/man3/f_thread_once.3 | 2 +- .../documentation/man/man3/f_thread_onces_adjust.3 | 2 +- .../man/man3/f_thread_onces_decimate_by.3 | 2 +- .../man/man3/f_thread_onces_decrease_by.3 | 2 +- .../documentation/man/man3/f_thread_onces_increase.3 | 2 +- .../man/man3/f_thread_onces_increase_by.3 | 2 +- .../documentation/man/man3/f_thread_onces_resize.3 | 2 +- .../man/man3/f_thread_scheduler_parameter_get.3 | 2 +- .../man/man3/f_thread_scheduler_parameter_set.3 | 2 +- .../man/man3/f_thread_scheduler_priority_set.3 | 2 +- .../man/man3/f_thread_semaphore_create.3 | 2 +- .../man/man3/f_thread_semaphore_delete.3 | 2 +- .../man/man3/f_thread_semaphore_file_close.3 | 2 +- .../man/man3/f_thread_semaphore_file_delete.3 | 2 +- .../man/man3/f_thread_semaphore_file_open.3 | 2 +- .../documentation/man/man3/f_thread_semaphore_lock.3 | 2 +- .../man/man3/f_thread_semaphore_lock_timed.3 | 2 +- .../man/man3/f_thread_semaphore_lock_try.3 | 2 +- .../man/man3/f_thread_semaphore_unlock.3 | 2 +- .../man/man3/f_thread_semaphore_value_get.3 | 2 +- .../man/man3/f_thread_semaphores_adjust.3 | 2 +- .../man/man3/f_thread_semaphores_decimate_by.3 | 2 +- .../man/man3/f_thread_semaphores_decrease_by.3 | 2 +- .../man/man3/f_thread_semaphores_increase.3 | 2 +- .../man/man3/f_thread_semaphores_increase_by.3 | 2 +- .../man/man3/f_thread_semaphores_resize.3 | 2 +- .../documentation/man/man3/f_thread_sets_adjust.3 | 2 +- .../man/man3/f_thread_sets_decimate_by.3 | 2 +- .../man/man3/f_thread_sets_decrease_by.3 | 2 +- .../documentation/man/man3/f_thread_sets_increase.3 | 2 +- .../man/man3/f_thread_sets_increase_by.3 | 2 +- .../documentation/man/man3/f_thread_sets_resize.3 | 2 +- .../documentation/man/man3/f_thread_signal_mask.3 | 2 +- .../documentation/man/man3/f_thread_signal_queue.3 | 2 +- .../documentation/man/man3/f_thread_signal_write.3 | 2 +- .../documentation/man/man3/f_thread_spin_create.3 | 2 +- .../documentation/man/man3/f_thread_spin_delete.3 | 2 +- .../data/documentation/man/man3/f_thread_spin_lock.3 | 2 +- .../documentation/man/man3/f_thread_spin_lock_try.3 | 2 +- .../documentation/man/man3/f_thread_spin_unlock.3 | 2 +- .../documentation/man/man3/f_thread_spins_adjust.3 | 2 +- .../man/man3/f_thread_spins_decimate_by.3 | 2 +- .../man/man3/f_thread_spins_decrease_by.3 | 2 +- .../documentation/man/man3/f_thread_spins_increase.3 | 2 +- .../man/man3/f_thread_spins_increase_by.3 | 2 +- .../documentation/man/man3/f_thread_spins_resize.3 | 2 +- .../data/documentation/man/man3/f_thread_unlock.3 | 2 +- level_0/f_type/data/build/settings | 2 +- level_0/f_type_array/data/build/settings | 2 +- .../documentation/man/man3/f_array_lengths_adjust.3 | 2 +- .../documentation/man/man3/f_array_lengths_append.3 | 2 +- .../man/man3/f_array_lengths_append_all.3 | 2 +- .../man/man3/f_array_lengths_decimate_by.3 | 2 +- .../man/man3/f_array_lengths_decrease_by.3 | 2 +- .../man/man3/f_array_lengths_increase.3 | 2 +- .../man/man3/f_array_lengths_increase_by.3 | 2 +- .../documentation/man/man3/f_array_lengths_resize.3 | 2 +- .../documentation/man/man3/f_array_lengthss_adjust.3 | 2 +- .../documentation/man/man3/f_array_lengthss_append.3 | 2 +- .../man/man3/f_array_lengthss_append_all.3 | 2 +- .../man/man3/f_array_lengthss_decimate_by.3 | 2 +- .../man/man3/f_array_lengthss_decrease_by.3 | 2 +- .../man/man3/f_array_lengthss_increase.3 | 2 +- .../man/man3/f_array_lengthss_increase_by.3 | 2 +- .../documentation/man/man3/f_array_lengthss_resize.3 | 2 +- .../data/documentation/man/man3/f_cells_adjust.3 | 2 +- .../data/documentation/man/man3/f_cells_append.3 | 2 +- .../data/documentation/man/man3/f_cells_append_all.3 | 2 +- .../documentation/man/man3/f_cells_decimate_by.3 | 2 +- .../documentation/man/man3/f_cells_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_cells_increase.3 | 2 +- .../documentation/man/man3/f_cells_increase_by.3 | 2 +- .../data/documentation/man/man3/f_cells_resize.3 | 2 +- .../data/documentation/man/man3/f_cellss_adjust.3 | 2 +- .../data/documentation/man/man3/f_cellss_append.3 | 2 +- .../documentation/man/man3/f_cellss_append_all.3 | 2 +- .../documentation/man/man3/f_cellss_decimate_by.3 | 2 +- .../documentation/man/man3/f_cellss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_cellss_increase.3 | 2 +- .../documentation/man/man3/f_cellss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_cellss_resize.3 | 2 +- .../data/documentation/man/man3/f_fll_ids_adjust.3 | 2 +- .../data/documentation/man/man3/f_fll_ids_append.3 | 2 +- .../documentation/man/man3/f_fll_ids_append_all.3 | 2 +- .../documentation/man/man3/f_fll_ids_decimate_by.3 | 2 +- .../documentation/man/man3/f_fll_ids_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_fll_ids_increase.3 | 2 +- .../documentation/man/man3/f_fll_ids_increase_by.3 | 2 +- .../data/documentation/man/man3/f_fll_ids_resize.3 | 2 +- .../data/documentation/man/man3/f_fll_idss_adjust.3 | 2 +- .../data/documentation/man/man3/f_fll_idss_append.3 | 2 +- .../documentation/man/man3/f_fll_idss_append_all.3 | 2 +- .../documentation/man/man3/f_fll_idss_decimate_by.3 | 2 +- .../documentation/man/man3/f_fll_idss_decrease_by.3 | 2 +- .../documentation/man/man3/f_fll_idss_increase.3 | 2 +- .../documentation/man/man3/f_fll_idss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_fll_idss_resize.3 | 2 +- .../data/documentation/man/man3/f_int128s_adjust.3 | 2 +- .../data/documentation/man/man3/f_int128s_append.3 | 2 +- .../documentation/man/man3/f_int128s_append_all.3 | 2 +- .../documentation/man/man3/f_int128s_decimate_by.3 | 2 +- .../documentation/man/man3/f_int128s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int128s_increase.3 | 2 +- .../documentation/man/man3/f_int128s_increase_by.3 | 2 +- .../data/documentation/man/man3/f_int128s_resize.3 | 2 +- .../data/documentation/man/man3/f_int128ss_adjust.3 | 2 +- .../data/documentation/man/man3/f_int128ss_append.3 | 2 +- .../documentation/man/man3/f_int128ss_append_all.3 | 2 +- .../documentation/man/man3/f_int128ss_decimate_by.3 | 2 +- .../documentation/man/man3/f_int128ss_decrease_by.3 | 2 +- .../documentation/man/man3/f_int128ss_increase.3 | 2 +- .../documentation/man/man3/f_int128ss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_int128ss_resize.3 | 2 +- .../data/documentation/man/man3/f_int16s_adjust.3 | 2 +- .../data/documentation/man/man3/f_int16s_append.3 | 2 +- .../documentation/man/man3/f_int16s_append_all.3 | 2 +- .../documentation/man/man3/f_int16s_decimate_by.3 | 2 +- .../documentation/man/man3/f_int16s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int16s_increase.3 | 2 +- .../documentation/man/man3/f_int16s_increase_by.3 | 2 +- .../data/documentation/man/man3/f_int16s_resize.3 | 2 +- .../data/documentation/man/man3/f_int16ss_adjust.3 | 2 +- .../data/documentation/man/man3/f_int16ss_append.3 | 2 +- .../documentation/man/man3/f_int16ss_append_all.3 | 2 +- .../documentation/man/man3/f_int16ss_decimate_by.3 | 2 +- .../documentation/man/man3/f_int16ss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int16ss_increase.3 | 2 +- .../documentation/man/man3/f_int16ss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_int16ss_resize.3 | 2 +- .../data/documentation/man/man3/f_int32s_adjust.3 | 2 +- .../data/documentation/man/man3/f_int32s_append.3 | 2 +- .../documentation/man/man3/f_int32s_append_all.3 | 2 +- .../documentation/man/man3/f_int32s_decimate_by.3 | 2 +- .../documentation/man/man3/f_int32s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int32s_increase.3 | 2 +- .../documentation/man/man3/f_int32s_increase_by.3 | 2 +- .../data/documentation/man/man3/f_int32s_resize.3 | 2 +- .../data/documentation/man/man3/f_int32ss_adjust.3 | 2 +- .../data/documentation/man/man3/f_int32ss_append.3 | 2 +- .../documentation/man/man3/f_int32ss_append_all.3 | 2 +- .../documentation/man/man3/f_int32ss_decimate_by.3 | 2 +- .../documentation/man/man3/f_int32ss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int32ss_increase.3 | 2 +- .../documentation/man/man3/f_int32ss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_int32ss_resize.3 | 2 +- .../data/documentation/man/man3/f_int64s_adjust.3 | 2 +- .../data/documentation/man/man3/f_int64s_append.3 | 2 +- .../documentation/man/man3/f_int64s_append_all.3 | 2 +- .../documentation/man/man3/f_int64s_decimate_by.3 | 2 +- .../documentation/man/man3/f_int64s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int64s_increase.3 | 2 +- .../documentation/man/man3/f_int64s_increase_by.3 | 2 +- .../data/documentation/man/man3/f_int64s_resize.3 | 2 +- .../data/documentation/man/man3/f_int64ss_adjust.3 | 2 +- .../data/documentation/man/man3/f_int64ss_append.3 | 2 +- .../documentation/man/man3/f_int64ss_append_all.3 | 2 +- .../documentation/man/man3/f_int64ss_decimate_by.3 | 2 +- .../documentation/man/man3/f_int64ss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int64ss_increase.3 | 2 +- .../documentation/man/man3/f_int64ss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_int64ss_resize.3 | 2 +- .../data/documentation/man/man3/f_int8s_adjust.3 | 2 +- .../data/documentation/man/man3/f_int8s_append.3 | 2 +- .../data/documentation/man/man3/f_int8s_append_all.3 | 2 +- .../documentation/man/man3/f_int8s_decimate_by.3 | 2 +- .../documentation/man/man3/f_int8s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int8s_increase.3 | 2 +- .../documentation/man/man3/f_int8s_increase_by.3 | 2 +- .../data/documentation/man/man3/f_int8s_resize.3 | 2 +- .../data/documentation/man/man3/f_int8ss_adjust.3 | 2 +- .../data/documentation/man/man3/f_int8ss_append.3 | 2 +- .../documentation/man/man3/f_int8ss_append_all.3 | 2 +- .../documentation/man/man3/f_int8ss_decimate_by.3 | 2 +- .../documentation/man/man3/f_int8ss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int8ss_increase.3 | 2 +- .../documentation/man/man3/f_int8ss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_int8ss_resize.3 | 2 +- .../data/documentation/man/man3/f_states_adjust.3 | 2 +- .../data/documentation/man/man3/f_states_append.3 | 2 +- .../documentation/man/man3/f_states_append_all.3 | 2 +- .../documentation/man/man3/f_states_decimate_by.3 | 2 +- .../documentation/man/man3/f_states_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_states_increase.3 | 2 +- .../documentation/man/man3/f_states_increase_by.3 | 2 +- .../data/documentation/man/man3/f_states_resize.3 | 2 +- .../data/documentation/man/man3/f_statess_adjust.3 | 2 +- .../data/documentation/man/man3/f_statess_append.3 | 2 +- .../documentation/man/man3/f_statess_append_all.3 | 2 +- .../documentation/man/man3/f_statess_decimate_by.3 | 2 +- .../documentation/man/man3/f_statess_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_statess_increase.3 | 2 +- .../documentation/man/man3/f_statess_increase_by.3 | 2 +- .../data/documentation/man/man3/f_statess_resize.3 | 2 +- .../data/documentation/man/man3/f_statuss_adjust.3 | 2 +- .../data/documentation/man/man3/f_statuss_append.3 | 2 +- .../documentation/man/man3/f_statuss_append_all.3 | 2 +- .../documentation/man/man3/f_statuss_decimate_by.3 | 2 +- .../documentation/man/man3/f_statuss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_statuss_increase.3 | 2 +- .../documentation/man/man3/f_statuss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_statuss_resize.3 | 2 +- .../data/documentation/man/man3/f_statusss_adjust.3 | 2 +- .../data/documentation/man/man3/f_statusss_append.3 | 2 +- .../documentation/man/man3/f_statusss_append_all.3 | 2 +- .../documentation/man/man3/f_statusss_decimate_by.3 | 2 +- .../documentation/man/man3/f_statusss_decrease_by.3 | 2 +- .../documentation/man/man3/f_statusss_increase.3 | 2 +- .../documentation/man/man3/f_statusss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_statusss_resize.3 | 2 +- .../data/documentation/man/man3/f_uint128s_adjust.3 | 2 +- .../data/documentation/man/man3/f_uint128s_append.3 | 2 +- .../documentation/man/man3/f_uint128s_append_all.3 | 2 +- .../documentation/man/man3/f_uint128s_decimate_by.3 | 2 +- .../documentation/man/man3/f_uint128s_decrease_by.3 | 2 +- .../documentation/man/man3/f_uint128s_increase.3 | 2 +- .../documentation/man/man3/f_uint128s_increase_by.3 | 2 +- .../data/documentation/man/man3/f_uint128s_resize.3 | 2 +- .../data/documentation/man/man3/f_uint128ss_adjust.3 | 2 +- .../data/documentation/man/man3/f_uint128ss_append.3 | 2 +- .../documentation/man/man3/f_uint128ss_append_all.3 | 2 +- .../documentation/man/man3/f_uint128ss_decimate_by.3 | 2 +- .../documentation/man/man3/f_uint128ss_decrease_by.3 | 2 +- .../documentation/man/man3/f_uint128ss_increase.3 | 2 +- .../documentation/man/man3/f_uint128ss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_uint128ss_resize.3 | 2 +- .../data/documentation/man/man3/f_uint16s_adjust.3 | 2 +- .../data/documentation/man/man3/f_uint16s_append.3 | 2 +- .../documentation/man/man3/f_uint16s_append_all.3 | 2 +- .../documentation/man/man3/f_uint16s_decimate_by.3 | 2 +- .../documentation/man/man3/f_uint16s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_uint16s_increase.3 | 2 +- .../documentation/man/man3/f_uint16s_increase_by.3 | 2 +- .../data/documentation/man/man3/f_uint16s_resize.3 | 2 +- .../data/documentation/man/man3/f_uint16ss_adjust.3 | 2 +- .../data/documentation/man/man3/f_uint16ss_append.3 | 2 +- .../documentation/man/man3/f_uint16ss_append_all.3 | 2 +- .../documentation/man/man3/f_uint16ss_decimate_by.3 | 2 +- .../documentation/man/man3/f_uint16ss_decrease_by.3 | 2 +- .../documentation/man/man3/f_uint16ss_increase.3 | 2 +- .../documentation/man/man3/f_uint16ss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_uint16ss_resize.3 | 2 +- .../data/documentation/man/man3/f_uint32s_adjust.3 | 2 +- .../data/documentation/man/man3/f_uint32s_append.3 | 2 +- .../documentation/man/man3/f_uint32s_append_all.3 | 2 +- .../documentation/man/man3/f_uint32s_decimate_by.3 | 2 +- .../documentation/man/man3/f_uint32s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_uint32s_increase.3 | 2 +- .../documentation/man/man3/f_uint32s_increase_by.3 | 2 +- .../data/documentation/man/man3/f_uint32s_resize.3 | 2 +- .../data/documentation/man/man3/f_uint32ss_adjust.3 | 2 +- .../data/documentation/man/man3/f_uint32ss_append.3 | 2 +- .../documentation/man/man3/f_uint32ss_append_all.3 | 2 +- .../documentation/man/man3/f_uint32ss_decimate_by.3 | 2 +- .../documentation/man/man3/f_uint32ss_decrease_by.3 | 2 +- .../documentation/man/man3/f_uint32ss_increase.3 | 2 +- .../documentation/man/man3/f_uint32ss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_uint32ss_resize.3 | 2 +- .../data/documentation/man/man3/f_uint64s_adjust.3 | 2 +- .../data/documentation/man/man3/f_uint64s_append.3 | 2 +- .../documentation/man/man3/f_uint64s_append_all.3 | 2 +- .../documentation/man/man3/f_uint64s_decimate_by.3 | 2 +- .../documentation/man/man3/f_uint64s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_uint64s_increase.3 | 2 +- .../documentation/man/man3/f_uint64s_increase_by.3 | 2 +- .../data/documentation/man/man3/f_uint64s_resize.3 | 2 +- .../data/documentation/man/man3/f_uint64ss_adjust.3 | 2 +- .../data/documentation/man/man3/f_uint64ss_append.3 | 2 +- .../documentation/man/man3/f_uint64ss_append_all.3 | 2 +- .../documentation/man/man3/f_uint64ss_decimate_by.3 | 2 +- .../documentation/man/man3/f_uint64ss_decrease_by.3 | 2 +- .../documentation/man/man3/f_uint64ss_increase.3 | 2 +- .../documentation/man/man3/f_uint64ss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_uint64ss_resize.3 | 2 +- .../data/documentation/man/man3/f_uint8s_adjust.3 | 2 +- .../data/documentation/man/man3/f_uint8s_append.3 | 2 +- .../documentation/man/man3/f_uint8s_append_all.3 | 2 +- .../documentation/man/man3/f_uint8s_decimate_by.3 | 2 +- .../documentation/man/man3/f_uint8s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_uint8s_increase.3 | 2 +- .../documentation/man/man3/f_uint8s_increase_by.3 | 2 +- .../data/documentation/man/man3/f_uint8s_resize.3 | 2 +- .../data/documentation/man/man3/f_uint8ss_adjust.3 | 2 +- .../data/documentation/man/man3/f_uint8ss_append.3 | 2 +- .../documentation/man/man3/f_uint8ss_append_all.3 | 2 +- .../documentation/man/man3/f_uint8ss_decimate_by.3 | 2 +- .../documentation/man/man3/f_uint8ss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_uint8ss_increase.3 | 2 +- .../documentation/man/man3/f_uint8ss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_uint8ss_resize.3 | 2 +- level_0/f_utf/data/build/settings | 2 +- level_0/f_utf/data/build/settings-tests | 2 +- .../documentation/man/man3/f_utf_buffer_decrement.3 | 2 +- .../documentation/man/man3/f_utf_buffer_increment.3 | 2 +- .../data/documentation/man/man3/f_utf_char_to_char.3 | 2 +- .../documentation/man/man3/f_utf_char_to_character.3 | 2 +- .../data/documentation/man/man3/f_utf_character_is.3 | 2 +- .../man/man3/f_utf_character_is_alphabetic.3 | 2 +- .../man/man3/f_utf_character_is_alphabetic_digit.3 | 2 +- .../man/man3/f_utf_character_is_alphabetic_numeric.3 | 2 +- .../man/man3/f_utf_character_is_ascii.3 | 2 +- .../man/man3/f_utf_character_is_combining.3 | 2 +- .../man/man3/f_utf_character_is_control.3 | 2 +- .../man/man3/f_utf_character_is_control_code.3 | 2 +- .../man/man3/f_utf_character_is_control_format.3 | 2 +- .../man/man3/f_utf_character_is_control_picture.3 | 2 +- .../man/man3/f_utf_character_is_digit.3 | 2 +- .../man/man3/f_utf_character_is_emoji.3 | 2 +- .../man/man3/f_utf_character_is_fragment.3 | 2 +- .../man/man3/f_utf_character_is_graph.3 | 2 +- .../man/man3/f_utf_character_is_numeric.3 | 2 +- .../man/man3/f_utf_character_is_phonetic.3 | 2 +- .../man/man3/f_utf_character_is_private.3 | 2 +- .../man/man3/f_utf_character_is_punctuation.3 | 2 +- .../man/man3/f_utf_character_is_subscript.3 | 2 +- .../man/man3/f_utf_character_is_superscript.3 | 2 +- .../man/man3/f_utf_character_is_symbol.3 | 2 +- .../man/man3/f_utf_character_is_unassigned.3 | 2 +- .../man/man3/f_utf_character_is_valid.3 | 2 +- .../man/man3/f_utf_character_is_whitespace.3 | 2 +- .../man3/f_utf_character_is_whitespace_modifier.3 | 2 +- .../man/man3/f_utf_character_is_whitespace_other.3 | 2 +- .../man3/f_utf_character_is_whitespace_zero_width.3 | 2 +- .../documentation/man/man3/f_utf_character_is_wide.3 | 2 +- .../documentation/man/man3/f_utf_character_is_word.3 | 2 +- .../man/man3/f_utf_character_is_word_dash.3 | 2 +- .../man/man3/f_utf_character_is_word_dash_plus.3 | 2 +- .../man/man3/f_utf_character_is_zero_width.3 | 2 +- .../man/man3/f_utf_character_unicode_from.3 | 2 +- .../man/man3/f_utf_character_unicode_string_to.3 | 2 +- .../man/man3/f_utf_character_unicode_to.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_is.3 | 2 +- .../documentation/man/man3/f_utf_is_alphabetic.3 | 2 +- .../man/man3/f_utf_is_alphabetic_digit.3 | 2 +- .../man/man3/f_utf_is_alphabetic_numeric.3 | 2 +- .../data/documentation/man/man3/f_utf_is_ascii.3 | 2 +- .../data/documentation/man/man3/f_utf_is_combining.3 | 2 +- .../data/documentation/man/man3/f_utf_is_control.3 | 2 +- .../documentation/man/man3/f_utf_is_control_code.3 | 2 +- .../documentation/man/man3/f_utf_is_control_format.3 | 2 +- .../man/man3/f_utf_is_control_picture.3 | 2 +- .../data/documentation/man/man3/f_utf_is_digit.3 | 2 +- .../data/documentation/man/man3/f_utf_is_emoji.3 | 2 +- .../data/documentation/man/man3/f_utf_is_fragment.3 | 2 +- .../data/documentation/man/man3/f_utf_is_graph.3 | 2 +- .../data/documentation/man/man3/f_utf_is_numeric.3 | 2 +- .../data/documentation/man/man3/f_utf_is_phonetic.3 | 2 +- .../data/documentation/man/man3/f_utf_is_private.3 | 2 +- .../documentation/man/man3/f_utf_is_punctuation.3 | 2 +- .../data/documentation/man/man3/f_utf_is_subscript.3 | 2 +- .../documentation/man/man3/f_utf_is_superscript.3 | 2 +- .../data/documentation/man/man3/f_utf_is_symbol.3 | 2 +- .../documentation/man/man3/f_utf_is_unassigned.3 | 2 +- .../data/documentation/man/man3/f_utf_is_valid.3 | 2 +- .../documentation/man/man3/f_utf_is_whitespace.3 | 2 +- .../man/man3/f_utf_is_whitespace_modifier.3 | 2 +- .../man/man3/f_utf_is_whitespace_other.3 | 2 +- .../man/man3/f_utf_is_whitespace_zero_width.3 | 2 +- .../data/documentation/man/man3/f_utf_is_wide.3 | 2 +- .../data/documentation/man/man3/f_utf_is_word.3 | 2 +- .../data/documentation/man/man3/f_utf_is_word_dash.3 | 2 +- .../documentation/man/man3/f_utf_is_word_dash_plus.3 | 2 +- .../documentation/man/man3/f_utf_is_zero_width.3 | 2 +- .../documentation/man/man3/f_utf_string_append.3 | 2 +- .../man/man3/f_utf_string_append_assure.3 | 2 +- .../man/man3/f_utf_string_append_assure_nulless.3 | 2 +- .../man/man3/f_utf_string_append_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_adjust.3 | 2 +- .../man/man3/f_utf_string_dynamic_append.3 | 2 +- .../man/man3/f_utf_string_dynamic_append_assure.3 | 2 +- .../f_utf_string_dynamic_append_assure_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_append_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_decimate_by.3 | 2 +- .../man/man3/f_utf_string_dynamic_decrease_by.3 | 2 +- .../man/man3/f_utf_string_dynamic_increase.3 | 2 +- .../man/man3/f_utf_string_dynamic_increase_by.3 | 2 +- .../man/man3/f_utf_string_dynamic_mash.3 | 2 +- .../man/man3/f_utf_string_dynamic_mash_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_mish.3 | 2 +- .../man/man3/f_utf_string_dynamic_mish_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_partial_append.3 | 2 +- .../f_utf_string_dynamic_partial_append_assure.3 | 2 +- ...tf_string_dynamic_partial_append_assure_nulless.3 | 2 +- .../f_utf_string_dynamic_partial_append_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_partial_mash.3 | 2 +- .../man3/f_utf_string_dynamic_partial_mash_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_partial_mish.3 | 2 +- .../man3/f_utf_string_dynamic_partial_mish_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_partial_prepend.3 | 2 +- .../f_utf_string_dynamic_partial_prepend_assure.3 | 2 +- ...f_string_dynamic_partial_prepend_assure_nulless.3 | 2 +- .../f_utf_string_dynamic_partial_prepend_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_prepend.3 | 2 +- .../man/man3/f_utf_string_dynamic_prepend_assure.3 | 2 +- .../f_utf_string_dynamic_prepend_assure_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_prepend_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_resize.3 | 2 +- .../man/man3/f_utf_string_dynamic_seek_line.3 | 2 +- .../man/man3/f_utf_string_dynamic_seek_line_to.3 | 2 +- .../man/man3/f_utf_string_dynamic_seek_to.3 | 2 +- .../man/man3/f_utf_string_dynamic_terminate.3 | 2 +- .../man/man3/f_utf_string_dynamic_terminate_after.3 | 2 +- .../man/man3/f_utf_string_dynamics_adjust.3 | 2 +- .../man/man3/f_utf_string_dynamics_append.3 | 2 +- .../man/man3/f_utf_string_dynamics_append_all.3 | 2 +- .../man/man3/f_utf_string_dynamics_decimate_by.3 | 2 +- .../man/man3/f_utf_string_dynamics_decrease_by.3 | 2 +- .../man/man3/f_utf_string_dynamics_increase.3 | 2 +- .../man/man3/f_utf_string_dynamics_increase_by.3 | 2 +- .../man/man3/f_utf_string_dynamics_resize.3 | 2 +- .../man/man3/f_utf_string_dynamicss_adjust.3 | 2 +- .../man/man3/f_utf_string_dynamicss_append.3 | 2 +- .../man/man3/f_utf_string_dynamicss_append_all.3 | 2 +- .../man/man3/f_utf_string_dynamicss_decimate_by.3 | 2 +- .../man/man3/f_utf_string_dynamicss_decrease_by.3 | 2 +- .../man/man3/f_utf_string_dynamicss_increase.3 | 2 +- .../man/man3/f_utf_string_dynamicss_increase_by.3 | 2 +- .../man/man3/f_utf_string_dynamicss_resize.3 | 2 +- .../man/man3/f_utf_string_map_multis_adjust.3 | 2 +- .../man/man3/f_utf_string_map_multis_append.3 | 2 +- .../man/man3/f_utf_string_map_multis_append_all.3 | 2 +- .../man/man3/f_utf_string_map_multis_decimate_by.3 | 2 +- .../man/man3/f_utf_string_map_multis_decrease_by.3 | 2 +- .../man/man3/f_utf_string_map_multis_increase.3 | 2 +- .../man/man3/f_utf_string_map_multis_increase_by.3 | 2 +- .../man/man3/f_utf_string_map_multis_resize.3 | 2 +- .../man/man3/f_utf_string_map_multiss_adjust.3 | 2 +- .../man/man3/f_utf_string_map_multiss_append.3 | 2 +- .../man/man3/f_utf_string_map_multiss_append_all.3 | 2 +- .../man/man3/f_utf_string_map_multiss_decimate_by.3 | 2 +- .../man/man3/f_utf_string_map_multiss_decrease_by.3 | 2 +- .../man/man3/f_utf_string_map_multiss_increase.3 | 2 +- .../man/man3/f_utf_string_map_multiss_increase_by.3 | 2 +- .../man/man3/f_utf_string_map_multiss_resize.3 | 2 +- .../man/man3/f_utf_string_maps_adjust.3 | 2 +- .../man/man3/f_utf_string_maps_append.3 | 2 +- .../man/man3/f_utf_string_maps_append_all.3 | 2 +- .../man/man3/f_utf_string_maps_decimate_by.3 | 2 +- .../man/man3/f_utf_string_maps_decrease_by.3 | 2 +- .../man/man3/f_utf_string_maps_increase.3 | 2 +- .../man/man3/f_utf_string_maps_increase_by.3 | 2 +- .../man/man3/f_utf_string_maps_resize.3 | 2 +- .../man/man3/f_utf_string_mapss_adjust.3 | 2 +- .../man/man3/f_utf_string_mapss_append.3 | 2 +- .../man/man3/f_utf_string_mapss_append_all.3 | 2 +- .../man/man3/f_utf_string_mapss_decimate_by.3 | 2 +- .../man/man3/f_utf_string_mapss_decrease_by.3 | 2 +- .../man/man3/f_utf_string_mapss_increase.3 | 2 +- .../man/man3/f_utf_string_mapss_increase_by.3 | 2 +- .../man/man3/f_utf_string_mapss_resize.3 | 2 +- .../data/documentation/man/man3/f_utf_string_mash.3 | 2 +- .../man/man3/f_utf_string_mash_nulless.3 | 2 +- .../data/documentation/man/man3/f_utf_string_mish.3 | 2 +- .../man/man3/f_utf_string_mish_nulless.3 | 2 +- .../documentation/man/man3/f_utf_string_prepend.3 | 2 +- .../man/man3/f_utf_string_prepend_assure.3 | 2 +- .../man/man3/f_utf_string_prepend_assure_nulless.3 | 2 +- .../man/man3/f_utf_string_prepend_nulless.3 | 2 +- .../documentation/man/man3/f_utf_string_seek_line.3 | 2 +- .../man/man3/f_utf_string_seek_line_to.3 | 2 +- .../documentation/man/man3/f_utf_string_seek_to.3 | 2 +- .../man/man3/f_utf_string_triples_adjust.3 | 2 +- .../man/man3/f_utf_string_triples_append.3 | 2 +- .../man/man3/f_utf_string_triples_append_all.3 | 2 +- .../man/man3/f_utf_string_triples_decimate_by.3 | 2 +- .../man/man3/f_utf_string_triples_decrease_by.3 | 2 +- .../man/man3/f_utf_string_triples_increase.3 | 2 +- .../man/man3/f_utf_string_triples_increase_by.3 | 2 +- .../man/man3/f_utf_string_triples_resize.3 | 2 +- .../man/man3/f_utf_string_tripless_adjust.3 | 2 +- .../man/man3/f_utf_string_tripless_append.3 | 2 +- .../man/man3/f_utf_string_tripless_append_all.3 | 2 +- .../man/man3/f_utf_string_tripless_decimate_by.3 | 2 +- .../man/man3/f_utf_string_tripless_decrease_by.3 | 2 +- .../man/man3/f_utf_string_tripless_increase.3 | 2 +- .../man/man3/f_utf_string_tripless_increase_by.3 | 2 +- .../man/man3/f_utf_string_tripless_resize.3 | 2 +- .../data/documentation/man/man3/f_utf_unicode_from.3 | 2 +- .../documentation/man/man3/f_utf_unicode_string_to.3 | 2 +- .../data/documentation/man/man3/f_utf_unicode_to.3 | 2 +- level_1/fl_control_group/data/build/settings | 2 +- .../documentation/man/man3/fl_control_group_apply.3 | 2 +- level_1/fl_conversion/data/build/settings | 2 +- .../man3/fl_conversion_dynamic_partial_to_signed.3 | 2 +- .../fl_conversion_dynamic_partial_to_signed_detect.3 | 2 +- .../man3/fl_conversion_dynamic_partial_to_unsigned.3 | 2 +- ...l_conversion_dynamic_partial_to_unsigned_detect.3 | 2 +- .../man/man3/fl_conversion_dynamic_to_signed.3 | 2 +- .../man3/fl_conversion_dynamic_to_signed_detect.3 | 2 +- .../man/man3/fl_conversion_dynamic_to_unsigned.3 | 2 +- .../man3/fl_conversion_dynamic_to_unsigned_detect.3 | 2 +- level_1/fl_directory/data/build/settings | 2 +- .../data/documentation/man/man3/fl_directory_clone.3 | 2 +- .../man/man3/fl_directory_clone_content.3 | 2 +- .../data/documentation/man/man3/fl_directory_copy.3 | 2 +- .../man/man3/fl_directory_copy_content.3 | 2 +- .../documentation/man/man3/fl_directory_create.3 | 2 +- .../data/documentation/man/man3/fl_directory_list.3 | 2 +- .../documentation/man/man3/fl_directory_path_pop.3 | 2 +- .../documentation/man/man3/fl_directory_path_push.3 | 2 +- level_1/fl_environment/data/build/settings | 2 +- .../man/man3/fl_environment_load_name.3 | 2 +- .../man/man3/fl_environment_load_names.3 | 2 +- .../man/man3/fl_environment_path_explode.3 | 2 +- .../man/man3/fl_environment_path_explode_reverse.3 | 2 +- level_1/fl_execute/data/build/settings | 2 +- level_1/fl_fss/data/build/settings | 2 +- .../man/man3/fl_fss_basic_content_read.3 | 2 +- .../man/man3/fl_fss_basic_content_write.3 | 2 +- .../man/man3/fl_fss_basic_list_content_read.3 | 2 +- .../man/man3/fl_fss_basic_list_content_write.3 | 2 +- .../man/man3/fl_fss_basic_list_object_read.3 | 2 +- .../man/man3/fl_fss_basic_list_object_write.3 | 2 +- .../man/man3/fl_fss_basic_object_read.3 | 2 +- .../man/man3/fl_fss_basic_object_write.3 | 2 +- .../man/man3/fl_fss_embedded_list_content_read.3 | 2 +- .../man/man3/fl_fss_embedded_list_content_write.3 | 2 +- .../man/man3/fl_fss_embedded_list_object_read.3 | 2 +- .../man/man3/fl_fss_embedded_list_object_write.3 | 2 +- .../man/man3/fl_fss_extended_content_read.3 | 2 +- .../man/man3/fl_fss_extended_content_write.3 | 2 +- .../man/man3/fl_fss_extended_list_content_read.3 | 2 +- .../man/man3/fl_fss_extended_list_content_write.3 | 2 +- .../man/man3/fl_fss_extended_list_object_read.3 | 2 +- .../man/man3/fl_fss_extended_list_object_write.3 | 2 +- .../man/man3/fl_fss_extended_object_read.3 | 2 +- .../man/man3/fl_fss_extended_object_write.3 | 2 +- level_1/fl_iki/data/build/settings | 2 +- .../fl_iki/data/documentation/man/man3/fl_iki_read.3 | 2 +- level_1/fl_print/data/build/settings | 2 +- .../data/documentation/man/man3/fl_print_format.3 | 2 +- .../documentation/man/man3/fl_print_format_convert.3 | 2 +- .../data/documentation/man/man3/fl_print_string_va.3 | 2 +- .../data/documentation/man/man3/fl_print_trim.3 | 2 +- .../documentation/man/man3/fl_print_trim_dynamic.3 | 2 +- .../man/man3/fl_print_trim_dynamic_partial.3 | 2 +- .../man/man3/fl_print_trim_dynamic_partial_raw.3 | 2 +- .../man3/fl_print_trim_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/fl_print_trim_dynamic_partial_safely.3 | 2 +- .../man/man3/fl_print_trim_dynamic_raw.3 | 2 +- .../man/man3/fl_print_trim_dynamic_raw_safely.3 | 2 +- .../man/man3/fl_print_trim_dynamic_safely.3 | 2 +- .../documentation/man/man3/fl_print_trim_except.3 | 2 +- .../man/man3/fl_print_trim_except_dynamic.3 | 2 +- .../man/man3/fl_print_trim_except_dynamic_partial.3 | 2 +- .../man3/fl_print_trim_except_dynamic_partial_raw.3 | 2 +- ...fl_print_trim_except_dynamic_partial_raw_safely.3 | 2 +- .../fl_print_trim_except_dynamic_partial_safely.3 | 2 +- .../man/man3/fl_print_trim_except_dynamic_raw.3 | 2 +- .../man3/fl_print_trim_except_dynamic_raw_safely.3 | 2 +- .../man/man3/fl_print_trim_except_dynamic_safely.3 | 2 +- .../documentation/man/man3/fl_print_trim_except_in.3 | 2 +- .../man/man3/fl_print_trim_except_in_dynamic.3 | 2 +- .../man3/fl_print_trim_except_in_dynamic_partial.3 | 2 +- .../fl_print_trim_except_in_dynamic_partial_raw.3 | 2 +- ...print_trim_except_in_dynamic_partial_raw_safely.3 | 2 +- .../fl_print_trim_except_in_dynamic_partial_safely.3 | 2 +- .../man/man3/fl_print_trim_except_in_dynamic_raw.3 | 2 +- .../fl_print_trim_except_in_dynamic_raw_safely.3 | 2 +- .../man3/fl_print_trim_except_in_dynamic_safely.3 | 2 +- .../man/man3/fl_print_trim_except_in_raw.3 | 2 +- .../man/man3/fl_print_trim_except_in_raw_safely.3 | 2 +- .../man/man3/fl_print_trim_except_in_safely.3 | 2 +- .../man/man3/fl_print_trim_except_raw.3 | 2 +- .../man/man3/fl_print_trim_except_raw_safely.3 | 2 +- .../man/man3/fl_print_trim_except_safely.3 | 2 +- .../data/documentation/man/man3/fl_print_trim_raw.3 | 2 +- .../man/man3/fl_print_trim_raw_safely.3 | 2 +- .../documentation/man/man3/fl_print_trim_safely.3 | 2 +- level_1/fl_signal/data/build/settings | 2 +- .../man/man3/fl_signal_state_interrupt.3 | 2 +- level_1/fl_string/data/build/settings | 2 +- level_1/fl_string/data/build/settings-tests | 2 +- .../data/documentation/man/man3/fl_string_compare.3 | 2 +- .../man/man3/fl_string_compare_except.3 | 2 +- .../man/man3/fl_string_compare_except_trim.3 | 2 +- .../documentation/man/man3/fl_string_compare_trim.3 | 2 +- .../man/man3/fl_string_dynamic_compare.3 | 2 +- .../man/man3/fl_string_dynamic_compare_except.3 | 2 +- .../man3/fl_string_dynamic_compare_except_string.3 | 2 +- .../man/man3/fl_string_dynamic_compare_except_trim.3 | 2 +- .../fl_string_dynamic_compare_except_trim_string.3 | 2 +- .../man/man3/fl_string_dynamic_compare_string.3 | 2 +- .../man/man3/fl_string_dynamic_compare_trim.3 | 2 +- .../man/man3/fl_string_dynamic_compare_trim_string.3 | 2 +- .../man/man3/fl_string_dynamic_partial_compare.3 | 2 +- .../man3/fl_string_dynamic_partial_compare_dynamic.3 | 2 +- .../man3/fl_string_dynamic_partial_compare_except.3 | 2 +- ...l_string_dynamic_partial_compare_except_dynamic.3 | 2 +- ...fl_string_dynamic_partial_compare_except_string.3 | 2 +- .../fl_string_dynamic_partial_compare_except_trim.3 | 2 +- ...ing_dynamic_partial_compare_except_trim_dynamic.3 | 2 +- ...ring_dynamic_partial_compare_except_trim_string.3 | 2 +- .../man3/fl_string_dynamic_partial_compare_string.3 | 2 +- .../man3/fl_string_dynamic_partial_compare_trim.3 | 2 +- .../fl_string_dynamic_partial_compare_trim_dynamic.3 | 2 +- .../fl_string_dynamic_partial_compare_trim_string.3 | 2 +- .../man3/fl_string_dynamic_partial_fll_identify.3 | 2 +- .../man/man3/fl_string_dynamic_partial_rip.3 | 2 +- .../man/man3/fl_string_dynamic_partial_rip_nulless.3 | 2 +- .../documentation/man/man3/fl_string_dynamic_rip.3 | 2 +- .../man/man3/fl_string_dynamic_rip_nulless.3 | 2 +- .../fl_string_dynamic_seek_line_to_utf_character.3 | 2 +- .../man3/fl_string_dynamic_seek_line_until_graph.3 | 2 +- .../fl_string_dynamic_seek_line_until_graph_non.3 | 2 +- .../man3/fl_string_dynamic_seek_to_utf_character.3 | 2 +- .../data/documentation/man/man3/fl_string_rip.3 | 2 +- .../documentation/man/man3/fl_string_rip_nulless.3 | 2 +- .../man/man3/fl_string_seek_line_to_utf_character.3 | 2 +- .../man/man3/fl_string_seek_line_until_graph.3 | 2 +- .../man/man3/fl_string_seek_line_until_graph_non.3 | 2 +- .../man/man3/fl_string_seek_to_utf_character.3 | 2 +- level_1/fl_utf/data/build/settings | 2 +- level_1/fl_utf/data/build/settings-tests | 2 +- .../data/documentation/man/man3/fl_utf_file_read.3 | 2 +- .../documentation/man/man3/fl_utf_file_read_block.3 | 2 +- .../documentation/man/man3/fl_utf_file_read_until.3 | 2 +- .../data/documentation/man/man3/fl_utf_file_write.3 | 2 +- .../documentation/man/man3/fl_utf_file_write_block.3 | 2 +- .../documentation/man/man3/fl_utf_file_write_range.3 | 2 +- .../documentation/man/man3/fl_utf_file_write_until.3 | 2 +- .../documentation/man/man3/fl_utf_string_compare.3 | 2 +- .../man/man3/fl_utf_string_compare_trim.3 | 2 +- .../man/man3/fl_utf_string_dynamic_compare.3 | 2 +- .../man/man3/fl_utf_string_dynamic_compare_trim.3 | 2 +- .../man/man3/fl_utf_string_dynamic_partial_compare.3 | 2 +- .../fl_utf_string_dynamic_partial_compare_trim.3 | 2 +- .../man/man3/fl_utf_string_dynamic_rip.3 | 2 +- .../man/man3/fl_utf_string_dynamic_rip_nulless.3 | 2 +- .../man3/fl_utf_string_dynamic_seek_line_to_char.3 | 2 +- .../fl_utf_string_dynamic_seek_line_until_graph.3 | 2 +- ...fl_utf_string_dynamic_seek_line_until_graph_non.3 | 2 +- .../man/man3/fl_utf_string_dynamic_seek_to_char.3 | 2 +- .../data/documentation/man/man3/fl_utf_string_rip.3 | 2 +- .../man/man3/fl_utf_string_rip_nulless.3 | 2 +- .../man/man3/fl_utf_string_seek_line_to_char.3 | 2 +- .../man/man3/fl_utf_string_seek_line_until_graph.3 | 2 +- .../man3/fl_utf_string_seek_line_until_graph_non.3 | 2 +- .../man/man3/fl_utf_string_seek_to_char.3 | 2 +- level_1/fl_utf_file/data/build/settings | 2 +- .../data/documentation/man/man3/fl_utf_file_read.3 | 2 +- .../documentation/man/man3/fl_utf_file_read_block.3 | 2 +- .../documentation/man/man3/fl_utf_file_read_until.3 | 2 +- .../data/documentation/man/man3/fl_utf_file_write.3 | 2 +- .../documentation/man/man3/fl_utf_file_write_block.3 | 2 +- .../documentation/man/man3/fl_utf_file_write_range.3 | 2 +- .../documentation/man/man3/fl_utf_file_write_until.3 | 2 +- level_2/fll_control_group/data/build/settings | 2 +- .../man/man3/fll_control_group_prepare.3 | 2 +- level_2/fll_error/data/build/settings | 2 +- .../documentation/man/man3/fll_error_file_print.3 | 2 +- .../man/man3/fll_error_parameter_integer_print.3 | 2 +- .../data/documentation/man/man3/fll_error_print.3 | 2 +- level_2/fll_execute/data/build/settings | 2 +- .../man/man3/fll_execute_arguments_add.3 | 2 +- .../man/man3/fll_execute_arguments_add_parameter.3 | 2 +- .../man3/fll_execute_arguments_add_parameter_set.3 | 2 +- .../man/man3/fll_execute_arguments_add_set.3 | 2 +- .../data/documentation/man/man3/fll_execute_into.3 | 2 +- .../documentation/man/man3/fll_execute_program.3 | 2 +- level_2/fll_file/data/build/settings | 2 +- .../documentation/man/man3/fll_file_mode_set_all.3 | 2 +- .../data/documentation/man/man3/fll_file_move.3 | 2 +- .../man/man3/fll_file_role_change_all.3 | 2 +- level_2/fll_fss/data/build/settings | 2 +- .../documentation/man/man3/fll_fss_basic_list_read.3 | 2 +- .../man/man3/fll_fss_basic_list_write.3 | 2 +- .../data/documentation/man/man3/fll_fss_basic_read.3 | 2 +- .../documentation/man/man3/fll_fss_basic_write.3 | 2 +- .../man/man3/fll_fss_embedded_list_read.3 | 2 +- .../man/man3/fll_fss_embedded_list_write.3 | 2 +- .../man/man3/fll_fss_extended_list_read.3 | 2 +- .../man/man3/fll_fss_extended_list_write.3 | 2 +- .../documentation/man/man3/fll_fss_extended_read.3 | 2 +- .../documentation/man/man3/fll_fss_extended_write.3 | 2 +- .../data/documentation/man/man3/fll_fss_identify.3 | 2 +- .../documentation/man/man3/fll_fss_payload_read.3 | 2 +- .../documentation/man/man3/fll_fss_payload_write.3 | 2 +- .../data/documentation/man/man3/fll_fss_snatch.3 | 2 +- .../documentation/man/man3/fll_fss_snatch_apart.3 | 2 +- .../data/documentation/man/man3/fll_fss_snatch_map.3 | 2 +- .../man/man3/fll_fss_snatch_map_apart.3 | 2 +- .../documentation/man/man3/fll_fss_snatch_map_mash.3 | 2 +- .../man/man3/fll_fss_snatch_map_mash_apart.3 | 2 +- .../man/man3/fll_fss_snatch_map_together.3 | 2 +- .../documentation/man/man3/fll_fss_snatch_mash.3 | 2 +- .../man/man3/fll_fss_snatch_mash_apart.3 | 2 +- .../documentation/man/man3/fll_fss_snatch_together.3 | 2 +- level_2/fll_fss_status_string/data/build/settings | 2 +- .../man/man3/fll_fss_status_string_from.3 | 2 +- .../man/man3/fll_fss_status_string_to.3 | 2 +- level_2/fll_iki/data/build/settings | 2 +- .../documentation/man/man3/fll_iki_content_escape.3 | 2 +- .../man/man3/fll_iki_content_partial_escape.3 | 2 +- .../man/man3/fll_iki_content_partial_unescape.3 | 2 +- .../man/man3/fll_iki_content_unescape.3 | 2 +- level_2/fll_path/data/build/settings | 2 +- level_2/fll_path/data/build/settings-tests | 2 +- .../data/documentation/man/man3/fll_path_canonical.3 | 2 +- level_2/fll_print/data/build/settings | 2 +- .../data/documentation/man/man3/fll_print.3 | 2 +- .../documentation/man/man3/fll_print_character.3 | 2 +- .../man/man3/fll_print_character_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_dynamic.3 | 2 +- .../man/man3/fll_print_dynamic_partial.3 | 2 +- .../man/man3/fll_print_dynamic_partial_raw.3 | 2 +- .../man/man3/fll_print_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/fll_print_dynamic_partial_safely.3 | 2 +- .../documentation/man/man3/fll_print_dynamic_raw.3 | 2 +- .../man/man3/fll_print_dynamic_raw_safely.3 | 2 +- .../man/man3/fll_print_dynamic_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_except.3 | 2 +- .../man/man3/fll_print_except_dynamic.3 | 2 +- .../man/man3/fll_print_except_dynamic_partial.3 | 2 +- .../man/man3/fll_print_except_dynamic_partial_raw.3 | 2 +- .../fll_print_except_dynamic_partial_raw_safely.3 | 2 +- .../man3/fll_print_except_dynamic_partial_safely.3 | 2 +- .../man/man3/fll_print_except_dynamic_raw.3 | 2 +- .../man/man3/fll_print_except_dynamic_raw_safely.3 | 2 +- .../man/man3/fll_print_except_dynamic_safely.3 | 2 +- .../documentation/man/man3/fll_print_except_in.3 | 2 +- .../man/man3/fll_print_except_in_dynamic.3 | 2 +- .../man/man3/fll_print_except_in_dynamic_partial.3 | 2 +- .../man3/fll_print_except_in_dynamic_partial_raw.3 | 2 +- .../fll_print_except_in_dynamic_partial_raw_safely.3 | 2 +- .../fll_print_except_in_dynamic_partial_safely.3 | 2 +- .../man/man3/fll_print_except_in_dynamic_raw.3 | 2 +- .../man3/fll_print_except_in_dynamic_raw_safely.3 | 2 +- .../man/man3/fll_print_except_in_dynamic_safely.3 | 2 +- .../documentation/man/man3/fll_print_except_in_raw.3 | 2 +- .../man/man3/fll_print_except_in_raw_safely.3 | 2 +- .../man/man3/fll_print_except_in_safely.3 | 2 +- .../documentation/man/man3/fll_print_except_raw.3 | 2 +- .../man/man3/fll_print_except_raw_safely.3 | 2 +- .../documentation/man/man3/fll_print_except_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_format.3 | 2 +- .../man/man3/fll_print_format_convert.3 | 2 +- .../data/documentation/man/man3/fll_print_raw.3 | 2 +- .../documentation/man/man3/fll_print_raw_safely.3 | 2 +- .../man/man3/fll_print_raw_terminated.3 | 2 +- .../data/documentation/man/man3/fll_print_safely.3 | 2 +- .../man/man3/fll_print_safely_terminated.3 | 2 +- .../documentation/man/man3/fll_print_string_va.3 | 2 +- .../documentation/man/man3/fll_print_terminated.3 | 2 +- .../data/documentation/man/man3/fll_print_trim.3 | 2 +- .../documentation/man/man3/fll_print_trim_dynamic.3 | 2 +- .../man/man3/fll_print_trim_dynamic_partial.3 | 2 +- .../man/man3/fll_print_trim_dynamic_partial_raw.3 | 2 +- .../man3/fll_print_trim_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/fll_print_trim_dynamic_partial_safely.3 | 2 +- .../man/man3/fll_print_trim_dynamic_raw.3 | 2 +- .../man/man3/fll_print_trim_dynamic_raw_safely.3 | 2 +- .../man/man3/fll_print_trim_dynamic_safely.3 | 2 +- .../documentation/man/man3/fll_print_trim_except.3 | 2 +- .../man/man3/fll_print_trim_except_dynamic.3 | 2 +- .../man/man3/fll_print_trim_except_dynamic_partial.3 | 2 +- .../man3/fll_print_trim_except_dynamic_partial_raw.3 | 2 +- ...ll_print_trim_except_dynamic_partial_raw_safely.3 | 2 +- .../fll_print_trim_except_dynamic_partial_safely.3 | 2 +- .../man/man3/fll_print_trim_except_dynamic_raw.3 | 2 +- .../man3/fll_print_trim_except_dynamic_raw_safely.3 | 2 +- .../man/man3/fll_print_trim_except_dynamic_safely.3 | 2 +- .../man/man3/fll_print_trim_except_in.3 | 2 +- .../man/man3/fll_print_trim_except_in_dynamic.3 | 2 +- .../man3/fll_print_trim_except_in_dynamic_partial.3 | 2 +- .../fll_print_trim_except_in_dynamic_partial_raw.3 | 2 +- ...print_trim_except_in_dynamic_partial_raw_safely.3 | 2 +- ...fll_print_trim_except_in_dynamic_partial_safely.3 | 2 +- .../man/man3/fll_print_trim_except_in_dynamic_raw.3 | 2 +- .../fll_print_trim_except_in_dynamic_raw_safely.3 | 2 +- .../man3/fll_print_trim_except_in_dynamic_safely.3 | 2 +- .../man/man3/fll_print_trim_except_in_raw.3 | 2 +- .../man/man3/fll_print_trim_except_in_raw_safely.3 | 2 +- .../man/man3/fll_print_trim_except_in_safely.3 | 2 +- .../man/man3/fll_print_trim_except_raw.3 | 2 +- .../man/man3/fll_print_trim_except_raw_safely.3 | 2 +- .../man/man3/fll_print_trim_except_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_trim_raw.3 | 2 +- .../man/man3/fll_print_trim_raw_safely.3 | 2 +- .../documentation/man/man3/fll_print_trim_safely.3 | 2 +- level_2/fll_program/data/build/settings | 2 +- .../documentation/man/man3/fll_program_data_delete.3 | 2 +- .../man/man3/fll_program_data_destroy.3 | 2 +- .../man3/fll_program_parameter_additional_append.3 | 2 +- .../man/man3/fll_program_parameter_additional_mash.3 | 2 +- .../man/man3/fll_program_parameter_additional_rip.3 | 2 +- .../man3/fll_program_parameter_additional_rip_mash.3 | 2 +- ...ll_program_parameter_long_print_cannot_use_with.3 | 2 +- .../man/man3/fll_program_parameter_process.3 | 2 +- .../man/man3/fll_program_parameter_process_empty.3 | 2 +- .../man/man3/fll_program_print_help_header.3 | 2 +- .../man/man3/fll_program_print_help_option.3 | 2 +- .../man/man3/fll_program_print_help_option_long.3 | 2 +- .../man/man3/fll_program_print_help_option_other.3 | 2 +- .../man/man3/fll_program_print_help_usage.3 | 2 +- .../man/man3/fll_program_print_version.3 | 2 +- .../man/man3/fll_program_standard_setdown.3 | 2 +- .../man/man3/fll_program_standard_setup.3 | 2 +- .../man/man3/fll_program_standard_signal_received.3 | 2 +- .../man/man3/fll_program_standard_signal_state.3 | 2 +- level_2/fll_status_string/data/build/settings | 2 +- level_2/fll_status_string/data/build/settings-tests | 2 +- .../documentation/man/man3/fll_status_string_from.3 | 2 +- level_3/byte_dump/c/common.h | 4 ++-- level_3/byte_dump/data/build/settings | 2 +- .../data/documentation/man/man1/byte_dump.1 | 2 +- .../data/documentation/man/man3/byte_dump_main.3 | 2 +- .../man/man3/byte_dump_print_copyright.3 | 2 +- .../documentation/man/man3/byte_dump_print_help.3 | 2 +- level_3/control/c/common.h | 4 ++-- level_3/control/data/build/settings | 2 +- .../control/data/documentation/man/man1/control.1 | 2 +- .../man/man3/control_action_type_identify.3 | 2 +- .../man/man3/control_action_type_name.3 | 2 +- .../data/documentation/man/man3/control_main.3 | 2 +- .../man/man3/control_payload_type_identify.3 | 2 +- .../man/man3/control_payload_type_name.3 | 2 +- .../documentation/man/man3/control_print_copyright.3 | 2 +- .../data/documentation/man/man3/control_print_help.3 | 2 +- level_3/controller/c/common.h | 4 ++-- level_3/controller/data/build/settings | 2 +- .../data/documentation/man/man1/controller.1 | 2 +- .../man3/controller_control_payload_type_identify.3 | 2 +- .../man/man3/controller_control_payload_type_name.3 | 2 +- .../man/man3/controller_entry_action_type_identify.3 | 2 +- .../man/man3/controller_entry_action_type_name.3 | 2 +- .../data/documentation/man/man3/controller_main.3 | 2 +- .../documentation/man/man3/controller_main_delete.3 | 2 +- .../man/man3/controller_print_copyright.3 | 2 +- .../documentation/man/man3/controller_print_help.3 | 2 +- .../controller_rule_action_execute_type_identify.3 | 2 +- .../man3/controller_rule_action_execute_type_name.3 | 2 +- .../man/man3/controller_rule_action_type_identify.3 | 2 +- .../man/man3/controller_rule_action_type_name.3 | 2 +- .../man/man3/controller_rule_item_type_identify.3 | 2 +- .../man/man3/controller_rule_item_type_name.3 | 2 +- .../controller_rule_setting_limit_type_identify.3 | 2 +- .../man3/controller_rule_setting_limit_type_name.3 | 2 +- .../data/documentation/man/man5/controller-actions.5 | 2 +- .../data/documentation/man/man5/controller-entry.5 | 2 +- .../data/documentation/man/man5/controller-exit.5 | 2 +- .../data/documentation/man/man5/controller-packet.5 | 2 +- .../data/documentation/man/man5/controller-rule.5 | 2 +- level_3/fake/c/common.h | 4 ++-- level_3/fake/data/build/settings | 2 +- level_3/fake/data/documentation/man/man1/fake.1 | 2 +- level_3/fake/data/documentation/man/man3/fake_main.3 | 2 +- .../data/documentation/man/man3/fake_main_delete.3 | 2 +- .../documentation/man/man3/fake_print_copyright.3 | 2 +- .../data/documentation/man/man3/fake_print_help.3 | 2 +- .../fake/data/documentation/man/man5/fake-defines.5 | 2 +- .../data/documentation/man/man5/fake-depedencies.5 | 2 +- .../fake/data/documentation/man/man5/fake-fakefile.5 | 2 +- .../fake/data/documentation/man/man5/fake-settings.5 | 2 +- level_3/firewall/c/common.h | 4 ++-- level_3/firewall/data/build/settings | 2 +- .../firewall/data/documentation/man/man1/firewall.1 | 2 +- .../data/documentation/man/man3/firewall_main.3 | 2 +- .../man/man3/firewall_print_copyright.3 | 2 +- .../documentation/man/man3/firewall_print_help.3 | 2 +- level_3/fss_basic_list_read/c/common.h | 4 ++-- level_3/fss_basic_list_read/data/build/settings | 2 +- .../documentation/man/man1/fss_basic_list_read.1 | 2 +- .../man/man3/fss_basic_list_read_main.3 | 2 +- .../man/man3/fss_basic_list_read_print_copyright.3 | 2 +- .../man/man3/fss_basic_list_read_print_help.3 | 2 +- level_3/fss_basic_list_write/c/common.h | 4 ++-- level_3/fss_basic_list_write/data/build/settings | 2 +- .../documentation/man/man1/fss_basic_list_write.1 | 2 +- .../man/man3/fss_basic_list_write_main.3 | 2 +- .../man/man3/fss_basic_list_write_print_copyright.3 | 2 +- .../man/man3/fss_basic_list_write_print_help.3 | 2 +- level_3/fss_basic_read/c/common.h | 4 ++-- level_3/fss_basic_read/data/build/settings | 2 +- .../data/documentation/man/man1/fss_basic_read.1 | 2 +- .../documentation/man/man3/fss_basic_read_main.3 | 2 +- .../man/man3/fss_basic_read_print_copyright.3 | 2 +- .../man/man3/fss_basic_read_print_help.3 | 2 +- level_3/fss_basic_write/c/common.h | 4 ++-- level_3/fss_basic_write/data/build/settings | 2 +- .../data/documentation/man/man1/fss_basic_write.1 | 2 +- .../documentation/man/man3/fss_basic_write_main.3 | 2 +- .../man/man3/fss_basic_write_print_copyright.3 | 2 +- .../man/man3/fss_basic_write_print_help.3 | 2 +- level_3/fss_embedded_list_read/c/common.h | 4 ++-- level_3/fss_embedded_list_read/data/build/settings | 2 +- .../documentation/man/man1/fss_embedded_list_read.1 | 2 +- .../man/man3/fss_embedded_list_read_main.3 | 2 +- .../man3/fss_embedded_list_read_print_copyright.3 | 2 +- .../man/man3/fss_embedded_list_read_print_help.3 | 2 +- level_3/fss_embedded_list_write/c/common.h | 4 ++-- level_3/fss_embedded_list_write/data/build/settings | 2 +- .../documentation/man/man1/fss_embedded_list_write.1 | 2 +- .../man/man3/fss_embedded_list_write_main.3 | 2 +- .../man3/fss_embedded_list_write_print_copyright.3 | 2 +- .../man/man3/fss_embedded_list_write_print_help.3 | 2 +- level_3/fss_extended_list_read/c/common.h | 4 ++-- level_3/fss_extended_list_read/data/build/settings | 2 +- .../documentation/man/man1/fss_extended_list_read.1 | 2 +- .../man/man3/fss_extended_list_read_main.3 | 2 +- .../man/man3/fss_extended_list_read_main_delete.3 | 2 +- .../man3/fss_extended_list_read_print_copyright.3 | 2 +- .../man/man3/fss_extended_list_read_print_help.3 | 2 +- level_3/fss_extended_list_write/c/common.h | 4 ++-- level_3/fss_extended_list_write/data/build/settings | 2 +- .../documentation/man/man1/fss_extended_list_write.1 | 2 +- .../man/man3/fss_extended_list_write_main.3 | 2 +- .../man/man3/fss_extended_list_write_main_delete.3 | 2 +- .../man3/fss_extended_list_write_print_copyright.3 | 2 +- .../man/man3/fss_extended_list_write_print_help.3 | 2 +- level_3/fss_extended_read/c/common.h | 4 ++-- level_3/fss_extended_read/data/build/settings | 2 +- .../data/documentation/man/man1/fss_extended_read.1 | 2 +- .../documentation/man/man3/fss_extended_read_main.3 | 2 +- .../man/man3/fss_extended_read_print_copyright.3 | 2 +- .../man/man3/fss_extended_read_print_help.3 | 2 +- level_3/fss_extended_write/c/common.h | 4 ++-- level_3/fss_extended_write/data/build/settings | 2 +- .../data/documentation/man/man1/fss_extended_write.1 | 2 +- .../documentation/man/man3/fss_extended_write_main.3 | 2 +- .../man/man3/fss_extended_write_print_copyright.3 | 2 +- .../man/man3/fss_extended_write_print_help.3 | 2 +- level_3/fss_identify/c/common.h | 4 ++-- level_3/fss_identify/data/build/settings | 2 +- .../data/documentation/man/man1/fss_identify.1 | 2 +- .../data/documentation/man/man3/fss_identify_main.3 | 2 +- .../man/man3/fss_identify_print_copyright.3 | 2 +- .../documentation/man/man3/fss_identify_print_help.3 | 2 +- level_3/fss_payload_read/c/common.h | 4 ++-- level_3/fss_payload_read/data/build/settings | 2 +- .../data/documentation/man/man1/fss_payload_read.1 | 2 +- .../documentation/man/man3/fss_payload_read_main.3 | 2 +- .../man/man3/fss_payload_read_print_copyright.3 | 2 +- .../man/man3/fss_payload_read_print_help.3 | 2 +- level_3/fss_payload_write/c/common.h | 4 ++-- level_3/fss_payload_write/data/build/settings | 2 +- .../data/documentation/man/man1/fss_payload_write.1 | 2 +- .../documentation/man/man3/fss_payload_write_main.3 | 2 +- .../man/man3/fss_payload_write_print_copyright.3 | 2 +- .../man/man3/fss_payload_write_print_help.3 | 2 +- level_3/fss_status_code/c/common.h | 4 ++-- level_3/fss_status_code/data/build/settings | 2 +- .../data/documentation/man/man1/fss_status_code.1 | 2 +- .../documentation/man/man3/fss_status_code_main.3 | 2 +- .../man/man3/fss_status_code_print_copyright.3 | 2 +- .../man/man3/fss_status_code_print_help.3 | 2 +- level_3/iki_read/c/common.h | 4 ++-- level_3/iki_read/data/build/settings | 2 +- .../iki_read/data/documentation/man/man1/iki_read.1 | 2 +- .../data/documentation/man/man3/iki_read_main.3 | 2 +- .../man/man3/iki_read_print_copyright.3 | 2 +- .../documentation/man/man3/iki_read_print_help.3 | 2 +- level_3/iki_write/c/common.h | 4 ++-- level_3/iki_write/data/build/settings | 2 +- .../data/documentation/man/man1/iki_write.1 | 2 +- .../data/documentation/man/man3/iki_write_main.3 | 2 +- .../man/man3/iki_write_print_copyright.3 | 2 +- .../documentation/man/man3/iki_write_print_help.3 | 2 +- level_3/status_code/c/common.h | 4 ++-- level_3/status_code/data/build/settings | 2 +- .../data/documentation/man/man1/status_code.1 | 2 +- .../data/documentation/man/man3/status_code_main.3 | 2 +- .../documentation/man/man3/status_code_print_help.3 | 2 +- level_3/utf8/c/common.h | 4 ++-- level_3/utf8/data/build/settings | 2 +- level_3/utf8/data/documentation/man/man1/utf8.1 | 2 +- level_3/utf8/data/documentation/man/man3/utf8_main.3 | 2 +- .../documentation/man/man3/utf8_print_copyright.3 | 2 +- .../data/documentation/man/man3/utf8_print_help.3 | 2 +- 1822 files changed, 1857 insertions(+), 1857 deletions(-) diff --git a/build/documents/readme.bootstrap.txt b/build/documents/readme.bootstrap.txt index ec2fa9655..f15c0f6aa 100644 --- a/build/documents/readme.bootstrap.txt +++ b/build/documents/readme.bootstrap.txt @@ -47,7 +47,7 @@ Bootstrap Readme Documentation: If one of the build sub-directories, such as includes, libraries, programs, and settings, is empty or missing after a successful build, then there are no files of that type to install. - Build tree structure example (using the abbreviation-FLL:"Featureless Linux Library" code:"status_code-0.6.12" project)\: + Build tree structure example (using the abbreviation-FLL:"Featureless Linux Library" code:"status_code-0.6.13" project)\: block:" build/ ├── documents @@ -61,8 +61,8 @@ Bootstrap Readme Documentation: │   ├── shared │   │   ├── libstatus_code.so -> libstatus_code.so.0 │   │   ├── libstatus_code.so.0 -> libstatus_code.so.0.6 - │   │   ├── libstatus_code.so.0.6 -> libstatus_code.so.0.6.12 - │   │   └── libstatus_code.so.0.6.12 + │   │   ├── libstatus_code.so.0.6 -> libstatus_code.so.0.6.13 + │   │   └── libstatus_code.so.0.6.13 │   └── static │   └── libstatus_code.a ├── objects @@ -92,7 +92,7 @@ Bootstrap Readme Documentation: └── sources_settings-settings.built " - Work tree Structure example at file:"/tmp/work" (using the abbreviation-FLL:"Featureless Linux Library" code:"status_code-0.6.12" project)\: + Work tree Structure example at file:"/tmp/work" (using the abbreviation-FLL:"Featureless Linux Library" code:"status_code-0.6.13" project)\: block:" /tmp/work/ ├── includes @@ -104,8 +104,8 @@ Bootstrap Readme Documentation: │   ├── shared │   │   ├── libstatus_code.so -> libstatus_code.so.0 │   │   ├── libstatus_code.so.0 -> libstatus_code.so.0.6 - │   │   ├── libstatus_code.so.0.6 -> libstatus_code.so.0.6.12 - │   │   └── libstatus_code.so.0.6.12 + │   │   ├── libstatus_code.so.0.6 -> libstatus_code.so.0.6.13 + │   │   └── libstatus_code.so.0.6.13 │   └── static │   └── libstatus_code.a └── programs diff --git a/build/documents/readme.build.txt b/build/documents/readme.build.txt index 410b85954..5c4c34131 100644 --- a/build/documents/readme.build.txt +++ b/build/documents/readme.build.txt @@ -39,7 +39,7 @@ Build Readme Documentation: Build Example, explicitly using code:"make"\: code:"fake make" - Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.6.12" project)\: + Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.6.13" project)\: block:" build/ ├── documents @@ -53,8 +53,8 @@ Build Readme Documentation: │   ├── shared │   │   ├── libstatus_code.so -> libstatus_code.so.0 │   │   ├── libstatus_code.so.0 -> libstatus_code.so.0.6 - │   │   ├── libstatus_code.so.0.6 -> libstatus_code.so.0.6.12 - │   │   └── libstatus_code.so.0.6.12 + │   │   ├── libstatus_code.so.0.6 -> libstatus_code.so.0.6.13 + │   │   └── libstatus_code.so.0.6.13 │   └── static │   └── libstatus_code.a ├── objects @@ -84,7 +84,7 @@ Build Readme Documentation: └── sources_settings-settings.built " - Work Tree Structure Example at file:"/tmp/work" (using the FLL:"Featureless Linux Library" code:"status_code-0.6.12" project)\: + Work Tree Structure Example at file:"/tmp/work" (using the FLL:"Featureless Linux Library" code:"status_code-0.6.13" project)\: block:" /tmp/work/ ├── includes @@ -96,8 +96,8 @@ Build Readme Documentation: │   ├── shared │   │   ├── libstatus_code.so -> libstatus_code.so.0 │   │   ├── libstatus_code.so.0 -> libstatus_code.so.0.6 - │   │   ├── libstatus_code.so.0.6 -> libstatus_code.so.0.6.12 - │   │   └── libstatus_code.so.0.6.12 + │   │   ├── libstatus_code.so.0.6 -> libstatus_code.so.0.6.13 + │   │   └── libstatus_code.so.0.6.13 │   └── static │   └── libstatus_code.a └── programs diff --git a/build/level_0/settings b/build/level_0/settings index 276c8de7e..c7d66db67 100644 --- a/build/level_0/settings +++ b/build/level_0/settings @@ -21,7 +21,7 @@ build_name fll_0 version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/level_1/settings b/build/level_1/settings index 299c5719f..74d3b357a 100644 --- a/build/level_1/settings +++ b/build/level_1/settings @@ -21,7 +21,7 @@ build_name fll_1 version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/level_2/settings b/build/level_2/settings index 9da1151fa..bdc545d0e 100644 --- a/build/level_2/settings +++ b/build/level_2/settings @@ -21,7 +21,7 @@ build_name fll_2 version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/monolithic/settings b/build/monolithic/settings index ccf1ecde8..fdf17a23e 100644 --- a/build/monolithic/settings +++ b/build/monolithic/settings @@ -21,7 +21,7 @@ build_name fll version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/scripts/bootstrap-example.sh b/build/scripts/bootstrap-example.sh index 05d676dad..56cf1fa4c 100644 --- a/build/scripts/bootstrap-example.sh +++ b/build/scripts/bootstrap-example.sh @@ -53,7 +53,7 @@ verbose_common= color= shared= static= -version=0.6.12 +version=0.6.13 mode_compiler_param="-m" mode_compiler_value="gcc" mode_part= diff --git a/build/scripts/bootstrap.sh b/build/scripts/bootstrap.sh index 48a7c3168..bdf5ff2fe 100644 --- a/build/scripts/bootstrap.sh +++ b/build/scripts/bootstrap.sh @@ -21,7 +21,7 @@ bootstrap_main() { local public_name="Simple FLL Bootstrap Script" local system_name=bootstrap local called_name=$(basename ${0}) - local version=0.6.12 + local version=0.6.13 local grab_next= local do_color=dark diff --git a/build/scripts/generate_ctags.sh b/build/scripts/generate_ctags.sh index d1c777a82..9c57f48b8 100644 --- a/build/scripts/generate_ctags.sh +++ b/build/scripts/generate_ctags.sh @@ -18,7 +18,7 @@ main() { local public_name="Simple FLL Generate CTags Script" local system_name=generate_ctags local called_name=$(basename ${0}) - local version=0.6.12 + local version=0.6.13 local grab_next= local do_color=dark diff --git a/build/scripts/install.sh b/build/scripts/install.sh index f01a9f6d6..c73cf4036 100644 --- a/build/scripts/install.sh +++ b/build/scripts/install.sh @@ -22,7 +22,7 @@ install_main() { local public_name="Simple FLL Project Install Script" local system_name=install local called_name=$(basename ${0}) - local version=0.6.12 + local version=0.6.13 local grab_next= local do_color=dark diff --git a/build/scripts/package.sh b/build/scripts/package.sh index 3621c0ad1..d35dbfa49 100644 --- a/build/scripts/package.sh +++ b/build/scripts/package.sh @@ -20,7 +20,7 @@ package_main() { local public_name="Simple FLL Project Package Script" local system_name=package local called_name=$(basename $0) - local version=0.6.12 + local version=0.6.13 local grab_next= local do_color=dark diff --git a/build/scripts/test.sh b/build/scripts/test.sh index 9e1403224..8fd00f5d6 100644 --- a/build/scripts/test.sh +++ b/build/scripts/test.sh @@ -25,7 +25,7 @@ test_main() { local public_name="FLL Project Mass Test Script" local system_name=install local called_name=$(basename ${0}) - local version=0.6.12 + local version=0.6.13 local grab_next= local do_color=dark diff --git a/build/stand_alone/byte_dump.settings b/build/stand_alone/byte_dump.settings index d815e272b..3027f2b24 100644 --- a/build/stand_alone/byte_dump.settings +++ b/build/stand_alone/byte_dump.settings @@ -18,7 +18,7 @@ build_name byte_dump version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/stand_alone/controller.settings b/build/stand_alone/controller.settings index 1fa0221b9..fcb9c5725 100644 --- a/build/stand_alone/controller.settings +++ b/build/stand_alone/controller.settings @@ -18,7 +18,7 @@ build_name controller version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/stand_alone/fake.settings b/build/stand_alone/fake.settings index 5f780b3b4..0180ee20f 100644 --- a/build/stand_alone/fake.settings +++ b/build/stand_alone/fake.settings @@ -18,7 +18,7 @@ build_name fake version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/stand_alone/firewall.settings b/build/stand_alone/firewall.settings index 63f2e16f4..7fc7ee998 100644 --- a/build/stand_alone/firewall.settings +++ b/build/stand_alone/firewall.settings @@ -18,7 +18,7 @@ build_name firewall version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/stand_alone/fss_basic_list_read.settings b/build/stand_alone/fss_basic_list_read.settings index 8cf4aaa53..2ca476e28 100644 --- a/build/stand_alone/fss_basic_list_read.settings +++ b/build/stand_alone/fss_basic_list_read.settings @@ -18,7 +18,7 @@ build_name fss_basic_list_read version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/stand_alone/fss_basic_read.settings b/build/stand_alone/fss_basic_read.settings index 29d55cefc..45d3eb759 100644 --- a/build/stand_alone/fss_basic_read.settings +++ b/build/stand_alone/fss_basic_read.settings @@ -18,7 +18,7 @@ build_name fss_basic_read version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/stand_alone/fss_basic_write.settings b/build/stand_alone/fss_basic_write.settings index f0ca19235..b7e8a4fa2 100644 --- a/build/stand_alone/fss_basic_write.settings +++ b/build/stand_alone/fss_basic_write.settings @@ -18,7 +18,7 @@ build_name fss_basic_write version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/stand_alone/fss_extended_list_read.settings b/build/stand_alone/fss_extended_list_read.settings index ec02cebbf..4b3e313c4 100644 --- a/build/stand_alone/fss_extended_list_read.settings +++ b/build/stand_alone/fss_extended_list_read.settings @@ -18,7 +18,7 @@ build_name fss_extended_list_read version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/stand_alone/fss_extended_list_write.settings b/build/stand_alone/fss_extended_list_write.settings index b503b88b7..b939f6ff4 100644 --- a/build/stand_alone/fss_extended_list_write.settings +++ b/build/stand_alone/fss_extended_list_write.settings @@ -18,7 +18,7 @@ build_name fss_extended_list_write version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/stand_alone/fss_extended_read.settings b/build/stand_alone/fss_extended_read.settings index 6fcc60acf..ede7c8e3d 100644 --- a/build/stand_alone/fss_extended_read.settings +++ b/build/stand_alone/fss_extended_read.settings @@ -18,7 +18,7 @@ build_name fss_extended_read version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/stand_alone/fss_extended_write.settings b/build/stand_alone/fss_extended_write.settings index 9298ac26a..f6e698540 100644 --- a/build/stand_alone/fss_extended_write.settings +++ b/build/stand_alone/fss_extended_write.settings @@ -18,7 +18,7 @@ build_name fss_extended_write version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/stand_alone/fss_identify.settings b/build/stand_alone/fss_identify.settings index 091839575..ee7519157 100644 --- a/build/stand_alone/fss_identify.settings +++ b/build/stand_alone/fss_identify.settings @@ -18,7 +18,7 @@ build_name fss_identify version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/stand_alone/fss_payload_read.settings b/build/stand_alone/fss_payload_read.settings index e294dfca5..3c31c40cd 100644 --- a/build/stand_alone/fss_payload_read.settings +++ b/build/stand_alone/fss_payload_read.settings @@ -18,7 +18,7 @@ build_name fss_payload_read version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/stand_alone/fss_payload_write.settings b/build/stand_alone/fss_payload_write.settings index 0d09bac27..eaf5e4027 100644 --- a/build/stand_alone/fss_payload_write.settings +++ b/build/stand_alone/fss_payload_write.settings @@ -18,7 +18,7 @@ build_name fss_payload_write version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/stand_alone/fss_status_code.settings b/build/stand_alone/fss_status_code.settings index 157b8ad5d..2f0ccce66 100644 --- a/build/stand_alone/fss_status_code.settings +++ b/build/stand_alone/fss_status_code.settings @@ -18,7 +18,7 @@ build_name fss_status_code version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/stand_alone/iki_read.settings b/build/stand_alone/iki_read.settings index ab43d436d..6cbf8b309 100644 --- a/build/stand_alone/iki_read.settings +++ b/build/stand_alone/iki_read.settings @@ -18,7 +18,7 @@ build_name iki_read version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/stand_alone/iki_write.settings b/build/stand_alone/iki_write.settings index 0b124b2c0..1073023db 100644 --- a/build/stand_alone/iki_write.settings +++ b/build/stand_alone/iki_write.settings @@ -18,7 +18,7 @@ build_name iki_write version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/stand_alone/status_code.settings b/build/stand_alone/status_code.settings index e72420ad5..158f075df 100644 --- a/build/stand_alone/status_code.settings +++ b/build/stand_alone/status_code.settings @@ -18,7 +18,7 @@ build_name status_code version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/build/stand_alone/utf8.settings b/build/stand_alone/utf8.settings index 200bfbe2d..dc9459946 100644 --- a/build/stand_alone/utf8.settings +++ b/build/stand_alone/utf8.settings @@ -18,7 +18,7 @@ build_name utf8 version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_account/data/build/settings b/level_0/f_account/data/build/settings index 2704fc5f5..b4b441374 100644 --- a/level_0/f_account/data/build/settings +++ b/level_0/f_account/data/build/settings @@ -18,7 +18,7 @@ build_name f_account version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_account/data/build/settings-mocks b/level_0/f_account/data/build/settings-mocks index fbfd54ad1..f3d8299e0 100644 --- a/level_0/f_account/data/build/settings-mocks +++ b/level_0/f_account/data/build/settings-mocks @@ -14,7 +14,7 @@ build_name f_account version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_account/data/build/settings-tests b/level_0/f_account/data/build/settings-tests index 562e77cc4..7893e320a 100644 --- a/level_0/f_account/data/build/settings-tests +++ b/level_0/f_account/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_account version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_account/data/documentation/man/man3/f_account_by_id.3 b/level_0/f_account/data/documentation/man/man3/f_account_by_id.3 index b5dc2a314..5d05c4dbd 100644 --- a/level_0/f_account/data/documentation/man/man3/f_account_by_id.3 +++ b/level_0/f_account/data/documentation/man/man3/f_account_by_id.3 @@ -1,4 +1,4 @@ -.TH f_account_by_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_account_by_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_account_by_id .SH SYNOPSIS diff --git a/level_0/f_account/data/documentation/man/man3/f_account_by_name.3 b/level_0/f_account/data/documentation/man/man3/f_account_by_name.3 index f19dcbfba..a6caf4f00 100644 --- a/level_0/f_account/data/documentation/man/man3/f_account_by_name.3 +++ b/level_0/f_account/data/documentation/man/man3/f_account_by_name.3 @@ -1,4 +1,4 @@ -.TH f_account_by_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_account_by_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_account_by_name .SH SYNOPSIS diff --git a/level_0/f_account/data/documentation/man/man3/f_account_group_id_by_name.3 b/level_0/f_account/data/documentation/man/man3/f_account_group_id_by_name.3 index e18560cf9..0bba67c23 100644 --- a/level_0/f_account/data/documentation/man/man3/f_account_group_id_by_name.3 +++ b/level_0/f_account/data/documentation/man/man3/f_account_group_id_by_name.3 @@ -1,4 +1,4 @@ -.TH f_account_group_id_by_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_account_group_id_by_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_account_group_id_by_name .SH SYNOPSIS diff --git a/level_0/f_account/data/documentation/man/man3/f_account_group_name_by_id.3 b/level_0/f_account/data/documentation/man/man3/f_account_group_name_by_id.3 index 33189a049..cb26f5ed4 100644 --- a/level_0/f_account/data/documentation/man/man3/f_account_group_name_by_id.3 +++ b/level_0/f_account/data/documentation/man/man3/f_account_group_name_by_id.3 @@ -1,4 +1,4 @@ -.TH f_account_group_name_by_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_account_group_name_by_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_account_group_name_by_id .SH SYNOPSIS diff --git a/level_0/f_account/data/documentation/man/man3/f_account_id_by_name.3 b/level_0/f_account/data/documentation/man/man3/f_account_id_by_name.3 index bcf1b8364..2a9dabd3d 100644 --- a/level_0/f_account/data/documentation/man/man3/f_account_id_by_name.3 +++ b/level_0/f_account/data/documentation/man/man3/f_account_id_by_name.3 @@ -1,4 +1,4 @@ -.TH f_account_id_by_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_account_id_by_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_account_id_by_name .SH SYNOPSIS diff --git a/level_0/f_account/data/documentation/man/man3/f_account_name_by_id.3 b/level_0/f_account/data/documentation/man/man3/f_account_name_by_id.3 index 8cc075238..2a738ad4c 100644 --- a/level_0/f_account/data/documentation/man/man3/f_account_name_by_id.3 +++ b/level_0/f_account/data/documentation/man/man3/f_account_name_by_id.3 @@ -1,4 +1,4 @@ -.TH f_account_name_by_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_account_name_by_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_account_name_by_id .SH SYNOPSIS diff --git a/level_0/f_capability/data/build/settings b/level_0/f_capability/data/build/settings index 973eb30d2..a365bb0c0 100644 --- a/level_0/f_capability/data/build/settings +++ b/level_0/f_capability/data/build/settings @@ -18,7 +18,7 @@ build_name f_capability version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_capability/data/build/settings-mocks b/level_0/f_capability/data/build/settings-mocks index 07359fee4..556883f5a 100644 --- a/level_0/f_capability/data/build/settings-mocks +++ b/level_0/f_capability/data/build/settings-mocks @@ -14,7 +14,7 @@ build_name f_capability version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_capability/data/build/settings-tests b/level_0/f_capability/data/build/settings-tests index fef6d4da5..21a928a16 100644 --- a/level_0/f_capability/data/build/settings-tests +++ b/level_0/f_capability/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_capability version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_ambient_get.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_ambient_get.3 index 5dbdf4c9d..1520b5dd2 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_ambient_get.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_ambient_get.3 @@ -1,4 +1,4 @@ -.TH f_capability_ambient_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_ambient_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_ambient_get .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_ambient_reset.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_ambient_reset.3 index ea736ece9..e40164056 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_ambient_reset.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_ambient_reset.3 @@ -1,4 +1,4 @@ -.TH f_capability_ambient_reset "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_ambient_reset "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_ambient_reset .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_ambient_set.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_ambient_set.3 index 060350e25..8db5321ce 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_ambient_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_ambient_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_ambient_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_ambient_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_ambient_set .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_clear.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_clear.3 index 02174377b..c7b24df74 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_clear.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_clear.3 @@ -1,4 +1,4 @@ -.TH f_capability_clear "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_clear "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_clear .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_clear_flag.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_clear_flag.3 index 6b22e291f..4b6ffc1c0 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_clear_flag.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_clear_flag.3 @@ -1,4 +1,4 @@ -.TH f_capability_clear_flag "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_clear_flag "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_clear_flag .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_compare.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_compare.3 index d58fd8106..fda3089d8 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_compare.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_compare.3 @@ -1,4 +1,4 @@ -.TH f_capability_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_compare .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_copy.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_copy.3 index 6a3cc6af1..b8dff3c42 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_copy.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_copy.3 @@ -1,4 +1,4 @@ -.TH f_capability_copy "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_copy "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_copy .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_copy_external.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_copy_external.3 index a8e8a18c6..bca3cd060 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_copy_external.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_copy_external.3 @@ -1,4 +1,4 @@ -.TH f_capability_copy_external "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_copy_external "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_copy_external .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_copy_internal.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_copy_internal.3 index 2f0b162f9..79e4cb739 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_copy_internal.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_copy_internal.3 @@ -1,4 +1,4 @@ -.TH f_capability_copy_internal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_copy_internal "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_copy_internal .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_delete.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_delete.3 index f0ace5fe3..1da904e1e 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_delete.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_delete.3 @@ -1,4 +1,4 @@ -.TH f_capability_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_delete .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_file_descriptor_get.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_file_descriptor_get.3 index 1e6182aef..9865d15a3 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_file_descriptor_get.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_file_descriptor_get.3 @@ -1,4 +1,4 @@ -.TH f_capability_file_descriptor_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_file_descriptor_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_file_descriptor_get .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_file_descriptor_set.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_file_descriptor_set.3 index 0cdf41b12..6fedcc3b8 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_file_descriptor_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_file_descriptor_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_file_descriptor_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_file_descriptor_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_file_descriptor_set .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_file_get.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_file_get.3 index 86e09c62c..5071aca86 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_file_get.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_file_get.3 @@ -1,4 +1,4 @@ -.TH f_capability_file_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_file_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_file_get .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_file_set.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_file_set.3 index fabe89524..b101f2937 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_file_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_file_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_file_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_file_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_file_set .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_flag_get.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_flag_get.3 index bc0787c4c..c209a527c 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_flag_get.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_flag_get.3 @@ -1,4 +1,4 @@ -.TH f_capability_flag_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_flag_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_flag_get .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_flag_set.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_flag_set.3 index 556b602e6..11b1fa310 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_flag_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_flag_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_flag_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_flag_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_flag_set .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_from_name.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_from_name.3 index eef8ad8eb..badb4fc0a 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_from_name.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_from_name.3 @@ -1,4 +1,4 @@ -.TH f_capability_from_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_from_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_from_name .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_from_text.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_from_text.3 index 2fc87f45e..bce59bb15 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_from_text.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_from_text.3 @@ -1,4 +1,4 @@ -.TH f_capability_from_text "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_from_text "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_from_text .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_groups_set.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_groups_set.3 index 82bfbcf20..effcfe48c 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_groups_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_groups_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_groups_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_groups_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_groups_set .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_initialize.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_initialize.3 index 253dcda53..bfdb88e3b 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_initialize.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_initialize.3 @@ -1,4 +1,4 @@ -.TH f_capability_initialize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_initialize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_initialize .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_mode_get.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_mode_get.3 index 37583133d..b3f97857a 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_mode_get.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_mode_get.3 @@ -1,4 +1,4 @@ -.TH f_capability_mode_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_mode_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_mode_get .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_mode_get_name.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_mode_get_name.3 index dee86486d..fdd00f659 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_mode_get_name.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_mode_get_name.3 @@ -1,4 +1,4 @@ -.TH f_capability_mode_get_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_mode_get_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_mode_get_name .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_mode_set.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_mode_set.3 index 8d4a5fc81..9be256343 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_mode_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_mode_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_mode_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_mode_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_mode_set .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_owner_get.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_owner_get.3 index 75b718111..bad8c1b69 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_owner_get.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_owner_get.3 @@ -1,4 +1,4 @@ -.TH f_capability_owner_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_owner_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_owner_get .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_owner_set.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_owner_set.3 index bdc3a3ecd..ea1890f27 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_owner_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_owner_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_owner_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_owner_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_owner_set .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_process_bound_drop.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_process_bound_drop.3 index 543681d16..5f54fc483 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_process_bound_drop.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_process_bound_drop.3 @@ -1,4 +1,4 @@ -.TH f_capability_process_bound_drop "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_process_bound_drop "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_process_bound_drop .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_process_bound_get.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_process_bound_get.3 index bf93ac9af..6c910b908 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_process_bound_get.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_process_bound_get.3 @@ -1,4 +1,4 @@ -.TH f_capability_process_bound_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_process_bound_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_process_bound_get .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_process_get.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_process_get.3 index 1500c6425..7859d6c0d 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_process_get.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_process_get.3 @@ -1,4 +1,4 @@ -.TH f_capability_process_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_process_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_process_get .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_process_get_by_id.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_process_get_by_id.3 index 58ac84370..afd2f9f51 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_process_get_by_id.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_process_get_by_id.3 @@ -1,4 +1,4 @@ -.TH f_capability_process_get_by_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_process_get_by_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_process_get_by_id .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_process_set.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_process_set.3 index bb2226568..3419c3283 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_process_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_process_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_process_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_process_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_process_set .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_security_bits_get.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_security_bits_get.3 index 71b31565f..f88f82eb7 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_security_bits_get.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_security_bits_get.3 @@ -1,4 +1,4 @@ -.TH f_capability_security_bits_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_security_bits_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_security_bits_get .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_security_bits_set.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_security_bits_set.3 index 183e26743..8a341765e 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_security_bits_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_security_bits_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_security_bits_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_security_bits_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_security_bits_set .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_size.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_size.3 index c1b502ff6..4b4d87306 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_size.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_size.3 @@ -1,4 +1,4 @@ -.TH f_capability_size "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_size "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_size .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_supported.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_supported.3 index 1ce5c8038..65b41420f 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_supported.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_supported.3 @@ -1,4 +1,4 @@ -.TH f_capability_supported "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_supported "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_supported .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_supported_ambient.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_supported_ambient.3 index 07c1108c1..c6b074904 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_supported_ambient.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_supported_ambient.3 @@ -1,4 +1,4 @@ -.TH f_capability_supported_ambient "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_supported_ambient "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_supported_ambient .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_supported_code.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_supported_code.3 index 8c6573882..712666ed8 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_supported_code.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_supported_code.3 @@ -1,4 +1,4 @@ -.TH f_capability_supported_code "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_supported_code "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_supported_code .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_to_name.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_to_name.3 index a6ee8e6f8..70e75953b 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_to_name.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_to_name.3 @@ -1,4 +1,4 @@ -.TH f_capability_to_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_to_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_to_name .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_to_text.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_to_text.3 index 1723a69fd..af25aaae9 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_to_text.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_to_text.3 @@ -1,4 +1,4 @@ -.TH f_capability_to_text "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_to_text "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_to_text .SH SYNOPSIS diff --git a/level_0/f_capability/data/documentation/man/man3/f_capability_user_set.3 b/level_0/f_capability/data/documentation/man/man3/f_capability_user_set.3 index 74fe9baa8..564612979 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_user_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_user_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_user_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_capability_user_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_capability_user_set .SH SYNOPSIS diff --git a/level_0/f_color/data/build/settings b/level_0/f_color/data/build/settings index 517f5559d..029279179 100644 --- a/level_0/f_color/data/build/settings +++ b/level_0/f_color/data/build/settings @@ -18,7 +18,7 @@ build_name f_color version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_color/data/build/settings-mocks b/level_0/f_color/data/build/settings-mocks index 55f9a62eb..985a40024 100644 --- a/level_0/f_color/data/build/settings-mocks +++ b/level_0/f_color/data/build/settings-mocks @@ -14,7 +14,7 @@ build_name f_color version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_color/data/build/settings-tests b/level_0/f_color/data/build/settings-tests index 42c25a189..d5e042223 100644 --- a/level_0/f_color/data/build/settings-tests +++ b/level_0/f_color/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_color version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_color/data/documentation/man/man3/f_color_context_delete.3 b/level_0/f_color/data/documentation/man/man3/f_color_context_delete.3 index 117484dfe..226b0bc32 100644 --- a/level_0/f_color/data/documentation/man/man3/f_color_context_delete.3 +++ b/level_0/f_color/data/documentation/man/man3/f_color_context_delete.3 @@ -1,4 +1,4 @@ -.TH f_color_context_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_color_context_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_color_context_delete .SH SYNOPSIS diff --git a/level_0/f_color/data/documentation/man/man3/f_color_context_destroy.3 b/level_0/f_color/data/documentation/man/man3/f_color_context_destroy.3 index 3ada17379..5346fa185 100644 --- a/level_0/f_color/data/documentation/man/man3/f_color_context_destroy.3 +++ b/level_0/f_color/data/documentation/man/man3/f_color_context_destroy.3 @@ -1,4 +1,4 @@ -.TH f_color_context_destroy "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_color_context_destroy "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_color_context_destroy .SH SYNOPSIS diff --git a/level_0/f_color/data/documentation/man/man3/f_color_load_context.3 b/level_0/f_color/data/documentation/man/man3/f_color_load_context.3 index 9a208ff8e..231a933e8 100644 --- a/level_0/f_color/data/documentation/man/man3/f_color_load_context.3 +++ b/level_0/f_color/data/documentation/man/man3/f_color_load_context.3 @@ -1,4 +1,4 @@ -.TH f_color_load_context "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_color_load_context "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_color_load_context .SH SYNOPSIS diff --git a/level_0/f_color/data/documentation/man/man3/f_color_save_1.3 b/level_0/f_color/data/documentation/man/man3/f_color_save_1.3 index 2fbc79eee..7b4e073bc 100644 --- a/level_0/f_color/data/documentation/man/man3/f_color_save_1.3 +++ b/level_0/f_color/data/documentation/man/man3/f_color_save_1.3 @@ -1,4 +1,4 @@ -.TH f_color_save_1 "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_color_save_1 "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_color_save_1 .SH SYNOPSIS diff --git a/level_0/f_color/data/documentation/man/man3/f_color_save_2.3 b/level_0/f_color/data/documentation/man/man3/f_color_save_2.3 index 8f8ee6aad..142841153 100644 --- a/level_0/f_color/data/documentation/man/man3/f_color_save_2.3 +++ b/level_0/f_color/data/documentation/man/man3/f_color_save_2.3 @@ -1,4 +1,4 @@ -.TH f_color_save_2 "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_color_save_2 "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_color_save_2 .SH SYNOPSIS diff --git a/level_0/f_color/data/documentation/man/man3/f_color_save_3.3 b/level_0/f_color/data/documentation/man/man3/f_color_save_3.3 index ff29c2784..f2287c7dc 100644 --- a/level_0/f_color/data/documentation/man/man3/f_color_save_3.3 +++ b/level_0/f_color/data/documentation/man/man3/f_color_save_3.3 @@ -1,4 +1,4 @@ -.TH f_color_save_3 "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_color_save_3 "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_color_save_3 .SH SYNOPSIS diff --git a/level_0/f_color/data/documentation/man/man3/f_color_save_4.3 b/level_0/f_color/data/documentation/man/man3/f_color_save_4.3 index 526e3e13c..4ab4743f1 100644 --- a/level_0/f_color/data/documentation/man/man3/f_color_save_4.3 +++ b/level_0/f_color/data/documentation/man/man3/f_color_save_4.3 @@ -1,4 +1,4 @@ -.TH f_color_save_4 "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_color_save_4 "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_color_save_4 .SH SYNOPSIS diff --git a/level_0/f_color/data/documentation/man/man3/f_color_save_5.3 b/level_0/f_color/data/documentation/man/man3/f_color_save_5.3 index 482683fc1..45fb3b6e0 100644 --- a/level_0/f_color/data/documentation/man/man3/f_color_save_5.3 +++ b/level_0/f_color/data/documentation/man/man3/f_color_save_5.3 @@ -1,4 +1,4 @@ -.TH f_color_save_5 "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_color_save_5 "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_color_save_5 .SH SYNOPSIS diff --git a/level_0/f_console/data/build/settings b/level_0/f_console/data/build/settings index b4190ae53..75b4899fa 100644 --- a/level_0/f_console/data/build/settings +++ b/level_0/f_console/data/build/settings @@ -18,7 +18,7 @@ build_name f_console version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_console/data/build/settings-tests b/level_0/f_console/data/build/settings-tests index ae688e897..9e617e856 100644 --- a/level_0/f_console/data/build/settings-tests +++ b/level_0/f_console/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_console version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_console/data/documentation/man/man3/f_console_environment_process.3 b/level_0/f_console/data/documentation/man/man3/f_console_environment_process.3 index 6ad215079..5deef41b6 100644 --- a/level_0/f_console/data/documentation/man/man3/f_console_environment_process.3 +++ b/level_0/f_console/data/documentation/man/man3/f_console_environment_process.3 @@ -1,4 +1,4 @@ -.TH f_console_environment_process "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_console_environment_process "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_console_environment_process .SH SYNOPSIS diff --git a/level_0/f_console/data/documentation/man/man3/f_console_identify.3 b/level_0/f_console/data/documentation/man/man3/f_console_identify.3 index 88838d3ea..7e0b5ca60 100644 --- a/level_0/f_console/data/documentation/man/man3/f_console_identify.3 +++ b/level_0/f_console/data/documentation/man/man3/f_console_identify.3 @@ -1,4 +1,4 @@ -.TH f_console_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_console_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_console_identify .SH SYNOPSIS diff --git a/level_0/f_console/data/documentation/man/man3/f_console_parameter_prioritize_left.3 b/level_0/f_console/data/documentation/man/man3/f_console_parameter_prioritize_left.3 index 64c04ddc2..fa20ca27b 100644 --- a/level_0/f_console/data/documentation/man/man3/f_console_parameter_prioritize_left.3 +++ b/level_0/f_console/data/documentation/man/man3/f_console_parameter_prioritize_left.3 @@ -1,4 +1,4 @@ -.TH f_console_parameter_prioritize_left "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_console_parameter_prioritize_left "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_console_parameter_prioritize_left .SH SYNOPSIS diff --git a/level_0/f_console/data/documentation/man/man3/f_console_parameter_prioritize_right.3 b/level_0/f_console/data/documentation/man/man3/f_console_parameter_prioritize_right.3 index 639389377..33af71e80 100644 --- a/level_0/f_console/data/documentation/man/man3/f_console_parameter_prioritize_right.3 +++ b/level_0/f_console/data/documentation/man/man3/f_console_parameter_prioritize_right.3 @@ -1,4 +1,4 @@ -.TH f_console_parameter_prioritize_right "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_console_parameter_prioritize_right "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_console_parameter_prioritize_right .SH SYNOPSIS diff --git a/level_0/f_console/data/documentation/man/man3/f_console_parameter_process.3 b/level_0/f_console/data/documentation/man/man3/f_console_parameter_process.3 index 317214a61..a092422df 100644 --- a/level_0/f_console/data/documentation/man/man3/f_console_parameter_process.3 +++ b/level_0/f_console/data/documentation/man/man3/f_console_parameter_process.3 @@ -1,4 +1,4 @@ -.TH f_console_parameter_process "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_console_parameter_process "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_console_parameter_process .SH SYNOPSIS diff --git a/level_0/f_console/data/documentation/man/man3/f_console_parameters_delete.3 b/level_0/f_console/data/documentation/man/man3/f_console_parameters_delete.3 index b431e1d8c..8e803c0de 100644 --- a/level_0/f_console/data/documentation/man/man3/f_console_parameters_delete.3 +++ b/level_0/f_console/data/documentation/man/man3/f_console_parameters_delete.3 @@ -1,4 +1,4 @@ -.TH f_console_parameters_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_console_parameters_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_console_parameters_delete .SH SYNOPSIS diff --git a/level_0/f_console/data/documentation/man/man3/f_console_parameters_destroy.3 b/level_0/f_console/data/documentation/man/man3/f_console_parameters_destroy.3 index 942ac918d..621179cda 100644 --- a/level_0/f_console/data/documentation/man/man3/f_console_parameters_destroy.3 +++ b/level_0/f_console/data/documentation/man/man3/f_console_parameters_destroy.3 @@ -1,4 +1,4 @@ -.TH f_console_parameters_destroy "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_console_parameters_destroy "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_console_parameters_destroy .SH SYNOPSIS diff --git a/level_0/f_control_group/data/build/settings b/level_0/f_control_group/data/build/settings index fb9c0e397..eaaba525e 100644 --- a/level_0/f_control_group/data/build/settings +++ b/level_0/f_control_group/data/build/settings @@ -18,7 +18,7 @@ build_name f_control_group version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_control_group/data/build/settings-tests b/level_0/f_control_group/data/build/settings-tests index 26a646ac3..16c784f06 100644 --- a/level_0/f_control_group/data/build/settings-tests +++ b/level_0/f_control_group/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_control_group version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_control_group/data/documentation/man/man3/f_control_group_copy.3 b/level_0/f_control_group/data/documentation/man/man3/f_control_group_copy.3 index 1bc36451d..6ee6deccd 100644 --- a/level_0/f_control_group/data/documentation/man/man3/f_control_group_copy.3 +++ b/level_0/f_control_group/data/documentation/man/man3/f_control_group_copy.3 @@ -1,4 +1,4 @@ -.TH f_control_group_copy "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_control_group_copy "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_control_group_copy .SH SYNOPSIS diff --git a/level_0/f_conversion/data/build/settings b/level_0/f_conversion/data/build/settings index e8134b581..c57369e43 100644 --- a/level_0/f_conversion/data/build/settings +++ b/level_0/f_conversion/data/build/settings @@ -18,7 +18,7 @@ build_name f_conversion version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_conversion/data/build/settings-mocks b/level_0/f_conversion/data/build/settings-mocks index 574e700c0..a605e1ea3 100644 --- a/level_0/f_conversion/data/build/settings-mocks +++ b/level_0/f_conversion/data/build/settings-mocks @@ -14,7 +14,7 @@ build_name f_conversion version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_conversion/data/build/settings-tests b/level_0/f_conversion/data/build/settings-tests index 75fde5a3d..94804a3ea 100644 --- a/level_0/f_conversion/data/build/settings-tests +++ b/level_0/f_conversion/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_conversion version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_binary.3 b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_binary.3 index 40f84acd6..e17a65ce4 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_binary.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_binary.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_is_binary "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_conversion_character_is_binary "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_conversion_character_is_binary .SH SYNOPSIS diff --git a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_decimal.3 b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_decimal.3 index 48804a790..14dcb3931 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_decimal.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_decimal.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_is_decimal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_conversion_character_is_decimal "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_conversion_character_is_decimal .SH SYNOPSIS diff --git a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_duodecimal.3 b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_duodecimal.3 index c9a80fc59..35c44cf20 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_duodecimal.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_duodecimal.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_is_duodecimal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_conversion_character_is_duodecimal "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_conversion_character_is_duodecimal .SH SYNOPSIS diff --git a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_hexidecimal.3 b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_hexidecimal.3 index 66e2b8f07..62bc38e24 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_hexidecimal.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_hexidecimal.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_is_hexidecimal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_conversion_character_is_hexidecimal "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_conversion_character_is_hexidecimal .SH SYNOPSIS diff --git a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_octal.3 b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_octal.3 index 0c3255476..7c14dfbff 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_octal.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_octal.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_is_octal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_conversion_character_is_octal "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_conversion_character_is_octal .SH SYNOPSIS diff --git a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_binary.3 b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_binary.3 index c73099727..8e76d132c 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_binary.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_binary.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_to_binary "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_conversion_character_to_binary "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_conversion_character_to_binary .SH SYNOPSIS diff --git a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_decimal.3 b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_decimal.3 index b9e8c9931..346f1fb65 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_decimal.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_decimal.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_to_decimal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_conversion_character_to_decimal "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_conversion_character_to_decimal .SH SYNOPSIS diff --git a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_duodecimal.3 b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_duodecimal.3 index 38f9a7e7f..7d7a7e08e 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_duodecimal.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_duodecimal.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_to_duodecimal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_conversion_character_to_duodecimal "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_conversion_character_to_duodecimal .SH SYNOPSIS diff --git a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_hexidecimal.3 b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_hexidecimal.3 index e515c5a0d..b5a68fd27 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_hexidecimal.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_hexidecimal.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_to_hexidecimal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_conversion_character_to_hexidecimal "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_conversion_character_to_hexidecimal .SH SYNOPSIS diff --git a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_octal.3 b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_octal.3 index 920aefc38..8c13936b3 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_octal.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_octal.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_to_octal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_conversion_character_to_octal "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_conversion_character_to_octal .SH SYNOPSIS diff --git a/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_signed_print.3 b/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_signed_print.3 index 30e1e65c6..f818e2a57 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_signed_print.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_signed_print.3 @@ -1,4 +1,4 @@ -.TH f_conversion_number_signed_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_conversion_number_signed_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_conversion_number_signed_print .SH SYNOPSIS diff --git a/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_signed_to_string.3 b/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_signed_to_string.3 index 5a6f79b7c..b41bde0a5 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_signed_to_string.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_signed_to_string.3 @@ -1,4 +1,4 @@ -.TH f_conversion_number_signed_to_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_conversion_number_signed_to_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_conversion_number_signed_to_string .SH SYNOPSIS diff --git a/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_unsigned_print.3 b/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_unsigned_print.3 index 2e58633b8..79aa35ca5 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_unsigned_print.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_unsigned_print.3 @@ -1,4 +1,4 @@ -.TH f_conversion_number_unsigned_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_conversion_number_unsigned_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_conversion_number_unsigned_print .SH SYNOPSIS diff --git a/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_unsigned_to_string.3 b/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_unsigned_to_string.3 index 20301d1ac..7012a1a6e 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_unsigned_to_string.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_unsigned_to_string.3 @@ -1,4 +1,4 @@ -.TH f_conversion_number_unsigned_to_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_conversion_number_unsigned_to_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_conversion_number_unsigned_to_string .SH SYNOPSIS diff --git a/level_0/f_directory/data/build/settings b/level_0/f_directory/data/build/settings index b2f574d21..71e0fd3d2 100644 --- a/level_0/f_directory/data/build/settings +++ b/level_0/f_directory/data/build/settings @@ -18,7 +18,7 @@ build_name f_directory version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_directory/data/build/settings-mocks b/level_0/f_directory/data/build/settings-mocks index b60a0772b..2db17b45d 100644 --- a/level_0/f_directory/data/build/settings-mocks +++ b/level_0/f_directory/data/build/settings-mocks @@ -14,7 +14,7 @@ build_name f_directory version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_directory/data/build/settings-tests b/level_0/f_directory/data/build/settings-tests index f2d853bce..ea3fadcec 100644 --- a/level_0/f_directory/data/build/settings-tests +++ b/level_0/f_directory/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_directory version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_directory/data/documentation/man/man3/f_directory_create.3 b/level_0/f_directory/data/documentation/man/man3/f_directory_create.3 index 153a932ec..c6e15bfa0 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_create.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_create.3 @@ -1,4 +1,4 @@ -.TH f_directory_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_directory_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_directory_create .SH SYNOPSIS diff --git a/level_0/f_directory/data/documentation/man/man3/f_directory_create_at.3 b/level_0/f_directory/data/documentation/man/man3/f_directory_create_at.3 index 247bb1294..e99d341e1 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_create_at.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_create_at.3 @@ -1,4 +1,4 @@ -.TH f_directory_create_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_directory_create_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_directory_create_at .SH SYNOPSIS diff --git a/level_0/f_directory/data/documentation/man/man3/f_directory_exists.3 b/level_0/f_directory/data/documentation/man/man3/f_directory_exists.3 index d9ae6d9a2..8bd380c44 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_exists.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_exists.3 @@ -1,4 +1,4 @@ -.TH f_directory_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_directory_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_directory_exists .SH SYNOPSIS diff --git a/level_0/f_directory/data/documentation/man/man3/f_directory_exists_at.3 b/level_0/f_directory/data/documentation/man/man3/f_directory_exists_at.3 index 27d49ac7d..18aa37ed3 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_exists_at.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_exists_at.3 @@ -1,4 +1,4 @@ -.TH f_directory_exists_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_directory_exists_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_directory_exists_at .SH SYNOPSIS diff --git a/level_0/f_directory/data/documentation/man/man3/f_directory_is.3 b/level_0/f_directory/data/documentation/man/man3/f_directory_is.3 index 8db3b093c..65a8485e1 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_is.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_is.3 @@ -1,4 +1,4 @@ -.TH f_directory_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_directory_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_directory_is .SH SYNOPSIS diff --git a/level_0/f_directory/data/documentation/man/man3/f_directory_is_at.3 b/level_0/f_directory/data/documentation/man/man3/f_directory_is_at.3 index 50e8676ad..f8cf5f962 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_is_at.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_is_at.3 @@ -1,4 +1,4 @@ -.TH f_directory_is_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_directory_is_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_directory_is_at .SH SYNOPSIS diff --git a/level_0/f_directory/data/documentation/man/man3/f_directory_list.3 b/level_0/f_directory/data/documentation/man/man3/f_directory_list.3 index 5675df636..316267b83 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_list.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_list.3 @@ -1,4 +1,4 @@ -.TH f_directory_list "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_directory_list "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_directory_list .SH SYNOPSIS diff --git a/level_0/f_directory/data/documentation/man/man3/f_directory_open.3 b/level_0/f_directory/data/documentation/man/man3/f_directory_open.3 index 4a74bbd22..aab3c2d51 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_open.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_open.3 @@ -1,4 +1,4 @@ -.TH f_directory_open "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_directory_open "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_directory_open .SH SYNOPSIS diff --git a/level_0/f_directory/data/documentation/man/man3/f_directory_open_at.3 b/level_0/f_directory/data/documentation/man/man3/f_directory_open_at.3 index d76cb80d6..7568f9fdb 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_open_at.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_open_at.3 @@ -1,4 +1,4 @@ -.TH f_directory_open_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_directory_open_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_directory_open_at .SH SYNOPSIS diff --git a/level_0/f_directory/data/documentation/man/man3/f_directory_remove.3 b/level_0/f_directory/data/documentation/man/man3/f_directory_remove.3 index 509a07af2..f63a1915e 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_remove.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_remove.3 @@ -1,4 +1,4 @@ -.TH f_directory_remove "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_directory_remove "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_directory_remove .SH SYNOPSIS diff --git a/level_0/f_directory/data/documentation/man/man3/f_directory_remove_custom.3 b/level_0/f_directory/data/documentation/man/man3/f_directory_remove_custom.3 index 05bdcc565..1e561f9d5 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_remove_custom.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_remove_custom.3 @@ -1,4 +1,4 @@ -.TH f_directory_remove_custom "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_directory_remove_custom "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_directory_remove_custom .SH SYNOPSIS diff --git a/level_0/f_directory/data/documentation/man/man3/f_directory_touch.3 b/level_0/f_directory/data/documentation/man/man3/f_directory_touch.3 index c04a8a99f..91dc929bf 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_touch.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_touch.3 @@ -1,4 +1,4 @@ -.TH f_directory_touch "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_directory_touch "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_directory_touch .SH SYNOPSIS diff --git a/level_0/f_directory/data/documentation/man/man3/f_directory_touch_at.3 b/level_0/f_directory/data/documentation/man/man3/f_directory_touch_at.3 index 9f0fd1ed5..1cf7703c8 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_touch_at.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_touch_at.3 @@ -1,4 +1,4 @@ -.TH f_directory_touch_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_directory_touch_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_directory_touch_at .SH SYNOPSIS diff --git a/level_0/f_environment/data/build/settings b/level_0/f_environment/data/build/settings index 087bdc9b3..b9512bf86 100644 --- a/level_0/f_environment/data/build/settings +++ b/level_0/f_environment/data/build/settings @@ -18,7 +18,7 @@ build_name f_environment version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_environment/data/build/settings-mocks b/level_0/f_environment/data/build/settings-mocks index 3313a5135..7d310697d 100644 --- a/level_0/f_environment/data/build/settings-mocks +++ b/level_0/f_environment/data/build/settings-mocks @@ -14,7 +14,7 @@ build_name f_environment version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_environment/data/build/settings-tests b/level_0/f_environment/data/build/settings-tests index 88bc1a639..a14a6ab56 100644 --- a/level_0/f_environment/data/build/settings-tests +++ b/level_0/f_environment/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_environment version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_environment/data/documentation/man/man3/f_environment_clear.3 b/level_0/f_environment/data/documentation/man/man3/f_environment_clear.3 index c7b627de6..fbb9f8a4f 100644 --- a/level_0/f_environment/data/documentation/man/man3/f_environment_clear.3 +++ b/level_0/f_environment/data/documentation/man/man3/f_environment_clear.3 @@ -1,4 +1,4 @@ -.TH f_environment_clear "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_environment_clear "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_environment_clear .SH SYNOPSIS diff --git a/level_0/f_environment/data/documentation/man/man3/f_environment_exists.3 b/level_0/f_environment/data/documentation/man/man3/f_environment_exists.3 index aaf230081..d61eb5d7a 100644 --- a/level_0/f_environment/data/documentation/man/man3/f_environment_exists.3 +++ b/level_0/f_environment/data/documentation/man/man3/f_environment_exists.3 @@ -1,4 +1,4 @@ -.TH f_environment_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_environment_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_environment_exists .SH SYNOPSIS diff --git a/level_0/f_environment/data/documentation/man/man3/f_environment_get.3 b/level_0/f_environment/data/documentation/man/man3/f_environment_get.3 index 10706b2bf..be3f9910c 100644 --- a/level_0/f_environment/data/documentation/man/man3/f_environment_get.3 +++ b/level_0/f_environment/data/documentation/man/man3/f_environment_get.3 @@ -1,4 +1,4 @@ -.TH f_environment_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_environment_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_environment_get .SH SYNOPSIS diff --git a/level_0/f_environment/data/documentation/man/man3/f_environment_get_all.3 b/level_0/f_environment/data/documentation/man/man3/f_environment_get_all.3 index d107830c5..8f7232bdf 100644 --- a/level_0/f_environment/data/documentation/man/man3/f_environment_get_all.3 +++ b/level_0/f_environment/data/documentation/man/man3/f_environment_get_all.3 @@ -1,4 +1,4 @@ -.TH f_environment_get_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_environment_get_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_environment_get_all .SH SYNOPSIS diff --git a/level_0/f_environment/data/documentation/man/man3/f_environment_secure_is.3 b/level_0/f_environment/data/documentation/man/man3/f_environment_secure_is.3 index 0c50fd95f..d03747f2b 100644 --- a/level_0/f_environment/data/documentation/man/man3/f_environment_secure_is.3 +++ b/level_0/f_environment/data/documentation/man/man3/f_environment_secure_is.3 @@ -1,4 +1,4 @@ -.TH f_environment_secure_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_environment_secure_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_environment_secure_is .SH SYNOPSIS diff --git a/level_0/f_environment/data/documentation/man/man3/f_environment_set.3 b/level_0/f_environment/data/documentation/man/man3/f_environment_set.3 index c8b1ded2c..bb8220abf 100644 --- a/level_0/f_environment/data/documentation/man/man3/f_environment_set.3 +++ b/level_0/f_environment/data/documentation/man/man3/f_environment_set.3 @@ -1,4 +1,4 @@ -.TH f_environment_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_environment_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_environment_set .SH SYNOPSIS diff --git a/level_0/f_environment/data/documentation/man/man3/f_environment_unset.3 b/level_0/f_environment/data/documentation/man/man3/f_environment_unset.3 index 3c888d418..7418af145 100644 --- a/level_0/f_environment/data/documentation/man/man3/f_environment_unset.3 +++ b/level_0/f_environment/data/documentation/man/man3/f_environment_unset.3 @@ -1,4 +1,4 @@ -.TH f_environment_unset "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_environment_unset "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_environment_unset .SH SYNOPSIS diff --git a/level_0/f_execute/data/build/settings b/level_0/f_execute/data/build/settings index 668d83aac..8354807a7 100644 --- a/level_0/f_execute/data/build/settings +++ b/level_0/f_execute/data/build/settings @@ -18,7 +18,7 @@ build_name f_execute version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_execute/data/build/settings-tests b/level_0/f_execute/data/build/settings-tests index 6350956d7..617b238b4 100644 --- a/level_0/f_execute/data/build/settings-tests +++ b/level_0/f_execute/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_execute version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_execute/data/documentation/man/man3/f_execute_status_from_status.3 b/level_0/f_execute/data/documentation/man/man3/f_execute_status_from_status.3 index 5eae7ebb0..283168e30 100644 --- a/level_0/f_execute/data/documentation/man/man3/f_execute_status_from_status.3 +++ b/level_0/f_execute/data/documentation/man/man3/f_execute_status_from_status.3 @@ -1,4 +1,4 @@ -.TH f_execute_status_from_status "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_execute_status_from_status "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_execute_status_from_status .SH SYNOPSIS diff --git a/level_0/f_execute/data/documentation/man/man3/f_execute_status_to_status.3 b/level_0/f_execute/data/documentation/man/man3/f_execute_status_to_status.3 index 37682ce5f..435871cde 100644 --- a/level_0/f_execute/data/documentation/man/man3/f_execute_status_to_status.3 +++ b/level_0/f_execute/data/documentation/man/man3/f_execute_status_to_status.3 @@ -1,4 +1,4 @@ -.TH f_execute_status_to_status "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_execute_status_to_status "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_execute_status_to_status .SH SYNOPSIS diff --git a/level_0/f_file/data/build/settings b/level_0/f_file/data/build/settings index ede8de6db..ee609d874 100644 --- a/level_0/f_file/data/build/settings +++ b/level_0/f_file/data/build/settings @@ -18,7 +18,7 @@ build_name f_file version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_file/data/build/settings-mocks b/level_0/f_file/data/build/settings-mocks index 8f23f0473..4e2122bbc 100644 --- a/level_0/f_file/data/build/settings-mocks +++ b/level_0/f_file/data/build/settings-mocks @@ -14,7 +14,7 @@ build_name f_file version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_file/data/build/settings-tests b/level_0/f_file/data/build/settings-tests index c573c4c76..e4d25b27c 100644 --- a/level_0/f_file/data/build/settings-tests +++ b/level_0/f_file/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_file version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_file/data/documentation/man/man3/f_file_access.3 b/level_0/f_file/data/documentation/man/man3/f_file_access.3 index 337de69ec..f546e8be4 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_access.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_access.3 @@ -1,4 +1,4 @@ -.TH f_file_access "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_access "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_access .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_access_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_access_at.3 index fcdb8867b..8fa6abea8 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_access_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_access_at.3 @@ -1,4 +1,4 @@ -.TH f_file_access_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_access_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_access_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_clone.3 b/level_0/f_file/data/documentation/man/man3/f_file_clone.3 index 59298c15f..b17f7e1e3 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_clone.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_clone.3 @@ -1,4 +1,4 @@ -.TH f_file_clone "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_clone "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_clone .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_close.3 b/level_0/f_file/data/documentation/man/man3/f_file_close.3 index 65275fa49..730d532a1 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_close.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_close.3 @@ -1,4 +1,4 @@ -.TH f_file_close "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_close "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_close .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_close_flush.3 b/level_0/f_file/data/documentation/man/man3/f_file_close_flush.3 index ab52114c2..8835783e9 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_close_flush.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_close_flush.3 @@ -1,4 +1,4 @@ -.TH f_file_close_flush "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_close_flush "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_close_flush .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_copy.3 b/level_0/f_file/data/documentation/man/man3/f_file_copy.3 index b81cfa659..a5b265abc 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_copy.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_copy.3 @@ -1,4 +1,4 @@ -.TH f_file_copy "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_copy "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_copy .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_create.3 b/level_0/f_file/data/documentation/man/man3/f_file_create.3 index bddcd7da4..680d466c8 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_create.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_create.3 @@ -1,4 +1,4 @@ -.TH f_file_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_create .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_create_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_create_at.3 index 42d624339..66abdc736 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_create_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_create_at.3 @@ -1,4 +1,4 @@ -.TH f_file_create_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_create_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_create_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_create_device.3 b/level_0/f_file/data/documentation/man/man3/f_file_create_device.3 index f5d90c765..0e6593eea 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_create_device.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_create_device.3 @@ -1,4 +1,4 @@ -.TH f_file_create_device "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_create_device "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_create_device .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_create_device_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_create_device_at.3 index 3dc4d0a1c..e46942bb3 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_create_device_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_create_device_at.3 @@ -1,4 +1,4 @@ -.TH f_file_create_device_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_create_device_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_create_device_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_create_fifo.3 b/level_0/f_file/data/documentation/man/man3/f_file_create_fifo.3 index f0c10eedd..3e0fdd4e6 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_create_fifo.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_create_fifo.3 @@ -1,4 +1,4 @@ -.TH f_file_create_fifo "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_create_fifo "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_create_fifo .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_create_fifo_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_create_fifo_at.3 index f29f28eaa..2341ce92c 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_create_fifo_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_create_fifo_at.3 @@ -1,4 +1,4 @@ -.TH f_file_create_fifo_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_create_fifo_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_create_fifo_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_create_node.3 b/level_0/f_file/data/documentation/man/man3/f_file_create_node.3 index 200ff1d19..7e98d8944 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_create_node.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_create_node.3 @@ -1,4 +1,4 @@ -.TH f_file_create_node "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_create_node "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_create_node .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_create_node_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_create_node_at.3 index 73daf934a..828a6e890 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_create_node_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_create_node_at.3 @@ -1,4 +1,4 @@ -.TH f_file_create_node_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_create_node_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_create_node_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_descriptor.3 b/level_0/f_file/data/documentation/man/man3/f_file_descriptor.3 index 7533cdd33..1e330d59c 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_descriptor.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_descriptor.3 @@ -1,4 +1,4 @@ -.TH f_file_descriptor "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_descriptor "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_descriptor .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_exists.3 b/level_0/f_file/data/documentation/man/man3/f_file_exists.3 index b7a8f414d..d39280023 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_exists.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_exists.3 @@ -1,4 +1,4 @@ -.TH f_file_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_exists .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_exists_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_exists_at.3 index 581f185ee..b7c005893 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_exists_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_exists_at.3 @@ -1,4 +1,4 @@ -.TH f_file_exists_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_exists_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_exists_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_flush.3 b/level_0/f_file/data/documentation/man/man3/f_file_flush.3 index 15531da0b..3dc8adea1 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_flush.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_flush.3 @@ -1,4 +1,4 @@ -.TH f_file_flush "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_flush "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_flush .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_group_read.3 b/level_0/f_file/data/documentation/man/man3/f_file_group_read.3 index de0ec6b9d..747464ac7 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_group_read.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_group_read.3 @@ -1,4 +1,4 @@ -.TH f_file_group_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_group_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_group_read .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_is.3 b/level_0/f_file/data/documentation/man/man3/f_file_is.3 index 132734a5a..e6e69c973 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_is.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_is.3 @@ -1,4 +1,4 @@ -.TH f_file_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_is .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_is_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_is_at.3 index 75134e8e7..fe1e4edef 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_is_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_is_at.3 @@ -1,4 +1,4 @@ -.TH f_file_is_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_is_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_is_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_link.3 b/level_0/f_file/data/documentation/man/man3/f_file_link.3 index 984ccf785..c9da104ce 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_link.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_link.3 @@ -1,4 +1,4 @@ -.TH f_file_link "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_link "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_link .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_link_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_link_at.3 index 5bf7dcd6f..1f5b91389 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_link_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_link_at.3 @@ -1,4 +1,4 @@ -.TH f_file_link_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_link_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_link_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_link_hard.3 b/level_0/f_file/data/documentation/man/man3/f_file_link_hard.3 index f94d72c8e..519b90d63 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_link_hard.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_link_hard.3 @@ -1,4 +1,4 @@ -.TH f_file_link_hard "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_link_hard "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_link_hard .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_link_hard_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_link_hard_at.3 index 60d4c0d36..3c0fe1a10 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_link_hard_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_link_hard_at.3 @@ -1,4 +1,4 @@ -.TH f_file_link_hard_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_link_hard_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_link_hard_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_link_read.3 b/level_0/f_file/data/documentation/man/man3/f_file_link_read.3 index 0d560eaf8..a5f3999d4 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_link_read.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_link_read.3 @@ -1,4 +1,4 @@ -.TH f_file_link_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_link_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_link_read .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_link_read_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_link_read_at.3 index e00bc83f5..c892cfffd 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_link_read_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_link_read_at.3 @@ -1,4 +1,4 @@ -.TH f_file_link_read_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_link_read_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_link_read_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_mode_determine.3 b/level_0/f_file/data/documentation/man/man3/f_file_mode_determine.3 index bbec79646..57dd8091e 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_mode_determine.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_mode_determine.3 @@ -1,4 +1,4 @@ -.TH f_file_mode_determine "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_mode_determine "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_mode_determine .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_mode_from_string.3 b/level_0/f_file/data/documentation/man/man3/f_file_mode_from_string.3 index db0e4f895..756e7fbdb 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_mode_from_string.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_mode_from_string.3 @@ -1,4 +1,4 @@ -.TH f_file_mode_from_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_mode_from_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_mode_from_string .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_mode_read.3 b/level_0/f_file/data/documentation/man/man3/f_file_mode_read.3 index fdd3bc7bd..5ba29a8b9 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_mode_read.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_mode_read.3 @@ -1,4 +1,4 @@ -.TH f_file_mode_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_mode_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_mode_read .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_mode_read_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_mode_read_at.3 index e44fd1dea..b1079be6c 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_mode_read_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_mode_read_at.3 @@ -1,4 +1,4 @@ -.TH f_file_mode_read_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_mode_read_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_mode_read_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_mode_set.3 b/level_0/f_file/data/documentation/man/man3/f_file_mode_set.3 index 25fcb5c93..074b8e040 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_mode_set.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_mode_set.3 @@ -1,4 +1,4 @@ -.TH f_file_mode_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_mode_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_mode_set .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_mode_set_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_mode_set_at.3 index 581789116..1b492f0d6 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_mode_set_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_mode_set_at.3 @@ -1,4 +1,4 @@ -.TH f_file_mode_set_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_mode_set_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_mode_set_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_mode_to_mode.3 b/level_0/f_file/data/documentation/man/man3/f_file_mode_to_mode.3 index 12d7654ac..a5ea1f759 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_mode_to_mode.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_mode_to_mode.3 @@ -1,4 +1,4 @@ -.TH f_file_mode_to_mode "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_mode_to_mode "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_mode_to_mode .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_name_base.3 b/level_0/f_file/data/documentation/man/man3/f_file_name_base.3 index 7e40dbd5d..e712174a8 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_name_base.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_name_base.3 @@ -1,4 +1,4 @@ -.TH f_file_name_base "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_name_base "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_name_base .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_name_directory.3 b/level_0/f_file/data/documentation/man/man3/f_file_name_directory.3 index d52e0f640..0b49de908 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_name_directory.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_name_directory.3 @@ -1,4 +1,4 @@ -.TH f_file_name_directory "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_name_directory "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_name_directory .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_open.3 b/level_0/f_file/data/documentation/man/man3/f_file_open.3 index e4a6bfcd1..e749a15ef 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_open.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_open.3 @@ -1,4 +1,4 @@ -.TH f_file_open "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_open "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_open .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_open_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_open_at.3 index 1b3a578ab..2f749c065 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_open_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_open_at.3 @@ -1,4 +1,4 @@ -.TH f_file_open_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_open_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_open_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_owner_read.3 b/level_0/f_file/data/documentation/man/man3/f_file_owner_read.3 index 4537831a3..f0d528c1b 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_owner_read.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_owner_read.3 @@ -1,4 +1,4 @@ -.TH f_file_owner_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_owner_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_owner_read .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_read.3 b/level_0/f_file/data/documentation/man/man3/f_file_read.3 index 85bbfd753..eecbda0ab 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_read.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_read.3 @@ -1,4 +1,4 @@ -.TH f_file_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_read .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_read_block.3 b/level_0/f_file/data/documentation/man/man3/f_file_read_block.3 index a387bb7e0..3ba9072e6 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_read_block.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_read_block.3 @@ -1,4 +1,4 @@ -.TH f_file_read_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_read_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_read_block .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_read_until.3 b/level_0/f_file/data/documentation/man/man3/f_file_read_until.3 index 9aefca645..4cb735623 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_read_until.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_read_until.3 @@ -1,4 +1,4 @@ -.TH f_file_read_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_read_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_read_until .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_remove.3 b/level_0/f_file/data/documentation/man/man3/f_file_remove.3 index a34b4373e..f300f99f2 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_remove.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_remove.3 @@ -1,4 +1,4 @@ -.TH f_file_remove "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_remove "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_remove .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_remove_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_remove_at.3 index 570367ab9..80401b7eb 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_remove_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_remove_at.3 @@ -1,4 +1,4 @@ -.TH f_file_remove_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_remove_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_remove_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_rename.3 b/level_0/f_file/data/documentation/man/man3/f_file_rename.3 index 1def850ec..e01c27f00 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_rename.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_rename.3 @@ -1,4 +1,4 @@ -.TH f_file_rename "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_rename "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_rename .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_rename_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_rename_at.3 index 95a82f156..6aa4a2695 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_rename_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_rename_at.3 @@ -1,4 +1,4 @@ -.TH f_file_rename_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_rename_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_rename_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_role_change.3 b/level_0/f_file/data/documentation/man/man3/f_file_role_change.3 index f7fcc71c3..ac938f973 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_role_change.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_role_change.3 @@ -1,4 +1,4 @@ -.TH f_file_role_change "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_role_change "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_role_change .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_role_change_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_role_change_at.3 index 392595695..ff06a899b 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_role_change_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_role_change_at.3 @@ -1,4 +1,4 @@ -.TH f_file_role_change_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_role_change_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_role_change_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_seek.3 b/level_0/f_file/data/documentation/man/man3/f_file_seek.3 index ada672708..b6528916e 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_seek.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_seek.3 @@ -1,4 +1,4 @@ -.TH f_file_seek "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_seek "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_seek .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_size.3 b/level_0/f_file/data/documentation/man/man3/f_file_size.3 index bec07788c..2ccde054d 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_size.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_size.3 @@ -1,4 +1,4 @@ -.TH f_file_size "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_size "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_size .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_size_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_size_at.3 index 0629b6839..aa9f5200d 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_size_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_size_at.3 @@ -1,4 +1,4 @@ -.TH f_file_size_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_size_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_size_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_size_by_id.3 b/level_0/f_file/data/documentation/man/man3/f_file_size_by_id.3 index a1045ded0..36eb9ce3a 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_size_by_id.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_size_by_id.3 @@ -1,4 +1,4 @@ -.TH f_file_size_by_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_size_by_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_size_by_id .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_stat.3 b/level_0/f_file/data/documentation/man/man3/f_file_stat.3 index 2c66dd159..0a51566d0 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stat.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stat.3 @@ -1,4 +1,4 @@ -.TH f_file_stat "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_stat "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_stat .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_stat_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_stat_at.3 index 7324ea873..cfd9741f2 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stat_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stat_at.3 @@ -1,4 +1,4 @@ -.TH f_file_stat_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_stat_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_stat_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_stat_by_id.3 b/level_0/f_file/data/documentation/man/man3/f_file_stat_by_id.3 index 2f5ae7c80..56c4b9ec0 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stat_by_id.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stat_by_id.3 @@ -1,4 +1,4 @@ -.TH f_file_stat_by_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_stat_by_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_stat_by_id .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_stream_close.3 b/level_0/f_file/data/documentation/man/man3/f_file_stream_close.3 index 3bd9311ea..9f13b484c 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_close.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_close.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_close "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_stream_close "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_stream_close .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_stream_open.3 b/level_0/f_file/data/documentation/man/man3/f_file_stream_open.3 index 331331c4a..224934530 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_open.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_open.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_open "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_stream_open "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_stream_open .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_stream_open_descriptor.3 b/level_0/f_file/data/documentation/man/man3/f_file_stream_open_descriptor.3 index 786a5980c..c3e58816f 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_open_descriptor.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_open_descriptor.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_open_descriptor "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_stream_open_descriptor "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_stream_open_descriptor .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_stream_read.3 b/level_0/f_file/data/documentation/man/man3/f_file_stream_read.3 index d9f5117b6..27df50c8f 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_read.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_read.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_stream_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_stream_read .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_stream_read_block.3 b/level_0/f_file/data/documentation/man/man3/f_file_stream_read_block.3 index dd080fb88..37e1b1345 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_read_block.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_read_block.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_read_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_stream_read_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_stream_read_block .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_stream_read_until.3 b/level_0/f_file/data/documentation/man/man3/f_file_stream_read_until.3 index 802d7cf88..e4b963743 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_read_until.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_read_until.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_read_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_stream_read_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_stream_read_until .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_stream_reopen.3 b/level_0/f_file/data/documentation/man/man3/f_file_stream_reopen.3 index 32a39a4c2..9e267b3ac 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_reopen.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_reopen.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_reopen "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_stream_reopen "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_stream_reopen .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_stream_write.3 b/level_0/f_file/data/documentation/man/man3/f_file_stream_write.3 index a23d207cc..523b602d7 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_write.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_write.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_stream_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_stream_write .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_stream_write_block.3 b/level_0/f_file/data/documentation/man/man3/f_file_stream_write_block.3 index b5db4be4e..aa53f01b3 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_write_block.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_write_block.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_write_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_stream_write_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_stream_write_block .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_stream_write_range.3 b/level_0/f_file/data/documentation/man/man3/f_file_stream_write_range.3 index 7e6d9b6e2..c3730ebee 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_write_range.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_write_range.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_write_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_stream_write_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_stream_write_range .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_stream_write_until.3 b/level_0/f_file/data/documentation/man/man3/f_file_stream_write_until.3 index d5483757b..89fc1866d 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_write_until.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_write_until.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_write_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_stream_write_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_stream_write_until .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_touch.3 b/level_0/f_file/data/documentation/man/man3/f_file_touch.3 index cb32abf2f..90c690094 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_touch.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_touch.3 @@ -1,4 +1,4 @@ -.TH f_file_touch "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_touch "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_touch .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_touch_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_touch_at.3 index 0cd146afc..10d0a8eb3 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_touch_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_touch_at.3 @@ -1,4 +1,4 @@ -.TH f_file_touch_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_touch_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_touch_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_type.3 b/level_0/f_file/data/documentation/man/man3/f_file_type.3 index a718763cb..5a6e4a188 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_type.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_type.3 @@ -1,4 +1,4 @@ -.TH f_file_type "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_type "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_type .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_type_at.3 b/level_0/f_file/data/documentation/man/man3/f_file_type_at.3 index 54bf8b431..ad8351c87 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_type_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_type_at.3 @@ -1,4 +1,4 @@ -.TH f_file_type_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_type_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_type_at .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_umask_get.3 b/level_0/f_file/data/documentation/man/man3/f_file_umask_get.3 index 440fb8b2e..938f07ceb 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_umask_get.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_umask_get.3 @@ -1,4 +1,4 @@ -.TH f_file_umask_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_umask_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_umask_get .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_umask_set.3 b/level_0/f_file/data/documentation/man/man3/f_file_umask_set.3 index 70b0580db..17fc0244d 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_umask_set.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_umask_set.3 @@ -1,4 +1,4 @@ -.TH f_file_umask_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_umask_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_umask_set .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_write.3 b/level_0/f_file/data/documentation/man/man3/f_file_write.3 index b3ffb74ea..dce307693 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_write.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_write.3 @@ -1,4 +1,4 @@ -.TH f_file_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_write .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_write_block.3 b/level_0/f_file/data/documentation/man/man3/f_file_write_block.3 index 28f210977..1a069e31f 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_write_block.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_write_block.3 @@ -1,4 +1,4 @@ -.TH f_file_write_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_write_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_write_block .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_write_range.3 b/level_0/f_file/data/documentation/man/man3/f_file_write_range.3 index a2d10b804..04d5d2e27 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_write_range.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_write_range.3 @@ -1,4 +1,4 @@ -.TH f_file_write_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_write_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_write_range .SH SYNOPSIS diff --git a/level_0/f_file/data/documentation/man/man3/f_file_write_until.3 b/level_0/f_file/data/documentation/man/man3/f_file_write_until.3 index bd798b115..c024b105c 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_write_until.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_write_until.3 @@ -1,4 +1,4 @@ -.TH f_file_write_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_file_write_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_file_write_until .SH SYNOPSIS diff --git a/level_0/f_fss/data/build/settings b/level_0/f_fss/data/build/settings index ebecab097..b94525059 100644 --- a/level_0/f_fss/data/build/settings +++ b/level_0/f_fss/data/build/settings @@ -18,7 +18,7 @@ build_name f_fss version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_fss/data/build/settings-mocks b/level_0/f_fss/data/build/settings-mocks index c1d5ea93c..a9e6fe415 100644 --- a/level_0/f_fss/data/build/settings-mocks +++ b/level_0/f_fss/data/build/settings-mocks @@ -14,7 +14,7 @@ build_name f_fss version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_fss/data/build/settings-tests b/level_0/f_fss/data/build/settings-tests index 480a6e831..fbd46ef75 100644 --- a/level_0/f_fss/data/build/settings-tests +++ b/level_0/f_fss/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_fss version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_apply_delimit.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_apply_delimit.3 index 9f7e70546..3187fa38c 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_apply_delimit.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_apply_delimit.3 @@ -1,4 +1,4 @@ -.TH f_fss_apply_delimit "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_apply_delimit "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_apply_delimit .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_apply_delimit_range.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_apply_delimit_range.3 index a95706ba1..11a1efaa7 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_apply_delimit_range.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_apply_delimit_range.3 @@ -1,4 +1,4 @@ -.TH f_fss_apply_delimit_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_apply_delimit_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_apply_delimit_range .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_count_lines.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_count_lines.3 index eedeb2624..d44ad1146 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_count_lines.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_count_lines.3 @@ -1,4 +1,4 @@ -.TH f_fss_count_lines "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_count_lines "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_count_lines .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_count_lines_range.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_count_lines_range.3 index 3c25be13d..c76659fb1 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_count_lines_range.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_count_lines_range.3 @@ -1,4 +1,4 @@ -.TH f_fss_count_lines_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_count_lines_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_count_lines_range .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_fail_utf.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_fail_utf.3 index 1360a5d97..38ed988b7 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_fail_utf.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_fail_utf.3 @@ -1,4 +1,4 @@ -.TH f_fss_fail_utf "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_fail_utf "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_fail_utf .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_fail_utf_to_false.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_fail_utf_to_false.3 index e348646fe..a67261d8d 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_fail_utf_to_false.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_fail_utf_to_false.3 @@ -1,4 +1,4 @@ -.TH f_fss_fail_utf_to_false "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_fail_utf_to_false "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_fail_utf_to_false .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_is_combining.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_is_combining.3 index 8c1d0695a..173ab415c 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_is_combining.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_is_combining.3 @@ -1,4 +1,4 @@ -.TH f_fss_is_combining "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_is_combining "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_is_combining .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_is_graph.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_is_graph.3 index aaa4ddbc6..4e011b123 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_is_graph.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_is_graph.3 @@ -1,4 +1,4 @@ -.TH f_fss_is_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_is_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_is_graph .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_is_space.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_is_space.3 index 73b02611e..832d72933 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_is_space.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_is_space.3 @@ -1,4 +1,4 @@ -.TH f_fss_is_space "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_is_space "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_is_space .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_is_zero_width.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_is_zero_width.3 index 31bbb62af..67ace4783 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_is_zero_width.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_is_zero_width.3 @@ -1,4 +1,4 @@ -.TH f_fss_is_zero_width "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_is_zero_width "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_is_zero_width .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_items_adjust.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_items_adjust.3 index 15bf10f34..a9217d451 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_items_adjust.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_items_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fss_items_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_items_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_items_adjust .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_items_decimate_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_items_decimate_by.3 index 903a6a369..f0b8dc05d 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_items_decimate_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_items_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_items_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_items_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_items_decimate_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_items_decrease_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_items_decrease_by.3 index e4f9d1faf..791cf8c52 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_items_decrease_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_items_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_items_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_items_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_items_decrease_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_items_increase.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_items_increase.3 index 57a63700a..2a7d47a9c 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_items_increase.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_items_increase.3 @@ -1,4 +1,4 @@ -.TH f_fss_items_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_items_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_items_increase .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_items_increase_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_items_increase_by.3 index 2b581a90f..d37f41329 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_items_increase_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_items_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_items_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_items_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_items_increase_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_items_resize.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_items_resize.3 index e009198c1..26f1095f3 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_items_resize.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_items_resize.3 @@ -1,4 +1,4 @@ -.TH f_fss_items_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_items_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_items_resize .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_named_adjust.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_named_adjust.3 index ac53030b7..22093a32b 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_named_adjust.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_named_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fss_named_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_named_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_named_adjust .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_named_decimate_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_named_decimate_by.3 index 1fb174d71..f3a1605bf 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_named_decimate_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_named_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_named_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_named_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_named_decimate_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_named_decrease_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_named_decrease_by.3 index ee37c6ee3..10f36b519 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_named_decrease_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_named_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_named_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_named_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_named_decrease_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_named_increase.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_named_increase.3 index be2abcfd4..aea57ab29 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_named_increase.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_named_increase.3 @@ -1,4 +1,4 @@ -.TH f_fss_named_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_named_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_named_increase .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_named_increase_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_named_increase_by.3 index e60f73ca5..a674a128d 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_named_increase_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_named_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_named_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_named_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_named_increase_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_named_resize.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_named_resize.3 index 44ddf2707..fa619b5de 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_named_resize.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_named_resize.3 @@ -1,4 +1,4 @@ -.TH f_fss_named_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_named_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_named_resize .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_adjust.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_adjust.3 index a98a4637a..4eccbe679 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_adjust.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fss_nameds_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_nameds_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_nameds_adjust .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_decimate_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_decimate_by.3 index b39582fb2..af9940a72 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_decimate_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_nameds_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_nameds_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_nameds_decimate_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_decrease_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_decrease_by.3 index e665122fc..46fd127b6 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_decrease_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_nameds_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_nameds_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_nameds_decrease_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_increase.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_increase.3 index 6ad6851b9..638e0ffd5 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_increase.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_increase.3 @@ -1,4 +1,4 @@ -.TH f_fss_nameds_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_nameds_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_nameds_increase .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_increase_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_increase_by.3 index 85a2e5c29..77f8c0c07 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_increase_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_nameds_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_nameds_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_nameds_increase_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_resize.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_resize.3 index a9f3673fb..a3ab45888 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_resize.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_resize.3 @@ -1,4 +1,4 @@ -.TH f_fss_nameds_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_nameds_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_nameds_resize .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_nest_adjust.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_nest_adjust.3 index afffcc949..9a2ccad12 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nest_adjust.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nest_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fss_nest_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_nest_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_nest_adjust .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_nest_decimate_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_nest_decimate_by.3 index 89b6c80b5..e0a7775f3 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nest_decimate_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nest_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_nest_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_nest_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_nest_decimate_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_nest_decrease_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_nest_decrease_by.3 index 02ed68804..a199e070d 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nest_decrease_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nest_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_nest_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_nest_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_nest_decrease_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_nest_increase.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_nest_increase.3 index dad7261e1..8d357cdb2 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nest_increase.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nest_increase.3 @@ -1,4 +1,4 @@ -.TH f_fss_nest_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_nest_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_nest_increase .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_nest_increase_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_nest_increase_by.3 index 152fd3178..83aa7b4a9 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nest_increase_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nest_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_nest_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_nest_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_nest_increase_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_nest_resize.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_nest_resize.3 index 48d09f48e..6595a3f16 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nest_resize.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nest_resize.3 @@ -1,4 +1,4 @@ -.TH f_fss_nest_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_nest_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_nest_resize .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_nests_adjust.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_nests_adjust.3 index e25bba160..b9b6ec8e2 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nests_adjust.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nests_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fss_nests_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_nests_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_nests_adjust .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_nests_decimate_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_nests_decimate_by.3 index ab171b2ec..bfbc4c558 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nests_decimate_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nests_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_nests_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_nests_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_nests_decimate_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_nests_decrease_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_nests_decrease_by.3 index bb915937c..e873a211a 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nests_decrease_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nests_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_nests_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_nests_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_nests_decrease_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_nests_increase.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_nests_increase.3 index c46ff35df..f8ccbaf8e 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nests_increase.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nests_increase.3 @@ -1,4 +1,4 @@ -.TH f_fss_nests_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_nests_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_nests_increase .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_nests_increase_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_nests_increase_by.3 index b5b663647..832801b25 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nests_increase_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nests_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_nests_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_nests_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_nests_increase_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_nests_resize.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_nests_resize.3 index 87c7f70c3..105340de0 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nests_resize.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nests_resize.3 @@ -1,4 +1,4 @@ -.TH f_fss_nests_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_nests_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_nests_resize .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_seek_to_eol.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_seek_to_eol.3 index 6d953bbbd..097a495c0 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_seek_to_eol.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_seek_to_eol.3 @@ -1,4 +1,4 @@ -.TH f_fss_seek_to_eol "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_seek_to_eol "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_seek_to_eol .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_set_adjust.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_set_adjust.3 index e05c11e97..ee61eec2c 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_adjust.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_set_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_set_adjust .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_set_decimate_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_set_decimate_by.3 index 81164e4f5..7de145a69 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_decimate_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_set_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_set_decimate_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_set_decrease_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_set_decrease_by.3 index feacd4954..ab9e6b1ce 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_decrease_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_set_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_set_decrease_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_set_increase.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_set_increase.3 index ab7de6529..27d3de912 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_increase.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_increase.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_set_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_set_increase .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_set_increase_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_set_increase_by.3 index 5f3fdc90a..f937db2d3 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_increase_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_set_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_set_increase_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_adjust.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_adjust.3 index a99be9f64..f309625e5 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_adjust.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quote_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_set_quote_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_set_quote_adjust .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_decimate_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_decimate_by.3 index ed0d68a85..5babbc72d 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_decimate_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quote_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_set_quote_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_set_quote_decimate_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_decrease_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_decrease_by.3 index fe8e1eed5..5c014f9c5 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_decrease_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quote_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_set_quote_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_set_quote_decrease_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_increase.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_increase.3 index 9517ce48f..ce2f023dd 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_increase.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_increase.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quote_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_set_quote_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_set_quote_increase .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_increase_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_increase_by.3 index de2d7f022..5180a9602 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_increase_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quote_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_set_quote_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_set_quote_increase_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_resize.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_resize.3 index c4fe81cc4..3d30c4ace 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_resize.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_resize.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quote_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_set_quote_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_set_quote_resize .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_adjust.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_adjust.3 index 6d9ae9ad4..c82b78dea 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_adjust.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quotes_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_set_quotes_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_set_quotes_adjust .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_decimate_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_decimate_by.3 index dda23fee5..2bc5451dc 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_decimate_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quotes_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_set_quotes_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_set_quotes_decimate_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_decrease_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_decrease_by.3 index b0a4b10f1..fd1bb2b41 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_decrease_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quotes_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_set_quotes_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_set_quotes_decrease_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_increase.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_increase.3 index 69cadd095..92353cd2a 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_increase.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_increase.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quotes_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_set_quotes_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_set_quotes_increase .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_increase_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_increase_by.3 index 8cb1b7d23..334c447d6 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_increase_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quotes_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_set_quotes_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_set_quotes_increase_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_resize.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_resize.3 index 1eb755c37..ac439f56b 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_resize.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_resize.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quotes_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_set_quotes_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_set_quotes_resize .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_set_resize.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_set_resize.3 index c1f2f1715..6644afce1 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_resize.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_resize.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_set_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_set_resize .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_sets_adjust.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_sets_adjust.3 index 2d409a674..622738471 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_sets_adjust.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_sets_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fss_sets_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_sets_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_sets_adjust .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_sets_decimate_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_sets_decimate_by.3 index 4bd7784f9..e543e68a9 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_sets_decimate_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_sets_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_sets_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_sets_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_sets_decimate_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_sets_decrease_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_sets_decrease_by.3 index af44917c7..8ebeb1e65 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_sets_decrease_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_sets_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_sets_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_sets_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_sets_decrease_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_sets_increase.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_sets_increase.3 index 21b4906a9..ad2056e47 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_sets_increase.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_sets_increase.3 @@ -1,4 +1,4 @@ -.TH f_fss_sets_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_sets_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_sets_increase .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_sets_increase_by.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_sets_increase_by.3 index c7fbf6891..b434ee138 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_sets_increase_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_sets_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_sets_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_sets_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_sets_increase_by .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_sets_resize.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_sets_resize.3 index 7f8eb8d99..4a5ccb176 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_sets_resize.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_sets_resize.3 @@ -1,4 +1,4 @@ -.TH f_fss_sets_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_sets_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_sets_resize .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_skip_past_delimit.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_skip_past_delimit.3 index 5bd3224d7..b0df28de4 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_skip_past_delimit.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_skip_past_delimit.3 @@ -1,4 +1,4 @@ -.TH f_fss_skip_past_delimit "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_skip_past_delimit "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_skip_past_delimit .SH SYNOPSIS diff --git a/level_0/f_fss/data/documentation/man/man3/f_fss_skip_past_space.3 b/level_0/f_fss/data/documentation/man/man3/f_fss_skip_past_space.3 index 4797e6dcd..69a483635 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_skip_past_space.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_skip_past_space.3 @@ -1,4 +1,4 @@ -.TH f_fss_skip_past_space "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fss_skip_past_space "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fss_skip_past_space .SH SYNOPSIS diff --git a/level_0/f_iki/data/build/settings b/level_0/f_iki/data/build/settings index bd6a5d587..9f88cad67 100644 --- a/level_0/f_iki/data/build/settings +++ b/level_0/f_iki/data/build/settings @@ -18,7 +18,7 @@ build_name f_iki version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_iki/data/build/settings-tests b/level_0/f_iki/data/build/settings-tests index 0086d608e..fa09b0daa 100644 --- a/level_0/f_iki/data/build/settings-tests +++ b/level_0/f_iki/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_iki version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_content_is.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_content_is.3 index 8eff9f6f9..f110573a9 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_content_is.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_content_is.3 @@ -1,4 +1,4 @@ -.TH f_iki_content_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_content_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_content_is .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_content_partial_is.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_content_partial_is.3 index 95fcbca29..e3c20dbf3 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_content_partial_is.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_content_partial_is.3 @@ -1,4 +1,4 @@ -.TH f_iki_content_partial_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_content_partial_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_content_partial_is .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_data_delete.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_data_delete.3 index 08d9b48fc..eecba2d18 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_data_delete.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_data_delete.3 @@ -1,4 +1,4 @@ -.TH f_iki_data_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_data_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_data_delete .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_data_destroy.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_data_destroy.3 index 46c4a0d78..ae6e5fa4b 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_data_destroy.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_data_destroy.3 @@ -1,4 +1,4 @@ -.TH f_iki_data_destroy "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_data_destroy "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_data_destroy .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_adjust.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_adjust.3 index a16d5b9cf..c804adb61 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_adjust.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_adjust.3 @@ -1,4 +1,4 @@ -.TH f_iki_datas_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_datas_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_datas_adjust .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_append.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_append.3 index 07d2d4b4d..3377fdfd1 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_append.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_append.3 @@ -1,4 +1,4 @@ -.TH f_iki_datas_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_datas_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_datas_append .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_append_all.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_append_all.3 index d709b0e45..05c74b60b 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_append_all.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_append_all.3 @@ -1,4 +1,4 @@ -.TH f_iki_datas_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_datas_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_datas_append_all .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_decimate_by.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_decimate_by.3 index dc3b60dbe..cbae7c164 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_decimate_by.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_iki_datas_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_datas_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_datas_decimate_by .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_decrease_by.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_decrease_by.3 index e22b640b1..b4f4c10c8 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_decrease_by.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_iki_datas_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_datas_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_datas_decrease_by .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_increase.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_increase.3 index 440693530..2bb239c94 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_increase.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_increase.3 @@ -1,4 +1,4 @@ -.TH f_iki_datas_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_datas_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_datas_increase .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_increase_by.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_increase_by.3 index b5dc6f5a5..ab3903228 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_increase_by.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_iki_datas_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_datas_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_datas_increase_by .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_resize.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_resize.3 index c102858ae..41620fab8 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_resize.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_resize.3 @@ -1,4 +1,4 @@ -.TH f_iki_datas_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_datas_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_datas_resize .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_adjust.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_adjust.3 index 2e9b89c84..dd043107d 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_adjust.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_adjust.3 @@ -1,4 +1,4 @@ -.TH f_iki_datass_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_datass_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_datass_adjust .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_append.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_append.3 index b8b821723..2bdd7132a 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_append.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_append.3 @@ -1,4 +1,4 @@ -.TH f_iki_datass_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_datass_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_datass_append .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_append_all.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_append_all.3 index 13667d4c4..75dea1e9e 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_append_all.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_append_all.3 @@ -1,4 +1,4 @@ -.TH f_iki_datass_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_datass_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_datass_append_all .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_decimate_by.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_decimate_by.3 index 32a83a874..931a76d82 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_decimate_by.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_iki_datass_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_datass_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_datass_decimate_by .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_decrease_by.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_decrease_by.3 index 612e86ee1..c8bf84ca2 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_decrease_by.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_iki_datass_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_datass_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_datass_decrease_by .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_increase.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_increase.3 index 403421c90..d66b6c59c 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_increase.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_increase.3 @@ -1,4 +1,4 @@ -.TH f_iki_datass_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_datass_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_datass_increase .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_increase_by.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_increase_by.3 index 2203846cf..919c386a5 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_increase_by.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_iki_datass_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_datass_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_datass_increase_by .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_resize.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_resize.3 index 3b0160205..acdc745fc 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_resize.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_resize.3 @@ -1,4 +1,4 @@ -.TH f_iki_datass_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_datass_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_datass_resize .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_object_is.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_object_is.3 index d0acbcfe9..c733798a0 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_object_is.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_object_is.3 @@ -1,4 +1,4 @@ -.TH f_iki_object_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_object_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_object_is .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_object_partial_is.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_object_partial_is.3 index 12043ecc2..700d29c50 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_object_partial_is.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_object_partial_is.3 @@ -1,4 +1,4 @@ -.TH f_iki_object_partial_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_object_partial_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_object_partial_is .SH SYNOPSIS diff --git a/level_0/f_iki/data/documentation/man/man3/f_iki_read.3 b/level_0/f_iki/data/documentation/man/man3/f_iki_read.3 index 968b25e70..6cd8790aa 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_read.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_read.3 @@ -1,4 +1,4 @@ -.TH f_iki_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_iki_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_iki_read .SH SYNOPSIS diff --git a/level_0/f_iki/tests/unit/c/test-iki-read.c b/level_0/f_iki/tests/unit/c/test-iki-read.c index 1ef5e5c10..75fbf0912 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-read.c +++ b/level_0/f_iki/tests/unit/c/test-iki-read.c @@ -108,9 +108,9 @@ void test__f_iki_read__works(void **state) { macro_f_string_static_t_initialize("IKI Content:\"May have spaces\\\" and quotes.\"", 0, 43), macro_f_string_static_t_initialize("IKI Content:'May have spaces\\' and\" quotes.'", 0, 44), macro_f_string_static_t_initialize("IKI Content:\"May have spaces\\\" and' quotes.\"", 0, 44), - macro_f_string_static_t_initialize("url:'https://localhost/fake-0.6.12.tar.gz?query=xx¶meter=yyy%20' end.", 0, 73), - macro_f_string_static_t_initialize("url:\"https://localhost/fake-0.6.12.tar.gz?query=xx¶meter=yyy%20\" end.", 0, 73), - macro_f_string_static_t_initialize("url:`https://localhost/fake-0.6.12.tar.gz?query=xx¶meter=yyy%20` end.", 0, 73), + macro_f_string_static_t_initialize("url:'https://localhost/fake-0.6.13.tar.gz?query=xx¶meter=yyy%20' end.", 0, 73), + macro_f_string_static_t_initialize("url:\"https://localhost/fake-0.6.13.tar.gz?query=xx¶meter=yyy%20\" end.", 0, 73), + macro_f_string_static_t_initialize("url:`https://localhost/fake-0.6.13.tar.gz?query=xx¶meter=yyy%20` end.", 0, 73), macro_f_string_static_t_initialize("iki:'\"`' iki:'`\"'", 0, 17), }; diff --git a/level_0/f_limit/data/build/settings b/level_0/f_limit/data/build/settings index 552f5178e..8206cf6d1 100644 --- a/level_0/f_limit/data/build/settings +++ b/level_0/f_limit/data/build/settings @@ -18,7 +18,7 @@ build_name f_limit version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_limit/data/build/settings-mocks b/level_0/f_limit/data/build/settings-mocks index 3735a75da..9327fea86 100644 --- a/level_0/f_limit/data/build/settings-mocks +++ b/level_0/f_limit/data/build/settings-mocks @@ -4,7 +4,7 @@ build_name f_limit version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_limit/data/build/settings-tests b/level_0/f_limit/data/build/settings-tests index b7705caa9..1261887a7 100644 --- a/level_0/f_limit/data/build/settings-tests +++ b/level_0/f_limit/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_limit version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_process.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_process.3 index f6464d103..11afaeee4 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_process.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_process.3 @@ -1,4 +1,4 @@ -.TH f_limit_process "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_process "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_process .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_adjust.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_adjust.3 index 14d479dfe..ee82ce31a 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_adjust.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_adjust.3 @@ -1,4 +1,4 @@ -.TH f_limit_sets_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_sets_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_sets_adjust .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_append.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_append.3 index d4d8c4685..08aa7e626 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_append.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_append.3 @@ -1,4 +1,4 @@ -.TH f_limit_sets_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_sets_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_sets_append .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_append_all.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_append_all.3 index af806aa40..366049cc2 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_append_all.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_append_all.3 @@ -1,4 +1,4 @@ -.TH f_limit_sets_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_sets_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_sets_append_all .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_decimate_by.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_decimate_by.3 index ed099544a..49a15ceae 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_decimate_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_sets_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_sets_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_sets_decimate_by .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_decrease_by.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_decrease_by.3 index 6d4b7c2a1..0960123b1 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_decrease_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_sets_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_sets_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_sets_decrease_by .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_increase.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_increase.3 index 7e9c65c06..46b62703b 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_increase.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_increase.3 @@ -1,4 +1,4 @@ -.TH f_limit_sets_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_sets_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_sets_increase .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_increase_by.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_increase_by.3 index 0c1484f51..23be682ab 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_increase_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_sets_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_sets_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_sets_increase_by .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_resize.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_resize.3 index cceff0de9..12222f252 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_resize.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_resize.3 @@ -1,4 +1,4 @@ -.TH f_limit_sets_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_sets_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_sets_resize .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_adjust.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_adjust.3 index 485ce1bd1..857f1fb04 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_adjust.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_limit_setss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_setss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_setss_adjust .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_append.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_append.3 index b32a9ffaa..23d8574a7 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_append.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_append.3 @@ -1,4 +1,4 @@ -.TH f_limit_setss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_setss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_setss_append .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_append_all.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_append_all.3 index 9a24a9d8b..429aaf2c2 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_append_all.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_limit_setss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_setss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_setss_append_all .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_decimate_by.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_decimate_by.3 index 7c3162909..2b9866d48 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_decimate_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_setss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_setss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_setss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_decrease_by.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_decrease_by.3 index d3e09b705..ea6c2d5a2 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_decrease_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_setss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_setss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_setss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_increase.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_increase.3 index bf3956833..974cf7f8c 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_increase.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_increase.3 @@ -1,4 +1,4 @@ -.TH f_limit_setss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_setss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_setss_increase .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_increase_by.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_increase_by.3 index dcb3b2afe..05338e634 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_increase_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_setss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_setss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_setss_increase_by .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_resize.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_resize.3 index b1c0e99c4..7c7f42c08 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_resize.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_resize.3 @@ -1,4 +1,4 @@ -.TH f_limit_setss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_setss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_setss_resize .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_values_adjust.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_values_adjust.3 index e564f86bb..78ebd645a 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_values_adjust.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_values_adjust.3 @@ -1,4 +1,4 @@ -.TH f_limit_values_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_values_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_values_adjust .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_values_append.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_values_append.3 index 6c541d1b6..ca1e9d02f 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_values_append.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_values_append.3 @@ -1,4 +1,4 @@ -.TH f_limit_values_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_values_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_values_append .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_values_append_all.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_values_append_all.3 index 89e4c2de2..468bb225c 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_values_append_all.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_values_append_all.3 @@ -1,4 +1,4 @@ -.TH f_limit_values_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_values_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_values_append_all .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_values_decimate_by.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_values_decimate_by.3 index 9230c69f0..4075f76ce 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_values_decimate_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_values_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_values_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_values_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_values_decimate_by .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_values_decrease_by.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_values_decrease_by.3 index 4ceb65362..95df37cf8 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_values_decrease_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_values_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_values_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_values_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_values_decrease_by .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_values_increase.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_values_increase.3 index 636fb69a0..43ce30bb2 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_values_increase.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_values_increase.3 @@ -1,4 +1,4 @@ -.TH f_limit_values_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_values_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_values_increase .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_values_increase_by.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_values_increase_by.3 index 72b615206..ccf4331a0 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_values_increase_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_values_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_values_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_values_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_values_increase_by .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_values_resize.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_values_resize.3 index 323843c65..d9c7ee2d7 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_values_resize.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_values_resize.3 @@ -1,4 +1,4 @@ -.TH f_limit_values_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_values_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_values_resize .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_adjust.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_adjust.3 index c8d273dcb..d6f0da67e 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_adjust.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_adjust.3 @@ -1,4 +1,4 @@ -.TH f_limit_valuess_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_valuess_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_valuess_adjust .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_append.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_append.3 index a23cfdc3d..db192d99e 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_append.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_append.3 @@ -1,4 +1,4 @@ -.TH f_limit_valuess_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_valuess_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_valuess_append .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_append_all.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_append_all.3 index e3ded8e61..05366f239 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_append_all.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_append_all.3 @@ -1,4 +1,4 @@ -.TH f_limit_valuess_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_valuess_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_valuess_append_all .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_decimate_by.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_decimate_by.3 index c4e3caaf6..9f09934b5 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_decimate_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_valuess_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_valuess_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_valuess_decimate_by .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_decrease_by.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_decrease_by.3 index b04bfdac5..229dd50ab 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_decrease_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_valuess_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_valuess_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_valuess_decrease_by .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_increase.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_increase.3 index b1814463f..6af9b25c4 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_increase.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_increase.3 @@ -1,4 +1,4 @@ -.TH f_limit_valuess_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_valuess_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_valuess_increase .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_increase_by.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_increase_by.3 index 5d55c8476..cb5cc46fa 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_increase_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_valuess_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_valuess_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_valuess_increase_by .SH SYNOPSIS diff --git a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_resize.3 b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_resize.3 index 60c4b87c1..7ec8a2f5f 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_resize.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_resize.3 @@ -1,4 +1,4 @@ -.TH f_limit_valuess_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_limit_valuess_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_limit_valuess_resize .SH SYNOPSIS diff --git a/level_0/f_memory/data/build/settings b/level_0/f_memory/data/build/settings index 562d6907f..c699fe66d 100644 --- a/level_0/f_memory/data/build/settings +++ b/level_0/f_memory/data/build/settings @@ -18,7 +18,7 @@ build_name f_memory version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_memory/data/documentation/man/man3/f_memory_adjust.3 b/level_0/f_memory/data/documentation/man/man3/f_memory_adjust.3 index a50ad80a9..3f36d11bb 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_adjust.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_adjust.3 @@ -1,4 +1,4 @@ -.TH f_memory_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_memory_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_memory_adjust .SH SYNOPSIS diff --git a/level_0/f_memory/data/documentation/man/man3/f_memory_delete.3 b/level_0/f_memory/data/documentation/man/man3/f_memory_delete.3 index f3bbcf141..b75fb8133 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_delete.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_delete.3 @@ -1,4 +1,4 @@ -.TH f_memory_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_memory_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_memory_delete .SH SYNOPSIS diff --git a/level_0/f_memory/data/documentation/man/man3/f_memory_destroy.3 b/level_0/f_memory/data/documentation/man/man3/f_memory_destroy.3 index 961256040..1756f5530 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_destroy.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_destroy.3 @@ -1,4 +1,4 @@ -.TH f_memory_destroy "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_memory_destroy "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_memory_destroy .SH SYNOPSIS diff --git a/level_0/f_memory/data/documentation/man/man3/f_memory_new.3 b/level_0/f_memory/data/documentation/man/man3/f_memory_new.3 index 618e7ad9a..74ce29fad 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_new.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_new.3 @@ -1,4 +1,4 @@ -.TH f_memory_new "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_memory_new "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_memory_new .SH SYNOPSIS diff --git a/level_0/f_memory/data/documentation/man/man3/f_memory_new_aligned.3 b/level_0/f_memory/data/documentation/man/man3/f_memory_new_aligned.3 index c937d5885..fcdd07df3 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_new_aligned.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_new_aligned.3 @@ -1,4 +1,4 @@ -.TH f_memory_new_aligned "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_memory_new_aligned "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_memory_new_aligned .SH SYNOPSIS diff --git a/level_0/f_memory/data/documentation/man/man3/f_memory_resize.3 b/level_0/f_memory/data/documentation/man/man3/f_memory_resize.3 index 85f1ba2a9..747da219c 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_resize.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_resize.3 @@ -1,4 +1,4 @@ -.TH f_memory_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_memory_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_memory_resize .SH SYNOPSIS diff --git a/level_0/f_memory/data/documentation/man/man3/f_memory_structure_adjust.3 b/level_0/f_memory/data/documentation/man/man3/f_memory_structure_adjust.3 index 8bd7dc6a8..5a23762a0 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_structure_adjust.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_structure_adjust.3 @@ -1,4 +1,4 @@ -.TH f_memory_structure_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_memory_structure_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_memory_structure_adjust .SH SYNOPSIS diff --git a/level_0/f_memory/data/documentation/man/man3/f_memory_structure_decimate_by.3 b/level_0/f_memory/data/documentation/man/man3/f_memory_structure_decimate_by.3 index a27aac676..fefc106e8 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_structure_decimate_by.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_structure_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_memory_structure_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_memory_structure_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_memory_structure_decimate_by .SH SYNOPSIS diff --git a/level_0/f_memory/data/documentation/man/man3/f_memory_structure_decrease_by.3 b/level_0/f_memory/data/documentation/man/man3/f_memory_structure_decrease_by.3 index ffdc6cf6e..f8243a00c 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_structure_decrease_by.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_structure_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_memory_structure_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_memory_structure_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_memory_structure_decrease_by .SH SYNOPSIS diff --git a/level_0/f_memory/data/documentation/man/man3/f_memory_structure_increase.3 b/level_0/f_memory/data/documentation/man/man3/f_memory_structure_increase.3 index b02811be7..612f78060 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_structure_increase.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_structure_increase.3 @@ -1,4 +1,4 @@ -.TH f_memory_structure_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_memory_structure_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_memory_structure_increase .SH SYNOPSIS diff --git a/level_0/f_memory/data/documentation/man/man3/f_memory_structure_increase_by.3 b/level_0/f_memory/data/documentation/man/man3/f_memory_structure_increase_by.3 index a885cd944..290949763 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_structure_increase_by.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_structure_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_memory_structure_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_memory_structure_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_memory_structure_increase_by .SH SYNOPSIS diff --git a/level_0/f_memory/data/documentation/man/man3/f_memory_structure_resize.3 b/level_0/f_memory/data/documentation/man/man3/f_memory_structure_resize.3 index 4e34f458e..ea67f69ed 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_structure_resize.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_structure_resize.3 @@ -1,4 +1,4 @@ -.TH f_memory_structure_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_memory_structure_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_memory_structure_resize .SH SYNOPSIS diff --git a/level_0/f_path/data/build/settings b/level_0/f_path/data/build/settings index deafcb395..dfc0be69d 100644 --- a/level_0/f_path/data/build/settings +++ b/level_0/f_path/data/build/settings @@ -18,7 +18,7 @@ build_name f_path version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_path/data/build/settings-mocks b/level_0/f_path/data/build/settings-mocks index 6dca8f7c0..93a37496a 100644 --- a/level_0/f_path/data/build/settings-mocks +++ b/level_0/f_path/data/build/settings-mocks @@ -14,7 +14,7 @@ build_name f_path version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_path/data/build/settings-tests b/level_0/f_path/data/build/settings-tests index d3f2ac785..6825ab408 100644 --- a/level_0/f_path/data/build/settings-tests +++ b/level_0/f_path/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_path version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_path/data/documentation/man/man3/f_path_change.3 b/level_0/f_path/data/documentation/man/man3/f_path_change.3 index ecbf114f9..5a458e6fe 100644 --- a/level_0/f_path/data/documentation/man/man3/f_path_change.3 +++ b/level_0/f_path/data/documentation/man/man3/f_path_change.3 @@ -1,4 +1,4 @@ -.TH f_path_change "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_path_change "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_path_change .SH SYNOPSIS diff --git a/level_0/f_path/data/documentation/man/man3/f_path_change_at.3 b/level_0/f_path/data/documentation/man/man3/f_path_change_at.3 index d0d527db9..ae7c95377 100644 --- a/level_0/f_path/data/documentation/man/man3/f_path_change_at.3 +++ b/level_0/f_path/data/documentation/man/man3/f_path_change_at.3 @@ -1,4 +1,4 @@ -.TH f_path_change_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_path_change_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_path_change_at .SH SYNOPSIS diff --git a/level_0/f_path/data/documentation/man/man3/f_path_current.3 b/level_0/f_path/data/documentation/man/man3/f_path_current.3 index 12979e5c0..3fe423ef9 100644 --- a/level_0/f_path/data/documentation/man/man3/f_path_current.3 +++ b/level_0/f_path/data/documentation/man/man3/f_path_current.3 @@ -1,4 +1,4 @@ -.TH f_path_current "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_path_current "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_path_current .SH SYNOPSIS diff --git a/level_0/f_path/data/documentation/man/man3/f_path_directory_cleanup.3 b/level_0/f_path/data/documentation/man/man3/f_path_directory_cleanup.3 index 23dac4ffa..9dfbea3c4 100644 --- a/level_0/f_path/data/documentation/man/man3/f_path_directory_cleanup.3 +++ b/level_0/f_path/data/documentation/man/man3/f_path_directory_cleanup.3 @@ -1,4 +1,4 @@ -.TH f_path_directory_cleanup "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_path_directory_cleanup "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_path_directory_cleanup .SH SYNOPSIS diff --git a/level_0/f_path/data/documentation/man/man3/f_path_is.3 b/level_0/f_path/data/documentation/man/man3/f_path_is.3 index fba707bab..5552d3d08 100644 --- a/level_0/f_path/data/documentation/man/man3/f_path_is.3 +++ b/level_0/f_path/data/documentation/man/man3/f_path_is.3 @@ -1,4 +1,4 @@ -.TH f_path_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_path_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_path_is .SH SYNOPSIS diff --git a/level_0/f_path/data/documentation/man/man3/f_path_is_absolute.3 b/level_0/f_path/data/documentation/man/man3/f_path_is_absolute.3 index 93362ab45..b20f2ade7 100644 --- a/level_0/f_path/data/documentation/man/man3/f_path_is_absolute.3 +++ b/level_0/f_path/data/documentation/man/man3/f_path_is_absolute.3 @@ -1,4 +1,4 @@ -.TH f_path_is_absolute "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_path_is_absolute "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_path_is_absolute .SH SYNOPSIS diff --git a/level_0/f_path/data/documentation/man/man3/f_path_is_relative.3 b/level_0/f_path/data/documentation/man/man3/f_path_is_relative.3 index 0957c2020..6996ae399 100644 --- a/level_0/f_path/data/documentation/man/man3/f_path_is_relative.3 +++ b/level_0/f_path/data/documentation/man/man3/f_path_is_relative.3 @@ -1,4 +1,4 @@ -.TH f_path_is_relative "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_path_is_relative "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_path_is_relative .SH SYNOPSIS diff --git a/level_0/f_path/data/documentation/man/man3/f_path_is_relative_current.3 b/level_0/f_path/data/documentation/man/man3/f_path_is_relative_current.3 index f8415e935..dca2dda29 100644 --- a/level_0/f_path/data/documentation/man/man3/f_path_is_relative_current.3 +++ b/level_0/f_path/data/documentation/man/man3/f_path_is_relative_current.3 @@ -1,4 +1,4 @@ -.TH f_path_is_relative_current "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_path_is_relative_current "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_path_is_relative_current .SH SYNOPSIS diff --git a/level_0/f_path/data/documentation/man/man3/f_path_real.3 b/level_0/f_path/data/documentation/man/man3/f_path_real.3 index 163968034..af885ea9e 100644 --- a/level_0/f_path/data/documentation/man/man3/f_path_real.3 +++ b/level_0/f_path/data/documentation/man/man3/f_path_real.3 @@ -1,4 +1,4 @@ -.TH f_path_real "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_path_real "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_path_real .SH SYNOPSIS diff --git a/level_0/f_pipe/data/build/settings b/level_0/f_pipe/data/build/settings index 830bac4b1..1d0b91a10 100644 --- a/level_0/f_pipe/data/build/settings +++ b/level_0/f_pipe/data/build/settings @@ -18,7 +18,7 @@ build_name f_pipe version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_pipe/data/build/settings-mocks b/level_0/f_pipe/data/build/settings-mocks index b7c90786a..0b3968ce3 100644 --- a/level_0/f_pipe/data/build/settings-mocks +++ b/level_0/f_pipe/data/build/settings-mocks @@ -4,7 +4,7 @@ build_name f_pipe version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_pipe/data/build/settings-tests b/level_0/f_pipe/data/build/settings-tests index a9f039213..ef1e37346 100644 --- a/level_0/f_pipe/data/build/settings-tests +++ b/level_0/f_pipe/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_pipe version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_pipe/data/documentation/man/man3/f_pipe_debug_exists.3 b/level_0/f_pipe/data/documentation/man/man3/f_pipe_debug_exists.3 index 53847c70d..e75f15b59 100644 --- a/level_0/f_pipe/data/documentation/man/man3/f_pipe_debug_exists.3 +++ b/level_0/f_pipe/data/documentation/man/man3/f_pipe_debug_exists.3 @@ -1,4 +1,4 @@ -.TH f_pipe_debug_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_pipe_debug_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_pipe_debug_exists .SH SYNOPSIS diff --git a/level_0/f_pipe/data/documentation/man/man3/f_pipe_error_exists.3 b/level_0/f_pipe/data/documentation/man/man3/f_pipe_error_exists.3 index dac502c37..86a4f809e 100644 --- a/level_0/f_pipe/data/documentation/man/man3/f_pipe_error_exists.3 +++ b/level_0/f_pipe/data/documentation/man/man3/f_pipe_error_exists.3 @@ -1,4 +1,4 @@ -.TH f_pipe_error_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_pipe_error_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_pipe_error_exists .SH SYNOPSIS diff --git a/level_0/f_pipe/data/documentation/man/man3/f_pipe_input_exists.3 b/level_0/f_pipe/data/documentation/man/man3/f_pipe_input_exists.3 index 0f52d8c6e..0c32a8db6 100644 --- a/level_0/f_pipe/data/documentation/man/man3/f_pipe_input_exists.3 +++ b/level_0/f_pipe/data/documentation/man/man3/f_pipe_input_exists.3 @@ -1,4 +1,4 @@ -.TH f_pipe_input_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_pipe_input_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_pipe_input_exists .SH SYNOPSIS diff --git a/level_0/f_pipe/data/documentation/man/man3/f_pipe_warning_exists.3 b/level_0/f_pipe/data/documentation/man/man3/f_pipe_warning_exists.3 index 0cb1e91ab..e5cb67d22 100644 --- a/level_0/f_pipe/data/documentation/man/man3/f_pipe_warning_exists.3 +++ b/level_0/f_pipe/data/documentation/man/man3/f_pipe_warning_exists.3 @@ -1,4 +1,4 @@ -.TH f_pipe_warning_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_pipe_warning_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_pipe_warning_exists .SH SYNOPSIS diff --git a/level_0/f_print/data/build/settings b/level_0/f_print/data/build/settings index 4624c8de7..6975b44c0 100644 --- a/level_0/f_print/data/build/settings +++ b/level_0/f_print/data/build/settings @@ -18,7 +18,7 @@ build_name f_print version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_print/data/build/settings-mocks b/level_0/f_print/data/build/settings-mocks index 0f1a43368..d1ba338a8 100644 --- a/level_0/f_print/data/build/settings-mocks +++ b/level_0/f_print/data/build/settings-mocks @@ -14,7 +14,7 @@ build_name f_print version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_print/data/build/settings-tests b/level_0/f_print/data/build/settings-tests index a403cb2d4..ce406b134 100644 --- a/level_0/f_print/data/build/settings-tests +++ b/level_0/f_print/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_print version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_print/data/documentation/man/man3/f_print.3 b/level_0/f_print/data/documentation/man/man3/f_print.3 index 0818c9cd4..8db2977f6 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print.3 @@ -1,4 +1,4 @@ -.TH f_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_character.3 b/level_0/f_print/data/documentation/man/man3/f_print_character.3 index 11db3dfea..85eda073e 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_character.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_character.3 @@ -1,4 +1,4 @@ -.TH f_print_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_character .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_character_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_character_safely.3 index cd7cfe748..d7ac95220 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_character_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_character_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_character_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_character_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_character_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_character_safely_get.3 b/level_0/f_print/data/documentation/man/man3/f_print_character_safely_get.3 index 67e57212d..7687374fe 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_character_safely_get.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_character_safely_get.3 @@ -1,4 +1,4 @@ -.TH f_print_character_safely_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_character_safely_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_character_safely_get .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_dynamic.3 b/level_0/f_print/data/documentation/man/man3/f_print_dynamic.3 index 7b4ef09ea..36d6fa3bc 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_dynamic.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_dynamic.3 @@ -1,4 +1,4 @@ -.TH f_print_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_dynamic .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial.3 b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial.3 index 920a1f9bb..379804219 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH f_print_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_dynamic_partial .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial_raw.3 b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial_raw.3 index fbaeb17a9..77dc4a085 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_dynamic_partial_raw .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial_raw_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial_raw_safely.3 index a422d6bde..5e1b05eef 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_dynamic_partial_raw_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial_safely.3 index 9b190d1b0..aa295e2c2 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_dynamic_partial_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_raw.3 b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_raw.3 index f53a0ebdf..5257b3a07 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_dynamic_raw .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_raw_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_raw_safely.3 index d14f3f92e..85ad7b305 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_dynamic_raw_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_safely.3 index c8ef39623..cf88e4442 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_dynamic_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except.3 b/level_0/f_print/data/documentation/man/man3/f_print_except.3 index 71042c7c9..222c26339 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except.3 @@ -1,4 +1,4 @@ -.TH f_print_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic.3 index 699f2cb95..6c6733989 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic.3 @@ -1,4 +1,4 @@ -.TH f_print_except_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_dynamic .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial.3 index ece08189d..d38815fdc 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH f_print_except_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_dynamic_partial .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial_raw.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial_raw.3 index 2222b2d1d..aefffc517 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_except_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_dynamic_partial_raw .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial_raw_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial_raw_safely.3 index b202ba5d7..25ded552c 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_dynamic_partial_raw_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial_safely.3 index 285fd9714..2bb9bc17a 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_dynamic_partial_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_raw.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_raw.3 index a15d8bb13..f5e8aaf65 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_except_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_dynamic_raw .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_raw_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_raw_safely.3 index 678e337ce..c91820d44 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_dynamic_raw_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_safely.3 index d40d6ea2b..285b3e5f7 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_dynamic_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_in.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_in.3 index b9e31abc1..a5f54d4ce 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_in "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_in .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic.3 index 8aa01e5cc..9bfb8e61b 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_in_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_in_dynamic .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial.3 index 464dc9712..a90c64710 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_in_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_in_dynamic_partial .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial_raw.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial_raw.3 index f621f741c..f52222bcb 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_in_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_in_dynamic_partial_raw .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial_raw_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial_raw_safely.3 index 67574f6f4..e39fcf3b9 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_in_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_in_dynamic_partial_raw_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial_safely.3 index cde3e470a..ac55f95e9 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_in_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_in_dynamic_partial_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_raw.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_raw.3 index f9a99239f..0c5a0ad8c 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_in_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_in_dynamic_raw .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_raw_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_raw_safely.3 index c107db7f5..22d93bffd 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_in_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_in_dynamic_raw_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_safely.3 index b673c0844..ad95334ca 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_in_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_in_dynamic_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_in_raw.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_in_raw.3 index e96a02c61..592022c42 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_in_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_in_raw .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_in_raw_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_in_raw_safely.3 index 081c90bc5..3641cef77 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_in_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_in_raw_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_in_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_in_safely.3 index bc85cbe78..acbcdb21b 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_in_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_in_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_raw.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_raw.3 index 3faa3f1bd..ab679a2d8 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_except_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_raw .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_raw_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_raw_safely.3 index 221214220..367f120ce 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_raw_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_except_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_except_safely.3 index 26efd65b3..9ddd345c9 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_except_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_except_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_raw.3 b/level_0/f_print/data/documentation/man/man3/f_print_raw.3 index a489d63f6..70fe0a009 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_raw .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_raw_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_raw_safely.3 index 1d086edaa..c402af27f 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_raw_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_raw_terminated.3 b/level_0/f_print/data/documentation/man/man3/f_print_raw_terminated.3 index c80901a87..4361aaa2f 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_raw_terminated.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_raw_terminated.3 @@ -1,4 +1,4 @@ -.TH f_print_raw_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_raw_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_raw_terminated .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_safely.3 index 9b13ed51e..27379742d 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_safely_get.3 b/level_0/f_print/data/documentation/man/man3/f_print_safely_get.3 index a1759c5ba..b7634ae36 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_safely_get.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_safely_get.3 @@ -1,4 +1,4 @@ -.TH f_print_safely_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_safely_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_safely_get .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_safely_terminated.3 b/level_0/f_print/data/documentation/man/man3/f_print_safely_terminated.3 index a0822aa2b..980b074a0 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_safely_terminated.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_safely_terminated.3 @@ -1,4 +1,4 @@ -.TH f_print_safely_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_safely_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_safely_terminated .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_terminated.3 b/level_0/f_print/data/documentation/man/man3/f_print_terminated.3 index 9a269f6f2..34ecc7f3d 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_terminated.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_terminated.3 @@ -1,4 +1,4 @@ -.TH f_print_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_terminated .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to.3 b/level_0/f_print/data/documentation/man/man3/f_print_to.3 index 9edff6cb6..2643f9564 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to.3 @@ -1,4 +1,4 @@ -.TH f_print_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_character.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_character.3 index b472a67ed..3995f74c9 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_character.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_character.3 @@ -1,4 +1,4 @@ -.TH f_print_to_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_character .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_character_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_character_safely.3 index 424e12959..a031ce910 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_character_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_character_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_character_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_character_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_character_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic.3 index 2569e9e37..c43e1909e 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic.3 @@ -1,4 +1,4 @@ -.TH f_print_to_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_dynamic .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial.3 index 9b096d6f9..2adc3e823 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH f_print_to_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_dynamic_partial .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial_raw.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial_raw.3 index 133a3b9ec..bb725234e 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_to_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_dynamic_partial_raw .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial_raw_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial_raw_safely.3 index 7edb9f9e7..107d14266 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_dynamic_partial_raw_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial_safely.3 index 2b414e06a..96e725c0d 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_dynamic_partial_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_raw.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_raw.3 index ec01aa9a5..b72e74124 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_to_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_dynamic_raw .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_raw_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_raw_safely.3 index b4ff5b1f6..98b0ac4a9 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_dynamic_raw_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_safely.3 index 05432bd26..a854a339d 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_dynamic_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except.3 index 9edb77e0d..79fb25f76 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic.3 index ad74d33e9..737a91c37 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_dynamic .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial.3 index e0f54ac9f..08d5a37a3 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_dynamic_partial .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial_raw.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial_raw.3 index 7ed6d2966..cfe1587a6 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_dynamic_partial_raw .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial_raw_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial_raw_safely.3 index 6e3c6a181..d6c0ffc02 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_dynamic_partial_raw_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial_safely.3 index f9e5a338a..1469ce98c 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_dynamic_partial_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_raw.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_raw.3 index d0afebd8f..0605d8dd3 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_dynamic_raw .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_raw_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_raw_safely.3 index 5049e003a..c63ad67f5 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_dynamic_raw_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_safely.3 index 422981ee7..3948c3ec6 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_dynamic_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in.3 index 46e4ef8ed..d23e47420 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_in "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_in .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic.3 index 643dbf763..ad605a501 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_in_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_in_dynamic .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial.3 index ae7bf7869..1ac58e1bc 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_in_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_in_dynamic_partial .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial_raw.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial_raw.3 index b1a57bb8a..953899ce3 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_in_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_in_dynamic_partial_raw .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial_raw_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial_raw_safely.3 index 54090e02a..95c4dc76a 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_in_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_in_dynamic_partial_raw_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial_safely.3 index 7d4e6c355..5d735fd2f 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_in_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_in_dynamic_partial_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_raw.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_raw.3 index 46db67f20..f10453008 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_in_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_in_dynamic_raw .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_raw_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_raw_safely.3 index 07aebfa0d..7f18415b0 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_in_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_in_dynamic_raw_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_safely.3 index 13b5a0a06..894a96f31 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_in_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_in_dynamic_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_raw.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_raw.3 index 48bd76839..1cc4ee4ed 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_in_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_in_raw .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_raw_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_raw_safely.3 index e6e27b064..97dc31748 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_in_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_in_raw_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_safely.3 index 3ec7b8dd6..7d30f5763 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_in_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_in_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_raw.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_raw.3 index ddbcee30d..78fb2e0f8 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_raw .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_raw_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_raw_safely.3 index 5550a56b7..f85493b56 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_raw_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_except_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_except_safely.3 index a5dab7e7d..23049a8f9 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_except_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_except_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_raw.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_raw.3 index f6ed044e8..aba48beaf 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_to_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_raw .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_raw_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_raw_safely.3 index cfc651cd7..a25d8d251 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_raw_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_raw_terminated.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_raw_terminated.3 index df2c6e6d2..762b348cc 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_raw_terminated.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_raw_terminated.3 @@ -1,4 +1,4 @@ -.TH f_print_to_raw_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_raw_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_raw_terminated .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_safely.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_safely.3 index 09a9b0bbe..d5efb3644 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_safely .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_safely_terminated.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_safely_terminated.3 index 47970ad6e..38c76df98 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_safely_terminated.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_safely_terminated.3 @@ -1,4 +1,4 @@ -.TH f_print_to_safely_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_safely_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_safely_terminated .SH SYNOPSIS diff --git a/level_0/f_print/data/documentation/man/man3/f_print_to_terminated.3 b/level_0/f_print/data/documentation/man/man3/f_print_to_terminated.3 index 45ca2c831..20c1bcb30 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_terminated.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_terminated.3 @@ -1,4 +1,4 @@ -.TH f_print_to_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_print_to_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_print_to_terminated .SH SYNOPSIS diff --git a/level_0/f_serialize/data/build/settings b/level_0/f_serialize/data/build/settings index 7a040c4b8..b668e150b 100644 --- a/level_0/f_serialize/data/build/settings +++ b/level_0/f_serialize/data/build/settings @@ -18,7 +18,7 @@ build_name f_serialize version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_serialize/data/build/settings-mocks b/level_0/f_serialize/data/build/settings-mocks index a364b721e..a7b95af81 100644 --- a/level_0/f_serialize/data/build/settings-mocks +++ b/level_0/f_serialize/data/build/settings-mocks @@ -14,7 +14,7 @@ build_name f_serialize version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_serialize/data/build/settings-tests b/level_0/f_serialize/data/build/settings-tests index 418863433..f36fee1b8 100644 --- a/level_0/f_serialize/data/build/settings-tests +++ b/level_0/f_serialize/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_serialize version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple.3 b/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple.3 index 36f70c11a..2ac4da219 100644 --- a/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple.3 +++ b/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple.3 @@ -1,4 +1,4 @@ -.TH f_serialize_from_simple "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_serialize_from_simple "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_serialize_from_simple .SH SYNOPSIS diff --git a/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple_get.3 b/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple_get.3 index b503a11a6..783a9fa4a 100644 --- a/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple_get.3 +++ b/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple_get.3 @@ -1,4 +1,4 @@ -.TH f_serialize_from_simple_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_serialize_from_simple_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_serialize_from_simple_get .SH SYNOPSIS diff --git a/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple_range.3 b/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple_range.3 index a6f402ae4..9423bfb73 100644 --- a/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple_range.3 +++ b/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple_range.3 @@ -1,4 +1,4 @@ -.TH f_serialize_from_simple_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_serialize_from_simple_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_serialize_from_simple_range .SH SYNOPSIS diff --git a/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple_select.3 b/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple_select.3 index 228910b9a..d10522fc4 100644 --- a/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple_select.3 +++ b/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple_select.3 @@ -1,4 +1,4 @@ -.TH f_serialize_from_simple_select "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_serialize_from_simple_select "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_serialize_from_simple_select .SH SYNOPSIS diff --git a/level_0/f_serialize/data/documentation/man/man3/f_serialize_to_simple.3 b/level_0/f_serialize/data/documentation/man/man3/f_serialize_to_simple.3 index 8186bc1ff..c7e56b227 100644 --- a/level_0/f_serialize/data/documentation/man/man3/f_serialize_to_simple.3 +++ b/level_0/f_serialize/data/documentation/man/man3/f_serialize_to_simple.3 @@ -1,4 +1,4 @@ -.TH f_serialize_to_simple "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_serialize_to_simple "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_serialize_to_simple .SH SYNOPSIS diff --git a/level_0/f_signal/data/build/settings b/level_0/f_signal/data/build/settings index dfdbe7d53..d1676dda3 100644 --- a/level_0/f_signal/data/build/settings +++ b/level_0/f_signal/data/build/settings @@ -18,7 +18,7 @@ build_name f_signal version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_signal/data/build/settings-mocks b/level_0/f_signal/data/build/settings-mocks index ac849d831..2cdae9840 100644 --- a/level_0/f_signal/data/build/settings-mocks +++ b/level_0/f_signal/data/build/settings-mocks @@ -14,7 +14,7 @@ build_name f_signal version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_signal/data/build/settings-tests b/level_0/f_signal/data/build/settings-tests index 02c9b50e7..7f09d7f72 100644 --- a/level_0/f_signal/data/build/settings-tests +++ b/level_0/f_signal/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_signal version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_signal/data/documentation/man/man3/f_signal_action.3 b/level_0/f_signal/data/documentation/man/man3/f_signal_action.3 index af1acecd6..0d2f5e729 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_action.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_action.3 @@ -1,4 +1,4 @@ -.TH f_signal_action "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_signal_action "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_signal_action .SH SYNOPSIS diff --git a/level_0/f_signal/data/documentation/man/man3/f_signal_close.3 b/level_0/f_signal/data/documentation/man/man3/f_signal_close.3 index 5a5e50f96..9025ec239 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_close.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_close.3 @@ -1,4 +1,4 @@ -.TH f_signal_close "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_signal_close "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_signal_close .SH SYNOPSIS diff --git a/level_0/f_signal/data/documentation/man/man3/f_signal_mask.3 b/level_0/f_signal/data/documentation/man/man3/f_signal_mask.3 index e7483bf5a..37c940471 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_mask.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_mask.3 @@ -1,4 +1,4 @@ -.TH f_signal_mask "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_signal_mask "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_signal_mask .SH SYNOPSIS diff --git a/level_0/f_signal/data/documentation/man/man3/f_signal_open.3 b/level_0/f_signal/data/documentation/man/man3/f_signal_open.3 index f28404ab5..40e094a79 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_open.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_open.3 @@ -1,4 +1,4 @@ -.TH f_signal_open "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_signal_open "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_signal_open .SH SYNOPSIS diff --git a/level_0/f_signal/data/documentation/man/man3/f_signal_pause.3 b/level_0/f_signal/data/documentation/man/man3/f_signal_pause.3 index 3cee38036..fde22216c 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_pause.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_pause.3 @@ -1,4 +1,4 @@ -.TH f_signal_pause "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_signal_pause "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_signal_pause .SH SYNOPSIS diff --git a/level_0/f_signal/data/documentation/man/man3/f_signal_queue.3 b/level_0/f_signal/data/documentation/man/man3/f_signal_queue.3 index 14606ec4f..fc9ddf969 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_queue.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_queue.3 @@ -1,4 +1,4 @@ -.TH f_signal_queue "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_signal_queue "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_signal_queue .SH SYNOPSIS diff --git a/level_0/f_signal/data/documentation/man/man3/f_signal_read.3 b/level_0/f_signal/data/documentation/man/man3/f_signal_read.3 index 68da3d73d..dd304e0da 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_read.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_read.3 @@ -1,4 +1,4 @@ -.TH f_signal_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_signal_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_signal_read .SH SYNOPSIS diff --git a/level_0/f_signal/data/documentation/man/man3/f_signal_send.3 b/level_0/f_signal/data/documentation/man/man3/f_signal_send.3 index 27e0e0f08..2fc68748b 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_send.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_send.3 @@ -1,4 +1,4 @@ -.TH f_signal_send "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_signal_send "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_signal_send .SH SYNOPSIS diff --git a/level_0/f_signal/data/documentation/man/man3/f_signal_set_add.3 b/level_0/f_signal/data/documentation/man/man3/f_signal_set_add.3 index a489c3ae6..3e3ef9d78 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_set_add.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_set_add.3 @@ -1,4 +1,4 @@ -.TH f_signal_set_add "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_signal_set_add "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_signal_set_add .SH SYNOPSIS diff --git a/level_0/f_signal/data/documentation/man/man3/f_signal_set_delete.3 b/level_0/f_signal/data/documentation/man/man3/f_signal_set_delete.3 index 78153e8e2..094a91dca 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_set_delete.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_set_delete.3 @@ -1,4 +1,4 @@ -.TH f_signal_set_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_signal_set_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_signal_set_delete .SH SYNOPSIS diff --git a/level_0/f_signal/data/documentation/man/man3/f_signal_set_empty.3 b/level_0/f_signal/data/documentation/man/man3/f_signal_set_empty.3 index 15745fc91..75b7ebc08 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_set_empty.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_set_empty.3 @@ -1,4 +1,4 @@ -.TH f_signal_set_empty "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_signal_set_empty "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_signal_set_empty .SH SYNOPSIS diff --git a/level_0/f_signal/data/documentation/man/man3/f_signal_set_fill.3 b/level_0/f_signal/data/documentation/man/man3/f_signal_set_fill.3 index b0c6ffd13..da30c56dd 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_set_fill.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_set_fill.3 @@ -1,4 +1,4 @@ -.TH f_signal_set_fill "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_signal_set_fill "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_signal_set_fill .SH SYNOPSIS diff --git a/level_0/f_signal/data/documentation/man/man3/f_signal_set_has.3 b/level_0/f_signal/data/documentation/man/man3/f_signal_set_has.3 index e43e746e3..ce612c3e8 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_set_has.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_set_has.3 @@ -1,4 +1,4 @@ -.TH f_signal_set_has "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_signal_set_has "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_signal_set_has .SH SYNOPSIS diff --git a/level_0/f_signal/data/documentation/man/man3/f_signal_suspend.3 b/level_0/f_signal/data/documentation/man/man3/f_signal_suspend.3 index 2572371a1..621c626e5 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_suspend.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_suspend.3 @@ -1,4 +1,4 @@ -.TH f_signal_suspend "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_signal_suspend "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_signal_suspend .SH SYNOPSIS diff --git a/level_0/f_signal/data/documentation/man/man3/f_signal_wait.3 b/level_0/f_signal/data/documentation/man/man3/f_signal_wait.3 index ec1a81530..28919f898 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_wait.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_wait.3 @@ -1,4 +1,4 @@ -.TH f_signal_wait "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_signal_wait "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_signal_wait .SH SYNOPSIS diff --git a/level_0/f_signal/data/documentation/man/man3/f_signal_wait_until.3 b/level_0/f_signal/data/documentation/man/man3/f_signal_wait_until.3 index df0a789f4..386a5708f 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_wait_until.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_wait_until.3 @@ -1,4 +1,4 @@ -.TH f_signal_wait_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_signal_wait_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_signal_wait_until .SH SYNOPSIS diff --git a/level_0/f_socket/data/build/settings b/level_0/f_socket/data/build/settings index 30fcd86b5..8a60553fd 100644 --- a/level_0/f_socket/data/build/settings +++ b/level_0/f_socket/data/build/settings @@ -18,7 +18,7 @@ build_name f_socket version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_socket/data/build/settings-mocks b/level_0/f_socket/data/build/settings-mocks index 2056297b7..2bf6e6976 100644 --- a/level_0/f_socket/data/build/settings-mocks +++ b/level_0/f_socket/data/build/settings-mocks @@ -14,7 +14,7 @@ build_name f_socket version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_socket/data/build/settings-tests b/level_0/f_socket/data/build/settings-tests index 17a328cb7..ec6b0d2b1 100644 --- a/level_0/f_socket/data/build/settings-tests +++ b/level_0/f_socket/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_socket version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_socket/data/documentation/man/man3/f_socket_accept.3 b/level_0/f_socket/data/documentation/man/man3/f_socket_accept.3 index 94c5e97c6..23db75b87 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_accept.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_accept.3 @@ -1,4 +1,4 @@ -.TH f_socket_accept "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_socket_accept "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_socket_accept .SH SYNOPSIS diff --git a/level_0/f_socket/data/documentation/man/man3/f_socket_bind.3 b/level_0/f_socket/data/documentation/man/man3/f_socket_bind.3 index 519edc390..0d188b5e2 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_bind.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_bind.3 @@ -1,4 +1,4 @@ -.TH f_socket_bind "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_socket_bind "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_socket_bind .SH SYNOPSIS diff --git a/level_0/f_socket/data/documentation/man/man3/f_socket_bind_local.3 b/level_0/f_socket/data/documentation/man/man3/f_socket_bind_local.3 index 261db1a1e..2f81080de 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_bind_local.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_bind_local.3 @@ -1,4 +1,4 @@ -.TH f_socket_bind_local "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_socket_bind_local "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_socket_bind_local .SH SYNOPSIS diff --git a/level_0/f_socket/data/documentation/man/man3/f_socket_connect.3 b/level_0/f_socket/data/documentation/man/man3/f_socket_connect.3 index 0969b030d..b7d8d9fee 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_connect.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_connect.3 @@ -1,4 +1,4 @@ -.TH f_socket_connect "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_socket_connect "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_socket_connect .SH SYNOPSIS diff --git a/level_0/f_socket/data/documentation/man/man3/f_socket_create.3 b/level_0/f_socket/data/documentation/man/man3/f_socket_create.3 index b5df3f4e7..8ae8b7102 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_create.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_create.3 @@ -1,4 +1,4 @@ -.TH f_socket_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_socket_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_socket_create .SH SYNOPSIS diff --git a/level_0/f_socket/data/documentation/man/man3/f_socket_create_pair.3 b/level_0/f_socket/data/documentation/man/man3/f_socket_create_pair.3 index d809bf09b..5bf8d1d7f 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_create_pair.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_create_pair.3 @@ -1,4 +1,4 @@ -.TH f_socket_create_pair "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_socket_create_pair "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_socket_create_pair .SH SYNOPSIS diff --git a/level_0/f_socket/data/documentation/man/man3/f_socket_disconnect.3 b/level_0/f_socket/data/documentation/man/man3/f_socket_disconnect.3 index 0095d36ae..ad74506a4 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_disconnect.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_disconnect.3 @@ -1,4 +1,4 @@ -.TH f_socket_disconnect "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_socket_disconnect "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_socket_disconnect .SH SYNOPSIS diff --git a/level_0/f_socket/data/documentation/man/man3/f_socket_listen.3 b/level_0/f_socket/data/documentation/man/man3/f_socket_listen.3 index da957f6a2..b279beb1a 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_listen.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_listen.3 @@ -1,4 +1,4 @@ -.TH f_socket_listen "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_socket_listen "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_socket_listen .SH SYNOPSIS diff --git a/level_0/f_socket/data/documentation/man/man3/f_socket_option_get.3 b/level_0/f_socket/data/documentation/man/man3/f_socket_option_get.3 index 8f9c47f04..057d8a635 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_option_get.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_option_get.3 @@ -1,4 +1,4 @@ -.TH f_socket_option_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_socket_option_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_socket_option_get .SH SYNOPSIS diff --git a/level_0/f_socket/data/documentation/man/man3/f_socket_option_set.3 b/level_0/f_socket/data/documentation/man/man3/f_socket_option_set.3 index 669e2aa59..dd3c7bdad 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_option_set.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_option_set.3 @@ -1,4 +1,4 @@ -.TH f_socket_option_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_socket_option_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_socket_option_set .SH SYNOPSIS diff --git a/level_0/f_socket/data/documentation/man/man3/f_socket_read.3 b/level_0/f_socket/data/documentation/man/man3/f_socket_read.3 index 4b433989f..50c96423b 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_read.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_read.3 @@ -1,4 +1,4 @@ -.TH f_socket_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_socket_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_socket_read .SH SYNOPSIS diff --git a/level_0/f_socket/data/documentation/man/man3/f_socket_read_message.3 b/level_0/f_socket/data/documentation/man/man3/f_socket_read_message.3 index b6b62f3a3..635eab6a4 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_read_message.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_read_message.3 @@ -1,4 +1,4 @@ -.TH f_socket_read_message "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_socket_read_message "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_socket_read_message .SH SYNOPSIS diff --git a/level_0/f_socket/data/documentation/man/man3/f_socket_write.3 b/level_0/f_socket/data/documentation/man/man3/f_socket_write.3 index 9b5a04a4d..906004802 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_write.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_write.3 @@ -1,4 +1,4 @@ -.TH f_socket_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_socket_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_socket_write .SH SYNOPSIS diff --git a/level_0/f_socket/data/documentation/man/man3/f_socket_write_message.3 b/level_0/f_socket/data/documentation/man/man3/f_socket_write_message.3 index 58c25f1d2..c083dc126 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_write_message.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_write_message.3 @@ -1,4 +1,4 @@ -.TH f_socket_write_message "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_socket_write_message "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_socket_write_message .SH SYNOPSIS diff --git a/level_0/f_status/data/build/settings b/level_0/f_status/data/build/settings index 343f2866c..5f28672a7 100644 --- a/level_0/f_status/data/build/settings +++ b/level_0/f_status/data/build/settings @@ -18,7 +18,7 @@ build_name f_status version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_status/data/documentation/man/man3/f_statuss_adjust.3 b/level_0/f_status/data/documentation/man/man3/f_statuss_adjust.3 index e069c04ee..9be9cf64c 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statuss_adjust.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statuss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_statuss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statuss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statuss_adjust .SH SYNOPSIS diff --git a/level_0/f_status/data/documentation/man/man3/f_statuss_append.3 b/level_0/f_status/data/documentation/man/man3/f_statuss_append.3 index 4c595824b..d32c54adf 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statuss_append.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statuss_append.3 @@ -1,4 +1,4 @@ -.TH f_statuss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statuss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statuss_append .SH SYNOPSIS diff --git a/level_0/f_status/data/documentation/man/man3/f_statuss_append_all.3 b/level_0/f_status/data/documentation/man/man3/f_statuss_append_all.3 index f32b247cf..fc43c04eb 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statuss_append_all.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statuss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_statuss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statuss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statuss_append_all .SH SYNOPSIS diff --git a/level_0/f_status/data/documentation/man/man3/f_statuss_decimate_by.3 b/level_0/f_status/data/documentation/man/man3/f_statuss_decimate_by.3 index 30e880137..475b5ce36 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statuss_decimate_by.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statuss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_statuss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statuss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statuss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_status/data/documentation/man/man3/f_statuss_decrease_by.3 b/level_0/f_status/data/documentation/man/man3/f_statuss_decrease_by.3 index df304fd04..1e512efca 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statuss_decrease_by.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statuss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_statuss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statuss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statuss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_status/data/documentation/man/man3/f_statuss_increase.3 b/level_0/f_status/data/documentation/man/man3/f_statuss_increase.3 index 9038f9cd1..15675cb84 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statuss_increase.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statuss_increase.3 @@ -1,4 +1,4 @@ -.TH f_statuss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statuss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statuss_increase .SH SYNOPSIS diff --git a/level_0/f_status/data/documentation/man/man3/f_statuss_increase_by.3 b/level_0/f_status/data/documentation/man/man3/f_statuss_increase_by.3 index ee0cc62dc..73000a825 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statuss_increase_by.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statuss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_statuss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statuss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statuss_increase_by .SH SYNOPSIS diff --git a/level_0/f_status/data/documentation/man/man3/f_statuss_resize.3 b/level_0/f_status/data/documentation/man/man3/f_statuss_resize.3 index 8f149e76b..1de94c828 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statuss_resize.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statuss_resize.3 @@ -1,4 +1,4 @@ -.TH f_statuss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statuss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statuss_resize .SH SYNOPSIS diff --git a/level_0/f_status/data/documentation/man/man3/f_statusss_adjust.3 b/level_0/f_status/data/documentation/man/man3/f_statusss_adjust.3 index 8ff0303fc..be659c79b 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statusss_adjust.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statusss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_statusss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statusss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statusss_adjust .SH SYNOPSIS diff --git a/level_0/f_status/data/documentation/man/man3/f_statusss_append.3 b/level_0/f_status/data/documentation/man/man3/f_statusss_append.3 index 9cea6d230..7c1d440b3 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statusss_append.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statusss_append.3 @@ -1,4 +1,4 @@ -.TH f_statusss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statusss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statusss_append .SH SYNOPSIS diff --git a/level_0/f_status/data/documentation/man/man3/f_statusss_append_all.3 b/level_0/f_status/data/documentation/man/man3/f_statusss_append_all.3 index 975e63467..5d7e178ff 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statusss_append_all.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statusss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_statusss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statusss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statusss_append_all .SH SYNOPSIS diff --git a/level_0/f_status/data/documentation/man/man3/f_statusss_decimate_by.3 b/level_0/f_status/data/documentation/man/man3/f_statusss_decimate_by.3 index e8353bcc4..2cc26bf73 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statusss_decimate_by.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statusss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_statusss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statusss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statusss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_status/data/documentation/man/man3/f_statusss_decrease_by.3 b/level_0/f_status/data/documentation/man/man3/f_statusss_decrease_by.3 index 843086045..5a62ee288 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statusss_decrease_by.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statusss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_statusss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statusss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statusss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_status/data/documentation/man/man3/f_statusss_increase.3 b/level_0/f_status/data/documentation/man/man3/f_statusss_increase.3 index 6306408f0..135386234 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statusss_increase.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statusss_increase.3 @@ -1,4 +1,4 @@ -.TH f_statusss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statusss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statusss_increase .SH SYNOPSIS diff --git a/level_0/f_status/data/documentation/man/man3/f_statusss_increase_by.3 b/level_0/f_status/data/documentation/man/man3/f_statusss_increase_by.3 index f06432104..6a6433c78 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statusss_increase_by.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statusss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_statusss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statusss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statusss_increase_by .SH SYNOPSIS diff --git a/level_0/f_status/data/documentation/man/man3/f_statusss_resize.3 b/level_0/f_status/data/documentation/man/man3/f_statusss_resize.3 index b771b150a..855bf849c 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statusss_resize.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statusss_resize.3 @@ -1,4 +1,4 @@ -.TH f_statusss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statusss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statusss_resize .SH SYNOPSIS diff --git a/level_0/f_status_string/data/build/settings b/level_0/f_status_string/data/build/settings index 23c9161bc..6d365b797 100644 --- a/level_0/f_status_string/data/build/settings +++ b/level_0/f_status_string/data/build/settings @@ -18,7 +18,7 @@ build_name f_status_string version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_status_string/data/build/settings-tests b/level_0/f_status_string/data/build/settings-tests index 3c8e6b337..728e34205 100644 --- a/level_0/f_status_string/data/build/settings-tests +++ b/level_0/f_status_string/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_status_string version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_status_string/data/documentation/man/man3/f_status_string_to.3 b/level_0/f_status_string/data/documentation/man/man3/f_status_string_to.3 index 5c8ba88d8..63e0f3f1b 100644 --- a/level_0/f_status_string/data/documentation/man/man3/f_status_string_to.3 +++ b/level_0/f_status_string/data/documentation/man/man3/f_status_string_to.3 @@ -1,4 +1,4 @@ -.TH f_status_string_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_status_string_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_status_string_to .SH SYNOPSIS diff --git a/level_0/f_string/data/build/settings b/level_0/f_string/data/build/settings index 8cd8dedf9..476f0adea 100644 --- a/level_0/f_string/data/build/settings +++ b/level_0/f_string/data/build/settings @@ -18,7 +18,7 @@ build_name f_string version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_string/data/build/settings-tests b/level_0/f_string/data/build/settings-tests index 48d7d1eb4..d58f21049 100644 --- a/level_0/f_string/data/build/settings-tests +++ b/level_0/f_string/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_string version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_string/data/documentation/man/man3/f_string_append.3 b/level_0/f_string/data/documentation/man/man3/f_string_append.3 index fb8a9a56b..53aaad79b 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_append.3 @@ -1,4 +1,4 @@ -.TH f_string_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_append .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_append_assure.3 b/level_0/f_string/data/documentation/man/man3/f_string_append_assure.3 index 367628ad2..f1582e2ae 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_append_assure.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_append_assure.3 @@ -1,4 +1,4 @@ -.TH f_string_append_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_append_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_append_assure .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_append_assure_nulless.3 b/level_0/f_string/data/documentation/man/man3/f_string_append_assure_nulless.3 index ffb6f5d93..4b617000a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_append_assure_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_append_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_append_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_append_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_append_assure_nulless .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_append_nulless.3 b/level_0/f_string/data/documentation/man/man3/f_string_append_nulless.3 index fe9528cc7..f0f75f71a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_append_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_append_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_append_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_append_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_append_nulless .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_adjust.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_adjust.3 index a0453d8d1..abaa9c057 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_adjust .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append.3 index 1f513a3c8..244c088c2 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_append .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append_assure.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append_assure.3 index f90598f4e..1877a9a01 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append_assure.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append_assure.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_append_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_append_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_append_assure .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append_assure_nulless.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append_assure_nulless.3 index 17ada6511..865f85433 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append_assure_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_append_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_append_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_append_assure_nulless .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append_nulless.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append_nulless.3 index 4f32b8767..2bf4b5eb8 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_append_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_append_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_append_nulless .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_decimate_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_decimate_by.3 index 16c4775a1..e38d23c8c 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_decimate_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_decrease_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_decrease_by.3 index 2c6c1d63c..f191fb6ce 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_decrease_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_increase.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_increase.3 index 20b6c7a40..b7c5a996f 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_increase .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_increase_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_increase_by.3 index 8a3f3d600..cdab188b4 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_increase_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mash.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mash.3 index b841cb315..a89abc3b2 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mash.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mash.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_mash .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mash_nulless.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mash_nulless.3 index 0895b9605..9ff8bf109 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mash_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mash_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_mash_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_mash_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_mash_nulless .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mish.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mish.3 index d255778db..8e9b29754 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mish.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mish.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_mish "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_mish "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_mish .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mish_nulless.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mish_nulless.3 index b2183bacf..e56d04f94 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mish_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mish_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_mish_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_mish_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_mish_nulless .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append.3 index 2ecf39b9a..4146e2d81 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_partial_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_partial_append .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append_assure.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append_assure.3 index 80541d744..f29042e7e 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append_assure.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append_assure.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_append_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_partial_append_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_partial_append_assure .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append_assure_nulless.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append_assure_nulless.3 index 2a087c9fb..bb5ecfb79 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append_assure_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_append_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_partial_append_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_partial_append_assure_nulless .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append_nulless.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append_nulless.3 index 47386a486..daa9566a3 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_append_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_partial_append_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_partial_append_nulless .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mash.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mash.3 index cc86e818d..2eb25af95 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mash.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mash.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_partial_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_partial_mash .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mash_nulless.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mash_nulless.3 index 309527e6d..2bc7aac8c 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mash_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mash_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_mash_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_partial_mash_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_partial_mash_nulless .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mish.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mish.3 index 42bd54525..c759b1f21 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mish.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mish.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_mish "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_partial_mish "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_partial_mish .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mish_nulless.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mish_nulless.3 index 238012576..badc0739c 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mish_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mish_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_mish_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_partial_mish_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_partial_mish_nulless .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend.3 index 8879f73c1..01f8992c3 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_prepend "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_partial_prepend "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_partial_prepend .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend_assure.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend_assure.3 index e157a07b8..793b8608c 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend_assure.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend_assure.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_prepend_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_partial_prepend_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_partial_prepend_assure .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend_assure_nulless.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend_assure_nulless.3 index dbe81b2ee..da07aa6cb 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend_assure_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_prepend_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_partial_prepend_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_partial_prepend_assure_nulless .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend_nulless.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend_nulless.3 index 304b1981b..bf06a5825 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_prepend_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_partial_prepend_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_partial_prepend_nulless .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend.3 index b485379a9..be2407621 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_prepend "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_prepend "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_prepend .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend_assure.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend_assure.3 index 0a1f3e383..2ff1c67f9 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend_assure.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend_assure.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_prepend_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_prepend_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_prepend_assure .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend_assure_nulless.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend_assure_nulless.3 index a04c13d0b..8324ace05 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend_assure_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_prepend_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_prepend_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_prepend_assure_nulless .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend_nulless.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend_nulless.3 index a3227e35d..092f39073 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_prepend_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_prepend_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_prepend_nulless .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_resize.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_resize.3 index a6444de38..7a77d30f2 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_resize .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_seek_line.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_seek_line.3 index cdf3fd303..92e1920f2 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_seek_line.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_seek_line.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_seek_line "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_seek_line "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_seek_line .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_seek_line_to.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_seek_line_to.3 index f3b6969af..378c45450 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_seek_line_to.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_seek_line_to.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_seek_line_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_seek_line_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_seek_line_to .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_seek_to.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_seek_to.3 index 64efed5f1..83e5f7dae 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_seek_to.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_seek_to.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_seek_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_seek_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_seek_to .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_terminate.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_terminate.3 index 952df5dfd..1bc10b1fd 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_terminate.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_terminate.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_terminate "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_terminate "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_terminate .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_terminate_after.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_terminate_after.3 index 9c033d5fe..c8797e0bc 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_terminate_after.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_terminate_after.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_terminate_after "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamic_terminate_after "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamic_terminate_after .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_adjust.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_adjust.3 index 3870cc1d4..c8c12a5b8 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamics_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamics_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamics_adjust .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_append.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_append.3 index bdb3077e2..6bce26bad 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_append.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamics_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamics_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamics_append .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_append_all.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_append_all.3 index e89423519..f135bd9fc 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamics_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamics_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamics_append_all .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_decimate_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_decimate_by.3 index 38575d5e3..197fddb28 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamics_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamics_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamics_decimate_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_decrease_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_decrease_by.3 index 6ca6f69e2..eb0d4718c 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamics_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamics_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamics_decrease_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_increase.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_increase.3 index 0da057b64..79dec30fd 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamics_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamics_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamics_increase .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_increase_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_increase_by.3 index 379385557..904d26f2d 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamics_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamics_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamics_increase_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_resize.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_resize.3 index e484d3afb..c4a7b9a40 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamics_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamics_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamics_resize .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_adjust.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_adjust.3 index 5c2eb87cc..5ee42234d 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamicss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamicss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamicss_adjust .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_append.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_append.3 index 1d7f967f0..5660d4375 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_append.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamicss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamicss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamicss_append .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_append_all.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_append_all.3 index 3c05380c5..c852e802f 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamicss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamicss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamicss_append_all .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_decimate_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_decimate_by.3 index 6fb51f65e..7a9ac8d90 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamicss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamicss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamicss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_decrease_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_decrease_by.3 index aedb293af..6af117cb4 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamicss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamicss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamicss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_increase.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_increase.3 index ea7a023ce..c20577673 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamicss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamicss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamicss_increase .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_increase_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_increase_by.3 index 7d299e4b6..9fc9154a9 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamicss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamicss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamicss_increase_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_resize.3 b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_resize.3 index 97b56e0b5..e8ec38ace 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamicss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_dynamicss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_dynamicss_resize .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_adjust.3 b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_adjust.3 index 4934e13bc..203226c5d 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multis_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_map_multis_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_map_multis_adjust .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_append.3 b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_append.3 index 7d18bc63d..83e387d3a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_append.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multis_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_map_multis_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_map_multis_append .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_append_all.3 b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_append_all.3 index 2082f3594..9e2626478 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multis_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_map_multis_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_map_multis_append_all .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_decimate_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_decimate_by.3 index 77bc83389..52ada6d6d 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multis_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_map_multis_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_map_multis_decimate_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_decrease_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_decrease_by.3 index 1933c4872..33c4b10bd 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multis_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_map_multis_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_map_multis_decrease_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_increase.3 b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_increase.3 index 4549ea733..815d5abae 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multis_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_map_multis_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_map_multis_increase .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_increase_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_increase_by.3 index 5742f4777..3188feb40 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multis_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_map_multis_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_map_multis_increase_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_resize.3 b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_resize.3 index 94f56b2f3..346f28629 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multis_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_map_multis_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_map_multis_resize .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_adjust.3 b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_adjust.3 index caf3229fb..b74f29642 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multiss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_map_multiss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_map_multiss_adjust .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_append.3 b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_append.3 index 376e04626..e2edfa334 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_append.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multiss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_map_multiss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_map_multiss_append .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_append_all.3 b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_append_all.3 index e3b43d22f..b269e50c2 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multiss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_map_multiss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_map_multiss_append_all .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_decimate_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_decimate_by.3 index d7ef510f1..d718cf7b8 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multiss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_map_multiss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_map_multiss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_decrease_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_decrease_by.3 index cc8a50e8c..b0c153edb 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multiss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_map_multiss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_map_multiss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_increase.3 b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_increase.3 index 372efeb0d..55aaaa84a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multiss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_map_multiss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_map_multiss_increase .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_increase_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_increase_by.3 index 821162ea3..d997b0f72 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multiss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_map_multiss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_map_multiss_increase_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_resize.3 b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_resize.3 index ba6ce3f3d..26628b49e 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multiss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_map_multiss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_map_multiss_resize .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_maps_adjust.3 b/level_0/f_string/data/documentation/man/man3/f_string_maps_adjust.3 index 38d2ba125..3e3eb8219 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_maps_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_maps_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_maps_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_maps_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_maps_adjust .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_maps_append.3 b/level_0/f_string/data/documentation/man/man3/f_string_maps_append.3 index 2bccf44b0..c275da0db 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_maps_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_maps_append.3 @@ -1,4 +1,4 @@ -.TH f_string_maps_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_maps_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_maps_append .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_maps_append_all.3 b/level_0/f_string/data/documentation/man/man3/f_string_maps_append_all.3 index ca57fd545..0457561b5 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_maps_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_maps_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_maps_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_maps_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_maps_append_all .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_maps_decimate_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_maps_decimate_by.3 index e5d158318..9ea38dafd 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_maps_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_maps_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_maps_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_maps_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_maps_decimate_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_maps_decrease_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_maps_decrease_by.3 index d8bd7cbc7..518c23b32 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_maps_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_maps_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_maps_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_maps_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_maps_decrease_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_maps_increase.3 b/level_0/f_string/data/documentation/man/man3/f_string_maps_increase.3 index 8c89ea772..92554d19d 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_maps_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_maps_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_maps_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_maps_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_maps_increase .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_maps_increase_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_maps_increase_by.3 index e58c835b4..068e3d1ff 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_maps_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_maps_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_maps_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_maps_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_maps_increase_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_maps_resize.3 b/level_0/f_string/data/documentation/man/man3/f_string_maps_resize.3 index c659c5100..da1ba338a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_maps_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_maps_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_maps_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_maps_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_maps_resize .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_mapss_adjust.3 b/level_0/f_string/data/documentation/man/man3/f_string_mapss_adjust.3 index 796b769b0..9263de752 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mapss_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mapss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_mapss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_mapss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_mapss_adjust .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_mapss_append.3 b/level_0/f_string/data/documentation/man/man3/f_string_mapss_append.3 index 8d6dcb3fb..e22b25417 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mapss_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mapss_append.3 @@ -1,4 +1,4 @@ -.TH f_string_mapss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_mapss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_mapss_append .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_mapss_append_all.3 b/level_0/f_string/data/documentation/man/man3/f_string_mapss_append_all.3 index 88b8fd1a4..277068488 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mapss_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mapss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_mapss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_mapss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_mapss_append_all .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_mapss_decimate_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_mapss_decimate_by.3 index 9f2761acd..1ca8d78c7 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mapss_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mapss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_mapss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_mapss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_mapss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_mapss_decrease_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_mapss_decrease_by.3 index 0b99846a1..7f3e08708 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mapss_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mapss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_mapss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_mapss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_mapss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_mapss_increase.3 b/level_0/f_string/data/documentation/man/man3/f_string_mapss_increase.3 index 38c7ca8e4..171a4785e 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mapss_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mapss_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_mapss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_mapss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_mapss_increase .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_mapss_increase_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_mapss_increase_by.3 index 7f5a62515..81bdccf09 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mapss_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mapss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_mapss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_mapss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_mapss_increase_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_mapss_resize.3 b/level_0/f_string/data/documentation/man/man3/f_string_mapss_resize.3 index c4c3d3c66..3853b28e2 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mapss_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mapss_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_mapss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_mapss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_mapss_resize .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_mash.3 b/level_0/f_string/data/documentation/man/man3/f_string_mash.3 index 9919dc3ac..9369df3bd 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mash.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mash.3 @@ -1,4 +1,4 @@ -.TH f_string_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_mash .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_mash_nulless.3 b/level_0/f_string/data/documentation/man/man3/f_string_mash_nulless.3 index 5a1db8a90..223f74cea 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mash_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mash_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_mash_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_mash_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_mash_nulless .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_mish.3 b/level_0/f_string/data/documentation/man/man3/f_string_mish.3 index 167959f0e..4ec2ecb96 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mish.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mish.3 @@ -1,4 +1,4 @@ -.TH f_string_mish "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_mish "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_mish .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_mish_nulless.3 b/level_0/f_string/data/documentation/man/man3/f_string_mish_nulless.3 index 5c56db1c6..a1f7d2fda 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mish_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mish_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_mish_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_mish_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_mish_nulless .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_prepend.3 b/level_0/f_string/data/documentation/man/man3/f_string_prepend.3 index c896312ca..1d8d0d996 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_prepend.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_prepend.3 @@ -1,4 +1,4 @@ -.TH f_string_prepend "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_prepend "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_prepend .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_prepend_assure.3 b/level_0/f_string/data/documentation/man/man3/f_string_prepend_assure.3 index 7eb86689a..bfd0cca61 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_prepend_assure.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_prepend_assure.3 @@ -1,4 +1,4 @@ -.TH f_string_prepend_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_prepend_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_prepend_assure .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_prepend_assure_nulless.3 b/level_0/f_string/data/documentation/man/man3/f_string_prepend_assure_nulless.3 index 74bed3322..c4fe5bfa2 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_prepend_assure_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_prepend_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_prepend_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_prepend_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_prepend_assure_nulless .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_prepend_nulless.3 b/level_0/f_string/data/documentation/man/man3/f_string_prepend_nulless.3 index a16eead68..d764f7733 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_prepend_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_prepend_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_prepend_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_prepend_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_prepend_nulless .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_adjust.3 b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_adjust.3 index 895c98ce3..f1bba8c4d 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_quantitys_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_quantitys_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_quantitys_adjust .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_append.3 b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_append.3 index 5496d63ab..a49a3ebea 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_append.3 @@ -1,4 +1,4 @@ -.TH f_string_quantitys_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_quantitys_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_quantitys_append .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_append_all.3 b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_append_all.3 index bb7e56961..d9fd48ce7 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_quantitys_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_quantitys_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_quantitys_append_all .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_decimate_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_decimate_by.3 index 40c903578..fe15a1f34 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_quantitys_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_quantitys_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_quantitys_decimate_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_decrease_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_decrease_by.3 index 6d33aea5b..6c07b8937 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_quantitys_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_quantitys_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_quantitys_decrease_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_increase.3 b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_increase.3 index 784861281..60d1be086 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_quantitys_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_quantitys_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_quantitys_increase .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_increase_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_increase_by.3 index d48b9d3a4..2e3e191da 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_quantitys_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_quantitys_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_quantitys_increase_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_resize.3 b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_resize.3 index e01c1cb64..f02cccb17 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_quantitys_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_quantitys_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_quantitys_resize .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_adjust.3 b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_adjust.3 index cbaf9f985..188bf7234 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_quantityss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_quantityss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_quantityss_adjust .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_append.3 b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_append.3 index b44a5fecd..b1a23e66f 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_append.3 @@ -1,4 +1,4 @@ -.TH f_string_quantityss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_quantityss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_quantityss_append .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_append_all.3 b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_append_all.3 index 4a0989bc3..ca821fa23 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_quantityss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_quantityss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_quantityss_append_all .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_decimate_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_decimate_by.3 index 348ecc28d..9bb481cc9 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_quantityss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_quantityss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_quantityss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_decrease_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_decrease_by.3 index 27feaebd0..b006b9343 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_quantityss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_quantityss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_quantityss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_increase.3 b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_increase.3 index 1bc2e3e58..d72c8cf9a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_quantityss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_quantityss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_quantityss_increase .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_increase_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_increase_by.3 index bc6a44e65..c20369240 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_quantityss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_quantityss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_quantityss_increase_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_resize.3 b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_resize.3 index 663521967..e1bb4cbc1 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_quantityss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_quantityss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_quantityss_resize .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_ranges_adjust.3 b/level_0/f_string/data/documentation/man/man3/f_string_ranges_adjust.3 index b30c08785..90dc8ca6c 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_ranges_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_ranges_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_ranges_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_ranges_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_ranges_adjust .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_ranges_append.3 b/level_0/f_string/data/documentation/man/man3/f_string_ranges_append.3 index 356f79fd5..08a01d47a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_ranges_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_ranges_append.3 @@ -1,4 +1,4 @@ -.TH f_string_ranges_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_ranges_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_ranges_append .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_ranges_append_all.3 b/level_0/f_string/data/documentation/man/man3/f_string_ranges_append_all.3 index 9cf722592..84a03928b 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_ranges_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_ranges_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_ranges_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_ranges_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_ranges_append_all .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_ranges_decimate_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_ranges_decimate_by.3 index 947735f7b..2852419a8 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_ranges_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_ranges_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_ranges_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_ranges_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_ranges_decimate_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_ranges_decrease_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_ranges_decrease_by.3 index 65b49fa43..8eba8ca37 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_ranges_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_ranges_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_ranges_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_ranges_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_ranges_decrease_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_ranges_increase.3 b/level_0/f_string/data/documentation/man/man3/f_string_ranges_increase.3 index 7d035aef9..155a9399e 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_ranges_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_ranges_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_ranges_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_ranges_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_ranges_increase .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_ranges_increase_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_ranges_increase_by.3 index 1a6cc6f84..fce7b3413 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_ranges_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_ranges_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_ranges_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_ranges_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_ranges_increase_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_ranges_resize.3 b/level_0/f_string/data/documentation/man/man3/f_string_ranges_resize.3 index f50d3c4f7..bb3c02d21 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_ranges_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_ranges_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_ranges_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_ranges_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_ranges_resize .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_rangess_adjust.3 b/level_0/f_string/data/documentation/man/man3/f_string_rangess_adjust.3 index b544d8983..675f45f7f 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_rangess_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_rangess_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_rangess_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_rangess_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_rangess_adjust .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_rangess_append.3 b/level_0/f_string/data/documentation/man/man3/f_string_rangess_append.3 index 182fb8ba8..9c93db197 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_rangess_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_rangess_append.3 @@ -1,4 +1,4 @@ -.TH f_string_rangess_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_rangess_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_rangess_append .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_rangess_append_all.3 b/level_0/f_string/data/documentation/man/man3/f_string_rangess_append_all.3 index cfa9e44cc..82b2ba55a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_rangess_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_rangess_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_rangess_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_rangess_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_rangess_append_all .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_rangess_decimate_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_rangess_decimate_by.3 index cd5956b09..1283d661c 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_rangess_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_rangess_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_rangess_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_rangess_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_rangess_decimate_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_rangess_decrease_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_rangess_decrease_by.3 index fb7c54ec8..10708aff4 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_rangess_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_rangess_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_rangess_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_rangess_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_rangess_decrease_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_rangess_increase.3 b/level_0/f_string/data/documentation/man/man3/f_string_rangess_increase.3 index 75c9beb31..49da54fb3 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_rangess_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_rangess_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_rangess_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_rangess_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_rangess_increase .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_rangess_increase_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_rangess_increase_by.3 index 41556c46d..947bbd965 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_rangess_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_rangess_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_rangess_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_rangess_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_rangess_increase_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_rangess_resize.3 b/level_0/f_string/data/documentation/man/man3/f_string_rangess_resize.3 index ef5463582..ace62e50a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_rangess_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_rangess_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_rangess_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_rangess_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_rangess_resize .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_seek_line.3 b/level_0/f_string/data/documentation/man/man3/f_string_seek_line.3 index 8e32ff824..33b99adfb 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_seek_line.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_seek_line.3 @@ -1,4 +1,4 @@ -.TH f_string_seek_line "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_seek_line "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_seek_line .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_seek_line_to.3 b/level_0/f_string/data/documentation/man/man3/f_string_seek_line_to.3 index fbdd0b0ce..1e55344c8 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_seek_line_to.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_seek_line_to.3 @@ -1,4 +1,4 @@ -.TH f_string_seek_line_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_seek_line_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_seek_line_to .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_seek_to.3 b/level_0/f_string/data/documentation/man/man3/f_string_seek_to.3 index ecf54affd..04667d0ba 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_seek_to.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_seek_to.3 @@ -1,4 +1,4 @@ -.TH f_string_seek_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_seek_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_seek_to .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_triples_adjust.3 b/level_0/f_string/data/documentation/man/man3/f_string_triples_adjust.3 index ca8a1fac8..5d3af5ec8 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_triples_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_triples_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_triples_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_triples_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_triples_adjust .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_triples_append.3 b/level_0/f_string/data/documentation/man/man3/f_string_triples_append.3 index bff8937d1..6d44f25f6 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_triples_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_triples_append.3 @@ -1,4 +1,4 @@ -.TH f_string_triples_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_triples_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_triples_append .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_triples_append_all.3 b/level_0/f_string/data/documentation/man/man3/f_string_triples_append_all.3 index b848ba476..b75f4303c 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_triples_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_triples_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_triples_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_triples_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_triples_append_all .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_triples_decimate_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_triples_decimate_by.3 index 643074a07..55bd5424d 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_triples_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_triples_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_triples_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_triples_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_triples_decimate_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_triples_decrease_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_triples_decrease_by.3 index c70a8b8e4..b56e79943 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_triples_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_triples_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_triples_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_triples_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_triples_decrease_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_triples_increase.3 b/level_0/f_string/data/documentation/man/man3/f_string_triples_increase.3 index 77a353da5..9a41fb393 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_triples_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_triples_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_triples_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_triples_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_triples_increase .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_triples_increase_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_triples_increase_by.3 index b1ed3bdff..4d76e3541 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_triples_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_triples_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_triples_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_triples_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_triples_increase_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_triples_resize.3 b/level_0/f_string/data/documentation/man/man3/f_string_triples_resize.3 index 3aa274270..1aa6fba62 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_triples_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_triples_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_triples_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_triples_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_triples_resize .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_tripless_adjust.3 b/level_0/f_string/data/documentation/man/man3/f_string_tripless_adjust.3 index 1ffab0442..6321a99ad 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_tripless_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_tripless_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_tripless_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_tripless_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_tripless_adjust .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_tripless_append.3 b/level_0/f_string/data/documentation/man/man3/f_string_tripless_append.3 index 1544b0381..0f1484b96 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_tripless_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_tripless_append.3 @@ -1,4 +1,4 @@ -.TH f_string_tripless_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_tripless_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_tripless_append .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_tripless_append_all.3 b/level_0/f_string/data/documentation/man/man3/f_string_tripless_append_all.3 index eb0ad99fd..da3ae892f 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_tripless_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_tripless_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_tripless_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_tripless_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_tripless_append_all .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_tripless_decimate_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_tripless_decimate_by.3 index 0d2cb3080..d79d43b1a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_tripless_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_tripless_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_tripless_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_tripless_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_tripless_decimate_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_tripless_decrease_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_tripless_decrease_by.3 index b257d106c..1ba03efc1 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_tripless_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_tripless_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_tripless_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_tripless_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_tripless_decrease_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_tripless_increase.3 b/level_0/f_string/data/documentation/man/man3/f_string_tripless_increase.3 index d49858306..3faa95e4b 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_tripless_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_tripless_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_tripless_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_tripless_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_tripless_increase .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_tripless_increase_by.3 b/level_0/f_string/data/documentation/man/man3/f_string_tripless_increase_by.3 index fc1ee2d17..a4bebdf4a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_tripless_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_tripless_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_tripless_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_tripless_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_tripless_increase_by .SH SYNOPSIS diff --git a/level_0/f_string/data/documentation/man/man3/f_string_tripless_resize.3 b/level_0/f_string/data/documentation/man/man3/f_string_tripless_resize.3 index 5eb93c51b..2278fec11 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_tripless_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_tripless_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_tripless_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_string_tripless_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_string_tripless_resize .SH SYNOPSIS diff --git a/level_0/f_thread/data/build/settings b/level_0/f_thread/data/build/settings index 2dd46d6d8..5f54be729 100644 --- a/level_0/f_thread/data/build/settings +++ b/level_0/f_thread/data/build/settings @@ -20,7 +20,7 @@ build_name f_thread version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_thread/data/build/settings-mocks b/level_0/f_thread/data/build/settings-mocks index 392d83859..75ddc71d9 100644 --- a/level_0/f_thread/data/build/settings-mocks +++ b/level_0/f_thread/data/build/settings-mocks @@ -14,7 +14,7 @@ build_name f_thread version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_thread/data/build/settings-tests b/level_0/f_thread/data/build/settings-tests index f9f673160..8239c924e 100644 --- a/level_0/f_thread/data/build/settings-tests +++ b/level_0/f_thread/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_thread version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_at_fork.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_at_fork.3 index f7f187939..91d839677 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_at_fork.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_at_fork.3 @@ -1,4 +1,4 @@ -.TH f_thread_at_fork "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_at_fork "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_at_fork .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_affinity_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_affinity_get.3 index 23a998417..8c14ddcb9 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_affinity_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_affinity_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_affinity_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_affinity_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_affinity_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_affinity_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_affinity_set.3 index ee24c6721..93f23884e 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_affinity_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_affinity_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_affinity_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_affinity_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_affinity_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_concurrency_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_concurrency_get.3 index 1bf0ba53c..7e7317255 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_concurrency_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_concurrency_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_concurrency_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_concurrency_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_concurrency_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_concurrency_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_concurrency_set.3 index d547ee7ea..ce590aa79 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_concurrency_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_concurrency_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_concurrency_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_concurrency_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_concurrency_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_create.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_create.3 index eedc06b5b..8a743830c 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_create .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_default_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_default_get.3 index 78db515a1..5cfd772a1 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_default_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_default_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_default_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_default_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_default_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_default_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_default_set.3 index 0540e03d9..731b08f4d 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_default_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_default_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_default_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_default_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_default_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_delete.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_delete.3 index be6a44558..f4c393913 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_delete .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_detach_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_detach_get.3 index 93020be40..8477d8b71 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_detach_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_detach_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_detach_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_detach_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_detach_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_detach_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_detach_set.3 index e55d3bf7c..309e216ea 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_detach_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_detach_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_detach_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_detach_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_detach_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_guard_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_guard_get.3 index b95cd5b6b..aecf813e7 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_guard_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_guard_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_guard_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_guard_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_guard_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_guard_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_guard_set.3 index c51685811..f11e04eb4 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_guard_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_guard_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_guard_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_guard_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_guard_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_inherit_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_inherit_get.3 index e14a4a396..cbc55ac19 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_inherit_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_inherit_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_scheduler_inherit_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_scheduler_inherit_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_scheduler_inherit_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_inherit_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_inherit_set.3 index 7cc3fa955..425df6435 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_inherit_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_inherit_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_scheduler_inherit_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_scheduler_inherit_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_scheduler_inherit_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_parameter_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_parameter_get.3 index 8d2a2ea7b..dc0994131 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_parameter_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_parameter_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_scheduler_parameter_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_scheduler_parameter_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_scheduler_parameter_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_parameter_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_parameter_set.3 index 17813f3d0..2ec071b2b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_parameter_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_parameter_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_scheduler_parameter_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_scheduler_parameter_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_scheduler_parameter_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_policy_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_policy_get.3 index 144a5cc3f..f8521f0e7 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_policy_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_policy_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_scheduler_policy_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_scheduler_policy_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_scheduler_policy_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_policy_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_policy_set.3 index b4e8397ec..b4d68fc2e 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_policy_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_policy_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_scheduler_policy_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_scheduler_policy_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_scheduler_policy_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scope_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scope_get.3 index 5851efe1d..29545b2b3 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scope_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scope_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_scope_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_scope_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_scope_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scope_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scope_set.3 index af465b748..47ddc1d89 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scope_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scope_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_scope_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_scope_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_scope_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_get.3 index 70d22c4a5..ba4f8ee3a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_stack_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_stack_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_stack_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_set.3 index 1c0c7c4bf..d56b99eed 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_stack_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_stack_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_stack_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_size_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_size_get.3 index fa2e2fc19..0630f9da9 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_size_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_size_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_stack_size_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_stack_size_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_stack_size_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_size_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_size_set.3 index aa1c181f9..d34961c24 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_size_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_size_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_stack_size_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attribute_stack_size_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attribute_stack_size_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_adjust.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_adjust.3 index 59cebe87b..51ddeed70 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_attributes_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attributes_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attributes_adjust .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_decimate_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_decimate_by.3 index e6d954fde..2a4f965ec 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_attributes_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attributes_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attributes_decimate_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_decrease_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_decrease_by.3 index 5502013e4..5beb2d97d 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_attributes_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attributes_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attributes_decrease_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_increase.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_increase.3 index 7492a8fa5..1ca911210 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_attributes_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attributes_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attributes_increase .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_increase_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_increase_by.3 index 74d95152b..b6be783e1 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_attributes_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attributes_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attributes_increase_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_resize.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_resize.3 index cf5edc90e..79f3287d3 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_attributes_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_attributes_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_attributes_resize .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_create.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_create.3 index 941335372..579921910 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attribute_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barrier_attribute_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barrier_attribute_create .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_delete.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_delete.3 index 46de0d851..f13fc7277 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attribute_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barrier_attribute_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barrier_attribute_delete .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_shared_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_shared_get.3 index 23382f544..a7b3e14d4 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_shared_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_shared_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attribute_shared_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barrier_attribute_shared_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barrier_attribute_shared_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_shared_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_shared_set.3 index fa3e30b77..36c44890f 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_shared_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_shared_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attribute_shared_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barrier_attribute_shared_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barrier_attribute_shared_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_adjust.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_adjust.3 index 6d4423704..1a7e8c6e2 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attributes_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barrier_attributes_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barrier_attributes_adjust .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_decimate_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_decimate_by.3 index d3b96d4d2..f86e2c88c 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attributes_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barrier_attributes_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barrier_attributes_decimate_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_decrease_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_decrease_by.3 index fd1342f27..d974b277a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attributes_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barrier_attributes_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barrier_attributes_decrease_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_increase.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_increase.3 index 3f634543a..5be60cfa6 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attributes_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barrier_attributes_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barrier_attributes_increase .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_increase_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_increase_by.3 index d544c6002..e65d537fc 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attributes_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barrier_attributes_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barrier_attributes_increase_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_resize.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_resize.3 index 5b7fb4bc7..70ca11019 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attributes_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barrier_attributes_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barrier_attributes_resize .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_create.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_create.3 index 878a5d31f..7f2e41d74 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barrier_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barrier_create .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_delete.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_delete.3 index df72235c1..7ed4f364c 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barrier_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barrier_delete .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_wait.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_wait.3 index 8423a3d71..823d82aa7 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_wait.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_wait.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_wait "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barrier_wait "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barrier_wait .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_adjust.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_adjust.3 index 05dc28032..b89543278 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_barriers_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barriers_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barriers_adjust .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_decimate_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_decimate_by.3 index 2145b7815..38a036ed0 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_barriers_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barriers_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barriers_decimate_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_decrease_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_decrease_by.3 index 85c76ce34..b139a9143 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_barriers_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barriers_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barriers_decrease_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_increase.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_increase.3 index cb7e98b51..e4ccfef9a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_barriers_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barriers_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barriers_increase .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_increase_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_increase_by.3 index 57f18f23e..0f22a6c94 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_barriers_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barriers_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barriers_increase_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_resize.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_resize.3 index 0ccbc1630..d483cfb8e 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_barriers_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_barriers_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_barriers_resize .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_caller.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_caller.3 index de76871f7..d98753cb0 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_caller.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_caller.3 @@ -1,4 +1,4 @@ -.TH f_thread_caller "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_caller "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_caller .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_cancel.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_cancel.3 index 77604261f..0d2426eec 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_cancel.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_cancel.3 @@ -1,4 +1,4 @@ -.TH f_thread_cancel "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_cancel "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_cancel .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_cancel_state_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_cancel_state_set.3 index 27479dac7..1b62b1873 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_cancel_state_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_cancel_state_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_cancel_state_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_cancel_state_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_cancel_state_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_cancel_test.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_cancel_test.3 index 3324129f6..7a06319f9 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_cancel_test.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_cancel_test.3 @@ -1,4 +1,4 @@ -.TH f_thread_cancel_test "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_cancel_test "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_cancel_test .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_cancel_type_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_cancel_type_set.3 index 49b328033..17b326364 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_cancel_type_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_cancel_type_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_cancel_type_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_cancel_type_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_cancel_type_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_clock_get_id.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_clock_get_id.3 index 0106ccb08..4a7860312 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_clock_get_id.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_clock_get_id.3 @@ -1,4 +1,4 @@ -.TH f_thread_clock_get_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_clock_get_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_clock_get_id .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_compare.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_compare.3 index 1c037f41e..30db70b1e 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_compare.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_compare.3 @@ -1,4 +1,4 @@ -.TH f_thread_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_compare .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_clock_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_clock_get.3 index 5ed52b8f6..cc4f89b3d 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_clock_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_clock_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attribute_clock_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_condition_attribute_clock_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_condition_attribute_clock_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_clock_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_clock_set.3 index 071ab329c..e9b3cfc5c 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_clock_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_clock_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attribute_clock_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_condition_attribute_clock_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_condition_attribute_clock_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_create.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_create.3 index 9edc8df73..dc3dd3cb7 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attribute_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_condition_attribute_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_condition_attribute_create .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_delete.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_delete.3 index 842bcd4f1..ec1a3a862 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attribute_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_condition_attribute_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_condition_attribute_delete .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_shared_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_shared_get.3 index adf22b7a4..09307d861 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_shared_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_shared_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attribute_shared_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_condition_attribute_shared_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_condition_attribute_shared_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_shared_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_shared_set.3 index fd66f8b43..88f751adb 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_shared_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_shared_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attribute_shared_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_condition_attribute_shared_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_condition_attribute_shared_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_adjust.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_adjust.3 index 9f82ab5aa..4d5cd8d7f 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attributes_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_condition_attributes_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_condition_attributes_adjust .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_decimate_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_decimate_by.3 index e75d292b8..f45a36096 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attributes_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_condition_attributes_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_condition_attributes_decimate_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_decrease_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_decrease_by.3 index 01c53001b..b079b6d8d 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attributes_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_condition_attributes_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_condition_attributes_decrease_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_increase.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_increase.3 index 199e81386..79c7e3910 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attributes_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_condition_attributes_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_condition_attributes_increase .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_increase_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_increase_by.3 index d0a60f1f5..e252dda76 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attributes_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_condition_attributes_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_condition_attributes_increase_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_resize.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_resize.3 index 89b813e66..2a7b1281c 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attributes_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_condition_attributes_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_condition_attributes_resize .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_create.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_create.3 index 9d5e2a5ae..1c4ce1fc7 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_condition_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_condition_create .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_delete.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_delete.3 index c64ec252f..e291e48fb 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_condition_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_condition_delete .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_signal.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_signal.3 index 8647d39c6..7e6c61eb9 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_signal.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_signal.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_signal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_condition_signal "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_condition_signal .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_signal_all.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_signal_all.3 index 881443e07..1733c4d5e 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_signal_all.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_signal_all.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_signal_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_condition_signal_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_condition_signal_all .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_wait.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_wait.3 index 0cf0721e0..3636c02c8 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_wait.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_wait.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_wait "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_condition_wait "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_condition_wait .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_wait_timed.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_wait_timed.3 index aa7bc5aad..b51ee9584 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_wait_timed.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_wait_timed.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_wait_timed "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_condition_wait_timed "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_condition_wait_timed .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_adjust.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_adjust.3 index bb8d6cae2..bd0cdeb96 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_conditions_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_conditions_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_conditions_adjust .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_decimate_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_decimate_by.3 index 1d6f08bbc..1255e01fc 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_conditions_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_conditions_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_conditions_decimate_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_decrease_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_decrease_by.3 index 00fffad9f..a81278c0b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_conditions_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_conditions_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_conditions_decrease_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_increase.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_increase.3 index 3a2d5bb8f..f2f4b7012 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_conditions_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_conditions_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_conditions_increase .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_increase_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_increase_by.3 index 8a8a4ebc8..49ad7f6a3 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_conditions_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_conditions_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_conditions_increase_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_resize.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_resize.3 index 647bda24d..bbc617e31 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_conditions_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_conditions_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_conditions_resize .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_create.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_create.3 index 06230fd1e..30eef8542 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_create .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_detach.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_detach.3 index 2909c0ee4..e08e8b06c 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_detach.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_detach.3 @@ -1,4 +1,4 @@ -.TH f_thread_detach "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_detach "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_detach .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_exit.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_exit.3 index 6a711740d..7042f426e 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_exit.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_exit.3 @@ -1,4 +1,4 @@ -.TH f_thread_exit "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_exit "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_exit .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_ids_adjust.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_ids_adjust.3 index 065f770d9..308e5d114 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_ids_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_ids_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_ids_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_ids_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_ids_adjust .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_ids_decimate_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_ids_decimate_by.3 index 8e37a4147..7167f7370 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_ids_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_ids_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_ids_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_ids_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_ids_decimate_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_ids_decrease_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_ids_decrease_by.3 index 3b45fb1da..fc8bd02b0 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_ids_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_ids_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_ids_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_ids_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_ids_decrease_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_ids_increase.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_ids_increase.3 index b1b060cf7..ec3427c20 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_ids_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_ids_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_ids_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_ids_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_ids_increase .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_ids_increase_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_ids_increase_by.3 index c6a1aac82..f6a165e69 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_ids_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_ids_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_ids_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_ids_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_ids_increase_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_ids_resize.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_ids_resize.3 index dd452f378..84e836471 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_ids_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_ids_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_ids_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_ids_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_ids_resize .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_join.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_join.3 index 800b47c55..a8e015ba8 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_join.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_join.3 @@ -1,4 +1,4 @@ -.TH f_thread_join "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_join "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_join .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_join_timed.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_join_timed.3 index 2286a5598..c6a2d2505 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_join_timed.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_join_timed.3 @@ -1,4 +1,4 @@ -.TH f_thread_join_timed "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_join_timed "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_join_timed .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_join_try.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_join_try.3 index 19243abcc..90a5e09f7 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_join_try.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_join_try.3 @@ -1,4 +1,4 @@ -.TH f_thread_join_try "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_join_try "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_join_try .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_key_create.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_key_create.3 index a5eaee792..162ae1c97 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_key_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_key_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_key_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_key_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_key_create .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_key_delete.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_key_delete.3 index 343a105ff..67a6fcc80 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_key_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_key_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_key_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_key_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_key_delete .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_key_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_key_get.3 index 31a180e51..3fc576d8f 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_key_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_key_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_key_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_key_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_key_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_key_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_key_set.3 index 7a83e0f0d..a0f252ad8 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_key_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_key_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_key_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_key_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_key_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_keys_adjust.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_keys_adjust.3 index 28231c3f9..334e74595 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_keys_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_keys_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_keys_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_keys_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_keys_adjust .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_keys_decimate_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_keys_decimate_by.3 index 003e6414e..998403ff7 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_keys_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_keys_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_keys_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_keys_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_keys_decimate_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_keys_decrease_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_keys_decrease_by.3 index 68fed4760..beebf7e78 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_keys_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_keys_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_keys_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_keys_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_keys_decrease_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_keys_increase.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_keys_increase.3 index 037233fba..1a2ea1d97 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_keys_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_keys_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_keys_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_keys_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_keys_increase .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_keys_increase_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_keys_increase_by.3 index de7be0506..cc76427d2 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_keys_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_keys_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_keys_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_keys_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_keys_increase_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_keys_resize.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_keys_resize.3 index 990a63da0..cbe46e0ec 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_keys_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_keys_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_keys_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_keys_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_keys_resize .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_create.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_create.3 index c129a85e4..1db7376f7 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attribute_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_lock_attribute_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_lock_attribute_create .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_delete.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_delete.3 index f2544d3d4..74d19b44f 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attribute_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_lock_attribute_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_lock_attribute_delete .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_shared_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_shared_get.3 index 8499df512..af369cb18 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_shared_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_shared_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attribute_shared_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_lock_attribute_shared_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_lock_attribute_shared_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_shared_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_shared_set.3 index 5090579a8..2f3e50730 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_shared_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_shared_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attribute_shared_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_lock_attribute_shared_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_lock_attribute_shared_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_adjust.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_adjust.3 index 5cb506899..80471064a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attributes_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_lock_attributes_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_lock_attributes_adjust .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_decimate_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_decimate_by.3 index b21c0a3b3..c68fb4546 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attributes_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_lock_attributes_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_lock_attributes_decimate_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_decrease_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_decrease_by.3 index be706c19a..a61f4e070 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attributes_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_lock_attributes_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_lock_attributes_decrease_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_increase.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_increase.3 index 2df8ba887..985812150 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attributes_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_lock_attributes_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_lock_attributes_increase .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_increase_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_increase_by.3 index 283bdcd4f..13d2f7f95 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attributes_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_lock_attributes_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_lock_attributes_increase_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_resize.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_resize.3 index 60b5ce7db..64f89b3f3 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attributes_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_lock_attributes_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_lock_attributes_resize .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_create.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_create.3 index 7ef3b9e61..013521d8f 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_lock_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_lock_create .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_delete.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_delete.3 index 548646611..e69048514 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_lock_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_lock_delete .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_read.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_read.3 index ea044c57f..65498701c 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_read.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_read.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_lock_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_lock_read .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_read_timed.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_read_timed.3 index 3604b013d..7a7108c7a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_read_timed.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_read_timed.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_read_timed "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_lock_read_timed "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_lock_read_timed .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_read_try.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_read_try.3 index d2369e6cb..a5845535f 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_read_try.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_read_try.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_read_try "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_lock_read_try "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_lock_read_try .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_write.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_write.3 index 88485b958..b94f6925a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_write.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_write.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_lock_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_lock_write .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_write_timed.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_write_timed.3 index 9389ab4cd..cd7a651d6 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_write_timed.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_write_timed.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_write_timed "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_lock_write_timed "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_lock_write_timed .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_write_try.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_write_try.3 index da9ecc36d..778584b0b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_write_try.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_write_try.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_write_try "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_lock_write_try "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_lock_write_try .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_locks_adjust.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_locks_adjust.3 index 683fbc1d8..237715be8 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_locks_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_locks_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_locks_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_locks_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_locks_adjust .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_locks_decimate_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_locks_decimate_by.3 index 437416af6..493369a87 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_locks_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_locks_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_locks_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_locks_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_locks_decimate_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_locks_decrease_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_locks_decrease_by.3 index feb9a384f..2fd80c5c9 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_locks_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_locks_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_locks_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_locks_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_locks_decrease_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_locks_increase.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_locks_increase.3 index 8ab26cb33..0319affb5 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_locks_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_locks_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_locks_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_locks_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_locks_increase .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_locks_increase_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_locks_increase_by.3 index 534446256..8e0537e4b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_locks_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_locks_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_locks_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_locks_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_locks_increase_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_locks_resize.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_locks_resize.3 index 134f348f8..c84f520a5 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_locks_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_locks_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_locks_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_locks_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_locks_resize .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_create.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_create.3 index a8ca4836f..26eaa3c19 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_attribute_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_attribute_create .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_delete.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_delete.3 index 368314013..4634e1ad0 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_attribute_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_attribute_delete .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_priority_ceiling_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_priority_ceiling_get.3 index f4e12981c..c7b7170eb 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_priority_ceiling_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_priority_ceiling_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_priority_ceiling_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_attribute_priority_ceiling_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_attribute_priority_ceiling_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_priority_ceiling_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_priority_ceiling_set.3 index e471ab0cd..518af59f1 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_priority_ceiling_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_priority_ceiling_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_priority_ceiling_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_attribute_priority_ceiling_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_attribute_priority_ceiling_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_protocol_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_protocol_get.3 index 2716694ab..efa3cae99 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_protocol_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_protocol_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_protocol_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_attribute_protocol_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_attribute_protocol_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_protocol_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_protocol_set.3 index b9eb959ff..a2c987007 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_protocol_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_protocol_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_protocol_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_attribute_protocol_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_attribute_protocol_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_shared_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_shared_get.3 index da721d73d..5d1125cd5 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_shared_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_shared_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_shared_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_attribute_shared_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_attribute_shared_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_shared_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_shared_set.3 index 0a9fb9188..f4343a09b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_shared_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_shared_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_shared_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_attribute_shared_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_attribute_shared_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_type_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_type_get.3 index 3a63ae219..ce1b3802f 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_type_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_type_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_type_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_attribute_type_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_attribute_type_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_type_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_type_set.3 index c3a77aad5..db77268e2 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_type_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_type_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_type_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_attribute_type_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_attribute_type_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_adjust.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_adjust.3 index 22262b939..b2db11abe 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attributes_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_attributes_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_attributes_adjust .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_decimate_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_decimate_by.3 index 554a8ff55..b16e4a3dc 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attributes_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_attributes_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_attributes_decimate_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_decrease_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_decrease_by.3 index 9e5e9c779..7c50fa0b0 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attributes_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_attributes_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_attributes_decrease_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_increase.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_increase.3 index 5c5001b9d..94aff7908 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attributes_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_attributes_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_attributes_increase .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_increase_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_increase_by.3 index a71396d1a..ac360910c 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attributes_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_attributes_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_attributes_increase_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_resize.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_resize.3 index 3aaf075ba..c66c6dd77 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attributes_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_attributes_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_attributes_resize .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_create.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_create.3 index ec6f1b3a4..db7a1c799 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_create .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_delete.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_delete.3 index f9989696d..223bb37dc 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_delete .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_lock.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_lock.3 index 898ffe7c3..cec21c522 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_lock.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_lock.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_lock "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_lock "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_lock .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_lock_timed.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_lock_timed.3 index 108c36f74..480c44a67 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_lock_timed.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_lock_timed.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_lock_timed "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_lock_timed "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_lock_timed .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_lock_try.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_lock_try.3 index 4cfbf55b7..dd465d6d7 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_lock_try.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_lock_try.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_lock_try "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_lock_try "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_lock_try .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_priority_ceiling_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_priority_ceiling_get.3 index 0efc883d1..ab3cbbf03 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_priority_ceiling_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_priority_ceiling_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_priority_ceiling_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_priority_ceiling_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_priority_ceiling_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_priority_ceiling_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_priority_ceiling_set.3 index 565738f69..3b0647663 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_priority_ceiling_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_priority_ceiling_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_priority_ceiling_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_priority_ceiling_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_priority_ceiling_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_unlock.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_unlock.3 index 5b41d1454..a73b5daa2 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_unlock.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_unlock.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_unlock "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutex_unlock "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutex_unlock .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_adjust.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_adjust.3 index aecb0d960..b3f291e62 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutexs_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutexs_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutexs_adjust .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_decimate_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_decimate_by.3 index 386ed1510..9b2253994 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutexs_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutexs_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutexs_decimate_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_decrease_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_decrease_by.3 index 0f6930494..bfd913b44 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutexs_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutexs_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutexs_decrease_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_increase.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_increase.3 index 6d1bcff7c..2464e41bc 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutexs_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutexs_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutexs_increase .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_increase_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_increase_by.3 index 33b8afe3d..3173318d4 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutexs_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutexs_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutexs_increase_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_resize.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_resize.3 index a470187a2..52a24b220 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutexs_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_mutexs_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_mutexs_resize .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_once.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_once.3 index f8b3cfc7c..1c3a6ef23 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_once.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_once.3 @@ -1,4 +1,4 @@ -.TH f_thread_once "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_once "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_once .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_onces_adjust.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_onces_adjust.3 index 817e41291..650b6818e 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_onces_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_onces_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_onces_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_onces_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_onces_adjust .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_onces_decimate_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_onces_decimate_by.3 index ef262a22a..45b5907ff 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_onces_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_onces_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_onces_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_onces_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_onces_decimate_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_onces_decrease_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_onces_decrease_by.3 index a6c6fd8ac..4b73bd089 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_onces_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_onces_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_onces_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_onces_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_onces_decrease_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_onces_increase.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_onces_increase.3 index 3472f7c59..70e307b9a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_onces_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_onces_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_onces_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_onces_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_onces_increase .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_onces_increase_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_onces_increase_by.3 index 63f93a56a..a942a50b9 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_onces_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_onces_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_onces_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_onces_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_onces_increase_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_onces_resize.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_onces_resize.3 index a1d4cf221..bbff908c7 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_onces_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_onces_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_onces_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_onces_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_onces_resize .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_scheduler_parameter_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_scheduler_parameter_get.3 index f3df4cf54..f2a31b2ec 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_scheduler_parameter_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_scheduler_parameter_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_scheduler_parameter_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_scheduler_parameter_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_scheduler_parameter_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_scheduler_parameter_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_scheduler_parameter_set.3 index 364350b0e..747360e7a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_scheduler_parameter_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_scheduler_parameter_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_scheduler_parameter_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_scheduler_parameter_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_scheduler_parameter_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_scheduler_priority_set.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_scheduler_priority_set.3 index b094f74bb..7fadc7b68 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_scheduler_priority_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_scheduler_priority_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_scheduler_priority_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_scheduler_priority_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_scheduler_priority_set .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_create.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_create.3 index 7fb726447..bb9c1308a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_semaphore_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_semaphore_create .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_delete.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_delete.3 index c25d00e92..44fa092d8 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_semaphore_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_semaphore_delete .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_file_close.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_file_close.3 index 506ed5179..ca69514ff 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_file_close.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_file_close.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_file_close "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_semaphore_file_close "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_semaphore_file_close .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_file_delete.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_file_delete.3 index 09c171743..ab3226c38 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_file_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_file_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_file_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_semaphore_file_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_semaphore_file_delete .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_file_open.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_file_open.3 index 0e6c29e08..17a730b60 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_file_open.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_file_open.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_file_open "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_semaphore_file_open "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_semaphore_file_open .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_lock.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_lock.3 index 8cf8465ac..561e4b032 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_lock.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_lock.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_lock "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_semaphore_lock "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_semaphore_lock .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_lock_timed.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_lock_timed.3 index a1d8eee6c..311352711 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_lock_timed.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_lock_timed.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_lock_timed "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_semaphore_lock_timed "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_semaphore_lock_timed .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_lock_try.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_lock_try.3 index 1b5edcef0..c16fbfa35 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_lock_try.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_lock_try.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_lock_try "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_semaphore_lock_try "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_semaphore_lock_try .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_unlock.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_unlock.3 index b69d83416..a178a39fd 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_unlock.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_unlock.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_unlock "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_semaphore_unlock "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_semaphore_unlock .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_value_get.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_value_get.3 index 0a36e3c31..b24d3c2d8 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_value_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_value_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_value_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_semaphore_value_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_semaphore_value_get .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_adjust.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_adjust.3 index 6244920b0..e73b1d1d0 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphores_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_semaphores_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_semaphores_adjust .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_decimate_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_decimate_by.3 index 5cf0000ef..47bcfaa33 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphores_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_semaphores_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_semaphores_decimate_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_decrease_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_decrease_by.3 index a41cd9977..dbe1c1f23 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphores_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_semaphores_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_semaphores_decrease_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_increase.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_increase.3 index b4e51a014..76ff960ab 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphores_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_semaphores_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_semaphores_increase .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_increase_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_increase_by.3 index 1bc2d17e5..0aecec32d 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphores_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_semaphores_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_semaphores_increase_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_resize.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_resize.3 index 8d2422809..c37290750 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphores_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_semaphores_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_semaphores_resize .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_sets_adjust.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_sets_adjust.3 index 4275fe507..288edfdcb 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_sets_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_sets_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_sets_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_sets_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_sets_adjust .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_sets_decimate_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_sets_decimate_by.3 index 9e767bf90..fa476496b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_sets_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_sets_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_sets_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_sets_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_sets_decimate_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_sets_decrease_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_sets_decrease_by.3 index 26c580f03..2a0d23d84 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_sets_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_sets_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_sets_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_sets_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_sets_decrease_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_sets_increase.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_sets_increase.3 index ebb74db3e..e8e183248 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_sets_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_sets_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_sets_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_sets_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_sets_increase .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_sets_increase_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_sets_increase_by.3 index 88bd3975b..933cc63a2 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_sets_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_sets_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_sets_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_sets_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_sets_increase_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_sets_resize.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_sets_resize.3 index b99afe6ed..7862dc14a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_sets_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_sets_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_sets_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_sets_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_sets_resize .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_signal_mask.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_signal_mask.3 index 169b5dffd..6a6481f16 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_signal_mask.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_signal_mask.3 @@ -1,4 +1,4 @@ -.TH f_thread_signal_mask "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_signal_mask "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_signal_mask .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_signal_queue.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_signal_queue.3 index 93187b1bb..c02ca3140 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_signal_queue.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_signal_queue.3 @@ -1,4 +1,4 @@ -.TH f_thread_signal_queue "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_signal_queue "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_signal_queue .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_signal_write.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_signal_write.3 index cbbf370ed..deabd276b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_signal_write.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_signal_write.3 @@ -1,4 +1,4 @@ -.TH f_thread_signal_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_signal_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_signal_write .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_spin_create.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_spin_create.3 index 170fdf0f6..6deb74fb6 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spin_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spin_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_spin_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_spin_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_spin_create .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_spin_delete.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_spin_delete.3 index 0da381dd2..1b33eebda 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spin_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spin_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_spin_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_spin_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_spin_delete .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_spin_lock.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_spin_lock.3 index 6829c4ec2..d7e197559 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spin_lock.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spin_lock.3 @@ -1,4 +1,4 @@ -.TH f_thread_spin_lock "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_spin_lock "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_spin_lock .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_spin_lock_try.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_spin_lock_try.3 index 13da0f187..72d65071e 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spin_lock_try.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spin_lock_try.3 @@ -1,4 +1,4 @@ -.TH f_thread_spin_lock_try "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_spin_lock_try "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_spin_lock_try .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_spin_unlock.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_spin_unlock.3 index 28ffde720..b9d08360c 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spin_unlock.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spin_unlock.3 @@ -1,4 +1,4 @@ -.TH f_thread_spin_unlock "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_spin_unlock "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_spin_unlock .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_spins_adjust.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_spins_adjust.3 index ab24f159e..693168683 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spins_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spins_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_spins_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_spins_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_spins_adjust .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_spins_decimate_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_spins_decimate_by.3 index 6646b4314..bea0b76bb 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spins_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spins_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_spins_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_spins_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_spins_decimate_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_spins_decrease_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_spins_decrease_by.3 index 0951d283d..17c85d80a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spins_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spins_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_spins_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_spins_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_spins_decrease_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_spins_increase.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_spins_increase.3 index 2e0faf308..3266e5f79 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spins_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spins_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_spins_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_spins_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_spins_increase .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_spins_increase_by.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_spins_increase_by.3 index 5867b4da2..1feec4564 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spins_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spins_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_spins_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_spins_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_spins_increase_by .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_spins_resize.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_spins_resize.3 index 499815ce9..9097e6840 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spins_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spins_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_spins_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_spins_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_spins_resize .SH SYNOPSIS diff --git a/level_0/f_thread/data/documentation/man/man3/f_thread_unlock.3 b/level_0/f_thread/data/documentation/man/man3/f_thread_unlock.3 index 5fef4ddb3..32f076342 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_unlock.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_unlock.3 @@ -1,4 +1,4 @@ -.TH f_thread_unlock "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_thread_unlock "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_thread_unlock .SH SYNOPSIS diff --git a/level_0/f_type/data/build/settings b/level_0/f_type/data/build/settings index 1313f5b57..cbba13976 100644 --- a/level_0/f_type/data/build/settings +++ b/level_0/f_type/data/build/settings @@ -18,7 +18,7 @@ build_name f_type version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_type_array/data/build/settings b/level_0/f_type_array/data/build/settings index 87d777c5a..7800f3f76 100644 --- a/level_0/f_type_array/data/build/settings +++ b/level_0/f_type_array/data/build/settings @@ -18,7 +18,7 @@ build_name f_type_array version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_adjust.3 index 54a3160fd..bcfe23ec8 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_adjust.3 @@ -1,4 +1,4 @@ -.TH f_array_lengths_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_array_lengths_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_array_lengths_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_append.3 index d43c15150..23f009131 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_append.3 @@ -1,4 +1,4 @@ -.TH f_array_lengths_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_array_lengths_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_array_lengths_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_append_all.3 index cd44f8dd9..15c384b3e 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_append_all.3 @@ -1,4 +1,4 @@ -.TH f_array_lengths_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_array_lengths_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_array_lengths_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_decimate_by.3 index cde5f49c4..0495701c5 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_array_lengths_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_array_lengths_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_array_lengths_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_decrease_by.3 index 9a141d311..6bdb58d56 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_array_lengths_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_array_lengths_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_array_lengths_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_increase.3 index d9743b975..be88be7ef 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_increase.3 @@ -1,4 +1,4 @@ -.TH f_array_lengths_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_array_lengths_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_array_lengths_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_increase_by.3 index 8041e210c..58d5f1f54 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_array_lengths_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_array_lengths_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_array_lengths_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_resize.3 index 22385339e..78d795ea2 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_resize.3 @@ -1,4 +1,4 @@ -.TH f_array_lengths_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_array_lengths_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_array_lengths_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_adjust.3 index 4ecd86025..490e1e473 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_array_lengthss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_array_lengthss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_array_lengthss_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_append.3 index fbbf47939..e3fb54328 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_append.3 @@ -1,4 +1,4 @@ -.TH f_array_lengthss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_array_lengthss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_array_lengthss_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_append_all.3 index 5301597f5..7900e2124 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_array_lengthss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_array_lengthss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_array_lengthss_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_decimate_by.3 index 5a8243bb4..fa882dac4 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_array_lengthss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_array_lengthss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_array_lengthss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_decrease_by.3 index 3aad3ff9a..fabaa7698 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_array_lengthss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_array_lengthss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_array_lengthss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_increase.3 index 966f4d033..3d9e100c4 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_increase.3 @@ -1,4 +1,4 @@ -.TH f_array_lengthss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_array_lengthss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_array_lengthss_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_increase_by.3 index 63d6c547b..500320897 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_array_lengthss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_array_lengthss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_array_lengthss_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_resize.3 index 7dbafcf52..7feca33a6 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_resize.3 @@ -1,4 +1,4 @@ -.TH f_array_lengthss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_array_lengthss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_array_lengthss_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_cells_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_cells_adjust.3 index dfb0dbc2f..05302875d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cells_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cells_adjust.3 @@ -1,4 +1,4 @@ -.TH f_cells_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_cells_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_cells_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_cells_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_cells_append.3 index 42236c224..da1589152 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cells_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cells_append.3 @@ -1,4 +1,4 @@ -.TH f_cells_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_cells_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_cells_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_cells_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_cells_append_all.3 index bf908e3f8..172445d90 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cells_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cells_append_all.3 @@ -1,4 +1,4 @@ -.TH f_cells_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_cells_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_cells_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_cells_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_cells_decimate_by.3 index 1f027f3e5..bcd29645a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cells_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cells_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_cells_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_cells_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_cells_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_cells_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_cells_decrease_by.3 index 1468325b7..6401ae9af 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cells_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cells_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_cells_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_cells_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_cells_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_cells_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_cells_increase.3 index a270d7460..64545bd16 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cells_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cells_increase.3 @@ -1,4 +1,4 @@ -.TH f_cells_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_cells_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_cells_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_cells_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_cells_increase_by.3 index 755935873..c52226aa0 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cells_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cells_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_cells_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_cells_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_cells_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_cells_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_cells_resize.3 index 89a98ee94..a427b28c5 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cells_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cells_resize.3 @@ -1,4 +1,4 @@ -.TH f_cells_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_cells_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_cells_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_cellss_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_cellss_adjust.3 index 22f59cc28..51cee7d27 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cellss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cellss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_cellss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_cellss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_cellss_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_cellss_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_cellss_append.3 index 745671a73..010a67ad1 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cellss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cellss_append.3 @@ -1,4 +1,4 @@ -.TH f_cellss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_cellss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_cellss_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_cellss_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_cellss_append_all.3 index 8f8b4dae3..98b8c868c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cellss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cellss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_cellss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_cellss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_cellss_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_cellss_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_cellss_decimate_by.3 index 877bb4cfc..5d828fb42 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cellss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cellss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_cellss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_cellss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_cellss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_cellss_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_cellss_decrease_by.3 index a6e10b195..543d26c46 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cellss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cellss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_cellss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_cellss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_cellss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_cellss_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_cellss_increase.3 index b6fd82e90..2cd601935 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cellss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cellss_increase.3 @@ -1,4 +1,4 @@ -.TH f_cellss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_cellss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_cellss_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_cellss_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_cellss_increase_by.3 index 82f01fb51..1124f7ef9 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cellss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cellss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_cellss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_cellss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_cellss_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_cellss_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_cellss_resize.3 index 37a249e0c..1de303888 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cellss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cellss_resize.3 @@ -1,4 +1,4 @@ -.TH f_cellss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_cellss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_cellss_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_adjust.3 index 733010b2d..788714b75 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fll_ids_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fll_ids_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fll_ids_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_append.3 index 204d8a744..ab7507a4a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_append.3 @@ -1,4 +1,4 @@ -.TH f_fll_ids_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fll_ids_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fll_ids_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_append_all.3 index 275636bda..a82494c2c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_append_all.3 @@ -1,4 +1,4 @@ -.TH f_fll_ids_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fll_ids_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fll_ids_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_decimate_by.3 index dd398c636..468f7f9c7 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fll_ids_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fll_ids_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fll_ids_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_decrease_by.3 index d32aed5d4..0989c379d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fll_ids_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fll_ids_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fll_ids_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_increase.3 index 8db93ff4d..6e410dbfe 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_increase.3 @@ -1,4 +1,4 @@ -.TH f_fll_ids_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fll_ids_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fll_ids_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_increase_by.3 index 3cf080dd7..f82479c1b 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fll_ids_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fll_ids_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fll_ids_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_resize.3 index 8743caa4a..1cf247ea6 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_resize.3 @@ -1,4 +1,4 @@ -.TH f_fll_ids_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fll_ids_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fll_ids_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_adjust.3 index 36087cc74..487f0cec1 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fll_idss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fll_idss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fll_idss_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_append.3 index 1081f0643..20b0ee0ee 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_append.3 @@ -1,4 +1,4 @@ -.TH f_fll_idss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fll_idss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fll_idss_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_append_all.3 index 13a921ca5..015923d09 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_fll_idss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fll_idss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fll_idss_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_decimate_by.3 index f2f284368..a89ff09f0 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fll_idss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fll_idss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fll_idss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_decrease_by.3 index 3a83ef155..2f48cd527 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fll_idss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fll_idss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fll_idss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_increase.3 index 6dd075ecd..c8ae5a7af 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_increase.3 @@ -1,4 +1,4 @@ -.TH f_fll_idss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fll_idss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fll_idss_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_increase_by.3 index f7c669bad..7f74aa493 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fll_idss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fll_idss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fll_idss_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_resize.3 index 64faa02c3..115404d5b 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_resize.3 @@ -1,4 +1,4 @@ -.TH f_fll_idss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_fll_idss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_fll_idss_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int128s_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_int128s_adjust.3 index 686ae25e2..f12d44944 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int128s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int128s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int128s_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int128s_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_int128s_append.3 index 43996ff29..97a3a6354 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128s_append.3 @@ -1,4 +1,4 @@ -.TH f_int128s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int128s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int128s_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int128s_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_int128s_append_all.3 index 3b4ddcaca..048c42999 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int128s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int128s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int128s_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int128s_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int128s_decimate_by.3 index 006ac6cf6..8b1e25e30 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int128s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int128s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int128s_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int128s_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int128s_decrease_by.3 index 5a64f0061..9581d5a3d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int128s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int128s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int128s_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int128s_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_int128s_increase.3 index 0c63115ac..95b642c6c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128s_increase.3 @@ -1,4 +1,4 @@ -.TH f_int128s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int128s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int128s_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int128s_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int128s_increase_by.3 index 410ee3887..702259189 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int128s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int128s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int128s_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int128s_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_int128s_resize.3 index 12fe1680b..6e7064d91 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128s_resize.3 @@ -1,4 +1,4 @@ -.TH f_int128s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int128s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int128s_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_adjust.3 index ad85b4099..1a0f257cf 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int128ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int128ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int128ss_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_append.3 index 11c90c82a..d9311a772 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_append.3 @@ -1,4 +1,4 @@ -.TH f_int128ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int128ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int128ss_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_append_all.3 index 82fcd5383..88ab2e869 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int128ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int128ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int128ss_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_decimate_by.3 index 8e125653d..71846ee64 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int128ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int128ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int128ss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_decrease_by.3 index f421011f0..182ecd4ce 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int128ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int128ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int128ss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_increase.3 index 4191e8e3c..9d4c80ba2 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_int128ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int128ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int128ss_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_increase_by.3 index 036885aad..0bf839c05 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int128ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int128ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int128ss_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_resize.3 index d55d981df..54e7d1568 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_int128ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int128ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int128ss_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int16s_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_int16s_adjust.3 index 1e970a02e..20888cf72 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int16s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int16s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int16s_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int16s_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_int16s_append.3 index 4934b6de1..35d6a77af 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16s_append.3 @@ -1,4 +1,4 @@ -.TH f_int16s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int16s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int16s_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int16s_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_int16s_append_all.3 index 0c834ca17..34052c4a1 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int16s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int16s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int16s_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int16s_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int16s_decimate_by.3 index fafa467f8..ae646cdca 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int16s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int16s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int16s_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int16s_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int16s_decrease_by.3 index e7449dd79..592939fe2 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int16s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int16s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int16s_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int16s_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_int16s_increase.3 index 90e84fbcd..5e2aa7098 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16s_increase.3 @@ -1,4 +1,4 @@ -.TH f_int16s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int16s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int16s_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int16s_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int16s_increase_by.3 index caf1d7152..3de8d7d77 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int16s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int16s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int16s_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int16s_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_int16s_resize.3 index aa61f7de9..cfad5afe8 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16s_resize.3 @@ -1,4 +1,4 @@ -.TH f_int16s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int16s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int16s_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_adjust.3 index 834aee394..e749663b9 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int16ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int16ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int16ss_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_append.3 index 1d5facfa3..165d4f97c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_append.3 @@ -1,4 +1,4 @@ -.TH f_int16ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int16ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int16ss_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_append_all.3 index 1f18ff68a..b55a4a0de 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int16ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int16ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int16ss_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_decimate_by.3 index f66ba6c3e..6c8423e8f 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int16ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int16ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int16ss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_decrease_by.3 index 167b154fb..8dd8decea 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int16ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int16ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int16ss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_increase.3 index d1fbac00c..92e8baf63 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_int16ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int16ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int16ss_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_increase_by.3 index 1ecab42bf..3b6749d7d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int16ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int16ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int16ss_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_resize.3 index 9d515140a..8edd7b8f6 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_int16ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int16ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int16ss_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int32s_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_int32s_adjust.3 index b21f8893d..9334b4652 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int32s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int32s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int32s_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int32s_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_int32s_append.3 index d8a0a6b10..e07a0d5b0 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32s_append.3 @@ -1,4 +1,4 @@ -.TH f_int32s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int32s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int32s_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int32s_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_int32s_append_all.3 index b8c106b64..40d68616b 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int32s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int32s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int32s_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int32s_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int32s_decimate_by.3 index b41ca6794..6bccce3f4 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int32s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int32s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int32s_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int32s_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int32s_decrease_by.3 index 1be1c9906..4b72802e8 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int32s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int32s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int32s_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int32s_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_int32s_increase.3 index e6d962dc0..3484ca1c3 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32s_increase.3 @@ -1,4 +1,4 @@ -.TH f_int32s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int32s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int32s_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int32s_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int32s_increase_by.3 index e8d2366cf..86b01c6b3 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int32s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int32s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int32s_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int32s_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_int32s_resize.3 index 843b15aad..23823e86d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32s_resize.3 @@ -1,4 +1,4 @@ -.TH f_int32s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int32s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int32s_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_adjust.3 index 7be15f8ef..313e490e7 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int32ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int32ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int32ss_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_append.3 index e3a2985b7..ce6d6901a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_append.3 @@ -1,4 +1,4 @@ -.TH f_int32ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int32ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int32ss_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_append_all.3 index 8f088fb63..a6cb28ddf 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int32ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int32ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int32ss_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_decimate_by.3 index b16c2e008..e4f36109a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int32ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int32ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int32ss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_decrease_by.3 index 98f23a241..3abed2768 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int32ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int32ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int32ss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_increase.3 index 547b2e5a7..7f896dc2c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_int32ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int32ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int32ss_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_increase_by.3 index cd6a03d45..33019e8dd 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int32ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int32ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int32ss_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_resize.3 index 55fbbeab6..ed628ac44 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_int32ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int32ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int32ss_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int64s_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_int64s_adjust.3 index 4043e4df5..15568de29 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int64s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int64s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int64s_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int64s_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_int64s_append.3 index 5479b09df..df4320bd6 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64s_append.3 @@ -1,4 +1,4 @@ -.TH f_int64s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int64s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int64s_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int64s_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_int64s_append_all.3 index 97921cc2c..a72244597 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int64s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int64s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int64s_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int64s_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int64s_decimate_by.3 index 8a6a5822b..7a71d4a1d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int64s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int64s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int64s_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int64s_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int64s_decrease_by.3 index 5198b4070..0284c08ad 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int64s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int64s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int64s_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int64s_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_int64s_increase.3 index 4751c2fa8..461a0ddc1 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64s_increase.3 @@ -1,4 +1,4 @@ -.TH f_int64s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int64s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int64s_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int64s_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int64s_increase_by.3 index 851d1d465..c0d38c563 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int64s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int64s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int64s_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int64s_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_int64s_resize.3 index 01a8db46f..e83b156c1 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64s_resize.3 @@ -1,4 +1,4 @@ -.TH f_int64s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int64s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int64s_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_adjust.3 index a3c5f528f..578e162e4 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int64ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int64ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int64ss_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_append.3 index 23998104e..f101dad1d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_append.3 @@ -1,4 +1,4 @@ -.TH f_int64ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int64ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int64ss_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_append_all.3 index 7a46455f3..868035422 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int64ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int64ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int64ss_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_decimate_by.3 index 1bf836c65..b62098a5f 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int64ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int64ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int64ss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_decrease_by.3 index 10450d1c8..1546fb673 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int64ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int64ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int64ss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_increase.3 index e75b85e5b..9fc4eb4c7 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_int64ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int64ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int64ss_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_increase_by.3 index 73915f2ec..8267e461c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int64ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int64ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int64ss_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_resize.3 index fa43aa34e..78303802f 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_int64ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int64ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int64ss_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int8s_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_int8s_adjust.3 index dbf7f43be..355cab667 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int8s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int8s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int8s_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int8s_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_int8s_append.3 index bede0e47b..c81b8df79 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8s_append.3 @@ -1,4 +1,4 @@ -.TH f_int8s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int8s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int8s_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int8s_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_int8s_append_all.3 index 44e844432..c04ee7bd3 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int8s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int8s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int8s_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int8s_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int8s_decimate_by.3 index b2be17547..1022c7f7c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int8s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int8s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int8s_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int8s_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int8s_decrease_by.3 index f7c051250..cdf8d410f 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int8s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int8s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int8s_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int8s_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_int8s_increase.3 index 7ccca81b6..ec4f99d9c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8s_increase.3 @@ -1,4 +1,4 @@ -.TH f_int8s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int8s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int8s_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int8s_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int8s_increase_by.3 index 074142cae..249427c99 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int8s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int8s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int8s_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int8s_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_int8s_resize.3 index 8b07402f3..291669946 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8s_resize.3 @@ -1,4 +1,4 @@ -.TH f_int8s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int8s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int8s_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_adjust.3 index a0d61a425..cf59355ad 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int8ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int8ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int8ss_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_append.3 index a00dc7d8f..d8334d8c6 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_append.3 @@ -1,4 +1,4 @@ -.TH f_int8ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int8ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int8ss_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_append_all.3 index da9447ddd..fe50c13fa 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int8ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int8ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int8ss_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_decimate_by.3 index 687561c58..42e5a12c2 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int8ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int8ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int8ss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_decrease_by.3 index 86bf55fc2..f65d7ab05 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int8ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int8ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int8ss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_increase.3 index fcf16d730..c2594114c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_int8ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int8ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int8ss_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_increase_by.3 index 4828eef0b..b619f3439 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int8ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int8ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int8ss_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_resize.3 index 869540250..6f63f3ede 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_int8ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_int8ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_int8ss_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_states_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_states_adjust.3 index 37233e3c3..e7ff17b92 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_states_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_states_adjust.3 @@ -1,4 +1,4 @@ -.TH f_states_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_states_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_states_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_states_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_states_append.3 index 5070acef0..95f9a3382 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_states_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_states_append.3 @@ -1,4 +1,4 @@ -.TH f_states_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_states_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_states_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_states_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_states_append_all.3 index 2548bcac0..680ba7fe3 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_states_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_states_append_all.3 @@ -1,4 +1,4 @@ -.TH f_states_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_states_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_states_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_states_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_states_decimate_by.3 index c38e8d74f..4db50e48b 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_states_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_states_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_states_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_states_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_states_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_states_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_states_decrease_by.3 index 0fee0d35d..f1e8d1c22 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_states_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_states_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_states_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_states_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_states_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_states_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_states_increase.3 index 1e745a95c..ef64d3bc2 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_states_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_states_increase.3 @@ -1,4 +1,4 @@ -.TH f_states_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_states_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_states_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_states_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_states_increase_by.3 index 0d0388ec7..204b13377 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_states_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_states_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_states_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_states_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_states_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_states_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_states_resize.3 index b9734c0a1..c96f6d66d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_states_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_states_resize.3 @@ -1,4 +1,4 @@ -.TH f_states_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_states_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_states_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statess_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_statess_adjust.3 index f3021f3d1..28ba34f1a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statess_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statess_adjust.3 @@ -1,4 +1,4 @@ -.TH f_statess_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statess_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statess_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statess_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_statess_append.3 index 691992136..c93293206 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statess_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statess_append.3 @@ -1,4 +1,4 @@ -.TH f_statess_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statess_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statess_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statess_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_statess_append_all.3 index e2b260ada..f952120c9 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statess_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statess_append_all.3 @@ -1,4 +1,4 @@ -.TH f_statess_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statess_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statess_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statess_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_statess_decimate_by.3 index 945efe631..46a2b5667 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statess_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statess_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_statess_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statess_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statess_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statess_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_statess_decrease_by.3 index 7f1d73229..e0b28c896 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statess_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statess_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_statess_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statess_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statess_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statess_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_statess_increase.3 index de718d58e..b039d55c3 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statess_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statess_increase.3 @@ -1,4 +1,4 @@ -.TH f_statess_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statess_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statess_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statess_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_statess_increase_by.3 index 0f6eb3d85..8052e2ee1 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statess_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statess_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_statess_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statess_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statess_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statess_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_statess_resize.3 index 06273e5bb..bb6748379 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statess_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statess_resize.3 @@ -1,4 +1,4 @@ -.TH f_statess_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statess_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statess_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statuss_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_statuss_adjust.3 index 8adf7ecf2..f3eb7d850 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statuss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statuss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_statuss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statuss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statuss_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statuss_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_statuss_append.3 index 8073dc2e5..a7aa3eba2 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statuss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statuss_append.3 @@ -1,4 +1,4 @@ -.TH f_statuss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statuss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statuss_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statuss_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_statuss_append_all.3 index 393e861b2..e8c49de2e 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statuss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statuss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_statuss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statuss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statuss_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statuss_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_statuss_decimate_by.3 index ff91f8a2f..3e28c93c6 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statuss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statuss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_statuss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statuss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statuss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statuss_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_statuss_decrease_by.3 index e9373048e..ae79aec9d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statuss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statuss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_statuss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statuss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statuss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statuss_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_statuss_increase.3 index 1c90f151a..5e3b2b53a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statuss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statuss_increase.3 @@ -1,4 +1,4 @@ -.TH f_statuss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statuss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statuss_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statuss_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_statuss_increase_by.3 index fd905239b..c59b27cfa 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statuss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statuss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_statuss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statuss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statuss_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statuss_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_statuss_resize.3 index a6538f7ab..c4e412cbe 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statuss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statuss_resize.3 @@ -1,4 +1,4 @@ -.TH f_statuss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statuss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statuss_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statusss_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_statusss_adjust.3 index 702090fd8..b9184d2ec 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statusss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statusss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_statusss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statusss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statusss_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statusss_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_statusss_append.3 index 115cba01f..1e7f99068 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statusss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statusss_append.3 @@ -1,4 +1,4 @@ -.TH f_statusss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statusss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statusss_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statusss_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_statusss_append_all.3 index 179297470..7587c895b 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statusss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statusss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_statusss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statusss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statusss_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statusss_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_statusss_decimate_by.3 index 9b9072804..c63f67a23 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statusss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statusss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_statusss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statusss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statusss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statusss_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_statusss_decrease_by.3 index e733372bf..346d93c8c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statusss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statusss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_statusss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statusss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statusss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statusss_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_statusss_increase.3 index e4b43acac..79d70f8f9 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statusss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statusss_increase.3 @@ -1,4 +1,4 @@ -.TH f_statusss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statusss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statusss_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statusss_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_statusss_increase_by.3 index 13daf1a77..a8ab26e44 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statusss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statusss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_statusss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statusss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statusss_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statusss_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_statusss_resize.3 index a7af25770..470028b1f 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statusss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statusss_resize.3 @@ -1,4 +1,4 @@ -.TH f_statusss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_statusss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_statusss_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_adjust.3 index 919aaebf2..2823ac56a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint128s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint128s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint128s_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_append.3 index a2c0b8844..f1faaa42d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_append.3 @@ -1,4 +1,4 @@ -.TH f_uint128s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint128s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint128s_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_append_all.3 index abb1b40eb..2530a4b5c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint128s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint128s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint128s_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_decimate_by.3 index babf45f99..f25b924ce 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint128s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint128s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint128s_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_decrease_by.3 index 7800d927f..71240015f 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint128s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint128s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint128s_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_increase.3 index 384787dbe..fc8810bb0 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint128s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint128s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint128s_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_increase_by.3 index ee6a48911..64368ca81 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint128s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint128s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint128s_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_resize.3 index 5cae4d10c..e9aae2ab8 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint128s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint128s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint128s_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_adjust.3 index 80d0fdf0b..925e22dd1 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint128ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint128ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint128ss_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_append.3 index 29a7022d5..38a49461c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_append.3 @@ -1,4 +1,4 @@ -.TH f_uint128ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint128ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint128ss_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_append_all.3 index 2295199a8..fb6b8a80c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint128ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint128ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint128ss_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_decimate_by.3 index 7ccea22f7..f28a2fcaa 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint128ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint128ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint128ss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_decrease_by.3 index a971dfa0c..2b29fb712 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint128ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint128ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint128ss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_increase.3 index 7ac2ed6db..57f6f0f8f 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint128ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint128ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint128ss_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_increase_by.3 index d025db40d..94fb994bc 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint128ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint128ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint128ss_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_resize.3 index 038afd092..0975953cd 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint128ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint128ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint128ss_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_adjust.3 index 861ac26f6..aea08eb37 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint16s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint16s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint16s_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_append.3 index 312dfdaf3..5a04a172d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_append.3 @@ -1,4 +1,4 @@ -.TH f_uint16s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint16s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint16s_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_append_all.3 index 90afe2167..bf615d022 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint16s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint16s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint16s_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_decimate_by.3 index 7582b542a..736fc7b4e 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint16s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint16s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint16s_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_decrease_by.3 index 81d0d455d..646a22026 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint16s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint16s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint16s_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_increase.3 index 2a5e2405b..c3170a1d3 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint16s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint16s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint16s_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_increase_by.3 index 894efc062..25bc1e279 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint16s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint16s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint16s_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_resize.3 index 9b979f1f2..7f99d798b 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint16s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint16s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint16s_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_adjust.3 index d224ec0e9..50008d184 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint16ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint16ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint16ss_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_append.3 index 983cd8dc3..6db4818fa 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_append.3 @@ -1,4 +1,4 @@ -.TH f_uint16ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint16ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint16ss_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_append_all.3 index 97b1f14c5..675014d60 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint16ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint16ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint16ss_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_decimate_by.3 index 75b1a705f..9b3a92600 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint16ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint16ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint16ss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_decrease_by.3 index 6175ea165..6393d1c42 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint16ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint16ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint16ss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_increase.3 index 1aa788abf..902c421b7 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint16ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint16ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint16ss_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_increase_by.3 index 8a34de5d5..98f6b6e18 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint16ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint16ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint16ss_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_resize.3 index bfdecf26b..0e83ba5b2 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint16ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint16ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint16ss_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_adjust.3 index da03354ef..53619bb7d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint32s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint32s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint32s_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_append.3 index c65371c28..c2d7e4210 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_append.3 @@ -1,4 +1,4 @@ -.TH f_uint32s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint32s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint32s_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_append_all.3 index 083156171..05126b2cd 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint32s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint32s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint32s_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_decimate_by.3 index d53e17c04..cb51143f4 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint32s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint32s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint32s_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_decrease_by.3 index 82816dd67..6ecac7000 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint32s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint32s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint32s_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_increase.3 index 05b6e2440..6341f2779 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint32s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint32s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint32s_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_increase_by.3 index ced22784a..66f4d68db 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint32s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint32s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint32s_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_resize.3 index a5b7b7860..8cc01c04e 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint32s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint32s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint32s_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_adjust.3 index 86f97e4f6..d3a87002d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint32ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint32ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint32ss_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_append.3 index b6a9c46dd..df225c55e 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_append.3 @@ -1,4 +1,4 @@ -.TH f_uint32ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint32ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint32ss_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_append_all.3 index e1863e022..1fd3ce06b 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint32ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint32ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint32ss_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_decimate_by.3 index 50f8bb0d7..f4f743130 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint32ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint32ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint32ss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_decrease_by.3 index da8715220..e87d9181e 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint32ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint32ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint32ss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_increase.3 index 0628bb7f5..ffde2b9fa 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint32ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint32ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint32ss_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_increase_by.3 index 1ab37cc67..c223e6feb 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint32ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint32ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint32ss_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_resize.3 index 76e45aea2..20132fd9a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint32ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint32ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint32ss_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_adjust.3 index 9345baf3b..4a6dd595b 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint64s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint64s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint64s_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_append.3 index 6b4695e4c..33819a29a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_append.3 @@ -1,4 +1,4 @@ -.TH f_uint64s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint64s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint64s_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_append_all.3 index 55b7f902a..00e98661d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint64s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint64s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint64s_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_decimate_by.3 index a29c55345..08566d738 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint64s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint64s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint64s_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_decrease_by.3 index 125ebc87a..4f4a8c8c8 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint64s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint64s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint64s_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_increase.3 index 074590c92..5e5017b83 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint64s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint64s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint64s_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_increase_by.3 index ed848a2c0..c075bc659 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint64s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint64s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint64s_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_resize.3 index 62f43ac87..af7f535f3 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint64s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint64s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint64s_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_adjust.3 index 581787b3e..e23af9715 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint64ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint64ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint64ss_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_append.3 index 3bfd59e61..756a6b078 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_append.3 @@ -1,4 +1,4 @@ -.TH f_uint64ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint64ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint64ss_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_append_all.3 index 81f5bce48..4f1572f5f 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint64ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint64ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint64ss_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_decimate_by.3 index 70f3b57d6..df829b89c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint64ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint64ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint64ss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_decrease_by.3 index adcb1911b..de8fb1acf 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint64ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint64ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint64ss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_increase.3 index 83926672b..bbb8453a5 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint64ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint64ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint64ss_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_increase_by.3 index 194d8c33f..8cd1a5700 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint64ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint64ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint64ss_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_resize.3 index 906c3e38b..4df099b38 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint64ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint64ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint64ss_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_adjust.3 index 745d466be..8a0637808 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint8s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint8s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint8s_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_append.3 index 1e6f8b577..bd0e0ce1d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_append.3 @@ -1,4 +1,4 @@ -.TH f_uint8s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint8s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint8s_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_append_all.3 index 501068621..88d7988d3 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint8s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint8s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint8s_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_decimate_by.3 index cfb3c394d..c41db10f7 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint8s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint8s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint8s_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_decrease_by.3 index dd887d7a7..5e12c46ad 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint8s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint8s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint8s_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_increase.3 index f2edf1100..cb57f6fcd 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint8s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint8s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint8s_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_increase_by.3 index 5a90caf6a..a24747c99 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint8s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint8s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint8s_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_resize.3 index 34f79e1fa..cfe24b77f 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint8s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint8s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint8s_resize .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_adjust.3 index d9796d0c5..f0c85c137 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint8ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint8ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint8ss_adjust .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_append.3 index dcac9bc97..9c39e506d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_append.3 @@ -1,4 +1,4 @@ -.TH f_uint8ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint8ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint8ss_append .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_append_all.3 index cd9e63058..086c6d4ea 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint8ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint8ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint8ss_append_all .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_decimate_by.3 index 344b3cd75..0ded6ffec 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint8ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint8ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint8ss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_decrease_by.3 index d116c4367..3c90a644f 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint8ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint8ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint8ss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_increase.3 index be18d6140..364ba637a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint8ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint8ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint8ss_increase .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_increase_by.3 index c53669071..b918dd972 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint8ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint8ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint8ss_increase_by .SH SYNOPSIS diff --git a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_resize.3 index 9d10f583e..8c60db3f1 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint8ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_uint8ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_uint8ss_resize .SH SYNOPSIS diff --git a/level_0/f_utf/data/build/settings b/level_0/f_utf/data/build/settings index 51597e88d..edae24716 100644 --- a/level_0/f_utf/data/build/settings +++ b/level_0/f_utf/data/build/settings @@ -18,7 +18,7 @@ build_name f_utf version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_0/f_utf/data/build/settings-tests b/level_0/f_utf/data/build/settings-tests index 9ec63ca44..776c0df65 100644 --- a/level_0/f_utf/data/build/settings-tests +++ b/level_0/f_utf/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-f_utf version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_buffer_decrement.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_buffer_decrement.3 index 8b38f9ebb..b5e983f04 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_buffer_decrement.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_buffer_decrement.3 @@ -1,4 +1,4 @@ -.TH f_utf_buffer_decrement "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_buffer_decrement "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_buffer_decrement .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_buffer_increment.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_buffer_increment.3 index 676520f0b..494676e4a 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_buffer_increment.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_buffer_increment.3 @@ -1,4 +1,4 @@ -.TH f_utf_buffer_increment "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_buffer_increment "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_buffer_increment .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_char_to_char.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_char_to_char.3 index b8d943cc0..4a575be89 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_char_to_char.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_char_to_char.3 @@ -1,4 +1,4 @@ -.TH f_utf_char_to_char "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_char_to_char "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_char_to_char .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_char_to_character.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_char_to_character.3 index 17ec03d13..e1d4c1e89 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_char_to_character.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_char_to_character.3 @@ -1,4 +1,4 @@ -.TH f_utf_char_to_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_char_to_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_char_to_character .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is.3 index 3b35557ce..fb24e239c 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_alphabetic.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_alphabetic.3 index 6af9261e3..704f54696 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_alphabetic.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_alphabetic.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_alphabetic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_alphabetic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_alphabetic .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_alphabetic_digit.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_alphabetic_digit.3 index 6c866446b..5d0c7019b 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_alphabetic_digit.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_alphabetic_digit.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_alphabetic_digit "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_alphabetic_digit "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_alphabetic_digit .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_alphabetic_numeric.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_alphabetic_numeric.3 index a8e1c5eec..c86609335 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_alphabetic_numeric.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_alphabetic_numeric.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_alphabetic_numeric "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_alphabetic_numeric "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_alphabetic_numeric .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_ascii.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_ascii.3 index dad811ecf..8822bc6e3 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_ascii.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_ascii.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_ascii "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_ascii "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_ascii .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_combining.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_combining.3 index 3adb478f1..535e325e7 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_combining.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_combining.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_combining "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_combining "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_combining .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control.3 index e280e5a46..8d4a062a6 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_control "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_control "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_control .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control_code.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control_code.3 index 61d401b6b..7343a165a 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control_code.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control_code.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_control_code "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_control_code "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_control_code .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control_format.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control_format.3 index 2e260d61f..a7976256a 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control_format.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control_format.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_control_format "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_control_format "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_control_format .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control_picture.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control_picture.3 index 7f75ab69a..8fb8346bb 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control_picture.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control_picture.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_control_picture "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_control_picture "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_control_picture .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_digit.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_digit.3 index fb4d36cdd..59dd5858d 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_digit.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_digit.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_digit "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_digit "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_digit .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_emoji.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_emoji.3 index 2f94a0664..02825aaf2 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_emoji.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_emoji.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_emoji "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_emoji "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_emoji .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_fragment.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_fragment.3 index 47621f402..cbf5d03ed 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_fragment.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_fragment.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_fragment "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_fragment "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_fragment .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_graph.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_graph.3 index d1168445b..ab81bdcce 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_graph.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_graph.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_graph .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_numeric.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_numeric.3 index 31dd84cd3..78b7b7e08 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_numeric.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_numeric.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_numeric "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_numeric "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_numeric .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_phonetic.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_phonetic.3 index ab207ea84..5abb794cf 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_phonetic.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_phonetic.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_phonetic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_phonetic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_phonetic .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_private.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_private.3 index 51516887a..c5073152f 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_private.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_private.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_private "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_private "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_private .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_punctuation.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_punctuation.3 index 26c2bf6c1..339ea25aa 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_punctuation.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_punctuation.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_punctuation "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_punctuation "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_punctuation .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_subscript.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_subscript.3 index b0ea31d00..a9f9778d3 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_subscript.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_subscript.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_subscript "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_subscript "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_subscript .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_superscript.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_superscript.3 index 8caeffe3f..ce0f5c6ba 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_superscript.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_superscript.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_superscript "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_superscript "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_superscript .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_symbol.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_symbol.3 index 7cf8a2423..c3aa0c407 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_symbol.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_symbol.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_symbol "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_symbol "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_symbol .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_unassigned.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_unassigned.3 index dc2be4e2c..e7fa2a522 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_unassigned.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_unassigned.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_unassigned "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_unassigned "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_unassigned .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_valid.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_valid.3 index 8c807a326..7413aa1f1 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_valid.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_valid.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_valid "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_valid "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_valid .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace.3 index 9ed05a96e..2e25b66d8 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_whitespace "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_whitespace "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_whitespace .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace_modifier.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace_modifier.3 index 7b81fdcab..27a91b983 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace_modifier.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace_modifier.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_whitespace_modifier "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_whitespace_modifier "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_whitespace_modifier .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace_other.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace_other.3 index aea6a5ec3..80dda0baf 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace_other.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace_other.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_whitespace_other "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_whitespace_other "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_whitespace_other .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace_zero_width.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace_zero_width.3 index 50a1c8f79..f2c2d299c 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace_zero_width.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace_zero_width.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_whitespace_zero_width "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_whitespace_zero_width "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_whitespace_zero_width .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_wide.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_wide.3 index ce02981b1..c374cfc10 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_wide.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_wide.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_wide "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_wide "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_wide .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_word.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_word.3 index eb193ac83..857d821f6 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_word.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_word.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_word "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_word "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_word .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_word_dash.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_word_dash.3 index ed597503b..98828b2a8 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_word_dash.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_word_dash.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_word_dash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_word_dash "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_word_dash .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_word_dash_plus.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_word_dash_plus.3 index fba92e4df..c4cccbd93 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_word_dash_plus.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_word_dash_plus.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_word_dash_plus "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_word_dash_plus "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_word_dash_plus .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_zero_width.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_zero_width.3 index 5296ba3c7..cd524f2d6 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_zero_width.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_zero_width.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_zero_width "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_is_zero_width "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_is_zero_width .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_unicode_from.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_unicode_from.3 index edd401b06..fd22aa82f 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_unicode_from.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_unicode_from.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_unicode_from "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_unicode_from "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_unicode_from .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_unicode_string_to.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_unicode_string_to.3 index 07b2a868c..460dc675e 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_unicode_string_to.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_unicode_string_to.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_unicode_string_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_unicode_string_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_unicode_string_to .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_character_unicode_to.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_character_unicode_to.3 index 073700dfd..67d87b9b5 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_unicode_to.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_unicode_to.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_unicode_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_character_unicode_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_character_unicode_to .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is.3 index ee573caf5..373fb9351 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is.3 @@ -1,4 +1,4 @@ -.TH f_utf_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic.3 index d7db47d2f..6c832f955 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_alphabetic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_alphabetic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_alphabetic .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic_digit.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic_digit.3 index 7be9e0981..6fda5a7b0 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic_digit.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic_digit.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_alphabetic_digit "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_alphabetic_digit "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_alphabetic_digit .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic_numeric.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic_numeric.3 index 6b40601dd..2773d1789 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic_numeric.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic_numeric.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_alphabetic_numeric "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_alphabetic_numeric "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_alphabetic_numeric .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_ascii.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_ascii.3 index d68422a05..c94f33fac 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_ascii.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_ascii.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_ascii "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_ascii "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_ascii .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_combining.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_combining.3 index bbfec0a95..a420d4079 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_combining.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_combining.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_combining "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_combining "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_combining .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_control.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_control.3 index c899e540c..3dcf02b29 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_control.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_control.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_control "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_control "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_control .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_control_code.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_control_code.3 index 5fd69e92a..ea82302b0 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_control_code.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_control_code.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_control_code "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_control_code "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_control_code .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_control_format.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_control_format.3 index 3db802dc2..f57ae45f3 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_control_format.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_control_format.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_control_format "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_control_format "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_control_format .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_control_picture.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_control_picture.3 index 6b478c2bd..ec8fc1b5b 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_control_picture.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_control_picture.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_control_picture "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_control_picture "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_control_picture .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_digit.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_digit.3 index 0bd3a71e0..3a2023948 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_digit.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_digit.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_digit "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_digit "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_digit .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_emoji.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_emoji.3 index b2c4e06ef..968aac0a2 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_emoji.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_emoji.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_emoji "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_emoji "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_emoji .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_fragment.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_fragment.3 index cf2fb5d63..a61f52fbc 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_fragment.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_fragment.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_fragment "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_fragment "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_fragment .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_graph.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_graph.3 index 412e84839..40667c2d8 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_graph.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_graph.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_graph .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_numeric.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_numeric.3 index 1c8f5f945..c882458b6 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_numeric.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_numeric.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_numeric "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_numeric "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_numeric .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_phonetic.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_phonetic.3 index fba8b739f..f43f2f542 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_phonetic.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_phonetic.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_phonetic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_phonetic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_phonetic .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_private.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_private.3 index 4816e8284..b64b02452 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_private.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_private.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_private "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_private "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_private .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_punctuation.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_punctuation.3 index 1232a4004..6764ab79f 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_punctuation.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_punctuation.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_punctuation "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_punctuation "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_punctuation .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_subscript.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_subscript.3 index 4b9e85c46..9dd551af5 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_subscript.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_subscript.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_subscript "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_subscript "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_subscript .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_superscript.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_superscript.3 index 5fd46cf08..481041122 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_superscript.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_superscript.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_superscript "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_superscript "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_superscript .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_symbol.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_symbol.3 index f850491b6..b70f53a85 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_symbol.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_symbol.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_symbol "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_symbol "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_symbol .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_unassigned.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_unassigned.3 index a25a3e5b4..0afca0e52 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_unassigned.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_unassigned.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_unassigned "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_unassigned "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_unassigned .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_valid.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_valid.3 index 2a9bb600d..db9a3910d 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_valid.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_valid.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_valid "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_valid "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_valid .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace.3 index dc5aaf189..39b415c5a 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_whitespace "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_whitespace "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_whitespace .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace_modifier.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace_modifier.3 index 6d5fd1e61..108a90d06 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace_modifier.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace_modifier.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_whitespace_modifier "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_whitespace_modifier "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_whitespace_modifier .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace_other.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace_other.3 index eb5915d99..f4cc57071 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace_other.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace_other.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_whitespace_other "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_whitespace_other "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_whitespace_other .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace_zero_width.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace_zero_width.3 index 248a8df7e..79198ee5a 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace_zero_width.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace_zero_width.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_whitespace_zero_width "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_whitespace_zero_width "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_whitespace_zero_width .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_wide.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_wide.3 index f9bb94dd4..1fcb54e7e 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_wide.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_wide.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_wide "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_wide "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_wide .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_word.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_word.3 index 0396e03a5..6fcc1d2d8 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_word.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_word.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_word "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_word "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_word .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_word_dash.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_word_dash.3 index f08e80150..b48201a4f 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_word_dash.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_word_dash.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_word_dash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_word_dash "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_word_dash .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_word_dash_plus.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_word_dash_plus.3 index e6310517a..6a18ce35b 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_word_dash_plus.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_word_dash_plus.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_word_dash_plus "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_word_dash_plus "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_word_dash_plus .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_is_zero_width.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_is_zero_width.3 index 9e0cc1943..ebcf2883c 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_zero_width.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_zero_width.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_zero_width "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_is_zero_width "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_is_zero_width .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_append.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_append.3 index f020a3bda..3c57525cb 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_append .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_append_assure.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_append_assure.3 index 2c93c1a1b..ab1921157 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_append_assure.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_append_assure.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_append_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_append_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_append_assure .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_append_assure_nulless.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_append_assure_nulless.3 index ee491aad2..d460038b7 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_append_assure_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_append_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_append_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_append_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_append_assure_nulless .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_append_nulless.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_append_nulless.3 index b00fcf9fc..ce2ac7331 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_append_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_append_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_append_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_append_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_append_nulless .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_adjust.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_adjust.3 index 048bfb376..ad642c51d 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_adjust.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_adjust.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_adjust .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append.3 index 52608717a..11e169501 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_append .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append_assure.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append_assure.3 index ce6eb37d7..7d7bf42c8 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append_assure.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append_assure.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_append_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_append_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_append_assure .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append_assure_nulless.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append_assure_nulless.3 index 7b4dd3cbe..2ee882558 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append_assure_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_append_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_append_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_append_assure_nulless .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append_nulless.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append_nulless.3 index 7a50f2463..7eac66e14 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_append_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_append_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_append_nulless .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_decimate_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_decimate_by.3 index badd7d82c..07dc27f01 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_decimate_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_decimate_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_decrease_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_decrease_by.3 index 10652b658..7495c364a 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_decrease_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_decrease_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_increase.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_increase.3 index dba26de92..92304d11d 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_increase.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_increase.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_increase .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_increase_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_increase_by.3 index a2f0087be..2da405574 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_increase_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_increase_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mash.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mash.3 index d0a9d69e3..f8a0f77f7 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mash.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mash.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_mash .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mash_nulless.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mash_nulless.3 index 4ea9a9fba..96c033576 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mash_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mash_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_mash_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_mash_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_mash_nulless .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mish.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mish.3 index 18da7bd04..254e48485 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mish.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mish.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_mish "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_mish "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_mish .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mish_nulless.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mish_nulless.3 index 43c13b420..13829518f 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mish_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mish_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_mish_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_mish_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_mish_nulless .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append.3 index 5476a7f12..d8aa54840 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_partial_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_append .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append_assure.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append_assure.3 index 27f7c623e..41a2057e9 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append_assure.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append_assure.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_append_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_partial_append_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_append_assure .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append_assure_nulless.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append_assure_nulless.3 index 6ff61f822..953c82442 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append_assure_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_append_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_partial_append_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_append_assure_nulless .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append_nulless.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append_nulless.3 index 1844ee56b..855c878e8 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_append_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_partial_append_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_append_nulless .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mash.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mash.3 index 10bddc96a..4f2e03a55 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mash.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mash.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_partial_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_mash .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mash_nulless.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mash_nulless.3 index 7d6d3caad..73173235f 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mash_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mash_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_mash_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_partial_mash_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_mash_nulless .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mish.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mish.3 index 56b888b1a..1dea9e51e 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mish.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mish.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_mish "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_partial_mish "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_mish .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mish_nulless.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mish_nulless.3 index b56b177dc..6368d62e3 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mish_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mish_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_mish_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_partial_mish_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_mish_nulless .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend.3 index ab952db90..60c00e26a 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_prepend "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_partial_prepend "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_prepend .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend_assure.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend_assure.3 index a47420141..dde8ac21e 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend_assure.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend_assure.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_prepend_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_partial_prepend_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_prepend_assure .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend_assure_nulless.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend_assure_nulless.3 index 25931dd10..3188d4687 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend_assure_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_prepend_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_partial_prepend_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_prepend_assure_nulless .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend_nulless.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend_nulless.3 index a31f47ae6..222ca320c 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_prepend_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_partial_prepend_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_prepend_nulless .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend.3 index d9c0e721f..f1ac3903c 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_prepend "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_prepend "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_prepend .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend_assure.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend_assure.3 index 9015fd1e6..cc2fc25cf 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend_assure.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend_assure.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_prepend_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_prepend_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_prepend_assure .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend_assure_nulless.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend_assure_nulless.3 index aa63bb99b..34a230924 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend_assure_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_prepend_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_prepend_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_prepend_assure_nulless .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend_nulless.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend_nulless.3 index 48bb0df45..76dc80a09 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_prepend_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_prepend_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_prepend_nulless .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_resize.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_resize.3 index 8969f2628..b8f954191 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_resize.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_resize.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_resize .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_seek_line.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_seek_line.3 index e2fce7823..ff7de9a38 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_seek_line.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_seek_line.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_seek_line "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_seek_line "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_seek_line .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_seek_line_to.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_seek_line_to.3 index 6b43459f7..3710e1594 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_seek_line_to.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_seek_line_to.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_seek_line_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_seek_line_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_seek_line_to .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_seek_to.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_seek_to.3 index 3382044d7..c3e5f8234 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_seek_to.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_seek_to.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_seek_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_seek_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_seek_to .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_terminate.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_terminate.3 index 3d7e1c00b..a6f7d0975 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_terminate.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_terminate.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_terminate "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_terminate "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_terminate .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_terminate_after.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_terminate_after.3 index ad9400783..be7cd6bbe 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_terminate_after.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_terminate_after.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_terminate_after "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamic_terminate_after "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamic_terminate_after .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_adjust.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_adjust.3 index 5ea14359e..3b89dc6cf 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_adjust.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_adjust.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamics_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamics_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamics_adjust .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_append.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_append.3 index cfc631d8b..5ae1b1a1b 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamics_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamics_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamics_append .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_append_all.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_append_all.3 index b8eaa0c34..c72ae59a2 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_append_all.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_append_all.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamics_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamics_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamics_append_all .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_decimate_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_decimate_by.3 index 364ae4e86..7735648c4 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_decimate_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamics_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamics_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamics_decimate_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_decrease_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_decrease_by.3 index 7b23ff1b1..fbb622375 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_decrease_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamics_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamics_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamics_decrease_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_increase.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_increase.3 index 8281d811f..0e6e6a26c 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_increase.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_increase.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamics_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamics_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamics_increase .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_increase_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_increase_by.3 index 37363ada9..842abba26 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_increase_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamics_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamics_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamics_increase_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_resize.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_resize.3 index 76d015276..2edd8c119 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_resize.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_resize.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamics_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamics_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamics_resize .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_adjust.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_adjust.3 index f23d264d2..4a2f65b75 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_adjust.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamicss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamicss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamicss_adjust .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_append.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_append.3 index fc5b99286..75e7d184d 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamicss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamicss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamicss_append .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_append_all.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_append_all.3 index 1a984d76f..bf035af61 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_append_all.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamicss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamicss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamicss_append_all .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_decimate_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_decimate_by.3 index c8c56b192..38e77ea59 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_decimate_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamicss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamicss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamicss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_decrease_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_decrease_by.3 index 608170900..cc1425a4c 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_decrease_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamicss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamicss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamicss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_increase.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_increase.3 index 4fd31c24e..cc97ba4fb 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_increase.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_increase.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamicss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamicss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamicss_increase .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_increase_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_increase_by.3 index f079400eb..e727feaa6 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_increase_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamicss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamicss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamicss_increase_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_resize.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_resize.3 index cfe39f9b6..28560276d 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_resize.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_resize.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamicss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_dynamicss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_dynamicss_resize .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_adjust.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_adjust.3 index 1a1addf98..7ca641dcb 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_adjust.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_adjust.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multis_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_map_multis_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_map_multis_adjust .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_append.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_append.3 index 451dcec6c..057009388 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multis_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_map_multis_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_map_multis_append .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_append_all.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_append_all.3 index 576cc9b88..9d5f60683 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_append_all.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_append_all.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multis_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_map_multis_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_map_multis_append_all .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_decimate_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_decimate_by.3 index 64353eb64..e95ce3c33 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_decimate_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multis_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_map_multis_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_map_multis_decimate_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_decrease_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_decrease_by.3 index 69a17777b..7146d6153 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_decrease_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multis_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_map_multis_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_map_multis_decrease_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_increase.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_increase.3 index 8674501d1..5436a2148 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_increase.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_increase.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multis_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_map_multis_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_map_multis_increase .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_increase_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_increase_by.3 index 46d5db920..bd25d4616 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_increase_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multis_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_map_multis_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_map_multis_increase_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_resize.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_resize.3 index 212b3901e..b8afd6358 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_resize.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_resize.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multis_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_map_multis_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_map_multis_resize .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_adjust.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_adjust.3 index 3568a0d19..afef8c69e 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_adjust.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multiss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_map_multiss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_map_multiss_adjust .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_append.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_append.3 index a6e037b02..387004fb5 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multiss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_map_multiss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_map_multiss_append .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_append_all.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_append_all.3 index 6473c3f3b..a15c9fc63 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_append_all.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multiss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_map_multiss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_map_multiss_append_all .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_decimate_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_decimate_by.3 index 37e958dfa..950b71b2f 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_decimate_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multiss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_map_multiss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_map_multiss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_decrease_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_decrease_by.3 index 1854e94d3..7b65969f8 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_decrease_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multiss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_map_multiss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_map_multiss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_increase.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_increase.3 index d73731d20..73dcf9468 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_increase.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_increase.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multiss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_map_multiss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_map_multiss_increase .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_increase_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_increase_by.3 index e5c660872..cd3a38095 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_increase_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multiss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_map_multiss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_map_multiss_increase_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_resize.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_resize.3 index 9ce381bf7..c51ceb94d 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_resize.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_resize.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multiss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_map_multiss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_map_multiss_resize .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_adjust.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_adjust.3 index df9717dc4..f600b3264 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_adjust.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_adjust.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_maps_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_maps_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_maps_adjust .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_append.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_append.3 index a1de68a5d..f051a52bd 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_maps_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_maps_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_maps_append .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_append_all.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_append_all.3 index 7275c5936..bc69ca781 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_append_all.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_append_all.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_maps_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_maps_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_maps_append_all .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_decimate_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_decimate_by.3 index 7d2593353..16202385d 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_decimate_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_maps_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_maps_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_maps_decimate_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_decrease_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_decrease_by.3 index 422ace259..e3be42c34 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_decrease_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_maps_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_maps_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_maps_decrease_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_increase.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_increase.3 index 359eb3b66..331442b52 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_increase.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_increase.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_maps_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_maps_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_maps_increase .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_increase_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_increase_by.3 index 88afeeeea..600b9e041 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_increase_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_maps_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_maps_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_maps_increase_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_resize.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_resize.3 index 88b4daf2f..3d01842ce 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_resize.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_resize.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_maps_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_maps_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_maps_resize .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_adjust.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_adjust.3 index 9a74822c1..936fdd4d6 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_adjust.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mapss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_mapss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_mapss_adjust .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_append.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_append.3 index ff5ad5b9b..01d9d35de 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mapss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_mapss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_mapss_append .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_append_all.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_append_all.3 index 972f2e988..5ace1dab1 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_append_all.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mapss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_mapss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_mapss_append_all .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_decimate_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_decimate_by.3 index 6e08f9ec2..841b5ac06 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_decimate_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mapss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_mapss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_mapss_decimate_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_decrease_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_decrease_by.3 index a206e3989..dd84bf927 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_decrease_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mapss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_mapss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_mapss_decrease_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_increase.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_increase.3 index 86da5afcf..d3b368f02 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_increase.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_increase.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mapss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_mapss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_mapss_increase .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_increase_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_increase_by.3 index 2dcd5f18b..7da03d585 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_increase_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mapss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_mapss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_mapss_increase_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_resize.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_resize.3 index b999d6478..b0705fc5b 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_resize.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_resize.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mapss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_mapss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_mapss_resize .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mash.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mash.3 index f72b2e28c..94c6bdd19 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mash.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mash.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_mash .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mash_nulless.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mash_nulless.3 index 4e3de4fc2..8e3b4d3d5 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mash_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mash_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mash_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_mash_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_mash_nulless .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mish.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mish.3 index 2010ced39..912c59f7d 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mish.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mish.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mish "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_mish "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_mish .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mish_nulless.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mish_nulless.3 index cee6c3708..8ca92e919 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mish_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mish_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mish_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_mish_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_mish_nulless .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend.3 index 58931f575..e022b8121 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_prepend "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_prepend "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_prepend .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend_assure.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend_assure.3 index fb8cfd617..eab049271 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend_assure.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend_assure.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_prepend_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_prepend_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_prepend_assure .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend_assure_nulless.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend_assure_nulless.3 index c823863c0..e242036d4 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend_assure_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_prepend_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_prepend_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_prepend_assure_nulless .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend_nulless.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend_nulless.3 index fc53a07bf..d3f393707 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_prepend_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_prepend_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_prepend_nulless .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_seek_line.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_seek_line.3 index 70b3c37ac..39aee91a3 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_seek_line.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_seek_line.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_seek_line "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_seek_line "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_seek_line .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_seek_line_to.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_seek_line_to.3 index 900870fa1..c105f4332 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_seek_line_to.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_seek_line_to.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_seek_line_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_seek_line_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_seek_line_to .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_seek_to.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_seek_to.3 index 6bc5dd576..c1e7dfd29 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_seek_to.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_seek_to.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_seek_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_seek_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_seek_to .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_adjust.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_adjust.3 index da74b7d98..702e85208 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_adjust.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_adjust.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_triples_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_triples_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_triples_adjust .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_append.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_append.3 index ac7c5f008..8745e11b6 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_triples_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_triples_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_triples_append .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_append_all.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_append_all.3 index 223aa7e8f..e6469b748 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_append_all.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_append_all.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_triples_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_triples_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_triples_append_all .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_decimate_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_decimate_by.3 index 45fa5e8cf..dd2348d3b 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_decimate_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_triples_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_triples_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_triples_decimate_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_decrease_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_decrease_by.3 index b7e52950f..09a3964b4 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_decrease_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_triples_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_triples_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_triples_decrease_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_increase.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_increase.3 index 301a72e77..012cfa4f7 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_increase.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_increase.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_triples_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_triples_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_triples_increase .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_increase_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_increase_by.3 index aa2880545..eae0d7f94 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_increase_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_triples_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_triples_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_triples_increase_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_resize.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_resize.3 index 629c3980d..490b6c73a 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_resize.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_resize.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_triples_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_triples_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_triples_resize .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_adjust.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_adjust.3 index 134e3bc3b..ebc36b0da 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_adjust.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_adjust.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_tripless_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_tripless_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_tripless_adjust .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_append.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_append.3 index a017ba8ee..99df97193 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_tripless_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_tripless_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_tripless_append .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_append_all.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_append_all.3 index 6327babc6..7392dc024 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_append_all.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_append_all.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_tripless_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_tripless_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_tripless_append_all .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_decimate_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_decimate_by.3 index 39149a239..ed98dc6ea 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_decimate_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_tripless_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_tripless_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_tripless_decimate_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_decrease_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_decrease_by.3 index 4dbe9dcca..8349eda70 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_decrease_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_tripless_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_tripless_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_tripless_decrease_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_increase.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_increase.3 index ab5185ac6..3c47a15f9 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_increase.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_increase.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_tripless_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_tripless_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_tripless_increase .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_increase_by.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_increase_by.3 index cb67dc347..6c36f94f4 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_increase_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_tripless_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_tripless_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_tripless_increase_by .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_resize.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_resize.3 index 4e06dd5a7..f17925079 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_resize.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_resize.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_tripless_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_string_tripless_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_string_tripless_resize .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_unicode_from.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_unicode_from.3 index 5d95a98d3..24769d025 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_unicode_from.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_unicode_from.3 @@ -1,4 +1,4 @@ -.TH f_utf_unicode_from "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_unicode_from "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_unicode_from .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_unicode_string_to.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_unicode_string_to.3 index ba9cff21b..71eeb5d66 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_unicode_string_to.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_unicode_string_to.3 @@ -1,4 +1,4 @@ -.TH f_utf_unicode_string_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_unicode_string_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_unicode_string_to .SH SYNOPSIS diff --git a/level_0/f_utf/data/documentation/man/man3/f_utf_unicode_to.3 b/level_0/f_utf/data/documentation/man/man3/f_utf_unicode_to.3 index 3685f5356..7438b23de 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_unicode_to.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_unicode_to.3 @@ -1,4 +1,4 @@ -.TH f_utf_unicode_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH f_utf_unicode_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" f_utf_unicode_to .SH SYNOPSIS diff --git a/level_1/fl_control_group/data/build/settings b/level_1/fl_control_group/data/build/settings index e454206e5..c1ee2c04f 100644 --- a/level_1/fl_control_group/data/build/settings +++ b/level_1/fl_control_group/data/build/settings @@ -18,7 +18,7 @@ build_name fl_control_group version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_1/fl_control_group/data/documentation/man/man3/fl_control_group_apply.3 b/level_1/fl_control_group/data/documentation/man/man3/fl_control_group_apply.3 index 7aa922d0a..06abba16d 100644 --- a/level_1/fl_control_group/data/documentation/man/man3/fl_control_group_apply.3 +++ b/level_1/fl_control_group/data/documentation/man/man3/fl_control_group_apply.3 @@ -1,4 +1,4 @@ -.TH fl_control_group_apply "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_control_group_apply "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_control_group_apply .SH SYNOPSIS diff --git a/level_1/fl_conversion/data/build/settings b/level_1/fl_conversion/data/build/settings index 2a66b6e95..847a656ab 100644 --- a/level_1/fl_conversion/data/build/settings +++ b/level_1/fl_conversion/data/build/settings @@ -18,7 +18,7 @@ build_name fl_conversion version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_signed.3 b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_signed.3 index 4be1d6f7d..764ed8df7 100644 --- a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_signed.3 +++ b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_signed.3 @@ -1,4 +1,4 @@ -.TH fl_conversion_dynamic_partial_to_signed "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_conversion_dynamic_partial_to_signed "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_conversion_dynamic_partial_to_signed .SH SYNOPSIS diff --git a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_signed_detect.3 b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_signed_detect.3 index dacc3fa95..29a74d366 100644 --- a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_signed_detect.3 +++ b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_signed_detect.3 @@ -1,4 +1,4 @@ -.TH fl_conversion_dynamic_partial_to_signed_detect "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_conversion_dynamic_partial_to_signed_detect "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_conversion_dynamic_partial_to_signed_detect .SH SYNOPSIS diff --git a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_unsigned.3 b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_unsigned.3 index e8bb1f26b..f66e96412 100644 --- a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_unsigned.3 +++ b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_unsigned.3 @@ -1,4 +1,4 @@ -.TH fl_conversion_dynamic_partial_to_unsigned "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_conversion_dynamic_partial_to_unsigned "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_conversion_dynamic_partial_to_unsigned .SH SYNOPSIS diff --git a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_unsigned_detect.3 b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_unsigned_detect.3 index e764a5648..67c495d5b 100644 --- a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_unsigned_detect.3 +++ b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_unsigned_detect.3 @@ -1,4 +1,4 @@ -.TH fl_conversion_dynamic_partial_to_unsigned_detect "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_conversion_dynamic_partial_to_unsigned_detect "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_conversion_dynamic_partial_to_unsigned_detect .SH SYNOPSIS diff --git a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_signed.3 b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_signed.3 index 3969d9005..e2c08f06e 100644 --- a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_signed.3 +++ b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_signed.3 @@ -1,4 +1,4 @@ -.TH fl_conversion_dynamic_to_signed "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_conversion_dynamic_to_signed "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_conversion_dynamic_to_signed .SH SYNOPSIS diff --git a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_signed_detect.3 b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_signed_detect.3 index 0d71432cb..7af6f3162 100644 --- a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_signed_detect.3 +++ b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_signed_detect.3 @@ -1,4 +1,4 @@ -.TH fl_conversion_dynamic_to_signed_detect "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_conversion_dynamic_to_signed_detect "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_conversion_dynamic_to_signed_detect .SH SYNOPSIS diff --git a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_unsigned.3 b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_unsigned.3 index bbe883f52..0892137e8 100644 --- a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_unsigned.3 +++ b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_unsigned.3 @@ -1,4 +1,4 @@ -.TH fl_conversion_dynamic_to_unsigned "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_conversion_dynamic_to_unsigned "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_conversion_dynamic_to_unsigned .SH SYNOPSIS diff --git a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_unsigned_detect.3 b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_unsigned_detect.3 index d9fd24c45..2bb680add 100644 --- a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_unsigned_detect.3 +++ b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_unsigned_detect.3 @@ -1,4 +1,4 @@ -.TH fl_conversion_dynamic_to_unsigned_detect "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_conversion_dynamic_to_unsigned_detect "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_conversion_dynamic_to_unsigned_detect .SH SYNOPSIS diff --git a/level_1/fl_directory/data/build/settings b/level_1/fl_directory/data/build/settings index 047ee57fc..d000c3d66 100644 --- a/level_1/fl_directory/data/build/settings +++ b/level_1/fl_directory/data/build/settings @@ -18,7 +18,7 @@ build_name fl_directory version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_1/fl_directory/data/documentation/man/man3/fl_directory_clone.3 b/level_1/fl_directory/data/documentation/man/man3/fl_directory_clone.3 index fba28dd0d..c8d2b2e14 100644 --- a/level_1/fl_directory/data/documentation/man/man3/fl_directory_clone.3 +++ b/level_1/fl_directory/data/documentation/man/man3/fl_directory_clone.3 @@ -1,4 +1,4 @@ -.TH fl_directory_clone "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_directory_clone "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_directory_clone .SH SYNOPSIS diff --git a/level_1/fl_directory/data/documentation/man/man3/fl_directory_clone_content.3 b/level_1/fl_directory/data/documentation/man/man3/fl_directory_clone_content.3 index 7cd0eda23..06318944d 100644 --- a/level_1/fl_directory/data/documentation/man/man3/fl_directory_clone_content.3 +++ b/level_1/fl_directory/data/documentation/man/man3/fl_directory_clone_content.3 @@ -1,4 +1,4 @@ -.TH fl_directory_clone_content "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_directory_clone_content "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_directory_clone_content .SH SYNOPSIS diff --git a/level_1/fl_directory/data/documentation/man/man3/fl_directory_copy.3 b/level_1/fl_directory/data/documentation/man/man3/fl_directory_copy.3 index fcd28c96f..4d32a44f8 100644 --- a/level_1/fl_directory/data/documentation/man/man3/fl_directory_copy.3 +++ b/level_1/fl_directory/data/documentation/man/man3/fl_directory_copy.3 @@ -1,4 +1,4 @@ -.TH fl_directory_copy "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_directory_copy "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_directory_copy .SH SYNOPSIS diff --git a/level_1/fl_directory/data/documentation/man/man3/fl_directory_copy_content.3 b/level_1/fl_directory/data/documentation/man/man3/fl_directory_copy_content.3 index 888ec0569..3da84f0ac 100644 --- a/level_1/fl_directory/data/documentation/man/man3/fl_directory_copy_content.3 +++ b/level_1/fl_directory/data/documentation/man/man3/fl_directory_copy_content.3 @@ -1,4 +1,4 @@ -.TH fl_directory_copy_content "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_directory_copy_content "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_directory_copy_content .SH SYNOPSIS diff --git a/level_1/fl_directory/data/documentation/man/man3/fl_directory_create.3 b/level_1/fl_directory/data/documentation/man/man3/fl_directory_create.3 index 2b9ed534a..9b0e0255f 100644 --- a/level_1/fl_directory/data/documentation/man/man3/fl_directory_create.3 +++ b/level_1/fl_directory/data/documentation/man/man3/fl_directory_create.3 @@ -1,4 +1,4 @@ -.TH fl_directory_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_directory_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_directory_create .SH SYNOPSIS diff --git a/level_1/fl_directory/data/documentation/man/man3/fl_directory_list.3 b/level_1/fl_directory/data/documentation/man/man3/fl_directory_list.3 index b90862f36..572ebc524 100644 --- a/level_1/fl_directory/data/documentation/man/man3/fl_directory_list.3 +++ b/level_1/fl_directory/data/documentation/man/man3/fl_directory_list.3 @@ -1,4 +1,4 @@ -.TH fl_directory_list "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_directory_list "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_directory_list .SH SYNOPSIS diff --git a/level_1/fl_directory/data/documentation/man/man3/fl_directory_path_pop.3 b/level_1/fl_directory/data/documentation/man/man3/fl_directory_path_pop.3 index fa3f646e9..ff6195d70 100644 --- a/level_1/fl_directory/data/documentation/man/man3/fl_directory_path_pop.3 +++ b/level_1/fl_directory/data/documentation/man/man3/fl_directory_path_pop.3 @@ -1,4 +1,4 @@ -.TH fl_directory_path_pop "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_directory_path_pop "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_directory_path_pop .SH SYNOPSIS diff --git a/level_1/fl_directory/data/documentation/man/man3/fl_directory_path_push.3 b/level_1/fl_directory/data/documentation/man/man3/fl_directory_path_push.3 index 2454bb1f7..d8ac6a372 100644 --- a/level_1/fl_directory/data/documentation/man/man3/fl_directory_path_push.3 +++ b/level_1/fl_directory/data/documentation/man/man3/fl_directory_path_push.3 @@ -1,4 +1,4 @@ -.TH fl_directory_path_push "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_directory_path_push "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_directory_path_push .SH SYNOPSIS diff --git a/level_1/fl_environment/data/build/settings b/level_1/fl_environment/data/build/settings index 3df46e1eb..7e1dcc1bf 100644 --- a/level_1/fl_environment/data/build/settings +++ b/level_1/fl_environment/data/build/settings @@ -18,7 +18,7 @@ build_name fl_environment version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_1/fl_environment/data/documentation/man/man3/fl_environment_load_name.3 b/level_1/fl_environment/data/documentation/man/man3/fl_environment_load_name.3 index 85e18b9ad..11f5eb9ce 100644 --- a/level_1/fl_environment/data/documentation/man/man3/fl_environment_load_name.3 +++ b/level_1/fl_environment/data/documentation/man/man3/fl_environment_load_name.3 @@ -1,4 +1,4 @@ -.TH fl_environment_load_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_environment_load_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_environment_load_name .SH SYNOPSIS diff --git a/level_1/fl_environment/data/documentation/man/man3/fl_environment_load_names.3 b/level_1/fl_environment/data/documentation/man/man3/fl_environment_load_names.3 index 7d44f50ed..a66a695d7 100644 --- a/level_1/fl_environment/data/documentation/man/man3/fl_environment_load_names.3 +++ b/level_1/fl_environment/data/documentation/man/man3/fl_environment_load_names.3 @@ -1,4 +1,4 @@ -.TH fl_environment_load_names "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_environment_load_names "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_environment_load_names .SH SYNOPSIS diff --git a/level_1/fl_environment/data/documentation/man/man3/fl_environment_path_explode.3 b/level_1/fl_environment/data/documentation/man/man3/fl_environment_path_explode.3 index 1aec2d7ad..3662aba8a 100644 --- a/level_1/fl_environment/data/documentation/man/man3/fl_environment_path_explode.3 +++ b/level_1/fl_environment/data/documentation/man/man3/fl_environment_path_explode.3 @@ -1,4 +1,4 @@ -.TH fl_environment_path_explode "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_environment_path_explode "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_environment_path_explode .SH SYNOPSIS diff --git a/level_1/fl_environment/data/documentation/man/man3/fl_environment_path_explode_reverse.3 b/level_1/fl_environment/data/documentation/man/man3/fl_environment_path_explode_reverse.3 index ee13db9fd..5a7164437 100644 --- a/level_1/fl_environment/data/documentation/man/man3/fl_environment_path_explode_reverse.3 +++ b/level_1/fl_environment/data/documentation/man/man3/fl_environment_path_explode_reverse.3 @@ -1,4 +1,4 @@ -.TH fl_environment_path_explode_reverse "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_environment_path_explode_reverse "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_environment_path_explode_reverse .SH SYNOPSIS diff --git a/level_1/fl_execute/data/build/settings b/level_1/fl_execute/data/build/settings index b1c939120..072c3286b 100644 --- a/level_1/fl_execute/data/build/settings +++ b/level_1/fl_execute/data/build/settings @@ -18,7 +18,7 @@ build_name fl_execute version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_1/fl_fss/data/build/settings b/level_1/fl_fss/data/build/settings index 843e62614..5a683210b 100644 --- a/level_1/fl_fss/data/build/settings +++ b/level_1/fl_fss/data/build/settings @@ -18,7 +18,7 @@ build_name fl_fss version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_content_read.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_content_read.3 index 0a6102e64..eb3ffae49 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_content_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_content_read.3 @@ -1,4 +1,4 @@ -.TH fl_fss_basic_content_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_basic_content_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_basic_content_read .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_content_write.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_content_write.3 index 64789366a..c29410d91 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_content_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_content_write.3 @@ -1,4 +1,4 @@ -.TH fl_fss_basic_content_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_basic_content_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_basic_content_write .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_content_read.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_content_read.3 index 5844af21c..f03b5ea30 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_content_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_content_read.3 @@ -1,4 +1,4 @@ -.TH fl_fss_basic_list_content_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_basic_list_content_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_basic_list_content_read .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_content_write.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_content_write.3 index 1ff4d6dce..0903ce0f4 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_content_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_content_write.3 @@ -1,4 +1,4 @@ -.TH fl_fss_basic_list_content_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_basic_list_content_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_basic_list_content_write .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_object_read.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_object_read.3 index d1ab9bcc4..9d5656185 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_object_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_object_read.3 @@ -1,4 +1,4 @@ -.TH fl_fss_basic_list_object_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_basic_list_object_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_basic_list_object_read .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_object_write.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_object_write.3 index c22f090ac..eac1b9ad0 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_object_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_object_write.3 @@ -1,4 +1,4 @@ -.TH fl_fss_basic_list_object_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_basic_list_object_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_basic_list_object_write .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_object_read.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_object_read.3 index 44aaf150c..d8e4bb465 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_object_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_object_read.3 @@ -1,4 +1,4 @@ -.TH fl_fss_basic_object_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_basic_object_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_basic_object_read .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_object_write.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_object_write.3 index ac440d5d7..9b0c4eaf8 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_object_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_object_write.3 @@ -1,4 +1,4 @@ -.TH fl_fss_basic_object_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_basic_object_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_basic_object_write .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_content_read.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_content_read.3 index e635ed5d2..8a06fe282 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_content_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_content_read.3 @@ -1,4 +1,4 @@ -.TH fl_fss_embedded_list_content_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_embedded_list_content_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_embedded_list_content_read .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_content_write.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_content_write.3 index a50268ac6..4516210e5 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_content_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_content_write.3 @@ -1,4 +1,4 @@ -.TH fl_fss_embedded_list_content_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_embedded_list_content_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_embedded_list_content_write .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_object_read.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_object_read.3 index ff28224ef..3afeb0d19 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_object_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_object_read.3 @@ -1,4 +1,4 @@ -.TH fl_fss_embedded_list_object_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_embedded_list_object_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_embedded_list_object_read .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_object_write.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_object_write.3 index 4dbf50106..e42e2ed4d 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_object_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_object_write.3 @@ -1,4 +1,4 @@ -.TH fl_fss_embedded_list_object_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_embedded_list_object_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_embedded_list_object_write .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_content_read.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_content_read.3 index 9a4f6f921..2a6c3387e 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_content_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_content_read.3 @@ -1,4 +1,4 @@ -.TH fl_fss_extended_content_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_extended_content_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_extended_content_read .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_content_write.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_content_write.3 index f54cc1082..2bfb65c69 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_content_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_content_write.3 @@ -1,4 +1,4 @@ -.TH fl_fss_extended_content_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_extended_content_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_extended_content_write .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_content_read.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_content_read.3 index e814d53ba..208f87377 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_content_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_content_read.3 @@ -1,4 +1,4 @@ -.TH fl_fss_extended_list_content_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_extended_list_content_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_extended_list_content_read .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_content_write.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_content_write.3 index f29b6facf..a81d8a670 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_content_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_content_write.3 @@ -1,4 +1,4 @@ -.TH fl_fss_extended_list_content_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_extended_list_content_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_extended_list_content_write .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_object_read.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_object_read.3 index f14df61b0..ec1bf66ba 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_object_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_object_read.3 @@ -1,4 +1,4 @@ -.TH fl_fss_extended_list_object_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_extended_list_object_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_extended_list_object_read .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_object_write.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_object_write.3 index 107957fa1..acfe3358d 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_object_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_object_write.3 @@ -1,4 +1,4 @@ -.TH fl_fss_extended_list_object_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_extended_list_object_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_extended_list_object_write .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_object_read.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_object_read.3 index acc568e2c..ba181341f 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_object_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_object_read.3 @@ -1,4 +1,4 @@ -.TH fl_fss_extended_object_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_extended_object_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_extended_object_read .SH SYNOPSIS diff --git a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_object_write.3 b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_object_write.3 index a99fd1de0..9d600af26 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_object_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_object_write.3 @@ -1,4 +1,4 @@ -.TH fl_fss_extended_object_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_fss_extended_object_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_fss_extended_object_write .SH SYNOPSIS diff --git a/level_1/fl_iki/data/build/settings b/level_1/fl_iki/data/build/settings index 292c47bdd..3b9ab3e00 100644 --- a/level_1/fl_iki/data/build/settings +++ b/level_1/fl_iki/data/build/settings @@ -18,7 +18,7 @@ build_name fl_iki version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_1/fl_iki/data/documentation/man/man3/fl_iki_read.3 b/level_1/fl_iki/data/documentation/man/man3/fl_iki_read.3 index e8657026d..74f7f2076 100644 --- a/level_1/fl_iki/data/documentation/man/man3/fl_iki_read.3 +++ b/level_1/fl_iki/data/documentation/man/man3/fl_iki_read.3 @@ -1,4 +1,4 @@ -.TH fl_iki_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_iki_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_iki_read .SH SYNOPSIS diff --git a/level_1/fl_print/data/build/settings b/level_1/fl_print/data/build/settings index c96efbdc5..0a5546ba4 100644 --- a/level_1/fl_print/data/build/settings +++ b/level_1/fl_print/data/build/settings @@ -18,7 +18,7 @@ build_name fl_print version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_format.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_format.3 index 644e286a3..fb49aeb1b 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_format.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_format.3 @@ -1,4 +1,4 @@ -.TH fl_print_format "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_format "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_format .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_format_convert.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_format_convert.3 index a8595275a..4a98d8377 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_format_convert.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_format_convert.3 @@ -1,4 +1,4 @@ -.TH fl_print_format_convert "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_format_convert "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_format_convert .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_string_va.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_string_va.3 index 98b3eadce..b31e12032 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_string_va.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_string_va.3 @@ -1,4 +1,4 @@ -.TH fl_print_string_va "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_string_va "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_string_va .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim.3 index 291f427df..55c61d1c9 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic.3 index 25388355b..9af2830f7 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_dynamic .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial.3 index 02c87127f..0cbcd3b18 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial.3 @@ -1,4 +1,4 @@ - .TH fl_print_trim_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" + .TH fl_print_trim_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_dynamic_partial .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial_raw.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial_raw.3 index 683604a33..4ca86c261 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial_raw.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_dynamic_partial_raw .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial_raw_safely.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial_raw_safely.3 index 01c2106f2..eb9d8f5dd 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial_raw_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_dynamic_partial_raw_safely .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial_safely.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial_safely.3 index 376e17037..d45af2df8 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_dynamic_partial_safely .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_raw.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_raw.3 index 8fc8cc3a5..6764e8ddf 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_raw.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_dynamic_raw .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_raw_safely.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_raw_safely.3 index 86f6a5806..f775649f8 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_raw_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_dynamic_raw_safely .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_safely.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_safely.3 index 181c5787b..9e1462feb 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_dynamic_safely .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except.3 index b23e43409..e8ce43056 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic.3 index 4aaa8f3d7..715a835de 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_dynamic .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial.3 index 2b2871533..d06a6da0d 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_dynamic_partial .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial_raw.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial_raw.3 index b053bd1ba..477f4df48 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial_raw.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_dynamic_partial_raw .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial_raw_safely.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial_raw_safely.3 index dfe36fd83..9a3e758d8 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial_raw_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_dynamic_partial_raw_safely .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial_safely.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial_safely.3 index c2f29785d..862110e2b 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_dynamic_partial_safely .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_raw.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_raw.3 index 4bfb8afa6..3edb78897 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_raw.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_dynamic_raw .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_raw_safely.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_raw_safely.3 index 5f3d4b512..ac0c35a10 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_raw_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_dynamic_raw_safely .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_safely.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_safely.3 index 70deea1ac..a37de0e87 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_dynamic_safely .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in.3 index b384f5384..e26e52ea1 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_in "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_in .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic.3 index ec51ff9f8..bce670574 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_in_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_in_dynamic .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial.3 index cac3715b8..d32183ab6 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_in_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_in_dynamic_partial .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial_raw.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial_raw.3 index 115095868..777044fc3 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial_raw.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_in_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_in_dynamic_partial_raw .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial_raw_safely.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial_raw_safely.3 index 5ed372eb1..2ea5b91d9 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial_raw_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_in_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_in_dynamic_partial_raw_safely .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial_safely.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial_safely.3 index 045472fcc..104e9a4f8 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_in_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_in_dynamic_partial_safely .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_raw.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_raw.3 index c3bd157fe..1294b1d85 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_raw.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_in_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_in_dynamic_raw .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_raw_safely.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_raw_safely.3 index 1b176f0cb..22bcaa042 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_raw_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_in_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_in_dynamic_raw_safely .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_safely.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_safely.3 index 2d58c8a19..c69264cc4 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_in_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_in_dynamic_safely .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_raw.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_raw.3 index 48aafab57..a802f9534 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_raw.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_raw.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_in_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_in_raw .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_raw_safely.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_raw_safely.3 index af5e043b4..92263a98e 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_raw_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_in_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_in_raw_safely .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_safely.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_safely.3 index 07b5428ad..bde51065d 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_in_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_in_safely .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_raw.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_raw.3 index b46d62127..e2de2bee0 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_raw.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_raw.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_raw .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_raw_safely.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_raw_safely.3 index 46513b7de..fb2dafe32 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_raw_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_raw_safely .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_safely.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_safely.3 index 4ae475db8..b12f33377 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_except_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_except_safely .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_raw.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_raw.3 index 93e671751..68a02fd94 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_raw.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_raw.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_raw .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_raw_safely.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_raw_safely.3 index b89e47945..04bd3a1ba 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_raw_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_raw_safely .SH SYNOPSIS diff --git a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_safely.3 b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_safely.3 index 5e6becf32..5454e4502 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_print_trim_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_print_trim_safely .SH SYNOPSIS diff --git a/level_1/fl_signal/data/build/settings b/level_1/fl_signal/data/build/settings index f2896a32f..748694392 100644 --- a/level_1/fl_signal/data/build/settings +++ b/level_1/fl_signal/data/build/settings @@ -18,7 +18,7 @@ build_name fl_signal version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_1/fl_signal/data/documentation/man/man3/fl_signal_state_interrupt.3 b/level_1/fl_signal/data/documentation/man/man3/fl_signal_state_interrupt.3 index eaa912b18..da13a20cc 100644 --- a/level_1/fl_signal/data/documentation/man/man3/fl_signal_state_interrupt.3 +++ b/level_1/fl_signal/data/documentation/man/man3/fl_signal_state_interrupt.3 @@ -1,4 +1,4 @@ -.TH fl_signal_state_interrupt "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_signal_state_interrupt "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_signal_state_interrupt .SH SYNOPSIS diff --git a/level_1/fl_string/data/build/settings b/level_1/fl_string/data/build/settings index 2476087fa..64daa9a9d 100644 --- a/level_1/fl_string/data/build/settings +++ b/level_1/fl_string/data/build/settings @@ -18,7 +18,7 @@ build_name fl_string version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_1/fl_string/data/build/settings-tests b/level_1/fl_string/data/build/settings-tests index d0a9494cd..d20d72b1d 100644 --- a/level_1/fl_string/data/build/settings-tests +++ b/level_1/fl_string/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-fl_string version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_compare.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_compare.3 index 3af3198b4..b218ae624 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_compare.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_compare.3 @@ -1,4 +1,4 @@ -.TH fl_string_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_compare .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_compare_except.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_compare_except.3 index 2dadb5a65..333c682c1 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_compare_except.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_compare_except.3 @@ -1,4 +1,4 @@ -.TH fl_string_compare_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_compare_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_compare_except .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_compare_except_trim.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_compare_except_trim.3 index 9c6b07b77..5054a17a2 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_compare_except_trim.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_compare_except_trim.3 @@ -1,4 +1,4 @@ -.TH fl_string_compare_except_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_compare_except_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_compare_except_trim .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_compare_trim.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_compare_trim.3 index f3f7f96e2..96e3f9c49 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_compare_trim.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_compare_trim.3 @@ -1,4 +1,4 @@ -.TH fl_string_compare_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_compare_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_compare_trim .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare.3 index 49f86c579..a784f2b38 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_compare .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except.3 index 635a49340..d1f8ba326 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_compare_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_compare_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_compare_except .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except_string.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except_string.3 index cbb345ccc..79fd1e5eb 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except_string.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except_string.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_compare_except_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_compare_except_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_compare_except_string .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except_trim.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except_trim.3 index bef5ff137..ce11baf40 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except_trim.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except_trim.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_compare_except_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_compare_except_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_compare_except_trim .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except_trim_string.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except_trim_string.3 index 8975ebe24..53a487014 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except_trim_string.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except_trim_string.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_compare_except_trim_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_compare_except_trim_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_compare_except_trim_string .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_string.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_string.3 index 881766fb5..344e8cddd 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_string.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_string.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_compare_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_compare_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_compare_string .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_trim.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_trim.3 index 69c8f6d48..1a384cd12 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_trim.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_trim.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_compare_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_compare_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_compare_trim .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_trim_string.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_trim_string.3 index 5c62fd469..f1a36d96c 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_trim_string.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_trim_string.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_compare_trim_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_compare_trim_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_compare_trim_string .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare.3 index 2eec6246a..b37dde208 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_partial_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_dynamic.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_dynamic.3 index 8bbdf421d..1e766a649 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_dynamic.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_dynamic.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_partial_compare_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_dynamic .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except.3 index a14094c02..61535851f 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_partial_compare_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_except .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_dynamic.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_dynamic.3 index a573d32a4..0a1a246bc 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_dynamic.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_dynamic.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_except_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_partial_compare_except_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_except_dynamic .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_string.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_string.3 index baa92629d..ea9df365f 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_string.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_string.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_except_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_partial_compare_except_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_except_string .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_trim.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_trim.3 index 023af0ad4..15d7d1be7 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_trim.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_trim.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_except_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_partial_compare_except_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_except_trim .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_trim_dynamic.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_trim_dynamic.3 index bfe774b12..fd65975d1 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_trim_dynamic.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_trim_dynamic.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_except_trim_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_partial_compare_except_trim_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_except_trim_dynamic .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_trim_string.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_trim_string.3 index d3bb052b2..e5ed68bbd 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_trim_string.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_trim_string.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_except_trim_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_partial_compare_except_trim_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_except_trim_string .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_string.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_string.3 index 026cdcc61..8d002bb19 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_string.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_string.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_partial_compare_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_string .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_trim.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_trim.3 index c566ae047..f4ca711fe 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_trim.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_trim.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_partial_compare_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_trim .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_trim_dynamic.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_trim_dynamic.3 index ca6a7d4f3..85f06c4d4 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_trim_dynamic.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_trim_dynamic.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_trim_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_partial_compare_trim_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_trim_dynamic .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_trim_string.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_trim_string.3 index 976ee7058..f4f53abf0 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_trim_string.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_trim_string.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_trim_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_partial_compare_trim_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_trim_string .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_fll_identify.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_fll_identify.3 index c725f9530..76205831d 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_fll_identify.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_fll_identify.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_fll_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_partial_fll_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_partial_fll_identify .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_rip.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_rip.3 index 22cbc01b7..e7ae802fa 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_rip.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_rip.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_rip "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_partial_rip "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_partial_rip .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_rip_nulless.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_rip_nulless.3 index 2ae9e716e..58bc08a02 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_rip_nulless.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_rip_nulless.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_rip_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_partial_rip_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_partial_rip_nulless .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_rip.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_rip.3 index 159ea4912..9e046b298 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_rip.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_rip.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_rip "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_rip "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_rip .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_rip_nulless.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_rip_nulless.3 index c6aedffb4..893ff7903 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_rip_nulless.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_rip_nulless.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_rip_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_rip_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_rip_nulless .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_line_to_utf_character.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_line_to_utf_character.3 index 788edb198..f12f2ac81 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_line_to_utf_character.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_line_to_utf_character.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_seek_line_to_utf_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_seek_line_to_utf_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_seek_line_to_utf_character .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_line_until_graph.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_line_until_graph.3 index fab54d96f..6d9f2ac24 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_line_until_graph.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_line_until_graph.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_seek_line_until_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_seek_line_until_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_seek_line_until_graph .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_line_until_graph_non.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_line_until_graph_non.3 index 3eae16fe5..b082cdf36 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_line_until_graph_non.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_line_until_graph_non.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_seek_line_until_graph_non "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_seek_line_until_graph_non "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_seek_line_until_graph_non .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_to_utf_character.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_to_utf_character.3 index c48328260..ff714444d 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_to_utf_character.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_to_utf_character.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_seek_to_utf_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_dynamic_seek_to_utf_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_dynamic_seek_to_utf_character .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_rip.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_rip.3 index dfdaa4566..e7bd98997 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_rip.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_rip.3 @@ -1,4 +1,4 @@ -.TH fl_string_rip "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_rip "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_rip .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_rip_nulless.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_rip_nulless.3 index f4babe7bd..b5e0b155d 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_rip_nulless.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_rip_nulless.3 @@ -1,4 +1,4 @@ -.TH fl_string_rip_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_rip_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_rip_nulless .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_seek_line_to_utf_character.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_seek_line_to_utf_character.3 index de5d6ca68..f78e1c923 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_seek_line_to_utf_character.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_seek_line_to_utf_character.3 @@ -1,4 +1,4 @@ -.TH fl_string_seek_line_to_utf_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_seek_line_to_utf_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_seek_line_to_utf_character .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_seek_line_until_graph.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_seek_line_until_graph.3 index 8f082e906..3fa1a1da5 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_seek_line_until_graph.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_seek_line_until_graph.3 @@ -1,4 +1,4 @@ -.TH fl_string_seek_line_until_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_seek_line_until_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_seek_line_until_graph .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_seek_line_until_graph_non.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_seek_line_until_graph_non.3 index e78dc281f..0babfd4e2 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_seek_line_until_graph_non.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_seek_line_until_graph_non.3 @@ -1,4 +1,4 @@ -.TH fl_string_seek_line_until_graph_non "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_seek_line_until_graph_non "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_seek_line_until_graph_non .SH SYNOPSIS diff --git a/level_1/fl_string/data/documentation/man/man3/fl_string_seek_to_utf_character.3 b/level_1/fl_string/data/documentation/man/man3/fl_string_seek_to_utf_character.3 index 1c5aab6ad..776567380 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_seek_to_utf_character.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_seek_to_utf_character.3 @@ -1,4 +1,4 @@ -.TH fl_string_seek_to_utf_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_string_seek_to_utf_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_string_seek_to_utf_character .SH SYNOPSIS diff --git a/level_1/fl_utf/data/build/settings b/level_1/fl_utf/data/build/settings index dab035941..9a28d9e96 100644 --- a/level_1/fl_utf/data/build/settings +++ b/level_1/fl_utf/data/build/settings @@ -18,7 +18,7 @@ build_name fl_utf version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_1/fl_utf/data/build/settings-tests b/level_1/fl_utf/data/build/settings-tests index 5a0626148..2a2372b0d 100644 --- a/level_1/fl_utf/data/build/settings-tests +++ b/level_1/fl_utf/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-fl_utf version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read.3 index 9dbe5a68a..3bc29cbae 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_file_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_file_read .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read_block.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read_block.3 index 453d3dc37..1812bbb3d 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read_block.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read_block.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_read_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_file_read_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_file_read_block .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read_until.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read_until.3 index d5236fdf2..d7ae67638 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read_until.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read_until.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_read_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_file_read_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_file_read_until .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write.3 index ec92dc91a..d9da301f8 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_file_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_file_write .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_block.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_block.3 index f22823af2..56baf92a2 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_block.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_block.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_write_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_file_write_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_file_write_block .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_range.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_range.3 index 9764572e0..db57ca9e0 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_range.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_range.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_write_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_file_write_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_file_write_range .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_until.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_until.3 index f172421c7..956ab5111 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_until.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_until.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_write_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_file_write_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_file_write_until .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_compare.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_compare.3 index 94e1236aa..04be082d3 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_compare.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_compare.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_string_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_string_compare .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_compare_trim.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_compare_trim.3 index deba5ae90..e7b69ac9c 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_compare_trim.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_compare_trim.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_compare_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_string_compare_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_string_compare_trim .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_compare.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_compare.3 index be5dacfee..5b91aa209 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_compare.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_compare.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_string_dynamic_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_string_dynamic_compare .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_compare_trim.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_compare_trim.3 index 96d425cb6..2807c8149 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_compare_trim.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_compare_trim.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_compare_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_string_dynamic_compare_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_string_dynamic_compare_trim .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_partial_compare.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_partial_compare.3 index 36bb98723..d84a9e6b1 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_partial_compare.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_partial_compare.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_partial_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_string_dynamic_partial_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_string_dynamic_partial_compare .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_partial_compare_trim.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_partial_compare_trim.3 index 74b139ab8..32bf1e972 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_partial_compare_trim.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_partial_compare_trim.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_partial_compare_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_string_dynamic_partial_compare_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_string_dynamic_partial_compare_trim .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_rip.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_rip.3 index b74b0c801..bc9548cfa 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_rip.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_rip.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_rip "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_string_dynamic_rip "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_string_dynamic_rip .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_rip_nulless.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_rip_nulless.3 index 4491b18ea..3d55bac26 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_rip_nulless.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_rip_nulless.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_rip_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_string_dynamic_rip_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_string_dynamic_rip_nulless .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_line_to_char.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_line_to_char.3 index a6bb5f324..79653f2ef 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_line_to_char.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_line_to_char.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_seek_line_to_char "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_string_dynamic_seek_line_to_char "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_string_dynamic_seek_line_to_char .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_line_until_graph.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_line_until_graph.3 index 898a88690..42b1ed4b8 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_line_until_graph.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_line_until_graph.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_seek_line_until_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_string_dynamic_seek_line_until_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_string_dynamic_seek_line_until_graph .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_line_until_graph_non.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_line_until_graph_non.3 index 0e46d7064..8a27c22f8 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_line_until_graph_non.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_line_until_graph_non.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_seek_line_until_graph_non "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_string_dynamic_seek_line_until_graph_non "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_string_dynamic_seek_line_until_graph_non .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_to_char.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_to_char.3 index 0f164f8c0..2797d5566 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_to_char.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_to_char.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_seek_to_char "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_string_dynamic_seek_to_char "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_string_dynamic_seek_to_char .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_rip.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_rip.3 index 16c4e48d6..d6b00577c 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_rip.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_rip.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_rip "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_string_rip "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_string_rip .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_rip_nulless.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_rip_nulless.3 index b6c30643d..b321e3400 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_rip_nulless.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_rip_nulless.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_rip_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_string_rip_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_string_rip_nulless .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_line_to_char.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_line_to_char.3 index 1031f8c36..74a1c79b4 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_line_to_char.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_line_to_char.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_seek_line_to_char "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_string_seek_line_to_char "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_string_seek_line_to_char .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_line_until_graph.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_line_until_graph.3 index c529732c9..f52372279 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_line_until_graph.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_line_until_graph.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_seek_line_until_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_string_seek_line_until_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_string_seek_line_until_graph .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_line_until_graph_non.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_line_until_graph_non.3 index f6053cbe4..7c3e1c811 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_line_until_graph_non.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_line_until_graph_non.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_seek_line_until_graph_non "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_string_seek_line_until_graph_non "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_string_seek_line_until_graph_non .SH SYNOPSIS diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_to_char.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_to_char.3 index 6508b9c7c..9f36c0f87 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_to_char.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_to_char.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_seek_to_char "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_string_seek_to_char "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_string_seek_to_char .SH SYNOPSIS diff --git a/level_1/fl_utf_file/data/build/settings b/level_1/fl_utf_file/data/build/settings index 9cb128ee7..f0aa596fa 100644 --- a/level_1/fl_utf_file/data/build/settings +++ b/level_1/fl_utf_file/data/build/settings @@ -18,7 +18,7 @@ build_name fl_utf_file version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_read.3 b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_read.3 index 6ecfb5a74..84de0b2b3 100644 --- a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_read.3 +++ b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_read.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_file_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_file_read .SH SYNOPSIS diff --git a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_read_block.3 b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_read_block.3 index b5099f3a0..eb06da18b 100644 --- a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_read_block.3 +++ b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_read_block.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_read_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_file_read_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_file_read_block .SH SYNOPSIS diff --git a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_read_until.3 b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_read_until.3 index 576cf2133..e7774869d 100644 --- a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_read_until.3 +++ b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_read_until.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_read_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_file_read_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_file_read_until .SH SYNOPSIS diff --git a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write.3 b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write.3 index 6d9a87ec6..095b47442 100644 --- a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write.3 +++ b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_file_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_file_write .SH SYNOPSIS diff --git a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write_block.3 b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write_block.3 index 3ce08506d..03ac73c6e 100644 --- a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write_block.3 +++ b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write_block.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_write_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_file_write_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_file_write_block .SH SYNOPSIS diff --git a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write_range.3 b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write_range.3 index 9378f11de..e1022c73e 100644 --- a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write_range.3 +++ b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write_range.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_write_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_file_write_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_file_write_range .SH SYNOPSIS diff --git a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write_until.3 b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write_until.3 index 2eb931b28..818af2f77 100644 --- a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write_until.3 +++ b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write_until.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_write_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fl_utf_file_write_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fl_utf_file_write_until .SH SYNOPSIS diff --git a/level_2/fll_control_group/data/build/settings b/level_2/fll_control_group/data/build/settings index 5403f7255..b64554b11 100644 --- a/level_2/fll_control_group/data/build/settings +++ b/level_2/fll_control_group/data/build/settings @@ -18,7 +18,7 @@ build_name fll_control_group version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_2/fll_control_group/data/documentation/man/man3/fll_control_group_prepare.3 b/level_2/fll_control_group/data/documentation/man/man3/fll_control_group_prepare.3 index bbebfd7aa..c5f0c09ff 100644 --- a/level_2/fll_control_group/data/documentation/man/man3/fll_control_group_prepare.3 +++ b/level_2/fll_control_group/data/documentation/man/man3/fll_control_group_prepare.3 @@ -1,4 +1,4 @@ -.TH fll_control_group_prepare "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_control_group_prepare "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_control_group_prepare .SH SYNOPSIS diff --git a/level_2/fll_error/data/build/settings b/level_2/fll_error/data/build/settings index 6b0218baa..8b0b95cca 100644 --- a/level_2/fll_error/data/build/settings +++ b/level_2/fll_error/data/build/settings @@ -18,7 +18,7 @@ build_name fll_error version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_2/fll_error/data/documentation/man/man3/fll_error_file_print.3 b/level_2/fll_error/data/documentation/man/man3/fll_error_file_print.3 index 66c81a470..bd8541eaa 100644 --- a/level_2/fll_error/data/documentation/man/man3/fll_error_file_print.3 +++ b/level_2/fll_error/data/documentation/man/man3/fll_error_file_print.3 @@ -1,4 +1,4 @@ -.TH fll_error_file_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_error_file_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_error_file_print .SH SYNOPSIS diff --git a/level_2/fll_error/data/documentation/man/man3/fll_error_parameter_integer_print.3 b/level_2/fll_error/data/documentation/man/man3/fll_error_parameter_integer_print.3 index 066f615b8..cf2a07dba 100644 --- a/level_2/fll_error/data/documentation/man/man3/fll_error_parameter_integer_print.3 +++ b/level_2/fll_error/data/documentation/man/man3/fll_error_parameter_integer_print.3 @@ -1,4 +1,4 @@ -.TH fll_error_parameter_integer_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_error_parameter_integer_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_error_parameter_integer_print .SH SYNOPSIS diff --git a/level_2/fll_error/data/documentation/man/man3/fll_error_print.3 b/level_2/fll_error/data/documentation/man/man3/fll_error_print.3 index 92dc90e1a..5ea883eea 100644 --- a/level_2/fll_error/data/documentation/man/man3/fll_error_print.3 +++ b/level_2/fll_error/data/documentation/man/man3/fll_error_print.3 @@ -1,4 +1,4 @@ -.TH fll_error_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_error_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_error_print .SH SYNOPSIS diff --git a/level_2/fll_execute/data/build/settings b/level_2/fll_execute/data/build/settings index 7fb34c626..c0a681e86 100644 --- a/level_2/fll_execute/data/build/settings +++ b/level_2/fll_execute/data/build/settings @@ -18,7 +18,7 @@ build_name fll_execute version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add.3 b/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add.3 index d53616fff..202e843c4 100644 --- a/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add.3 +++ b/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add.3 @@ -1,4 +1,4 @@ -.TH fll_execute_arguments_add "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_execute_arguments_add "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_execute_arguments_add .SH SYNOPSIS diff --git a/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add_parameter.3 b/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add_parameter.3 index 86969bb2b..fe4a0db09 100644 --- a/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add_parameter.3 +++ b/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add_parameter.3 @@ -1,4 +1,4 @@ -.TH fll_execute_arguments_add_parameter "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_execute_arguments_add_parameter "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_execute_arguments_add_parameter .SH SYNOPSIS diff --git a/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add_parameter_set.3 b/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add_parameter_set.3 index a3a33dff1..6e273f14e 100644 --- a/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add_parameter_set.3 +++ b/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add_parameter_set.3 @@ -1,4 +1,4 @@ -.TH fll_execute_arguments_add_parameter_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_execute_arguments_add_parameter_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_execute_arguments_add_parameter_set .SH SYNOPSIS diff --git a/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add_set.3 b/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add_set.3 index 48917263f..ca10b90bb 100644 --- a/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add_set.3 +++ b/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add_set.3 @@ -1,4 +1,4 @@ -.TH fll_execute_arguments_add_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_execute_arguments_add_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_execute_arguments_add_set .SH SYNOPSIS diff --git a/level_2/fll_execute/data/documentation/man/man3/fll_execute_into.3 b/level_2/fll_execute/data/documentation/man/man3/fll_execute_into.3 index 4188ec8f0..a1b2849ea 100644 --- a/level_2/fll_execute/data/documentation/man/man3/fll_execute_into.3 +++ b/level_2/fll_execute/data/documentation/man/man3/fll_execute_into.3 @@ -1,4 +1,4 @@ -.TH fll_execute_into "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_execute_into "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_execute_into .SH SYNOPSIS diff --git a/level_2/fll_execute/data/documentation/man/man3/fll_execute_program.3 b/level_2/fll_execute/data/documentation/man/man3/fll_execute_program.3 index 4492a9a9d..d3bc2455b 100644 --- a/level_2/fll_execute/data/documentation/man/man3/fll_execute_program.3 +++ b/level_2/fll_execute/data/documentation/man/man3/fll_execute_program.3 @@ -1,4 +1,4 @@ -.TH fll_execute_program "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_execute_program "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_execute_program .SH SYNOPSIS diff --git a/level_2/fll_file/data/build/settings b/level_2/fll_file/data/build/settings index 9a93559ad..7d807e946 100644 --- a/level_2/fll_file/data/build/settings +++ b/level_2/fll_file/data/build/settings @@ -18,7 +18,7 @@ build_name fll_file version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_2/fll_file/data/documentation/man/man3/fll_file_mode_set_all.3 b/level_2/fll_file/data/documentation/man/man3/fll_file_mode_set_all.3 index be49996a1..ae2d80b19 100644 --- a/level_2/fll_file/data/documentation/man/man3/fll_file_mode_set_all.3 +++ b/level_2/fll_file/data/documentation/man/man3/fll_file_mode_set_all.3 @@ -1,4 +1,4 @@ -.TH fll_file_mode_set_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_file_mode_set_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_file_mode_set_all .SH SYNOPSIS diff --git a/level_2/fll_file/data/documentation/man/man3/fll_file_move.3 b/level_2/fll_file/data/documentation/man/man3/fll_file_move.3 index c3cd10564..bdeee37f5 100644 --- a/level_2/fll_file/data/documentation/man/man3/fll_file_move.3 +++ b/level_2/fll_file/data/documentation/man/man3/fll_file_move.3 @@ -1,4 +1,4 @@ -.TH fll_file_move "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_file_move "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_file_move .SH SYNOPSIS diff --git a/level_2/fll_file/data/documentation/man/man3/fll_file_role_change_all.3 b/level_2/fll_file/data/documentation/man/man3/fll_file_role_change_all.3 index bd9d84aa7..29e242469 100644 --- a/level_2/fll_file/data/documentation/man/man3/fll_file_role_change_all.3 +++ b/level_2/fll_file/data/documentation/man/man3/fll_file_role_change_all.3 @@ -1,4 +1,4 @@ -.TH fll_file_role_change_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_file_role_change_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_file_role_change_all .SH SYNOPSIS diff --git a/level_2/fll_fss/data/build/settings b/level_2/fll_fss/data/build/settings index 42365bf6f..e4925120d 100644 --- a/level_2/fll_fss/data/build/settings +++ b/level_2/fll_fss/data/build/settings @@ -18,7 +18,7 @@ build_name fll_fss version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_list_read.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_list_read.3 index fe8722e10..e10f4508a 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_list_read.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_list_read.3 @@ -1,4 +1,4 @@ -.TH fll_fss_basic_list_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_basic_list_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_basic_list_read .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_list_write.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_list_write.3 index c92c4d0fc..4d83a800b 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_list_write.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_list_write.3 @@ -1,4 +1,4 @@ -.TH fll_fss_basic_list_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_basic_list_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_basic_list_write .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_read.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_read.3 index 79216c08a..d41d434d3 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_read.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_read.3 @@ -1,4 +1,4 @@ -.TH fll_fss_basic_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_basic_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_basic_read .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_write.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_write.3 index 0212a7320..d2b1d637e 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_write.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_write.3 @@ -1,4 +1,4 @@ -.TH fll_fss_basic_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_basic_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_basic_write .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_embedded_list_read.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_embedded_list_read.3 index fe3bad401..111852274 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_embedded_list_read.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_embedded_list_read.3 @@ -1,4 +1,4 @@ -.TH fll_fss_embedded_list_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_embedded_list_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_embedded_list_read .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_embedded_list_write.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_embedded_list_write.3 index c3d3d4278..eeae8b070 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_embedded_list_write.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_embedded_list_write.3 @@ -1,4 +1,4 @@ -.TH fll_fss_embedded_list_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_embedded_list_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_embedded_list_write .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_list_read.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_list_read.3 index 497973cdd..946437876 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_list_read.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_list_read.3 @@ -1,4 +1,4 @@ -.TH fll_fss_extended_list_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_extended_list_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_extended_list_read .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_list_write.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_list_write.3 index 21b8d8616..37716ac17 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_list_write.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_list_write.3 @@ -1,4 +1,4 @@ -.TH fll_fss_extended_list_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_extended_list_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_extended_list_write .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_read.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_read.3 index 646d7fa98..f029d2af0 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_read.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_read.3 @@ -1,4 +1,4 @@ -.TH fll_fss_extended_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_extended_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_extended_read .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_write.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_write.3 index fa21dd94b..d61d7abc4 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_write.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_write.3 @@ -1,4 +1,4 @@ -.TH fll_fss_extended_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_extended_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_extended_write .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_identify.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_identify.3 index 6dc90c551..2c0898951 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_identify.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_identify.3 @@ -1,4 +1,4 @@ -.TH fll_fss_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_identify .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_payload_read.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_payload_read.3 index 3ba7c64ad..fe27f1077 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_payload_read.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_payload_read.3 @@ -1,4 +1,4 @@ -.TH fll_fss_payload_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_payload_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_payload_read .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_payload_write.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_payload_write.3 index 4faca62f4..dd9ea1ff2 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_payload_write.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_payload_write.3 @@ -1,4 +1,4 @@ -.TH fll_fss_payload_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_payload_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_payload_write .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch.3 index 60234fde9..f8cbb689f 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_snatch "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_snatch .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_apart.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_apart.3 index 4f143a08f..2b468efa6 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_apart.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_apart.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch_apart "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_snatch_apart "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_snatch_apart .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map.3 index e7d7494bb..84169f2cd 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch_map "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_snatch_map "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_snatch_map .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_apart.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_apart.3 index d08a641be..cb51ee916 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_apart.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_apart.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch_map_apart "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_snatch_map_apart "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_snatch_map_apart .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_mash.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_mash.3 index 7a1a8c5d1..e5519c1fb 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_mash.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_mash.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch_map_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_snatch_map_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_snatch_map_mash .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_mash_apart.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_mash_apart.3 index a433138aa..dab423c6c 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_mash_apart.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_mash_apart.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch_map_mash_apart "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_snatch_map_mash_apart "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_snatch_map_mash_apart .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_together.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_together.3 index 4d2445ebd..c2f724c22 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_together.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_together.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch_map_together "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_snatch_map_together "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_snatch_map_together .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_mash.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_mash.3 index dcc218462..7fb9136cc 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_mash.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_mash.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_snatch_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_snatch_mash .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_mash_apart.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_mash_apart.3 index 10c31c6af..7f9cab643 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_mash_apart.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_mash_apart.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch_mash_apart "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_snatch_mash_apart "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_snatch_mash_apart .SH SYNOPSIS diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_together.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_together.3 index b7c5aa8c9..8edb3936a 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_together.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_together.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch_together "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_snatch_together "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_snatch_together .SH SYNOPSIS diff --git a/level_2/fll_fss_status_string/data/build/settings b/level_2/fll_fss_status_string/data/build/settings index 79d29049f..00433a026 100644 --- a/level_2/fll_fss_status_string/data/build/settings +++ b/level_2/fll_fss_status_string/data/build/settings @@ -18,7 +18,7 @@ build_name fll_fss_status_string version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_2/fll_fss_status_string/data/documentation/man/man3/fll_fss_status_string_from.3 b/level_2/fll_fss_status_string/data/documentation/man/man3/fll_fss_status_string_from.3 index 36c4dc5f0..c7bd8df59 100644 --- a/level_2/fll_fss_status_string/data/documentation/man/man3/fll_fss_status_string_from.3 +++ b/level_2/fll_fss_status_string/data/documentation/man/man3/fll_fss_status_string_from.3 @@ -1,4 +1,4 @@ -.TH fll_fss_status_string_from "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_status_string_from "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_status_string_from .SH SYNOPSIS diff --git a/level_2/fll_fss_status_string/data/documentation/man/man3/fll_fss_status_string_to.3 b/level_2/fll_fss_status_string/data/documentation/man/man3/fll_fss_status_string_to.3 index acb342c35..bb66917b8 100644 --- a/level_2/fll_fss_status_string/data/documentation/man/man3/fll_fss_status_string_to.3 +++ b/level_2/fll_fss_status_string/data/documentation/man/man3/fll_fss_status_string_to.3 @@ -1,4 +1,4 @@ -.TH fll_fss_status_string_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_fss_status_string_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_fss_status_string_to .SH SYNOPSIS diff --git a/level_2/fll_iki/data/build/settings b/level_2/fll_iki/data/build/settings index 80e9011e9..07705d317 100644 --- a/level_2/fll_iki/data/build/settings +++ b/level_2/fll_iki/data/build/settings @@ -18,7 +18,7 @@ build_name fll_iki version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_escape.3 b/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_escape.3 index ff53d66b0..0257cd172 100644 --- a/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_escape.3 +++ b/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_escape.3 @@ -1,4 +1,4 @@ -.TH fll_iki_content_escape "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_iki_content_escape "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_iki_content_escape .SH SYNOPSIS diff --git a/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_partial_escape.3 b/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_partial_escape.3 index 8cff69b1a..3ebc3aa14 100644 --- a/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_partial_escape.3 +++ b/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_partial_escape.3 @@ -1,4 +1,4 @@ -.TH fll_iki_content_partial_escape "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_iki_content_partial_escape "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_iki_content_partial_escape .SH SYNOPSIS diff --git a/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_partial_unescape.3 b/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_partial_unescape.3 index fe709ed6d..01c4d18f4 100644 --- a/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_partial_unescape.3 +++ b/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_partial_unescape.3 @@ -1,4 +1,4 @@ -.TH fll_iki_content_partial_unescape "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_iki_content_partial_unescape "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_iki_content_partial_unescape .SH SYNOPSIS diff --git a/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_unescape.3 b/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_unescape.3 index 51b98ed48..a72d24070 100644 --- a/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_unescape.3 +++ b/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_unescape.3 @@ -1,4 +1,4 @@ -.TH fll_iki_content_unescape "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_iki_content_unescape "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_iki_content_unescape .SH SYNOPSIS diff --git a/level_2/fll_path/data/build/settings b/level_2/fll_path/data/build/settings index d25479006..3150f66f8 100644 --- a/level_2/fll_path/data/build/settings +++ b/level_2/fll_path/data/build/settings @@ -18,7 +18,7 @@ build_name fll_path version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_2/fll_path/data/build/settings-tests b/level_2/fll_path/data/build/settings-tests index 646da2548..8d7cbc686 100644 --- a/level_2/fll_path/data/build/settings-tests +++ b/level_2/fll_path/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-fll_path version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_2/fll_path/data/documentation/man/man3/fll_path_canonical.3 b/level_2/fll_path/data/documentation/man/man3/fll_path_canonical.3 index 4ccf3001e..2432cfb6e 100644 --- a/level_2/fll_path/data/documentation/man/man3/fll_path_canonical.3 +++ b/level_2/fll_path/data/documentation/man/man3/fll_path_canonical.3 @@ -1,4 +1,4 @@ -.TH fll_path_canonical "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_path_canonical "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_path_canonical .SH SYNOPSIS diff --git a/level_2/fll_print/data/build/settings b/level_2/fll_print/data/build/settings index 38c1bdcbf..6abfa6bb6 100644 --- a/level_2/fll_print/data/build/settings +++ b/level_2/fll_print/data/build/settings @@ -18,7 +18,7 @@ build_name fll_print version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print.3 b/level_2/fll_print/data/documentation/man/man3/fll_print.3 index fa171014a..71a1a4c98 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print.3 @@ -1,4 +1,4 @@ -.TH fll_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_character.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_character.3 index c8057e361..01c086b51 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_character.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_character.3 @@ -1,4 +1,4 @@ -.TH fll_print_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_character .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_character_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_character_safely.3 index dfcdedf81..384c93404 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_character_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_character_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_character_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_character_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_character_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic.3 index ea847ffc7..5592b1c5b 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic.3 @@ -1,4 +1,4 @@ -.TH fll_print_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_dynamic .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial.3 index a26c8a5ad..e2c0b9894 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH fll_print_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_dynamic_partial .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial_raw.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial_raw.3 index 4e63d2a4f..4734ed81d 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_dynamic_partial_raw .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial_raw_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial_raw_safely.3 index 2fc460ec9..1fb9b64b5 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_dynamic_partial_raw_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial_safely.3 index 7df4e089d..42ec9646d 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_dynamic_partial_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_raw.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_raw.3 index 2d84178d1..af010a3c7 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_dynamic_raw .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_raw_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_raw_safely.3 index c1f4287da..6be245b9c 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_dynamic_raw_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_safely.3 index 1fc1085fa..a6d299ad1 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_dynamic_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except.3 index 9ffcb8892..b5866f33f 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except.3 @@ -1,4 +1,4 @@ -.TH fll_print_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic.3 index 1fa385b70..7613f3ca3 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_dynamic .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial.3 index 54e8331a6..39e82066e 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_dynamic_partial .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial_raw.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial_raw.3 index bc290bb7a..cc7e54803 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_dynamic_partial_raw .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial_raw_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial_raw_safely.3 index 1791f671a..9428ff457 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_dynamic_partial_raw_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial_safely.3 index 967146123..d41958956 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_dynamic_partial_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_raw.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_raw.3 index 71e6545a9..39db9483a 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_dynamic_raw .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_raw_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_raw_safely.3 index 2d35cd23e..dc7dcd0a6 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_dynamic_raw_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_safely.3 index 0eb1278aa..11f42a1c6 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_dynamic_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in.3 index cd21ed5b2..315312b41 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_in "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_in .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic.3 index b3c46952b..8923ea42c 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_in_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_in_dynamic .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial.3 index fe6e599ad..ca46f5eaa 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_in_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_in_dynamic_partial .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial_raw.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial_raw.3 index 1f52bd8e5..68443db65 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_in_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_in_dynamic_partial_raw .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial_raw_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial_raw_safely.3 index 18fa87d6c..6abb91669 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_in_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_in_dynamic_partial_raw_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial_safely.3 index 6441f7fe6..917ffd643 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_in_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_in_dynamic_partial_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_raw.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_raw.3 index 84474726c..05fcf3ca8 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_in_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_in_dynamic_raw .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_raw_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_raw_safely.3 index a3e64583f..564c18a58 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_in_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_in_dynamic_raw_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_safely.3 index d3657be96..ccc13c865 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_in_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_in_dynamic_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_raw.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_raw.3 index ad0eb7ecf..4ed174be8 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_in_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_in_raw .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_raw_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_raw_safely.3 index 911e67d50..edd2ae871 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_in_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_in_raw_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_safely.3 index c5e7f7df0..f7d36d7b5 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_in_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_in_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_raw.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_raw.3 index ac4a73318..d8184df95 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_raw .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_raw_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_raw_safely.3 index 841b70059..ed6eda7b3 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_raw_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_except_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_except_safely.3 index 2e7da1c83..128e78930 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_except_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_except_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_format.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_format.3 index a97a80f15..996fd4db5 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_format.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_format.3 @@ -1,4 +1,4 @@ -.TH fll_print_format "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_format "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_format .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_format_convert.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_format_convert.3 index 1e1ac0df8..32185dcdf 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_format_convert.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_format_convert.3 @@ -1,4 +1,4 @@ -.TH fll_print_format_convert "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_format_convert "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_format_convert .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_raw.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_raw.3 index 2f329a485..4cc49de1c 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_raw .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_raw_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_raw_safely.3 index 58e628b0e..f78c01f3d 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_raw_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_raw_terminated.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_raw_terminated.3 index c1c640d8d..8a17f9075 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_raw_terminated.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_raw_terminated.3 @@ -1,4 +1,4 @@ -.TH fll_print_raw_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_raw_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_raw_terminated .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_safely.3 index 67b585062..206ec7b3a 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_safely_terminated.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_safely_terminated.3 index 01eed3fa4..e2102b686 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_safely_terminated.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_safely_terminated.3 @@ -1,4 +1,4 @@ -.TH fll_print_safely_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_safely_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_safely_terminated .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_string_va.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_string_va.3 index f3008d031..7b921c322 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_string_va.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_string_va.3 @@ -1,4 +1,4 @@ -.TH fll_print_string_va "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_string_va "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_string_va .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_terminated.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_terminated.3 index d061bbe21..71c8ca5f3 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_terminated.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_terminated.3 @@ -1,4 +1,4 @@ -.TH fll_print_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_terminated .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim.3 index 0dfce8df5..19e2ee036 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic.3 index 97a6f8641..f33053981 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_dynamic .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial.3 index d72f436ab..9aee88b67 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_dynamic_partial .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial_raw.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial_raw.3 index 792e9f526..85461a07a 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_dynamic_partial_raw .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial_raw_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial_raw_safely.3 index 9ab3285a9..7ebea22e4 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_dynamic_partial_raw_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial_safely.3 index ec80accf3..05f598e44 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_dynamic_partial_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_raw.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_raw.3 index eedd4dc92..c2c04c801 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_dynamic_raw .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_raw_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_raw_safely.3 index 743f62002..09c405bc4 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_dynamic_raw_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_safely.3 index 05f1372e4..9b2154241 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_dynamic_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except.3 index e5f552188..347be0d26 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic.3 index 430a9a6c0..1cea120d4 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_dynamic .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial.3 index ace213233..813fe7ab2 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_dynamic_partial .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial_raw.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial_raw.3 index 9ef75f4fc..6b08d2285 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_dynamic_partial_raw .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial_raw_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial_raw_safely.3 index 43473294f..1236b2570 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_dynamic_partial_raw_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial_safely.3 index 80fea7b91..d39b5f897 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_dynamic_partial_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_raw.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_raw.3 index 9888a5575..5694e13c9 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_dynamic_raw .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_raw_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_raw_safely.3 index 9cc412dc6..ff0e64fb5 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_dynamic_raw_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_safely.3 index 0a31eb71c..c4a36421e 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_dynamic_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in.3 index 8d8971618..59b68fd34 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_in "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_in .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic.3 index 5aa7ce273..1d7d2e427 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_in_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_in_dynamic .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial.3 index 14c0cd7e7..e365220d9 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_in_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_in_dynamic_partial .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial_raw.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial_raw.3 index a8f000b9f..3efc9aec3 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_in_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_in_dynamic_partial_raw .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial_raw_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial_raw_safely.3 index 3e7063947..03ec9b882 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_in_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_in_dynamic_partial_raw_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial_safely.3 index d736d524f..1a460eb56 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_in_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_in_dynamic_partial_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_raw.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_raw.3 index e031a15ee..d54bd0e89 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_in_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_in_dynamic_raw .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_raw_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_raw_safely.3 index 08148c71c..41dc841a6 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_in_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_in_dynamic_raw_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_safely.3 index 1de3e1414..c51802113 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_in_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_in_dynamic_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_raw.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_raw.3 index 949bede9f..b0733efba 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_in_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_in_raw .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_raw_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_raw_safely.3 index 92cc147b6..70a8764a9 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_in_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_in_raw_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_safely.3 index 3b94f7514..50c9cc7d2 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_in_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_in_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_raw.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_raw.3 index 41b0f6348..9fcf7f111 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_raw .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_raw_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_raw_safely.3 index df84eba0b..8708e1e58 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_raw_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_safely.3 index f4909a531..f4234dedb 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_except_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_except_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_raw.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_raw.3 index f13e1be57..a94cb726d 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_raw .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_raw_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_raw_safely.3 index ecae0447f..25dcd733d 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_raw_safely .SH SYNOPSIS diff --git a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_safely.3 b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_safely.3 index 4cd3fdcbc..e23ccb1b9 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_print_trim_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_print_trim_safely .SH SYNOPSIS diff --git a/level_2/fll_program/data/build/settings b/level_2/fll_program/data/build/settings index ecc609246..0ee481db5 100644 --- a/level_2/fll_program/data/build/settings +++ b/level_2/fll_program/data/build/settings @@ -18,7 +18,7 @@ build_name fll_program version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_data_delete.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_data_delete.3 index 1aec07d01..2b2c6f152 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_data_delete.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_data_delete.3 @@ -1,4 +1,4 @@ -.TH fll_program_data_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_data_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_data_delete .SH SYNOPSIS diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_data_destroy.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_data_destroy.3 index 9b1289f21..7efa93d77 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_data_destroy.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_data_destroy.3 @@ -1,4 +1,4 @@ -.TH fll_program_data_destroy "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_data_destroy "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_data_destroy .SH SYNOPSIS diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_append.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_append.3 index 98b731d52..066d6c29b 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_append.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_append.3 @@ -1,4 +1,4 @@ -.TH fll_program_parameter_additional_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_parameter_additional_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_parameter_additional_append .SH SYNOPSIS diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_mash.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_mash.3 index 7d253653b..29ea3d58c 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_mash.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_mash.3 @@ -1,4 +1,4 @@ -.TH fll_program_parameter_additional_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_parameter_additional_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_parameter_additional_mash .SH SYNOPSIS diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_rip.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_rip.3 index 3a9192023..857e2be44 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_rip.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_rip.3 @@ -1,4 +1,4 @@ -.TH fll_program_parameter_additional_rip "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_parameter_additional_rip "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_parameter_additional_rip .SH SYNOPSIS diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_rip_mash.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_rip_mash.3 index bf8611545..4ceb2a2d4 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_rip_mash.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_rip_mash.3 @@ -1,4 +1,4 @@ -.TH fll_program_parameter_additional_rip_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_parameter_additional_rip_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_parameter_additional_rip_mash .SH SYNOPSIS diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_long_print_cannot_use_with.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_long_print_cannot_use_with.3 index 0499334b4..4604dd198 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_long_print_cannot_use_with.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_long_print_cannot_use_with.3 @@ -1,4 +1,4 @@ -.TH fll_program_parameter_long_print_cannot_use_with "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_parameter_long_print_cannot_use_with "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_parameter_long_print_cannot_use_with .SH SYNOPSIS diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_process.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_process.3 index d06e83b79..2040e93a7 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_process.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_process.3 @@ -1,4 +1,4 @@ -.TH fll_program_parameter_process "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_parameter_process "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_parameter_process .SH SYNOPSIS diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_process_empty.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_process_empty.3 index 2236ff3a4..3e0e9f006 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_process_empty.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_process_empty.3 @@ -1,4 +1,4 @@ -.TH fll_program_parameter_process_empty "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_parameter_process_empty "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_parameter_process_empty .SH SYNOPSIS diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_header.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_header.3 index b7c8655f8..890fede4b 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_header.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_header.3 @@ -1,4 +1,4 @@ -.TH fll_program_print_help_header "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_print_help_header "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_print_help_header .SH SYNOPSIS diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_option.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_option.3 index 91838a24a..2cf66263e 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_option.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_option.3 @@ -1,4 +1,4 @@ -.TH fll_program_print_help_option "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_print_help_option "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_print_help_option .SH SYNOPSIS diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_option_long.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_option_long.3 index 8f6e4d451..2e9e97e64 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_option_long.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_option_long.3 @@ -1,4 +1,4 @@ -.TH fll_program_print_help_option_long "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_print_help_option_long "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_print_help_option_long .SH SYNOPSIS diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_option_other.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_option_other.3 index befca4e97..97670ec50 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_option_other.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_option_other.3 @@ -1,4 +1,4 @@ -.TH fll_program_print_help_option_other "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_print_help_option_other "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_print_help_option_other .SH SYNOPSIS diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_usage.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_usage.3 index fcabc7ffa..122dd4cc9 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_usage.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_usage.3 @@ -1,4 +1,4 @@ -.TH fll_program_print_help_usage "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_print_help_usage "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_print_help_usage .SH SYNOPSIS diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_print_version.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_print_version.3 index f4258bd24..3bcd327e9 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_print_version.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_print_version.3 @@ -1,4 +1,4 @@ -.TH fll_program_print_version "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_print_version "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_print_version .SH SYNOPSIS diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_standard_setdown.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_standard_setdown.3 index 0be9fd7a1..7000ba1a3 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_standard_setdown.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_standard_setdown.3 @@ -1,4 +1,4 @@ -.TH fll_program_standard_setdown "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_standard_setdown "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_standard_setdown .SH SYNOPSIS diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_standard_setup.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_standard_setup.3 index f290742b7..b1ad5be58 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_standard_setup.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_standard_setup.3 @@ -1,4 +1,4 @@ -.TH fll_program_standard_setup "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_standard_setup "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_standard_setup .SH SYNOPSIS diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_standard_signal_received.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_standard_signal_received.3 index 89d383bcb..5b434acc9 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_standard_signal_received.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_standard_signal_received.3 @@ -1,4 +1,4 @@ -.TH fll_program_standard_signal_received "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_standard_signal_received "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_standard_signal_received .SH SYNOPSIS diff --git a/level_2/fll_program/data/documentation/man/man3/fll_program_standard_signal_state.3 b/level_2/fll_program/data/documentation/man/man3/fll_program_standard_signal_state.3 index c03f8ef9a..fdbc55ee0 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_standard_signal_state.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_standard_signal_state.3 @@ -1,4 +1,4 @@ -.TH fll_program_standard_signal_state "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_program_standard_signal_state "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_program_standard_signal_state .SH SYNOPSIS diff --git a/level_2/fll_status_string/data/build/settings b/level_2/fll_status_string/data/build/settings index b0a66cd7b..2a775a91d 100644 --- a/level_2/fll_status_string/data/build/settings +++ b/level_2/fll_status_string/data/build/settings @@ -18,7 +18,7 @@ build_name fll_status_string version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_2/fll_status_string/data/build/settings-tests b/level_2/fll_status_string/data/build/settings-tests index d1ee1a665..90725947d 100644 --- a/level_2/fll_status_string/data/build/settings-tests +++ b/level_2/fll_status_string/data/build/settings-tests @@ -9,7 +9,7 @@ build_name test-fll_status_string version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file major version_target major diff --git a/level_2/fll_status_string/data/documentation/man/man3/fll_status_string_from.3 b/level_2/fll_status_string/data/documentation/man/man3/fll_status_string_from.3 index 1e054b057..f016de0fc 100644 --- a/level_2/fll_status_string/data/documentation/man/man3/fll_status_string_from.3 +++ b/level_2/fll_status_string/data/documentation/man/man3/fll_status_string_from.3 @@ -1,4 +1,4 @@ -.TH fll_status_string_from "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fll_status_string_from "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fll_status_string_from .SH SYNOPSIS diff --git a/level_3/byte_dump/c/common.h b/level_3/byte_dump/c/common.h index fadf63f49..8a27198eb 100644 --- a/level_3/byte_dump/c/common.h +++ b/level_3/byte_dump/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_byte_dump_program_version_ #define BYTE_DUMP_program_version_major_s F_string_ascii_0_s #define BYTE_DUMP_program_version_minor_s F_string_ascii_6_s - #define BYTE_DUMP_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define BYTE_DUMP_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define BYTE_DUMP_program_version_major_s_length F_string_ascii_0_s_length #define BYTE_DUMP_program_version_minor_s_length F_string_ascii_6_s_length - #define BYTE_DUMP_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define BYTE_DUMP_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(BYTE_DUMP_program_version_nano_prefix_s) && defined(BYTE_DUMP_program_version_nano_prefix_s_length)) #define BYTE_DUMP_program_version_nano_prefix_s diff --git a/level_3/byte_dump/data/build/settings b/level_3/byte_dump/data/build/settings index 18754d625..34e02a6c1 100644 --- a/level_3/byte_dump/data/build/settings +++ b/level_3/byte_dump/data/build/settings @@ -18,7 +18,7 @@ build_name byte_dump version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/byte_dump/data/documentation/man/man1/byte_dump.1 b/level_3/byte_dump/data/documentation/man/man1/byte_dump.1 index 31c6117c1..29cef3332 100644 --- a/level_3/byte_dump/data/documentation/man/man1/byte_dump.1 +++ b/level_3/byte_dump/data/documentation/man/man1/byte_dump.1 @@ -1,4 +1,4 @@ -.TH BYTE_DUMP "1" "May 2024" "FLL - Byte Dump 0.6.12" "Program Manual" +.TH BYTE_DUMP "1" "May 2024" "FLL - Byte Dump 0.6.13" "Program Manual" .SH NAME byte_dump \- Print bytes of a given file in a more human-friendly format similar to programs like \fBhexdump\fR. .SH SYNOPSIS diff --git a/level_3/byte_dump/data/documentation/man/man3/byte_dump_main.3 b/level_3/byte_dump/data/documentation/man/man3/byte_dump_main.3 index 9af8f5707..21315f11d 100644 --- a/level_3/byte_dump/data/documentation/man/man3/byte_dump_main.3 +++ b/level_3/byte_dump/data/documentation/man/man3/byte_dump_main.3 @@ -1,4 +1,4 @@ -.TH byte_dump_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH byte_dump_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" byte_dump_main .SH SYNOPSIS diff --git a/level_3/byte_dump/data/documentation/man/man3/byte_dump_print_copyright.3 b/level_3/byte_dump/data/documentation/man/man3/byte_dump_print_copyright.3 index 73d8bb3bd..fb7bd05bc 100644 --- a/level_3/byte_dump/data/documentation/man/man3/byte_dump_print_copyright.3 +++ b/level_3/byte_dump/data/documentation/man/man3/byte_dump_print_copyright.3 @@ -1,4 +1,4 @@ -.TH byte_dump_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH byte_dump_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" byte_dump_print_copyright .SH SYNOPSIS diff --git a/level_3/byte_dump/data/documentation/man/man3/byte_dump_print_help.3 b/level_3/byte_dump/data/documentation/man/man3/byte_dump_print_help.3 index 7510629d0..55c070e5e 100644 --- a/level_3/byte_dump/data/documentation/man/man3/byte_dump_print_help.3 +++ b/level_3/byte_dump/data/documentation/man/man3/byte_dump_print_help.3 @@ -1,4 +1,4 @@ -.TH byte_dump_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH byte_dump_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" byte_dump_print_help .SH SYNOPSIS diff --git a/level_3/control/c/common.h b/level_3/control/c/common.h index bfa5122f7..1f13e9b11 100644 --- a/level_3/control/c/common.h +++ b/level_3/control/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_control_program_version_ #define CONTROL_program_version_major_s F_string_ascii_0_s #define CONTROL_program_version_minor_s F_string_ascii_6_s - #define CONTROL_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define CONTROL_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define CONTROL_program_version_major_s_length F_string_ascii_0_s_length #define CONTROL_program_version_minor_s_length F_string_ascii_6_s_length - #define CONTROL_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define CONTROL_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(CONTROL_program_version_nano_prefix_s) && defined(CONTROL_program_version_nano_prefix_s_length)) #define CONTROL_program_version_nano_prefix_s diff --git a/level_3/control/data/build/settings b/level_3/control/data/build/settings index ac334c35a..a43ce241e 100644 --- a/level_3/control/data/build/settings +++ b/level_3/control/data/build/settings @@ -18,7 +18,7 @@ build_name control version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/control/data/documentation/man/man1/control.1 b/level_3/control/data/documentation/man/man1/control.1 index dba93061d..2ef899017 100644 --- a/level_3/control/data/documentation/man/man1/control.1 +++ b/level_3/control/data/documentation/man/man1/control.1 @@ -1,4 +1,4 @@ -.TH CONTROL "1" "May 2024" "FLL - Control 0.6.12" "Program Manual" +.TH CONTROL "1" "May 2024" "FLL - Control 0.6.13" "Program Manual" .SH NAME control \- Give commands or make requests to the \fBcontroller\fR program. .SH SYNOPSIS diff --git a/level_3/control/data/documentation/man/man3/control_action_type_identify.3 b/level_3/control/data/documentation/man/man3/control_action_type_identify.3 index 1a12fe6e6..0e2ccf727 100644 --- a/level_3/control/data/documentation/man/man3/control_action_type_identify.3 +++ b/level_3/control/data/documentation/man/man3/control_action_type_identify.3 @@ -1,4 +1,4 @@ -.TH control_action_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH control_action_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" control_action_type_identify .SH SYNOPSIS diff --git a/level_3/control/data/documentation/man/man3/control_action_type_name.3 b/level_3/control/data/documentation/man/man3/control_action_type_name.3 index 6801608cf..ffdd7f83e 100644 --- a/level_3/control/data/documentation/man/man3/control_action_type_name.3 +++ b/level_3/control/data/documentation/man/man3/control_action_type_name.3 @@ -1,4 +1,4 @@ -.TH control_action_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH control_action_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" control_action_type_name .SH SYNOPSIS diff --git a/level_3/control/data/documentation/man/man3/control_main.3 b/level_3/control/data/documentation/man/man3/control_main.3 index b3e1eb5d8..55ed84af1 100644 --- a/level_3/control/data/documentation/man/man3/control_main.3 +++ b/level_3/control/data/documentation/man/man3/control_main.3 @@ -1,4 +1,4 @@ -.TH control_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH control_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" control_main .SH SYNOPSIS diff --git a/level_3/control/data/documentation/man/man3/control_payload_type_identify.3 b/level_3/control/data/documentation/man/man3/control_payload_type_identify.3 index 85fab5ec2..301d0b43f 100644 --- a/level_3/control/data/documentation/man/man3/control_payload_type_identify.3 +++ b/level_3/control/data/documentation/man/man3/control_payload_type_identify.3 @@ -1,4 +1,4 @@ -.TH control_payload_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH control_payload_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" control_payload_type_identify .SH SYNOPSIS diff --git a/level_3/control/data/documentation/man/man3/control_payload_type_name.3 b/level_3/control/data/documentation/man/man3/control_payload_type_name.3 index 34dd6c9f2..51a1f1425 100644 --- a/level_3/control/data/documentation/man/man3/control_payload_type_name.3 +++ b/level_3/control/data/documentation/man/man3/control_payload_type_name.3 @@ -1,4 +1,4 @@ -.TH control_payload_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH control_payload_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" control_payload_type_name .SH SYNOPSIS diff --git a/level_3/control/data/documentation/man/man3/control_print_copyright.3 b/level_3/control/data/documentation/man/man3/control_print_copyright.3 index cb2a1978d..6847de06a 100644 --- a/level_3/control/data/documentation/man/man3/control_print_copyright.3 +++ b/level_3/control/data/documentation/man/man3/control_print_copyright.3 @@ -1,4 +1,4 @@ -.TH control_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH control_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" control_print_copyright .SH SYNOPSIS diff --git a/level_3/control/data/documentation/man/man3/control_print_help.3 b/level_3/control/data/documentation/man/man3/control_print_help.3 index 4b40bef38..d57ca3d4f 100644 --- a/level_3/control/data/documentation/man/man3/control_print_help.3 +++ b/level_3/control/data/documentation/man/man3/control_print_help.3 @@ -1,4 +1,4 @@ -.TH control_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH control_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" control_print_help .SH SYNOPSIS diff --git a/level_3/controller/c/common.h b/level_3/controller/c/common.h index 7b2fd1ab2..e216ae9d5 100644 --- a/level_3/controller/c/common.h +++ b/level_3/controller/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_controller_program_version_ #define CONTROLLER_program_version_major_s F_string_ascii_0_s #define CONTROLLER_program_version_minor_s F_string_ascii_6_s - #define CONTROLLER_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define CONTROLLER_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define CONTROLLER_program_version_major_s_length F_string_ascii_0_s_length #define CONTROLLER_program_version_minor_s_length F_string_ascii_6_s_length - #define CONTROLLER_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define CONTROLLER_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(CONTROLLER_program_version_nano_prefix_s) && defined(CONTROLLER_program_version_nano_prefix_s_length)) #define CONTROLLER_program_version_nano_prefix_s diff --git a/level_3/controller/data/build/settings b/level_3/controller/data/build/settings index 5ecbcb9cc..d830fc8ae 100644 --- a/level_3/controller/data/build/settings +++ b/level_3/controller/data/build/settings @@ -18,7 +18,7 @@ build_name controller version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/controller/data/documentation/man/man1/controller.1 b/level_3/controller/data/documentation/man/man1/controller.1 index 42b14fc4c..15d3a40c7 100644 --- a/level_3/controller/data/documentation/man/man1/controller.1 +++ b/level_3/controller/data/documentation/man/man1/controller.1 @@ -1,4 +1,4 @@ -.TH CONTROLLER "1" "May 2024" "FLL - Controller 0.6.12" "Program Manual" +.TH CONTROLLER "1" "May 2024" "FLL - Controller 0.6.13" "Program Manual" .SH NAME controller \- Perform a series of operations in a manner similar to that of an init program. .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man3/controller_control_payload_type_identify.3 b/level_3/controller/data/documentation/man/man3/controller_control_payload_type_identify.3 index cdc8f7476..7938eb705 100644 --- a/level_3/controller/data/documentation/man/man3/controller_control_payload_type_identify.3 +++ b/level_3/controller/data/documentation/man/man3/controller_control_payload_type_identify.3 @@ -1,4 +1,4 @@ -.TH controller_control_payload_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH controller_control_payload_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" controller_control_payload_type_identify .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man3/controller_control_payload_type_name.3 b/level_3/controller/data/documentation/man/man3/controller_control_payload_type_name.3 index 3a0d63a39..1f3257323 100644 --- a/level_3/controller/data/documentation/man/man3/controller_control_payload_type_name.3 +++ b/level_3/controller/data/documentation/man/man3/controller_control_payload_type_name.3 @@ -1,4 +1,4 @@ -.TH controller_control_payload_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH controller_control_payload_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" controller_control_payload_type_name .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man3/controller_entry_action_type_identify.3 b/level_3/controller/data/documentation/man/man3/controller_entry_action_type_identify.3 index 8e4f9bdf3..5068884cb 100644 --- a/level_3/controller/data/documentation/man/man3/controller_entry_action_type_identify.3 +++ b/level_3/controller/data/documentation/man/man3/controller_entry_action_type_identify.3 @@ -1,4 +1,4 @@ -.TH controller_entry_action_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH controller_entry_action_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" controller_entry_action_type_identify .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man3/controller_entry_action_type_name.3 b/level_3/controller/data/documentation/man/man3/controller_entry_action_type_name.3 index 2c8f15a75..2bb1f3562 100644 --- a/level_3/controller/data/documentation/man/man3/controller_entry_action_type_name.3 +++ b/level_3/controller/data/documentation/man/man3/controller_entry_action_type_name.3 @@ -1,4 +1,4 @@ -.TH controller_entry_action_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH controller_entry_action_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" controller_entry_action_type_name .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man3/controller_main.3 b/level_3/controller/data/documentation/man/man3/controller_main.3 index f207263f9..d35cdffec 100644 --- a/level_3/controller/data/documentation/man/man3/controller_main.3 +++ b/level_3/controller/data/documentation/man/man3/controller_main.3 @@ -1,4 +1,4 @@ -.TH controller_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH controller_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" controller_main .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man3/controller_main_delete.3 b/level_3/controller/data/documentation/man/man3/controller_main_delete.3 index 9d46fe498..aea9eb167 100644 --- a/level_3/controller/data/documentation/man/man3/controller_main_delete.3 +++ b/level_3/controller/data/documentation/man/man3/controller_main_delete.3 @@ -1,4 +1,4 @@ -.TH controller_main_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH controller_main_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" controller_main_delete .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man3/controller_print_copyright.3 b/level_3/controller/data/documentation/man/man3/controller_print_copyright.3 index 83af18dfb..cb526a101 100644 --- a/level_3/controller/data/documentation/man/man3/controller_print_copyright.3 +++ b/level_3/controller/data/documentation/man/man3/controller_print_copyright.3 @@ -1,4 +1,4 @@ -.TH controller_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH controller_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" controller_print_copyright .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man3/controller_print_help.3 b/level_3/controller/data/documentation/man/man3/controller_print_help.3 index cadc35b71..638a0837d 100644 --- a/level_3/controller/data/documentation/man/man3/controller_print_help.3 +++ b/level_3/controller/data/documentation/man/man3/controller_print_help.3 @@ -1,4 +1,4 @@ -.TH controller_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH controller_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" controller_print_help .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man3/controller_rule_action_execute_type_identify.3 b/level_3/controller/data/documentation/man/man3/controller_rule_action_execute_type_identify.3 index ac2a10aec..9e5c3be2f 100644 --- a/level_3/controller/data/documentation/man/man3/controller_rule_action_execute_type_identify.3 +++ b/level_3/controller/data/documentation/man/man3/controller_rule_action_execute_type_identify.3 @@ -1,4 +1,4 @@ -.TH controller_rule_action_execute_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH controller_rule_action_execute_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" controller_rule_action_execute_type_identify .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man3/controller_rule_action_execute_type_name.3 b/level_3/controller/data/documentation/man/man3/controller_rule_action_execute_type_name.3 index 03f70f98d..6f2db83a1 100644 --- a/level_3/controller/data/documentation/man/man3/controller_rule_action_execute_type_name.3 +++ b/level_3/controller/data/documentation/man/man3/controller_rule_action_execute_type_name.3 @@ -1,4 +1,4 @@ -.TH controller_rule_action_execute_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH controller_rule_action_execute_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" controller_rule_action_execute_type_name .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man3/controller_rule_action_type_identify.3 b/level_3/controller/data/documentation/man/man3/controller_rule_action_type_identify.3 index 2f834f60d..e40b52f40 100644 --- a/level_3/controller/data/documentation/man/man3/controller_rule_action_type_identify.3 +++ b/level_3/controller/data/documentation/man/man3/controller_rule_action_type_identify.3 @@ -1,4 +1,4 @@ -.TH controller_rule_action_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH controller_rule_action_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" controller_rule_action_type_identify .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man3/controller_rule_action_type_name.3 b/level_3/controller/data/documentation/man/man3/controller_rule_action_type_name.3 index 1048ab689..4a662df1e 100644 --- a/level_3/controller/data/documentation/man/man3/controller_rule_action_type_name.3 +++ b/level_3/controller/data/documentation/man/man3/controller_rule_action_type_name.3 @@ -1,4 +1,4 @@ -.TH controller_rule_action_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH controller_rule_action_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" controller_rule_action_type_name .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man3/controller_rule_item_type_identify.3 b/level_3/controller/data/documentation/man/man3/controller_rule_item_type_identify.3 index 67175f615..d005ab166 100644 --- a/level_3/controller/data/documentation/man/man3/controller_rule_item_type_identify.3 +++ b/level_3/controller/data/documentation/man/man3/controller_rule_item_type_identify.3 @@ -1,4 +1,4 @@ -.TH controller_rule_item_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH controller_rule_item_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" controller_rule_item_type_identify .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man3/controller_rule_item_type_name.3 b/level_3/controller/data/documentation/man/man3/controller_rule_item_type_name.3 index a843a6b3e..a23f6d73a 100644 --- a/level_3/controller/data/documentation/man/man3/controller_rule_item_type_name.3 +++ b/level_3/controller/data/documentation/man/man3/controller_rule_item_type_name.3 @@ -1,4 +1,4 @@ -.TH controller_rule_item_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH controller_rule_item_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" controller_rule_item_type_name .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man3/controller_rule_setting_limit_type_identify.3 b/level_3/controller/data/documentation/man/man3/controller_rule_setting_limit_type_identify.3 index d9d3d19f7..b45446c03 100644 --- a/level_3/controller/data/documentation/man/man3/controller_rule_setting_limit_type_identify.3 +++ b/level_3/controller/data/documentation/man/man3/controller_rule_setting_limit_type_identify.3 @@ -1,4 +1,4 @@ -.TH controller_rule_setting_limit_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH controller_rule_setting_limit_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" controller_rule_setting_limit_type_identify .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man3/controller_rule_setting_limit_type_name.3 b/level_3/controller/data/documentation/man/man3/controller_rule_setting_limit_type_name.3 index 8f137c99a..0ab5c447a 100644 --- a/level_3/controller/data/documentation/man/man3/controller_rule_setting_limit_type_name.3 +++ b/level_3/controller/data/documentation/man/man3/controller_rule_setting_limit_type_name.3 @@ -1,4 +1,4 @@ -.TH controller_rule_setting_limit_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH controller_rule_setting_limit_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" controller_rule_setting_limit_type_name .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man5/controller-actions.5 b/level_3/controller/data/documentation/man/man5/controller-actions.5 index 994ddacb5..9711a3366 100644 --- a/level_3/controller/data/documentation/man/man5/controller-actions.5 +++ b/level_3/controller/data/documentation/man/man5/controller-actions.5 @@ -1,4 +1,4 @@ -.TH controller-rule "5" "May 2024" "Controller 0.6.12" "File Formats" +.TH controller-rule "5" "May 2024" "Controller 0.6.13" "File Formats" .SH NAME Controller \- "rule" file. .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man5/controller-entry.5 b/level_3/controller/data/documentation/man/man5/controller-entry.5 index 9e851190d..36add7d3a 100644 --- a/level_3/controller/data/documentation/man/man5/controller-entry.5 +++ b/level_3/controller/data/documentation/man/man5/controller-entry.5 @@ -1,4 +1,4 @@ -.TH controller-entry "5" "May 2024" "Controller 0.6.12" "File Formats" +.TH controller-entry "5" "May 2024" "Controller 0.6.13" "File Formats" .SH NAME Controller \- "entry" file. .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man5/controller-exit.5 b/level_3/controller/data/documentation/man/man5/controller-exit.5 index 36b699bf7..e91501bfc 100644 --- a/level_3/controller/data/documentation/man/man5/controller-exit.5 +++ b/level_3/controller/data/documentation/man/man5/controller-exit.5 @@ -1,4 +1,4 @@ -.TH controller-rule "5" "May 2024" "Controller 0.6.12" "File Formats" +.TH controller-rule "5" "May 2024" "Controller 0.6.13" "File Formats" .SH NAME Controller \- "rule" file. .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man5/controller-packet.5 b/level_3/controller/data/documentation/man/man5/controller-packet.5 index 25e7c8fd2..365e11288 100644 --- a/level_3/controller/data/documentation/man/man5/controller-packet.5 +++ b/level_3/controller/data/documentation/man/man5/controller-packet.5 @@ -1,4 +1,4 @@ -.TH controller-rule "5" "May 2024" "Controller 0.6.12" "File Formats" +.TH controller-rule "5" "May 2024" "Controller 0.6.13" "File Formats" .SH NAME Controller \- "rule" file. .SH SYNOPSIS diff --git a/level_3/controller/data/documentation/man/man5/controller-rule.5 b/level_3/controller/data/documentation/man/man5/controller-rule.5 index 7850b1ee9..904f6c786 100644 --- a/level_3/controller/data/documentation/man/man5/controller-rule.5 +++ b/level_3/controller/data/documentation/man/man5/controller-rule.5 @@ -1,4 +1,4 @@ -.TH controller-rule "5" "May 2024" "Controller 0.6.12" "File Formats" +.TH controller-rule "5" "May 2024" "Controller 0.6.13" "File Formats" .SH NAME Controller \- "rule" file. .SH SYNOPSIS diff --git a/level_3/fake/c/common.h b/level_3/fake/c/common.h index 26a563343..decdf87fe 100644 --- a/level_3/fake/c/common.h +++ b/level_3/fake/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_fake_program_version_ #define FAKE_program_version_major_s F_string_ascii_0_s #define FAKE_program_version_minor_s F_string_ascii_6_s - #define FAKE_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define FAKE_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define FAKE_program_version_major_s_length F_string_ascii_0_s_length #define FAKE_program_version_minor_s_length F_string_ascii_6_s_length - #define FAKE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define FAKE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #ifndef FAKE_program_version_nano_prefix_s #define FAKE_program_version_nano_prefix_s diff --git a/level_3/fake/data/build/settings b/level_3/fake/data/build/settings index 09c8ece8c..b7ccb3010 100644 --- a/level_3/fake/data/build/settings +++ b/level_3/fake/data/build/settings @@ -18,7 +18,7 @@ build_name fake version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/fake/data/documentation/man/man1/fake.1 b/level_3/fake/data/documentation/man/man1/fake.1 index 6ead13c84..6371004f4 100644 --- a/level_3/fake/data/documentation/man/man1/fake.1 +++ b/level_3/fake/data/documentation/man/man1/fake.1 @@ -1,4 +1,4 @@ -.TH FAKE "1" "May 2024" "FLL - Featureless Make 0.6.12" "Program Manual" +.TH FAKE "1" "May 2024" "FLL - Featureless Make 0.6.13" "Program Manual" .SH NAME fake \- Build or compile software similar to GNU Make. .SH SYNOPSIS diff --git a/level_3/fake/data/documentation/man/man3/fake_main.3 b/level_3/fake/data/documentation/man/man3/fake_main.3 index b0a42359f..866a64a20 100644 --- a/level_3/fake/data/documentation/man/man3/fake_main.3 +++ b/level_3/fake/data/documentation/man/man3/fake_main.3 @@ -1,4 +1,4 @@ -.TH fake_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fake_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fake_main .SH SYNOPSIS diff --git a/level_3/fake/data/documentation/man/man3/fake_main_delete.3 b/level_3/fake/data/documentation/man/man3/fake_main_delete.3 index 5c3d79554..12590b22f 100644 --- a/level_3/fake/data/documentation/man/man3/fake_main_delete.3 +++ b/level_3/fake/data/documentation/man/man3/fake_main_delete.3 @@ -1,4 +1,4 @@ -.TH fake_main_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fake_main_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fake_main_delete .SH SYNOPSIS diff --git a/level_3/fake/data/documentation/man/man3/fake_print_copyright.3 b/level_3/fake/data/documentation/man/man3/fake_print_copyright.3 index 4cf6b8e2d..207c15dac 100644 --- a/level_3/fake/data/documentation/man/man3/fake_print_copyright.3 +++ b/level_3/fake/data/documentation/man/man3/fake_print_copyright.3 @@ -1,4 +1,4 @@ -.TH fake_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fake_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fake_print_copyright .SH SYNOPSIS diff --git a/level_3/fake/data/documentation/man/man3/fake_print_help.3 b/level_3/fake/data/documentation/man/man3/fake_print_help.3 index 0eb786f7b..744e02389 100644 --- a/level_3/fake/data/documentation/man/man3/fake_print_help.3 +++ b/level_3/fake/data/documentation/man/man3/fake_print_help.3 @@ -1,4 +1,4 @@ -.TH fake_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fake_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fake_print_help .SH SYNOPSIS diff --git a/level_3/fake/data/documentation/man/man5/fake-defines.5 b/level_3/fake/data/documentation/man/man5/fake-defines.5 index 6f269282d..a9e483eb6 100644 --- a/level_3/fake/data/documentation/man/man5/fake-defines.5 +++ b/level_3/fake/data/documentation/man/man5/fake-defines.5 @@ -1,4 +1,4 @@ -.TH fake-defines "5" "March 2024" "FLL - Featureless Make 0.6.12" "File Formats" +.TH fake-defines "5" "March 2024" "FLL - Featureless Make 0.6.13" "File Formats" .SH NAME Featureless Make \- "defines" file. .SH SYNOPSIS diff --git a/level_3/fake/data/documentation/man/man5/fake-depedencies.5 b/level_3/fake/data/documentation/man/man5/fake-depedencies.5 index 0082e4f17..10eb257d4 100644 --- a/level_3/fake/data/documentation/man/man5/fake-depedencies.5 +++ b/level_3/fake/data/documentation/man/man5/fake-depedencies.5 @@ -1,4 +1,4 @@ -.TH fake-dependencies "5" "March 2024" "FLL - Featureless Make 0.6.12" "File Formats" +.TH fake-dependencies "5" "March 2024" "FLL - Featureless Make 0.6.13" "File Formats" .SH NAME Featureless Make \- "dependencies" file. .SH SYNOPSIS diff --git a/level_3/fake/data/documentation/man/man5/fake-fakefile.5 b/level_3/fake/data/documentation/man/man5/fake-fakefile.5 index 69182359a..c1659119b 100644 --- a/level_3/fake/data/documentation/man/man5/fake-fakefile.5 +++ b/level_3/fake/data/documentation/man/man5/fake-fakefile.5 @@ -1,4 +1,4 @@ -.TH fake-fakefile "5" "March 2024" "FLL - Featureless Make 0.6.12" "File Formats" +.TH fake-fakefile "5" "March 2024" "FLL - Featureless Make 0.6.13" "File Formats" .SH NAME Featureless Make \- "fakefile" file. .SH SYNOPSIS diff --git a/level_3/fake/data/documentation/man/man5/fake-settings.5 b/level_3/fake/data/documentation/man/man5/fake-settings.5 index 4d8d5559f..73ed57fc8 100644 --- a/level_3/fake/data/documentation/man/man5/fake-settings.5 +++ b/level_3/fake/data/documentation/man/man5/fake-settings.5 @@ -1,4 +1,4 @@ -.TH fake-settings "5" "March 2024" "FLL - Featureless Make 0.6.12" "File Formats" +.TH fake-settings "5" "March 2024" "FLL - Featureless Make 0.6.13" "File Formats" .SH NAME Featureless Make \- "settings" file. .SH SYNOPSIS diff --git a/level_3/firewall/c/common.h b/level_3/firewall/c/common.h index 1cad74d6e..b658c0bb8 100644 --- a/level_3/firewall/c/common.h +++ b/level_3/firewall/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_firewall_program_version_ #define FIREWALL_program_version_major_s F_string_ascii_0_s #define FIREWALL_program_version_minor_s F_string_ascii_6_s - #define FIREWALL_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define FIREWALL_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define FIREWALL_program_version_major_s_length F_string_ascii_0_s_length #define FIREWALL_program_version_minor_s_length F_string_ascii_6_s_length - #define FIREWALL_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define FIREWALL_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(FIREWALL_program_version_nano_prefix_s) && defined(FIREWALL_program_version_nano_prefix_s_length)) #define FIREWALL_program_version_nano_prefix_s diff --git a/level_3/firewall/data/build/settings b/level_3/firewall/data/build/settings index 2d62d9629..8bc946295 100644 --- a/level_3/firewall/data/build/settings +++ b/level_3/firewall/data/build/settings @@ -18,7 +18,7 @@ build_name firewall version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/firewall/data/documentation/man/man1/firewall.1 b/level_3/firewall/data/documentation/man/man1/firewall.1 index d27758b1f..71a69b329 100644 --- a/level_3/firewall/data/documentation/man/man1/firewall.1 +++ b/level_3/firewall/data/documentation/man/man1/firewall.1 @@ -1,4 +1,4 @@ -.TH FIREWALL "1" "May 2024" "Kevux - Firewall 0.6.12" "Program Manual" +.TH FIREWALL "1" "May 2024" "Kevux - Firewall 0.6.13" "Program Manual" .SH NAME firewall \- A basic iptables based firewall manager for the Kevux distribution. .SH SYNOPSIS diff --git a/level_3/firewall/data/documentation/man/man3/firewall_main.3 b/level_3/firewall/data/documentation/man/man3/firewall_main.3 index fb9ad4748..9a8cf12ee 100644 --- a/level_3/firewall/data/documentation/man/man3/firewall_main.3 +++ b/level_3/firewall/data/documentation/man/man3/firewall_main.3 @@ -1,4 +1,4 @@ -.TH firewall_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH firewall_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" firewall_main .SH SYNOPSIS diff --git a/level_3/firewall/data/documentation/man/man3/firewall_print_copyright.3 b/level_3/firewall/data/documentation/man/man3/firewall_print_copyright.3 index bdba91bb7..8501c676b 100644 --- a/level_3/firewall/data/documentation/man/man3/firewall_print_copyright.3 +++ b/level_3/firewall/data/documentation/man/man3/firewall_print_copyright.3 @@ -1,4 +1,4 @@ -.TH firewall_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH firewall_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" firewall_print_copyright .SH SYNOPSIS diff --git a/level_3/firewall/data/documentation/man/man3/firewall_print_help.3 b/level_3/firewall/data/documentation/man/man3/firewall_print_help.3 index e1af80bcb..089d62d96 100644 --- a/level_3/firewall/data/documentation/man/man3/firewall_print_help.3 +++ b/level_3/firewall/data/documentation/man/man3/firewall_print_help.3 @@ -1,4 +1,4 @@ -.TH firewall_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH firewall_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" firewall_print_help .SH SYNOPSIS diff --git a/level_3/fss_basic_list_read/c/common.h b/level_3/fss_basic_list_read/c/common.h index 894cf7954..d0dd5ec84 100644 --- a/level_3/fss_basic_list_read/c/common.h +++ b/level_3/fss_basic_list_read/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_fss_basic_list_read_program_version_ #define FSS_BASIC_LIST_READ_program_version_major_s F_string_ascii_0_s #define FSS_BASIC_LIST_READ_program_version_minor_s F_string_ascii_6_s - #define FSS_BASIC_LIST_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define FSS_BASIC_LIST_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define FSS_BASIC_LIST_READ_program_version_major_s_length F_string_ascii_0_s_length #define FSS_BASIC_LIST_READ_program_version_minor_s_length F_string_ascii_6_s_length - #define FSS_BASIC_LIST_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define FSS_BASIC_LIST_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(FSS_BASIC_LIST_READ_program_version_nano_prefix_s) && defined(FSS_BASIC_LIST_READ_program_version_nano_prefix_s_length)) #define FSS_BASIC_LIST_READ_program_version_nano_prefix_s diff --git a/level_3/fss_basic_list_read/data/build/settings b/level_3/fss_basic_list_read/data/build/settings index a52daaca1..63b9d751d 100644 --- a/level_3/fss_basic_list_read/data/build/settings +++ b/level_3/fss_basic_list_read/data/build/settings @@ -18,7 +18,7 @@ build_name fss_basic_list_read version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/fss_basic_list_read/data/documentation/man/man1/fss_basic_list_read.1 b/level_3/fss_basic_list_read/data/documentation/man/man1/fss_basic_list_read.1 index a697f5f08..30d3add13 100644 --- a/level_3/fss_basic_list_read/data/documentation/man/man1/fss_basic_list_read.1 +++ b/level_3/fss_basic_list_read/data/documentation/man/man1/fss_basic_list_read.1 @@ -1,4 +1,4 @@ -.TH FSS_BASIC_LIST_READ "1" "May 2024" "FLL - FSS Basic List Read 0.6.12" "Program Manual" +.TH FSS_BASIC_LIST_READ "1" "May 2024" "FLL - FSS Basic List Read 0.6.13" "Program Manual" .SH NAME fss_basic_list_read \- Read data in \fBFSS-0003 (Basic List)\fR format. .SH SYNOPSIS diff --git a/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_main.3 b/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_main.3 index a20002e72..7fa22f032 100644 --- a/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_main.3 +++ b/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_main.3 @@ -1,4 +1,4 @@ -.TH fss_basic_list_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_basic_list_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_basic_list_read_main .SH SYNOPSIS diff --git a/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_print_copyright.3 b/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_print_copyright.3 index 09d56e9e3..b2f7623ad 100644 --- a/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_print_copyright.3 +++ b/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_print_copyright.3 @@ -1,4 +1,4 @@ -.TH fss_basic_list_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_basic_list_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_basic_list_read_print_copyright .SH SYNOPSIS diff --git a/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_print_help.3 b/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_print_help.3 index 9d0416799..e1987bf66 100644 --- a/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_print_help.3 +++ b/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_print_help.3 @@ -1,4 +1,4 @@ -.TH fss_basic_list_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_basic_list_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_basic_list_read_print_help .SH SYNOPSIS diff --git a/level_3/fss_basic_list_write/c/common.h b/level_3/fss_basic_list_write/c/common.h index 401974ace..2d1a34b5f 100644 --- a/level_3/fss_basic_list_write/c/common.h +++ b/level_3/fss_basic_list_write/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_fss_basic_list_write_program_version_ #define FSS_BASIC_LIST_WRITE_program_version_major_s F_string_ascii_0_s #define FSS_BASIC_LIST_WRITE_program_version_minor_s F_string_ascii_6_s - #define FSS_BASIC_LIST_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define FSS_BASIC_LIST_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define FSS_BASIC_LIST_WRITE_program_version_major_s_length F_string_ascii_0_s_length #define FSS_BASIC_LIST_WRITE_program_version_minor_s_length F_string_ascii_6_s_length - #define FSS_BASIC_LIST_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define FSS_BASIC_LIST_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(FSS_BASIC_LIST_WRITE_program_version_nano_prefix_s) && defined(FSS_BASIC_LIST_WRITE_program_version_nano_prefix_s_length)) #define FSS_BASIC_LIST_WRITE_program_version_nano_prefix_s diff --git a/level_3/fss_basic_list_write/data/build/settings b/level_3/fss_basic_list_write/data/build/settings index 2e125f2db..d0b16ab7c 100644 --- a/level_3/fss_basic_list_write/data/build/settings +++ b/level_3/fss_basic_list_write/data/build/settings @@ -18,7 +18,7 @@ build_name fss_basic_list_write version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/fss_basic_list_write/data/documentation/man/man1/fss_basic_list_write.1 b/level_3/fss_basic_list_write/data/documentation/man/man1/fss_basic_list_write.1 index ccb6b78c6..97c37719b 100644 --- a/level_3/fss_basic_list_write/data/documentation/man/man1/fss_basic_list_write.1 +++ b/level_3/fss_basic_list_write/data/documentation/man/man1/fss_basic_list_write.1 @@ -1,4 +1,4 @@ -.TH FSS_BASIC_LIST_WRITE "1" "May 2024" "FLL - FSS Basic List Write 0.6.12" "Program Manual" +.TH FSS_BASIC_LIST_WRITE "1" "May 2024" "FLL - FSS Basic List Write 0.6.13" "Program Manual" .SH NAME fss_basic_list_write \- Write data in \fBFSS-0001 (Basic List)\fR format. .SH SYNOPSIS diff --git a/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_main.3 b/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_main.3 index d33e14909..1779b8a8b 100644 --- a/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_main.3 +++ b/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_main.3 @@ -1,4 +1,4 @@ -.TH fss_basic_list_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_basic_list_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_basic_list_write_main .SH SYNOPSIS diff --git a/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_print_copyright.3 b/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_print_copyright.3 index 932b208bc..81108115e 100644 --- a/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_print_copyright.3 +++ b/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_print_copyright.3 @@ -1,4 +1,4 @@ -.TH fss_basic_list_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_basic_list_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_basic_list_write_print_copyright .SH SYNOPSIS diff --git a/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_print_help.3 b/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_print_help.3 index 8b6007c99..06148cf94 100644 --- a/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_print_help.3 +++ b/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_print_help.3 @@ -1,4 +1,4 @@ -.TH fss_basic_list_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_basic_list_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_basic_list_write_print_help .SH SYNOPSIS diff --git a/level_3/fss_basic_read/c/common.h b/level_3/fss_basic_read/c/common.h index a2105337b..4458aab6f 100644 --- a/level_3/fss_basic_read/c/common.h +++ b/level_3/fss_basic_read/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_fss_basic_read_program_version_ #define FSS_BASIC_READ_program_version_major_s F_string_ascii_0_s #define FSS_BASIC_READ_program_version_minor_s F_string_ascii_6_s - #define FSS_BASIC_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define FSS_BASIC_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define FSS_BASIC_READ_program_version_major_s_length F_string_ascii_0_s_length #define FSS_BASIC_READ_program_version_minor_s_length F_string_ascii_6_s_length - #define FSS_BASIC_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define FSS_BASIC_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(FSS_BASIC_READ_program_version_nano_prefix_s) && defined(FSS_BASIC_READ_program_version_nano_prefix_s_length)) #define FSS_BASIC_READ_program_version_nano_prefix_s diff --git a/level_3/fss_basic_read/data/build/settings b/level_3/fss_basic_read/data/build/settings index 545ca2c21..b94598b0b 100644 --- a/level_3/fss_basic_read/data/build/settings +++ b/level_3/fss_basic_read/data/build/settings @@ -18,7 +18,7 @@ build_name fss_basic_read version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/fss_basic_read/data/documentation/man/man1/fss_basic_read.1 b/level_3/fss_basic_read/data/documentation/man/man1/fss_basic_read.1 index b17390c25..936143e08 100644 --- a/level_3/fss_basic_read/data/documentation/man/man1/fss_basic_read.1 +++ b/level_3/fss_basic_read/data/documentation/man/man1/fss_basic_read.1 @@ -1,4 +1,4 @@ -.TH FSS_BASIC_READ "1" "May 2024" "FLL - FSS Basic Read 0.6.12" "Program Manual" +.TH FSS_BASIC_READ "1" "May 2024" "FLL - FSS Basic Read 0.6.13" "Program Manual" .SH NAME fss_basic_read \- Read data in \fBFSS-0000 (Basic)\fR format. .SH SYNOPSIS diff --git a/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_main.3 b/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_main.3 index db6445903..198df657b 100644 --- a/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_main.3 +++ b/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_main.3 @@ -1,4 +1,4 @@ -.TH fss_basic_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_basic_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_basic_read_main .SH SYNOPSIS diff --git a/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_print_copyright.3 b/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_print_copyright.3 index c72d45366..3f88f6ab8 100644 --- a/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_print_copyright.3 +++ b/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_print_copyright.3 @@ -1,4 +1,4 @@ -.TH fss_basic_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_basic_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_basic_read_print_copyright .SH SYNOPSIS diff --git a/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_print_help.3 b/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_print_help.3 index 385729ad4..cf073c205 100644 --- a/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_print_help.3 +++ b/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_print_help.3 @@ -1,4 +1,4 @@ -.TH fss_basic_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_basic_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_basic_read_print_help .SH SYNOPSIS diff --git a/level_3/fss_basic_write/c/common.h b/level_3/fss_basic_write/c/common.h index 77ff01f84..034956775 100644 --- a/level_3/fss_basic_write/c/common.h +++ b/level_3/fss_basic_write/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_fss_basic_write_program_version_ #define FSS_BASIC_WRITE_program_version_major_s F_string_ascii_0_s #define FSS_BASIC_WRITE_program_version_minor_s F_string_ascii_6_s - #define FSS_BASIC_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define FSS_BASIC_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define FSS_BASIC_WRITE_program_version_major_s_length F_string_ascii_0_s_length #define FSS_BASIC_WRITE_program_version_minor_s_length F_string_ascii_6_s_length - #define FSS_BASIC_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define FSS_BASIC_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(FSS_BASIC_WRITE_program_version_nano_prefix_s) && defined(FSS_BASIC_WRITE_program_version_nano_prefix_s_length)) #define FSS_BASIC_WRITE_program_version_nano_prefix_s diff --git a/level_3/fss_basic_write/data/build/settings b/level_3/fss_basic_write/data/build/settings index 6ba326a88..bdccb3d2e 100644 --- a/level_3/fss_basic_write/data/build/settings +++ b/level_3/fss_basic_write/data/build/settings @@ -18,7 +18,7 @@ build_name fss_basic_write version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/fss_basic_write/data/documentation/man/man1/fss_basic_write.1 b/level_3/fss_basic_write/data/documentation/man/man1/fss_basic_write.1 index d4bfd59dd..7ce14965e 100644 --- a/level_3/fss_basic_write/data/documentation/man/man1/fss_basic_write.1 +++ b/level_3/fss_basic_write/data/documentation/man/man1/fss_basic_write.1 @@ -1,4 +1,4 @@ -.TH FSS_BASIC_WRITE "1" "May 2024" "FLL - FSS Basic Write 0.6.12" "Program Manual" +.TH FSS_BASIC_WRITE "1" "May 2024" "FLL - FSS Basic Write 0.6.13" "Program Manual" .SH NAME fss_basic_write \- Write data in \fBFSS-0000 (Basic)\fR format. .SH SYNOPSIS diff --git a/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_main.3 b/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_main.3 index 3f31ac49d..f882b3807 100644 --- a/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_main.3 +++ b/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_main.3 @@ -1,4 +1,4 @@ -.TH fss_basic_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_basic_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_basic_write_main .SH SYNOPSIS diff --git a/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_print_copyright.3 b/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_print_copyright.3 index a3880df3b..647c9be16 100644 --- a/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_print_copyright.3 +++ b/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_print_copyright.3 @@ -1,4 +1,4 @@ -.TH fss_basic_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_basic_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_basic_write_print_copyright .SH SYNOPSIS diff --git a/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_print_help.3 b/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_print_help.3 index 2b2318c96..0e9b20f58 100644 --- a/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_print_help.3 +++ b/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_print_help.3 @@ -1,4 +1,4 @@ -.TH fss_basic_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_basic_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_basic_write_print_help .SH SYNOPSIS diff --git a/level_3/fss_embedded_list_read/c/common.h b/level_3/fss_embedded_list_read/c/common.h index bc80bf783..b2ba103a4 100644 --- a/level_3/fss_embedded_list_read/c/common.h +++ b/level_3/fss_embedded_list_read/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_fss_embedded_list_read_program_version_ #define FSS_EMBEDDED_LIST_READ_program_version_major_s F_string_ascii_0_s #define FSS_EMBEDDED_LIST_READ_program_version_minor_s F_string_ascii_6_s - #define FSS_EMBEDDED_LIST_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define FSS_EMBEDDED_LIST_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define FSS_EMBEDDED_LIST_READ_program_version_major_s_length F_string_ascii_0_s_length #define FSS_EMBEDDED_LIST_READ_program_version_minor_s_length F_string_ascii_6_s_length - #define FSS_EMBEDDED_LIST_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define FSS_EMBEDDED_LIST_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(FSS_EMBEDDED_LIST_READ_program_version_nano_prefix_s) && defined(FSS_EMBEDDED_LIST_READ_program_version_nano_prefix_s_length)) #define FSS_EMBEDDED_LIST_READ_program_version_nano_prefix_s diff --git a/level_3/fss_embedded_list_read/data/build/settings b/level_3/fss_embedded_list_read/data/build/settings index a4a995e4b..f384ed579 100644 --- a/level_3/fss_embedded_list_read/data/build/settings +++ b/level_3/fss_embedded_list_read/data/build/settings @@ -18,7 +18,7 @@ build_name fss_embedded_list_read version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/fss_embedded_list_read/data/documentation/man/man1/fss_embedded_list_read.1 b/level_3/fss_embedded_list_read/data/documentation/man/man1/fss_embedded_list_read.1 index 51fddc15f..77dbc8329 100644 --- a/level_3/fss_embedded_list_read/data/documentation/man/man1/fss_embedded_list_read.1 +++ b/level_3/fss_embedded_list_read/data/documentation/man/man1/fss_embedded_list_read.1 @@ -1,4 +1,4 @@ -.TH FSS_EMBEDDED_LIST_READ "1" "May 2024" "FLL - FSS Embedded List Read 0.6.12" "Program Manual" +.TH FSS_EMBEDDED_LIST_READ "1" "May 2024" "FLL - FSS Embedded List Read 0.6.13" "Program Manual" .SH NAME fss_embedded_list_read \- Read data in \fBFSS-0008 (Embedded List)\fR format. .SH SYNOPSIS diff --git a/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_main.3 b/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_main.3 index 6bd7710ab..174d4b4ca 100644 --- a/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_main.3 +++ b/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_main.3 @@ -1,4 +1,4 @@ -.TH fss_embedded_list_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_embedded_list_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_embedded_list_read_main .SH SYNOPSIS diff --git a/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_print_copyright.3 b/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_print_copyright.3 index 8820798ba..9ef5e4fe1 100644 --- a/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_print_copyright.3 +++ b/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_print_copyright.3 @@ -1,4 +1,4 @@ -.TH fss_embedded_list_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_embedded_list_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_embedded_list_read_print_copyright .SH SYNOPSIS diff --git a/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_print_help.3 b/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_print_help.3 index 793317e1a..812c1871a 100644 --- a/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_print_help.3 +++ b/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_print_help.3 @@ -1,4 +1,4 @@ -.TH fss_embedded_list_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_embedded_list_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_embedded_list_read_print_help .SH SYNOPSIS diff --git a/level_3/fss_embedded_list_write/c/common.h b/level_3/fss_embedded_list_write/c/common.h index f15596170..97fc4d647 100644 --- a/level_3/fss_embedded_list_write/c/common.h +++ b/level_3/fss_embedded_list_write/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_fss_embedded_list_write_program_version_ #define FSS_EMBEDDED_LIST_WRITE_program_version_major_s F_string_ascii_0_s #define FSS_EMBEDDED_LIST_WRITE_program_version_minor_s F_string_ascii_6_s - #define FSS_EMBEDDED_LIST_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define FSS_EMBEDDED_LIST_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define FSS_EMBEDDED_LIST_WRITE_program_version_major_s_length F_string_ascii_0_s_length #define FSS_EMBEDDED_LIST_WRITE_program_version_minor_s_length F_string_ascii_6_s_length - #define FSS_EMBEDDED_LIST_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define FSS_EMBEDDED_LIST_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(FSS_EMBEDDED_LIST_WRITE_program_version_nano_prefix_s) && defined(FSS_EMBEDDED_LIST_WRITE_program_version_nano_prefix_s_length)) #define FSS_EMBEDDED_LIST_WRITE_program_version_nano_prefix_s diff --git a/level_3/fss_embedded_list_write/data/build/settings b/level_3/fss_embedded_list_write/data/build/settings index e273b8a6a..e8f97dd63 100644 --- a/level_3/fss_embedded_list_write/data/build/settings +++ b/level_3/fss_embedded_list_write/data/build/settings @@ -18,7 +18,7 @@ build_name fss_embedded_list_write version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/fss_embedded_list_write/data/documentation/man/man1/fss_embedded_list_write.1 b/level_3/fss_embedded_list_write/data/documentation/man/man1/fss_embedded_list_write.1 index b1abb398d..b892f4b66 100644 --- a/level_3/fss_embedded_list_write/data/documentation/man/man1/fss_embedded_list_write.1 +++ b/level_3/fss_embedded_list_write/data/documentation/man/man1/fss_embedded_list_write.1 @@ -1,4 +1,4 @@ -.TH FSS_EMBEDDED_LIST_WRITE "1" "May 2024" "FLL - FSS Embedded List Write 0.6.12" "Program Manual" +.TH FSS_EMBEDDED_LIST_WRITE "1" "May 2024" "FLL - FSS Embedded List Write 0.6.13" "Program Manual" .SH NAME fss_embedded_list_write \- Write data in \fBFSS-0008 (Embedded List)\fR format. .SH SYNOPSIS diff --git a/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_main.3 b/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_main.3 index 06b6fb5a1..19abdebf6 100644 --- a/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_main.3 +++ b/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_main.3 @@ -1,4 +1,4 @@ -.TH fss_embedded_list_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_embedded_list_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_embedded_list_write_main .SH SYNOPSIS diff --git a/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_print_copyright.3 b/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_print_copyright.3 index 73b7270dd..af42e3294 100644 --- a/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_print_copyright.3 +++ b/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_print_copyright.3 @@ -1,4 +1,4 @@ -.TH fss_embedded_list_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_embedded_list_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_embedded_list_write_print_copyright .SH SYNOPSIS diff --git a/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_print_help.3 b/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_print_help.3 index 03db2ab10..8430d060b 100644 --- a/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_print_help.3 +++ b/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_print_help.3 @@ -1,4 +1,4 @@ -.TH fss_embedded_list_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_embedded_list_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_embedded_list_write_print_help .SH SYNOPSIS diff --git a/level_3/fss_extended_list_read/c/common.h b/level_3/fss_extended_list_read/c/common.h index 25f194804..d39acca5c 100644 --- a/level_3/fss_extended_list_read/c/common.h +++ b/level_3/fss_extended_list_read/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_fss_extended_list_read_program_version_ #define FSS_EXTENDED_LIST_READ_program_version_major_s F_string_ascii_0_s #define FSS_EXTENDED_LIST_READ_program_version_minor_s F_string_ascii_6_s - #define FSS_EXTENDED_LIST_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define FSS_EXTENDED_LIST_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define FSS_EXTENDED_LIST_READ_program_version_major_s_length F_string_ascii_0_s_length #define FSS_EXTENDED_LIST_READ_program_version_minor_s_length F_string_ascii_6_s_length - #define FSS_EXTENDED_LIST_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define FSS_EXTENDED_LIST_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(FSS_EXTENDED_LIST_READ_program_version_nano_prefix_s) && defined(FSS_EXTENDED_LIST_READ_program_version_nano_prefix_s_length)) #define FSS_EXTENDED_LIST_READ_program_version_nano_prefix_s diff --git a/level_3/fss_extended_list_read/data/build/settings b/level_3/fss_extended_list_read/data/build/settings index db5387795..b24d7182e 100644 --- a/level_3/fss_extended_list_read/data/build/settings +++ b/level_3/fss_extended_list_read/data/build/settings @@ -18,7 +18,7 @@ build_name fss_extended_list_read version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/fss_extended_list_read/data/documentation/man/man1/fss_extended_list_read.1 b/level_3/fss_extended_list_read/data/documentation/man/man1/fss_extended_list_read.1 index dba0f8a5e..7fcec5d6d 100644 --- a/level_3/fss_extended_list_read/data/documentation/man/man1/fss_extended_list_read.1 +++ b/level_3/fss_extended_list_read/data/documentation/man/man1/fss_extended_list_read.1 @@ -1,4 +1,4 @@ -.TH FSS_EMBEDDED_LIST_READ "1" "May 2024" "FLL - FSS Embedded List Write 0.6.12" "Program Manual" +.TH FSS_EMBEDDED_LIST_READ "1" "May 2024" "FLL - FSS Embedded List Write 0.6.13" "Program Manual" .SH NAME fss_extended_list_read \- Read data in \fBFSS-0003 (Extended List)\fR format. .SH SYNOPSIS diff --git a/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_main.3 b/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_main.3 index 9f829b21f..6fe81181d 100644 --- a/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_main.3 +++ b/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_main.3 @@ -1,4 +1,4 @@ -.TH fss_extended_list_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_extended_list_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_extended_list_read_main .SH SYNOPSIS diff --git a/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_main_delete.3 b/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_main_delete.3 index 8a7a19c83..bb092eb33 100644 --- a/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_main_delete.3 +++ b/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_main_delete.3 @@ -1,4 +1,4 @@ -.TH fss_extended_list_read_main_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_extended_list_read_main_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_extended_list_read_main_delete .SH SYNOPSIS diff --git a/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_print_copyright.3 b/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_print_copyright.3 index 28f3bf7a1..dbc924283 100644 --- a/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_print_copyright.3 +++ b/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_print_copyright.3 @@ -1,4 +1,4 @@ -.TH fss_extended_list_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_extended_list_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_extended_list_read_print_copyright .SH SYNOPSIS diff --git a/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_print_help.3 b/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_print_help.3 index 832ff8c9c..33105c8d6 100644 --- a/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_print_help.3 +++ b/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_print_help.3 @@ -1,4 +1,4 @@ -.TH fss_extended_list_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_extended_list_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_extended_list_read_print_help .SH SYNOPSIS diff --git a/level_3/fss_extended_list_write/c/common.h b/level_3/fss_extended_list_write/c/common.h index 5111f53d2..e92a2d22b 100644 --- a/level_3/fss_extended_list_write/c/common.h +++ b/level_3/fss_extended_list_write/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_fss_extended_list_write_program_version_ #define FSS_EXTENDED_LIST_WRITE_program_version_major_s F_string_ascii_0_s #define FSS_EXTENDED_LIST_WRITE_program_version_minor_s F_string_ascii_6_s - #define FSS_EXTENDED_LIST_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define FSS_EXTENDED_LIST_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define FSS_EXTENDED_LIST_WRITE_program_version_major_s_length F_string_ascii_0_s_length #define FSS_EXTENDED_LIST_WRITE_program_version_minor_s_length F_string_ascii_6_s_length - #define FSS_EXTENDED_LIST_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define FSS_EXTENDED_LIST_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(FSS_EXTENDED_LIST_WRITE_program_version_nano_prefix_s) && defined(FSS_EXTENDED_LIST_WRITE_program_version_nano_prefix_s_length)) #define FSS_EXTENDED_LIST_WRITE_program_version_nano_prefix_s diff --git a/level_3/fss_extended_list_write/data/build/settings b/level_3/fss_extended_list_write/data/build/settings index b6fc38a66..db22aebc3 100644 --- a/level_3/fss_extended_list_write/data/build/settings +++ b/level_3/fss_extended_list_write/data/build/settings @@ -18,7 +18,7 @@ build_name fss_extended_list_write version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/fss_extended_list_write/data/documentation/man/man1/fss_extended_list_write.1 b/level_3/fss_extended_list_write/data/documentation/man/man1/fss_extended_list_write.1 index 15dc725cc..2a9f4b469 100644 --- a/level_3/fss_extended_list_write/data/documentation/man/man1/fss_extended_list_write.1 +++ b/level_3/fss_extended_list_write/data/documentation/man/man1/fss_extended_list_write.1 @@ -1,4 +1,4 @@ -.TH FSS_EXTENDED_LIST_WRITE "1" "May 2024" "FLL - FSS Extended List Write 0.6.12" "Program Manual" +.TH FSS_EXTENDED_LIST_WRITE "1" "May 2024" "FLL - FSS Extended List Write 0.6.13" "Program Manual" .SH NAME fss_extended_list_write \- Write data in \fBFSS-0003 (Extended List)\fR format. .SH SYNOPSIS diff --git a/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_main.3 b/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_main.3 index 5ddf3a516..49da10d8e 100644 --- a/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_main.3 +++ b/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_main.3 @@ -1,4 +1,4 @@ -.TH fss_extended_list_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_extended_list_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_extended_list_write_main .SH SYNOPSIS diff --git a/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_main_delete.3 b/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_main_delete.3 index 3976d9f8b..46cdc4fe1 100644 --- a/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_main_delete.3 +++ b/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_main_delete.3 @@ -1,4 +1,4 @@ -.TH fss_extended_list_write_main_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_extended_list_write_main_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_extended_list_write_main_delete .SH SYNOPSIS diff --git a/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_print_copyright.3 b/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_print_copyright.3 index 035f39201..eb398cccd 100644 --- a/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_print_copyright.3 +++ b/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_print_copyright.3 @@ -1,4 +1,4 @@ -.TH fss_extended_list_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_extended_list_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_extended_list_write_print_copyright .SH SYNOPSIS diff --git a/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_print_help.3 b/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_print_help.3 index 354c4bb8d..64cf0ae10 100644 --- a/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_print_help.3 +++ b/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_print_help.3 @@ -1,4 +1,4 @@ -.TH fss_extended_list_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_extended_list_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_extended_list_write_print_help .SH SYNOPSIS diff --git a/level_3/fss_extended_read/c/common.h b/level_3/fss_extended_read/c/common.h index 287b323a3..d3e75213e 100644 --- a/level_3/fss_extended_read/c/common.h +++ b/level_3/fss_extended_read/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_fss_extended_read_program_version_ #define FSS_EXTENDED_READ_program_version_major_s F_string_ascii_0_s #define FSS_EXTENDED_READ_program_version_minor_s F_string_ascii_6_s - #define FSS_EXTENDED_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define FSS_EXTENDED_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define FSS_EXTENDED_READ_program_version_major_s_length F_string_ascii_0_s_length #define FSS_EXTENDED_READ_program_version_minor_s_length F_string_ascii_6_s_length - #define FSS_EXTENDED_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define FSS_EXTENDED_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(FSS_EXTENDED_READ_program_version_nano_prefix_s) && defined(FSS_EXTENDED_READ_program_version_nano_prefix_s_length)) #define FSS_EXTENDED_READ_program_version_nano_prefix_s diff --git a/level_3/fss_extended_read/data/build/settings b/level_3/fss_extended_read/data/build/settings index 98b225011..85d418262 100644 --- a/level_3/fss_extended_read/data/build/settings +++ b/level_3/fss_extended_read/data/build/settings @@ -18,7 +18,7 @@ build_name fss_extended_read version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/fss_extended_read/data/documentation/man/man1/fss_extended_read.1 b/level_3/fss_extended_read/data/documentation/man/man1/fss_extended_read.1 index 6d1308cad..9bacb8601 100644 --- a/level_3/fss_extended_read/data/documentation/man/man1/fss_extended_read.1 +++ b/level_3/fss_extended_read/data/documentation/man/man1/fss_extended_read.1 @@ -1,4 +1,4 @@ -.TH FSS_EXTENDED_READ "1" "May 2024" "FLL - FSS Extended Read 0.6.12" "Program Manual" +.TH FSS_EXTENDED_READ "1" "May 2024" "FLL - FSS Extended Read 0.6.13" "Program Manual" .SH NAME fss_extended_read \- Read data in \fBFSS-0001 (Extended)\fR format. .SH SYNOPSIS diff --git a/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_main.3 b/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_main.3 index 6a2e9e0fd..e3f696db8 100644 --- a/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_main.3 +++ b/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_main.3 @@ -1,4 +1,4 @@ -.TH fss_extended_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_extended_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_extended_read_main .SH SYNOPSIS diff --git a/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_print_copyright.3 b/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_print_copyright.3 index d906d9c24..6aee70d55 100644 --- a/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_print_copyright.3 +++ b/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_print_copyright.3 @@ -1,4 +1,4 @@ -.TH fss_extended_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_extended_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_extended_read_print_copyright .SH SYNOPSIS diff --git a/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_print_help.3 b/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_print_help.3 index f3dc25fe0..93c275ce7 100644 --- a/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_print_help.3 +++ b/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_print_help.3 @@ -1,4 +1,4 @@ -.TH fss_extended_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_extended_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_extended_read_print_help .SH SYNOPSIS diff --git a/level_3/fss_extended_write/c/common.h b/level_3/fss_extended_write/c/common.h index 7d7651b11..1f75c75e2 100644 --- a/level_3/fss_extended_write/c/common.h +++ b/level_3/fss_extended_write/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_fss_extended_write_program_version_ #define FSS_EXTENDED_WRITE_program_version_major_s F_string_ascii_0_s #define FSS_EXTENDED_WRITE_program_version_minor_s F_string_ascii_6_s - #define FSS_EXTENDED_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define FSS_EXTENDED_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define FSS_EXTENDED_WRITE_program_version_major_s_length F_string_ascii_0_s_length #define FSS_EXTENDED_WRITE_program_version_minor_s_length F_string_ascii_6_s_length - #define FSS_EXTENDED_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define FSS_EXTENDED_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(FSS_EXTENDED_WRITE_program_version_nano_prefix_s) && defined(FSS_EXTENDED_WRITE_program_version_nano_prefix_s_length)) #define FSS_EXTENDED_WRITE_program_version_nano_prefix_s diff --git a/level_3/fss_extended_write/data/build/settings b/level_3/fss_extended_write/data/build/settings index 445ffbdcf..fb8487e1f 100644 --- a/level_3/fss_extended_write/data/build/settings +++ b/level_3/fss_extended_write/data/build/settings @@ -18,7 +18,7 @@ build_name fss_extended_write version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/fss_extended_write/data/documentation/man/man1/fss_extended_write.1 b/level_3/fss_extended_write/data/documentation/man/man1/fss_extended_write.1 index 7195acaa6..d0aa3db61 100644 --- a/level_3/fss_extended_write/data/documentation/man/man1/fss_extended_write.1 +++ b/level_3/fss_extended_write/data/documentation/man/man1/fss_extended_write.1 @@ -1,4 +1,4 @@ -.TH FSS_EXTENDED_WRITE "1" "May 2024" "FLL - FSS Extended Write 0.6.12" "Program Manual" +.TH FSS_EXTENDED_WRITE "1" "May 2024" "FLL - FSS Extended Write 0.6.13" "Program Manual" .SH NAME fss_extended_write \- Write data in \fBFSS-0001 (Extended)\fR format. .SH SYNOPSIS diff --git a/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_main.3 b/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_main.3 index 948913edf..033623bf3 100644 --- a/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_main.3 +++ b/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_main.3 @@ -1,4 +1,4 @@ -.TH fss_extended_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_extended_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_extended_write_main .SH SYNOPSIS diff --git a/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_print_copyright.3 b/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_print_copyright.3 index fa56ff034..958732198 100644 --- a/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_print_copyright.3 +++ b/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_print_copyright.3 @@ -1,4 +1,4 @@ -.TH fss_extended_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_extended_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_extended_write_print_copyright .SH SYNOPSIS diff --git a/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_print_help.3 b/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_print_help.3 index 8003e7d73..6cc17eb44 100644 --- a/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_print_help.3 +++ b/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_print_help.3 @@ -1,4 +1,4 @@ -.TH fss_extended_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_extended_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_extended_write_print_help .SH SYNOPSIS diff --git a/level_3/fss_identify/c/common.h b/level_3/fss_identify/c/common.h index bf5269364..f2322a14d 100644 --- a/level_3/fss_identify/c/common.h +++ b/level_3/fss_identify/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_fss_identify_program_version_ #define FSS_IDENTIFY_program_version_major_s F_string_ascii_0_s #define FSS_IDENTIFY_program_version_minor_s F_string_ascii_6_s - #define FSS_IDENTIFY_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define FSS_IDENTIFY_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define FSS_IDENTIFY_program_version_major_s_length F_string_ascii_0_s_length #define FSS_IDENTIFY_program_version_minor_s_length F_string_ascii_6_s_length - #define FSS_IDENTIFY_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define FSS_IDENTIFY_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(FSS_IDENTIFY_program_version_nano_prefix_s) && defined(FSS_IDENTIFY_program_version_nano_prefix_s_length)) #define FSS_IDENTIFY_program_version_nano_prefix_s diff --git a/level_3/fss_identify/data/build/settings b/level_3/fss_identify/data/build/settings index c226b3207..2e5bb0207 100644 --- a/level_3/fss_identify/data/build/settings +++ b/level_3/fss_identify/data/build/settings @@ -18,7 +18,7 @@ build_name fss_identify version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/fss_identify/data/documentation/man/man1/fss_identify.1 b/level_3/fss_identify/data/documentation/man/man1/fss_identify.1 index 37a2b0462..2f4ea2b9d 100644 --- a/level_3/fss_identify/data/documentation/man/man1/fss_identify.1 +++ b/level_3/fss_identify/data/documentation/man/man1/fss_identify.1 @@ -1,4 +1,4 @@ -.TH FSS_IDENTIFY "1" "May 2024" "FLL - FSS Identify 0.6.12" "Program Manual" +.TH FSS_IDENTIFY "1" "May 2024" "FLL - FSS Identify 0.6.13" "Program Manual" .SH NAME fss_identify \- Read data looking for the FSS header and parse out the FSS standard identifying information. .SH SYNOPSIS diff --git a/level_3/fss_identify/data/documentation/man/man3/fss_identify_main.3 b/level_3/fss_identify/data/documentation/man/man3/fss_identify_main.3 index d4e57148f..d3149f288 100644 --- a/level_3/fss_identify/data/documentation/man/man3/fss_identify_main.3 +++ b/level_3/fss_identify/data/documentation/man/man3/fss_identify_main.3 @@ -1,4 +1,4 @@ -.TH fss_identify_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_identify_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_identify_main .SH SYNOPSIS diff --git a/level_3/fss_identify/data/documentation/man/man3/fss_identify_print_copyright.3 b/level_3/fss_identify/data/documentation/man/man3/fss_identify_print_copyright.3 index 454bc8278..899c6f71a 100644 --- a/level_3/fss_identify/data/documentation/man/man3/fss_identify_print_copyright.3 +++ b/level_3/fss_identify/data/documentation/man/man3/fss_identify_print_copyright.3 @@ -1,4 +1,4 @@ -.TH fss_identify_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_identify_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_identify_print_copyright .SH SYNOPSIS diff --git a/level_3/fss_identify/data/documentation/man/man3/fss_identify_print_help.3 b/level_3/fss_identify/data/documentation/man/man3/fss_identify_print_help.3 index ae7dd2a5d..6064a165f 100644 --- a/level_3/fss_identify/data/documentation/man/man3/fss_identify_print_help.3 +++ b/level_3/fss_identify/data/documentation/man/man3/fss_identify_print_help.3 @@ -1,4 +1,4 @@ -.TH fss_identify_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_identify_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_identify_print_help .SH SYNOPSIS diff --git a/level_3/fss_payload_read/c/common.h b/level_3/fss_payload_read/c/common.h index 058650fad..2973fb9c4 100644 --- a/level_3/fss_payload_read/c/common.h +++ b/level_3/fss_payload_read/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_fss_payload_read_program_version_ #define FSS_PAYLOAD_READ_program_version_major_s F_string_ascii_0_s #define FSS_PAYLOAD_READ_program_version_minor_s F_string_ascii_6_s - #define FSS_PAYLOAD_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define FSS_PAYLOAD_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define FSS_PAYLOAD_READ_program_version_major_s_length F_string_ascii_0_s_length #define FSS_PAYLOAD_READ_program_version_minor_s_length F_string_ascii_6_s_length - #define FSS_PAYLOAD_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define FSS_PAYLOAD_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(FSS_PAYLOAD_READ_program_version_nano_prefix_s) && defined(FSS_PAYLOAD_READ_program_version_nano_prefix_s_length)) #define FSS_PAYLOAD_READ_program_version_nano_prefix_s diff --git a/level_3/fss_payload_read/data/build/settings b/level_3/fss_payload_read/data/build/settings index 0c39ef345..fb1b3f832 100644 --- a/level_3/fss_payload_read/data/build/settings +++ b/level_3/fss_payload_read/data/build/settings @@ -18,7 +18,7 @@ build_name fss_payload_read version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/fss_payload_read/data/documentation/man/man1/fss_payload_read.1 b/level_3/fss_payload_read/data/documentation/man/man1/fss_payload_read.1 index 92c3b4c97..29be4e73c 100644 --- a/level_3/fss_payload_read/data/documentation/man/man1/fss_payload_read.1 +++ b/level_3/fss_payload_read/data/documentation/man/man1/fss_payload_read.1 @@ -1,4 +1,4 @@ -.TH FSS_PAYLOAD_READ "1" "May 2024" "FLL - FSS Payload Read 0.6.12" "Program Manual" +.TH FSS_PAYLOAD_READ "1" "May 2024" "FLL - FSS Payload Read 0.6.13" "Program Manual" .SH NAME fss_payload_read \- Read data in \fBFSS-000E (Payload)\fR format. .SH SYNOPSIS diff --git a/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_main.3 b/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_main.3 index bf1178bd8..6b03d0cda 100644 --- a/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_main.3 +++ b/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_main.3 @@ -1,4 +1,4 @@ -.TH fss_payload_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_payload_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_payload_read_main .SH SYNOPSIS diff --git a/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_print_copyright.3 b/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_print_copyright.3 index d77c1133b..aa6b01eda 100644 --- a/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_print_copyright.3 +++ b/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_print_copyright.3 @@ -1,4 +1,4 @@ -.TH fss_payload_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_payload_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_payload_read_print_copyright .SH SYNOPSIS diff --git a/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_print_help.3 b/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_print_help.3 index f1aa10ddb..cd57f0ea0 100644 --- a/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_print_help.3 +++ b/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_print_help.3 @@ -1,4 +1,4 @@ -.TH fss_payload_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_payload_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_payload_read_print_help .SH SYNOPSIS diff --git a/level_3/fss_payload_write/c/common.h b/level_3/fss_payload_write/c/common.h index b048f2442..c42ccfe6c 100644 --- a/level_3/fss_payload_write/c/common.h +++ b/level_3/fss_payload_write/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_fss_payload_write_program_version_ #define FSS_PAYLOAD_WRITE_program_version_major_s F_string_ascii_0_s #define FSS_PAYLOAD_WRITE_program_version_minor_s F_string_ascii_6_s - #define FSS_PAYLOAD_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define FSS_PAYLOAD_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define FSS_PAYLOAD_WRITE_program_version_major_s_length F_string_ascii_0_s_length #define FSS_PAYLOAD_WRITE_program_version_minor_s_length F_string_ascii_6_s_length - #define FSS_PAYLOAD_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define FSS_PAYLOAD_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(FSS_PAYLOAD_WRITE_program_version_nano_prefix_s) && defined(FSS_PAYLOAD_WRITE_program_version_nano_prefix_s_length)) #define FSS_PAYLOAD_WRITE_program_version_nano_prefix_s diff --git a/level_3/fss_payload_write/data/build/settings b/level_3/fss_payload_write/data/build/settings index 161ad319a..e7acbf228 100644 --- a/level_3/fss_payload_write/data/build/settings +++ b/level_3/fss_payload_write/data/build/settings @@ -18,7 +18,7 @@ build_name fss_payload_write version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/fss_payload_write/data/documentation/man/man1/fss_payload_write.1 b/level_3/fss_payload_write/data/documentation/man/man1/fss_payload_write.1 index 8d87d0f5f..251f665a6 100644 --- a/level_3/fss_payload_write/data/documentation/man/man1/fss_payload_write.1 +++ b/level_3/fss_payload_write/data/documentation/man/man1/fss_payload_write.1 @@ -1,4 +1,4 @@ -.TH FSS_PAYLOAD_WRITE "1" "May 2024" "FLL - FSS Payload Write 0.6.12" "Program Manual" +.TH FSS_PAYLOAD_WRITE "1" "May 2024" "FLL - FSS Payload Write 0.6.13" "Program Manual" .SH NAME fss_payload_write \- Write data in \fBFSS-000E (Payload)\fR format. .SH SYNOPSIS diff --git a/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_main.3 b/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_main.3 index c74bccba9..136035eda 100644 --- a/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_main.3 +++ b/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_main.3 @@ -1,4 +1,4 @@ -.TH fss_payload_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_payload_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_payload_write_main .SH SYNOPSIS diff --git a/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_print_copyright.3 b/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_print_copyright.3 index b22d50045..a09af40e2 100644 --- a/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_print_copyright.3 +++ b/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_print_copyright.3 @@ -1,4 +1,4 @@ -.TH fss_payload_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_payload_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_payload_write_print_copyright .SH SYNOPSIS diff --git a/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_print_help.3 b/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_print_help.3 index eebcf4b31..3115f58a5 100644 --- a/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_print_help.3 +++ b/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_print_help.3 @@ -1,4 +1,4 @@ -.TH fss_payload_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_payload_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_payload_write_print_help .SH SYNOPSIS diff --git a/level_3/fss_status_code/c/common.h b/level_3/fss_status_code/c/common.h index 088019659..4542b297d 100644 --- a/level_3/fss_status_code/c/common.h +++ b/level_3/fss_status_code/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_fss_status_code_program_version_ #define FSS_STATUS_CODE_program_version_major_s F_string_ascii_0_s #define FSS_STATUS_CODE_program_version_minor_s F_string_ascii_6_s - #define FSS_STATUS_CODE_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define FSS_STATUS_CODE_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define FSS_STATUS_CODE_program_version_major_s_length F_string_ascii_0_s_length #define FSS_STATUS_CODE_program_version_minor_s_length F_string_ascii_6_s_length - #define FSS_STATUS_CODE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define FSS_STATUS_CODE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(FSS_STATUS_CODE_program_version_nano_prefix_s) && defined(FSS_STATUS_CODE_program_version_nano_prefix_s_length)) #define FSS_STATUS_CODE_program_version_nano_prefix_s diff --git a/level_3/fss_status_code/data/build/settings b/level_3/fss_status_code/data/build/settings index 43988edfa..c852bec55 100644 --- a/level_3/fss_status_code/data/build/settings +++ b/level_3/fss_status_code/data/build/settings @@ -18,7 +18,7 @@ build_name fss_status_code version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/fss_status_code/data/documentation/man/man1/fss_status_code.1 b/level_3/fss_status_code/data/documentation/man/man1/fss_status_code.1 index eec1342ad..da7ec079e 100644 --- a/level_3/fss_status_code/data/documentation/man/man1/fss_status_code.1 +++ b/level_3/fss_status_code/data/documentation/man/man1/fss_status_code.1 @@ -1,4 +1,4 @@ -.TH FSS_STATUS_CODE "1" "May 2024" "FLL - FSS Status Code 0.6.12" "Program Manual" +.TH FSS_STATUS_CODE "1" "May 2024" "FLL - FSS Status Code 0.6.13" "Program Manual" .SH NAME fss_status_code \- Convert to or from status codes returned by FLL programs with FSS codes. .SH SYNOPSIS diff --git a/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_main.3 b/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_main.3 index 753775974..800b6ccbb 100644 --- a/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_main.3 +++ b/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_main.3 @@ -1,4 +1,4 @@ -.TH fss_status_code_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_status_code_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_status_code_main .SH SYNOPSIS diff --git a/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_print_copyright.3 b/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_print_copyright.3 index 84c4a3698..dffff181e 100644 --- a/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_print_copyright.3 +++ b/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_print_copyright.3 @@ -1,4 +1,4 @@ -.TH fss_status_code_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_status_code_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_status_code_print_copyright .SH SYNOPSIS diff --git a/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_print_help.3 b/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_print_help.3 index ea0221869..8634acb3d 100644 --- a/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_print_help.3 +++ b/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_print_help.3 @@ -1,4 +1,4 @@ -.TH fss_status_code_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH fss_status_code_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" fss_status_code_print_help .SH SYNOPSIS diff --git a/level_3/iki_read/c/common.h b/level_3/iki_read/c/common.h index 5169d6301..68260b5a4 100644 --- a/level_3/iki_read/c/common.h +++ b/level_3/iki_read/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_iki_read_program_version_ #define IKI_READ_program_version_major_s F_string_ascii_0_s #define IKI_READ_program_version_minor_s F_string_ascii_6_s - #define IKI_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define IKI_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define IKI_READ_program_version_major_s_length F_string_ascii_0_s_length #define IKI_READ_program_version_minor_s_length F_string_ascii_6_s_length - #define IKI_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define IKI_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(IKI_READ_program_version_nano_prefix_s) && defined(IKI_READ_program_version_nano_prefix_s_length)) #define IKI_READ_program_version_nano_prefix_s diff --git a/level_3/iki_read/data/build/settings b/level_3/iki_read/data/build/settings index 82e5bf077..19d001da5 100644 --- a/level_3/iki_read/data/build/settings +++ b/level_3/iki_read/data/build/settings @@ -18,7 +18,7 @@ build_name iki_read version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/iki_read/data/documentation/man/man1/iki_read.1 b/level_3/iki_read/data/documentation/man/man1/iki_read.1 index 2280ca03d..c9d71a647 100644 --- a/level_3/iki_read/data/documentation/man/man1/iki_read.1 +++ b/level_3/iki_read/data/documentation/man/man1/iki_read.1 @@ -1,4 +1,4 @@ -.TH IKI_READ "1" "May 2024" "FLL - IKI Read 0.6.12" "Program Manual" +.TH IKI_READ "1" "May 2024" "FLL - IKI Read 0.6.13" "Program Manual" .SH NAME iki_read \- Read text, processing IKI variables. .SH SYNOPSIS diff --git a/level_3/iki_read/data/documentation/man/man3/iki_read_main.3 b/level_3/iki_read/data/documentation/man/man3/iki_read_main.3 index 793145f07..461608d80 100644 --- a/level_3/iki_read/data/documentation/man/man3/iki_read_main.3 +++ b/level_3/iki_read/data/documentation/man/man3/iki_read_main.3 @@ -1,4 +1,4 @@ -.TH iki_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH iki_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" iki_read_main .SH SYNOPSIS diff --git a/level_3/iki_read/data/documentation/man/man3/iki_read_print_copyright.3 b/level_3/iki_read/data/documentation/man/man3/iki_read_print_copyright.3 index 387e9e50c..a8262a4a9 100644 --- a/level_3/iki_read/data/documentation/man/man3/iki_read_print_copyright.3 +++ b/level_3/iki_read/data/documentation/man/man3/iki_read_print_copyright.3 @@ -1,4 +1,4 @@ -.TH iki_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH iki_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" iki_read_print_copyright .SH SYNOPSIS diff --git a/level_3/iki_read/data/documentation/man/man3/iki_read_print_help.3 b/level_3/iki_read/data/documentation/man/man3/iki_read_print_help.3 index 4f66a4a71..5e134dd41 100644 --- a/level_3/iki_read/data/documentation/man/man3/iki_read_print_help.3 +++ b/level_3/iki_read/data/documentation/man/man3/iki_read_print_help.3 @@ -1,4 +1,4 @@ -.TH iki_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH iki_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" iki_read_print_help .SH SYNOPSIS diff --git a/level_3/iki_write/c/common.h b/level_3/iki_write/c/common.h index 59e86f18c..264f6b97d 100644 --- a/level_3/iki_write/c/common.h +++ b/level_3/iki_write/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_iki_write_program_version_ #define IKI_WRITE_program_version_major_s F_string_ascii_0_s #define IKI_WRITE_program_version_minor_s F_string_ascii_6_s - #define IKI_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define IKI_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define IKI_WRITE_program_version_major_s_length F_string_ascii_0_s_length #define IKI_WRITE_program_version_minor_s_length F_string_ascii_6_s_length - #define IKI_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define IKI_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(IKI_WRITE_program_version_nano_prefix_s) && defined(IKI_WRITE_program_version_nano_prefix_s_length)) #define IKI_WRITE_program_version_nano_prefix_s diff --git a/level_3/iki_write/data/build/settings b/level_3/iki_write/data/build/settings index 3ee42da27..a8657496a 100644 --- a/level_3/iki_write/data/build/settings +++ b/level_3/iki_write/data/build/settings @@ -18,7 +18,7 @@ build_name iki_write version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/iki_write/data/documentation/man/man1/iki_write.1 b/level_3/iki_write/data/documentation/man/man1/iki_write.1 index 3a3ed35e5..0edc6847f 100644 --- a/level_3/iki_write/data/documentation/man/man1/iki_write.1 +++ b/level_3/iki_write/data/documentation/man/man1/iki_write.1 @@ -1,4 +1,4 @@ -.TH IKI_WRITE "1" "May 2024" "FLL - IKI Write 0.6.12" "Program Manual" +.TH IKI_WRITE "1" "May 2024" "FLL - IKI Write 0.6.13" "Program Manual" .SH NAME iki_write \- Convert text into an IKI format. .SH SYNOPSIS diff --git a/level_3/iki_write/data/documentation/man/man3/iki_write_main.3 b/level_3/iki_write/data/documentation/man/man3/iki_write_main.3 index cf7ab4ec0..5b80a0e9e 100644 --- a/level_3/iki_write/data/documentation/man/man3/iki_write_main.3 +++ b/level_3/iki_write/data/documentation/man/man3/iki_write_main.3 @@ -1,4 +1,4 @@ -.TH iki_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH iki_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" iki_write_main .SH SYNOPSIS diff --git a/level_3/iki_write/data/documentation/man/man3/iki_write_print_copyright.3 b/level_3/iki_write/data/documentation/man/man3/iki_write_print_copyright.3 index 5f28aeba8..b1b15b31c 100644 --- a/level_3/iki_write/data/documentation/man/man3/iki_write_print_copyright.3 +++ b/level_3/iki_write/data/documentation/man/man3/iki_write_print_copyright.3 @@ -1,4 +1,4 @@ -.TH iki_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH iki_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" iki_write_print_copyright .SH SYNOPSIS diff --git a/level_3/iki_write/data/documentation/man/man3/iki_write_print_help.3 b/level_3/iki_write/data/documentation/man/man3/iki_write_print_help.3 index 973e625f1..579429e9b 100644 --- a/level_3/iki_write/data/documentation/man/man3/iki_write_print_help.3 +++ b/level_3/iki_write/data/documentation/man/man3/iki_write_print_help.3 @@ -1,4 +1,4 @@ -.TH iki_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH iki_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" iki_write_print_help .SH SYNOPSIS diff --git a/level_3/status_code/c/common.h b/level_3/status_code/c/common.h index c780fcb33..b1632f5b5 100644 --- a/level_3/status_code/c/common.h +++ b/level_3/status_code/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_status_code_program_version_ #define STATUS_CODE_program_version_major_s F_string_ascii_0_s #define STATUS_CODE_program_version_minor_s F_string_ascii_6_s - #define STATUS_CODE_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define STATUS_CODE_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define STATUS_CODE_program_version_major_s_length F_string_ascii_0_s_length #define STATUS_CODE_program_version_minor_s_length F_string_ascii_6_s_length - #define STATUS_CODE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define STATUS_CODE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(STATUS_CODE_program_version_nano_prefix_s) && defined(STATUS_CODE_program_version_nano_prefix_s_length)) #define STATUS_CODE_program_version_nano_prefix_s diff --git a/level_3/status_code/data/build/settings b/level_3/status_code/data/build/settings index f0745ebab..dba0d4109 100644 --- a/level_3/status_code/data/build/settings +++ b/level_3/status_code/data/build/settings @@ -18,7 +18,7 @@ build_name status_code version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/status_code/data/documentation/man/man1/status_code.1 b/level_3/status_code/data/documentation/man/man1/status_code.1 index a64142716..374006b1e 100644 --- a/level_3/status_code/data/documentation/man/man1/status_code.1 +++ b/level_3/status_code/data/documentation/man/man1/status_code.1 @@ -1,4 +1,4 @@ -.TH STATUS_CODE "1" "May 2024" "FLL - Status Code 0.6.12" "Program Manual" +.TH STATUS_CODE "1" "May 2024" "FLL - Status Code 0.6.13" "Program Manual" .SH NAME status_code \- Convert to or from status codes returned by FLL programs. .SH SYNOPSIS diff --git a/level_3/status_code/data/documentation/man/man3/status_code_main.3 b/level_3/status_code/data/documentation/man/man3/status_code_main.3 index 8be73ad20..b3a4d1a7f 100644 --- a/level_3/status_code/data/documentation/man/man3/status_code_main.3 +++ b/level_3/status_code/data/documentation/man/man3/status_code_main.3 @@ -1,4 +1,4 @@ -.TH status_code_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH status_code_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" status_code_main .SH SYNOPSIS diff --git a/level_3/status_code/data/documentation/man/man3/status_code_print_help.3 b/level_3/status_code/data/documentation/man/man3/status_code_print_help.3 index ea7c0bff9..c158379a7 100644 --- a/level_3/status_code/data/documentation/man/man3/status_code_print_help.3 +++ b/level_3/status_code/data/documentation/man/man3/status_code_print_help.3 @@ -1,4 +1,4 @@ -.TH status_code_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH status_code_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" status_code_print_help .SH SYNOPSIS diff --git a/level_3/utf8/c/common.h b/level_3/utf8/c/common.h index 6e056579e..cbf96ac67 100644 --- a/level_3/utf8/c/common.h +++ b/level_3/utf8/c/common.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_utf8_program_version_ #define UTF8_program_version_major_s F_string_ascii_0_s #define UTF8_program_version_minor_s F_string_ascii_6_s - #define UTF8_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_s + #define UTF8_program_version_micro_s F_string_ascii_1_s F_string_ascii_3_s #define UTF8_program_version_major_s_length F_string_ascii_0_s_length #define UTF8_program_version_minor_s_length F_string_ascii_6_s_length - #define UTF8_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_s_length) + #define UTF8_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_3_s_length) #if !(defined(UTF8_program_version_nano_prefix_s) && defined(UTF8_program_version_nano_prefix_s_length)) #define UTF8_program_version_nano_prefix_s diff --git a/level_3/utf8/data/build/settings b/level_3/utf8/data/build/settings index 4f9404b25..e2defde21 100644 --- a/level_3/utf8/data/build/settings +++ b/level_3/utf8/data/build/settings @@ -18,7 +18,7 @@ build_name utf8 version_major 0 version_minor 6 -version_micro 12 +version_micro 13 version_file micro version_target minor diff --git a/level_3/utf8/data/documentation/man/man1/utf8.1 b/level_3/utf8/data/documentation/man/man1/utf8.1 index a4abbf074..2defdc732 100644 --- a/level_3/utf8/data/documentation/man/man1/utf8.1 +++ b/level_3/utf8/data/documentation/man/man1/utf8.1 @@ -1,4 +1,4 @@ -.TH UTF8 "1" "May 2024" "FLL - UTF8 0.6.12" "Program Manual" +.TH UTF8 "1" "May 2024" "FLL - UTF8 0.6.13" "Program Manual" .SH NAME utf8 \- Convert to byte sequences to or from Unicode codepoints. .SH SYNOPSIS diff --git a/level_3/utf8/data/documentation/man/man3/utf8_main.3 b/level_3/utf8/data/documentation/man/man3/utf8_main.3 index fe22db78a..34b9682fd 100644 --- a/level_3/utf8/data/documentation/man/man3/utf8_main.3 +++ b/level_3/utf8/data/documentation/man/man3/utf8_main.3 @@ -1,4 +1,4 @@ -.TH utf8_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH utf8_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" utf8_main .SH SYNOPSIS diff --git a/level_3/utf8/data/documentation/man/man3/utf8_print_copyright.3 b/level_3/utf8/data/documentation/man/man3/utf8_print_copyright.3 index 129dd1990..9df3fa19f 100644 --- a/level_3/utf8/data/documentation/man/man3/utf8_print_copyright.3 +++ b/level_3/utf8/data/documentation/man/man3/utf8_print_copyright.3 @@ -1,4 +1,4 @@ -.TH utf8_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH utf8_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" utf8_print_copyright .SH SYNOPSIS diff --git a/level_3/utf8/data/documentation/man/man3/utf8_print_help.3 b/level_3/utf8/data/documentation/man/man3/utf8_print_help.3 index 522288f6e..24f476727 100644 --- a/level_3/utf8/data/documentation/man/man3/utf8_print_help.3 +++ b/level_3/utf8/data/documentation/man/man3/utf8_print_help.3 @@ -1,4 +1,4 @@ -.TH utf8_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" +.TH utf8_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.13" "Library Functions" .SH "NAME" utf8_print_help .SH SYNOPSIS -- 2.47.3