From 295dd74f7243f707914a87f2345ea68029cf639c Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 12 Aug 2024 21:18:56 -0500 Subject: [PATCH] Update: Next micro version (0.6.12). 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\.11|0.6.12|g' '{}' ';' # find build/ level_? specifications/ documents/ licenses/ -type f -exec sed -i -e 's|^version_micro 11|version_micro 12|g' '{}' ';' # find level_3/ -name common.h -exec sed -i -e 's|_program_version_micro_s F_string_ascii_1_s F_string_ascii_1_s|_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_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_1_s_length)|_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 +- .../f_account/data/documentation/man/man3/f_account_by_id.3 | 2 +- .../data/documentation/man/man3/f_account_by_name.3 | 2 +- .../data/documentation/man/man3/f_account_group_id_by_name.3 | 2 +- .../data/documentation/man/man3/f_account_group_name_by_id.3 | 2 +- .../data/documentation/man/man3/f_account_id_by_name.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_capability_ambient_get.3 | 2 +- .../data/documentation/man/man3/f_capability_ambient_reset.3 | 2 +- .../data/documentation/man/man3/f_capability_ambient_set.3 | 2 +- .../data/documentation/man/man3/f_capability_clear.3 | 2 +- .../data/documentation/man/man3/f_capability_clear_flag.3 | 2 +- .../data/documentation/man/man3/f_capability_compare.3 | 2 +- .../data/documentation/man/man3/f_capability_copy.3 | 2 +- .../data/documentation/man/man3/f_capability_copy_external.3 | 2 +- .../data/documentation/man/man3/f_capability_copy_internal.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_capability_file_get.3 | 2 +- .../data/documentation/man/man3/f_capability_file_set.3 | 2 +- .../data/documentation/man/man3/f_capability_flag_get.3 | 2 +- .../data/documentation/man/man3/f_capability_flag_set.3 | 2 +- .../data/documentation/man/man3/f_capability_from_name.3 | 2 +- .../data/documentation/man/man3/f_capability_from_text.3 | 2 +- .../data/documentation/man/man3/f_capability_groups_set.3 | 2 +- .../data/documentation/man/man3/f_capability_initialize.3 | 2 +- .../data/documentation/man/man3/f_capability_mode_get.3 | 2 +- .../data/documentation/man/man3/f_capability_mode_get_name.3 | 2 +- .../data/documentation/man/man3/f_capability_mode_set.3 | 2 +- .../data/documentation/man/man3/f_capability_owner_get.3 | 2 +- .../data/documentation/man/man3/f_capability_owner_set.3 | 2 +- .../documentation/man/man3/f_capability_process_bound_drop.3 | 2 +- .../documentation/man/man3/f_capability_process_bound_get.3 | 2 +- .../data/documentation/man/man3/f_capability_process_get.3 | 2 +- .../documentation/man/man3/f_capability_process_get_by_id.3 | 2 +- .../data/documentation/man/man3/f_capability_process_set.3 | 2 +- .../documentation/man/man3/f_capability_security_bits_get.3 | 2 +- .../documentation/man/man3/f_capability_security_bits_set.3 | 2 +- .../data/documentation/man/man3/f_capability_size.3 | 2 +- .../data/documentation/man/man3/f_capability_supported.3 | 2 +- .../documentation/man/man3/f_capability_supported_ambient.3 | 2 +- .../documentation/man/man3/f_capability_supported_code.3 | 2 +- .../data/documentation/man/man3/f_capability_to_name.3 | 2 +- .../data/documentation/man/man3/f_capability_to_text.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_color_context_delete.3 | 2 +- .../data/documentation/man/man3/f_color_context_destroy.3 | 2 +- .../data/documentation/man/man3/f_color_load_context.3 | 2 +- level_0/f_color/data/documentation/man/man3/f_color_save_1.3 | 2 +- level_0/f_color/data/documentation/man/man3/f_color_save_2.3 | 2 +- level_0/f_color/data/documentation/man/man3/f_color_save_3.3 | 2 +- level_0/f_color/data/documentation/man/man3/f_color_save_4.3 | 2 +- level_0/f_color/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 +- .../documentation/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 +- .../documentation/man/man3/f_console_parameter_process.3 | 2 +- .../documentation/man/man3/f_console_parameters_delete.3 | 2 +- .../documentation/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 +- .../data/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 +- .../documentation/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 +- .../documentation/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 +- .../man/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 +- .../data/documentation/man/man3/f_directory_create_at.3 | 2 +- .../data/documentation/man/man3/f_directory_exists.3 | 2 +- .../data/documentation/man/man3/f_directory_exists_at.3 | 2 +- .../f_directory/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 +- .../data/documentation/man/man3/f_directory_open_at.3 | 2 +- .../data/documentation/man/man3/f_directory_remove.3 | 2 +- .../data/documentation/man/man3/f_directory_remove_custom.3 | 2 +- .../data/documentation/man/man3/f_directory_touch.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_environment_clear.3 | 2 +- .../data/documentation/man/man3/f_environment_exists.3 | 2 +- .../data/documentation/man/man3/f_environment_get.3 | 2 +- .../data/documentation/man/man3/f_environment_get_all.3 | 2 +- .../data/documentation/man/man3/f_environment_secure_is.3 | 2 +- .../data/documentation/man/man3/f_environment_set.3 | 2 +- .../data/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 +- .../documentation/man/man3/f_execute_status_from_status.3 | 2 +- .../data/documentation/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 +- level_0/f_file/data/documentation/man/man3/f_file_access.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_access_at.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_clone.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_close.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_close_flush.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_copy.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_create.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_create_at.3 | 2 +- .../data/documentation/man/man3/f_file_create_device.3 | 2 +- .../data/documentation/man/man3/f_file_create_device_at.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_create_fifo.3 | 2 +- .../data/documentation/man/man3/f_file_create_fifo_at.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_create_node.3 | 2 +- .../data/documentation/man/man3/f_file_create_node_at.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_descriptor.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_exists.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_exists_at.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_flush.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_group_read.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_is.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_is_at.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_link.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_link_at.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_link_hard.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_link_hard_at.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_link_read.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_link_read_at.3 | 2 +- .../data/documentation/man/man3/f_file_mode_determine.3 | 2 +- .../data/documentation/man/man3/f_file_mode_from_string.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_mode_read.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_mode_read_at.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_mode_set.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_mode_set_at.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_mode_to_mode.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_name_base.3 | 2 +- .../data/documentation/man/man3/f_file_name_directory.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_open.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_open_at.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_owner_read.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_read.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_read_block.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_read_until.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_remove.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_remove_at.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_rename.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_rename_at.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_role_change.3 | 2 +- .../data/documentation/man/man3/f_file_role_change_at.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_seek.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_size.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_size_at.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_size_by_id.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_stat.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_stat_at.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_stat_by_id.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_stream_close.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_stream_open.3 | 2 +- .../documentation/man/man3/f_file_stream_open_descriptor.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_stream_read.3 | 2 +- .../data/documentation/man/man3/f_file_stream_read_block.3 | 2 +- .../data/documentation/man/man3/f_file_stream_read_until.3 | 2 +- .../data/documentation/man/man3/f_file_stream_reopen.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_stream_write.3 | 2 +- .../data/documentation/man/man3/f_file_stream_write_block.3 | 2 +- .../data/documentation/man/man3/f_file_stream_write_range.3 | 2 +- .../data/documentation/man/man3/f_file_stream_write_until.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_touch.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_touch_at.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_type.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_type_at.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_umask_get.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_umask_set.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_write.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_write_block.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_write_range.3 | 2 +- .../f_file/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 +- .../f_fss/data/documentation/man/man3/f_fss_apply_delimit.3 | 2 +- .../data/documentation/man/man3/f_fss_apply_delimit_range.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_count_lines.3 | 2 +- .../data/documentation/man/man3/f_fss_count_lines_range.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_fail_utf.3 | 2 +- .../data/documentation/man/man3/f_fss_fail_utf_to_false.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_is_combining.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_is_graph.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_is_space.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_is_zero_width.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_items_adjust.3 | 2 +- .../data/documentation/man/man3/f_fss_items_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_fss_items_decrease_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_items_increase.3 | 2 +- .../data/documentation/man/man3/f_fss_items_increase_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_items_resize.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_named_adjust.3 | 2 +- .../data/documentation/man/man3/f_fss_named_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_fss_named_decrease_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_named_increase.3 | 2 +- .../data/documentation/man/man3/f_fss_named_increase_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_named_resize.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_nameds_adjust.3 | 2 +- .../data/documentation/man/man3/f_fss_nameds_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_fss_nameds_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_fss_nameds_increase.3 | 2 +- .../data/documentation/man/man3/f_fss_nameds_increase_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_nameds_resize.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_nest_adjust.3 | 2 +- .../data/documentation/man/man3/f_fss_nest_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_fss_nest_decrease_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_nest_increase.3 | 2 +- .../data/documentation/man/man3/f_fss_nest_increase_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_nest_resize.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_nests_adjust.3 | 2 +- .../data/documentation/man/man3/f_fss_nests_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_fss_nests_decrease_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_nests_increase.3 | 2 +- .../data/documentation/man/man3/f_fss_nests_increase_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_nests_resize.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_seek_to_eol.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_set_adjust.3 | 2 +- .../data/documentation/man/man3/f_fss_set_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_fss_set_decrease_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_set_increase.3 | 2 +- .../data/documentation/man/man3/f_fss_set_increase_by.3 | 2 +- .../data/documentation/man/man3/f_fss_set_quote_adjust.3 | 2 +- .../documentation/man/man3/f_fss_set_quote_decimate_by.3 | 2 +- .../documentation/man/man3/f_fss_set_quote_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_fss_set_quote_increase.3 | 2 +- .../documentation/man/man3/f_fss_set_quote_increase_by.3 | 2 +- .../data/documentation/man/man3/f_fss_set_quote_resize.3 | 2 +- .../data/documentation/man/man3/f_fss_set_quotes_adjust.3 | 2 +- .../documentation/man/man3/f_fss_set_quotes_decimate_by.3 | 2 +- .../documentation/man/man3/f_fss_set_quotes_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_fss_set_quotes_increase.3 | 2 +- .../documentation/man/man3/f_fss_set_quotes_increase_by.3 | 2 +- .../data/documentation/man/man3/f_fss_set_quotes_resize.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_set_resize.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_sets_adjust.3 | 2 +- .../data/documentation/man/man3/f_fss_sets_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_fss_sets_decrease_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_sets_increase.3 | 2 +- .../data/documentation/man/man3/f_fss_sets_increase_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_sets_resize.3 | 2 +- .../data/documentation/man/man3/f_fss_skip_past_delimit.3 | 2 +- .../data/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 +- level_0/f_iki/data/documentation/man/man3/f_iki_content_is.3 | 2 +- .../data/documentation/man/man3/f_iki_content_partial_is.3 | 2 +- .../f_iki/data/documentation/man/man3/f_iki_data_delete.3 | 2 +- .../f_iki/data/documentation/man/man3/f_iki_data_destroy.3 | 2 +- .../f_iki/data/documentation/man/man3/f_iki_datas_adjust.3 | 2 +- .../f_iki/data/documentation/man/man3/f_iki_datas_append.3 | 2 +- .../data/documentation/man/man3/f_iki_datas_append_all.3 | 2 +- .../data/documentation/man/man3/f_iki_datas_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_iki_datas_decrease_by.3 | 2 +- .../f_iki/data/documentation/man/man3/f_iki_datas_increase.3 | 2 +- .../data/documentation/man/man3/f_iki_datas_increase_by.3 | 2 +- .../f_iki/data/documentation/man/man3/f_iki_datas_resize.3 | 2 +- .../f_iki/data/documentation/man/man3/f_iki_datass_adjust.3 | 2 +- .../f_iki/data/documentation/man/man3/f_iki_datass_append.3 | 2 +- .../data/documentation/man/man3/f_iki_datass_append_all.3 | 2 +- .../data/documentation/man/man3/f_iki_datass_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_iki_datass_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_iki_datass_increase.3 | 2 +- .../data/documentation/man/man3/f_iki_datass_increase_by.3 | 2 +- .../f_iki/data/documentation/man/man3/f_iki_datass_resize.3 | 2 +- level_0/f_iki/data/documentation/man/man3/f_iki_object_is.3 | 2 +- .../data/documentation/man/man3/f_iki_object_partial_is.3 | 2 +- level_0/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 +- .../f_limit/data/documentation/man/man3/f_limit_process.3 | 2 +- .../data/documentation/man/man3/f_limit_sets_adjust.3 | 2 +- .../data/documentation/man/man3/f_limit_sets_append.3 | 2 +- .../data/documentation/man/man3/f_limit_sets_append_all.3 | 2 +- .../data/documentation/man/man3/f_limit_sets_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_limit_sets_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_limit_sets_increase.3 | 2 +- .../data/documentation/man/man3/f_limit_sets_increase_by.3 | 2 +- .../data/documentation/man/man3/f_limit_sets_resize.3 | 2 +- .../data/documentation/man/man3/f_limit_setss_adjust.3 | 2 +- .../data/documentation/man/man3/f_limit_setss_append.3 | 2 +- .../data/documentation/man/man3/f_limit_setss_append_all.3 | 2 +- .../data/documentation/man/man3/f_limit_setss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_limit_setss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_limit_setss_increase.3 | 2 +- .../data/documentation/man/man3/f_limit_setss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_limit_setss_resize.3 | 2 +- .../data/documentation/man/man3/f_limit_values_adjust.3 | 2 +- .../data/documentation/man/man3/f_limit_values_append.3 | 2 +- .../data/documentation/man/man3/f_limit_values_append_all.3 | 2 +- .../data/documentation/man/man3/f_limit_values_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_limit_values_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_limit_values_increase.3 | 2 +- .../data/documentation/man/man3/f_limit_values_increase_by.3 | 2 +- .../data/documentation/man/man3/f_limit_values_resize.3 | 2 +- .../data/documentation/man/man3/f_limit_valuess_adjust.3 | 2 +- .../data/documentation/man/man3/f_limit_valuess_append.3 | 2 +- .../data/documentation/man/man3/f_limit_valuess_append_all.3 | 2 +- .../documentation/man/man3/f_limit_valuess_decimate_by.3 | 2 +- .../documentation/man/man3/f_limit_valuess_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_limit_valuess_increase.3 | 2 +- .../documentation/man/man3/f_limit_valuess_increase_by.3 | 2 +- .../data/documentation/man/man3/f_limit_valuess_resize.3 | 2 +- level_0/f_memory/data/build/settings | 2 +- .../f_memory/data/documentation/man/man3/f_memory_adjust.3 | 2 +- .../f_memory/data/documentation/man/man3/f_memory_delete.3 | 2 +- .../f_memory/data/documentation/man/man3/f_memory_destroy.3 | 2 +- level_0/f_memory/data/documentation/man/man3/f_memory_new.3 | 2 +- .../data/documentation/man/man3/f_memory_new_aligned.3 | 2 +- .../f_memory/data/documentation/man/man3/f_memory_resize.3 | 2 +- .../data/documentation/man/man3/f_memory_structure_adjust.3 | 2 +- .../documentation/man/man3/f_memory_structure_decimate_by.3 | 2 +- .../documentation/man/man3/f_memory_structure_decrease_by.3 | 2 +- .../documentation/man/man3/f_memory_structure_increase.3 | 2 +- .../documentation/man/man3/f_memory_structure_increase_by.3 | 2 +- .../data/documentation/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 +- level_0/f_path/data/documentation/man/man3/f_path_change.3 | 2 +- .../f_path/data/documentation/man/man3/f_path_change_at.3 | 2 +- level_0/f_path/data/documentation/man/man3/f_path_current.3 | 2 +- .../data/documentation/man/man3/f_path_directory_cleanup.3 | 2 +- level_0/f_path/data/documentation/man/man3/f_path_is.3 | 2 +- .../f_path/data/documentation/man/man3/f_path_is_absolute.3 | 2 +- .../f_path/data/documentation/man/man3/f_path_is_relative.3 | 2 +- .../data/documentation/man/man3/f_path_is_relative_current.3 | 2 +- level_0/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 +- .../f_pipe/data/documentation/man/man3/f_pipe_debug_exists.3 | 2 +- .../f_pipe/data/documentation/man/man3/f_pipe_error_exists.3 | 2 +- .../f_pipe/data/documentation/man/man3/f_pipe_input_exists.3 | 2 +- .../data/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 +- level_0/f_print/data/documentation/man/man3/f_print.3 | 2 +- .../f_print/data/documentation/man/man3/f_print_character.3 | 2 +- .../data/documentation/man/man3/f_print_character_safely.3 | 2 +- .../documentation/man/man3/f_print_character_safely_get.3 | 2 +- .../f_print/data/documentation/man/man3/f_print_dynamic.3 | 2 +- .../data/documentation/man/man3/f_print_dynamic_partial.3 | 2 +- .../documentation/man/man3/f_print_dynamic_partial_raw.3 | 2 +- .../man/man3/f_print_dynamic_partial_raw_safely.3 | 2 +- .../documentation/man/man3/f_print_dynamic_partial_safely.3 | 2 +- .../data/documentation/man/man3/f_print_dynamic_raw.3 | 2 +- .../data/documentation/man/man3/f_print_dynamic_raw_safely.3 | 2 +- .../data/documentation/man/man3/f_print_dynamic_safely.3 | 2 +- level_0/f_print/data/documentation/man/man3/f_print_except.3 | 2 +- .../data/documentation/man/man3/f_print_except_dynamic.3 | 2 +- .../documentation/man/man3/f_print_except_dynamic_partial.3 | 2 +- .../man/man3/f_print_except_dynamic_partial_raw.3 | 2 +- .../man/man3/f_print_except_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/f_print_except_dynamic_partial_safely.3 | 2 +- .../data/documentation/man/man3/f_print_except_dynamic_raw.3 | 2 +- .../man/man3/f_print_except_dynamic_raw_safely.3 | 2 +- .../documentation/man/man3/f_print_except_dynamic_safely.3 | 2 +- .../f_print/data/documentation/man/man3/f_print_except_in.3 | 2 +- .../data/documentation/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 +- .../man/man3/f_print_except_in_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/f_print_except_in_dynamic_partial_safely.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man3/f_print_except_in_raw.3 | 2 +- .../documentation/man/man3/f_print_except_in_raw_safely.3 | 2 +- .../data/documentation/man/man3/f_print_except_in_safely.3 | 2 +- .../f_print/data/documentation/man/man3/f_print_except_raw.3 | 2 +- .../data/documentation/man/man3/f_print_except_raw_safely.3 | 2 +- .../data/documentation/man/man3/f_print_except_safely.3 | 2 +- level_0/f_print/data/documentation/man/man3/f_print_raw.3 | 2 +- .../f_print/data/documentation/man/man3/f_print_raw_safely.3 | 2 +- .../data/documentation/man/man3/f_print_raw_terminated.3 | 2 +- level_0/f_print/data/documentation/man/man3/f_print_safely.3 | 2 +- .../f_print/data/documentation/man/man3/f_print_safely_get.3 | 2 +- .../data/documentation/man/man3/f_print_safely_terminated.3 | 2 +- .../f_print/data/documentation/man/man3/f_print_terminated.3 | 2 +- level_0/f_print/data/documentation/man/man3/f_print_to.3 | 2 +- .../data/documentation/man/man3/f_print_to_character.3 | 2 +- .../documentation/man/man3/f_print_to_character_safely.3 | 2 +- .../f_print/data/documentation/man/man3/f_print_to_dynamic.3 | 2 +- .../data/documentation/man/man3/f_print_to_dynamic_partial.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man3/f_print_to_dynamic_raw.3 | 2 +- .../documentation/man/man3/f_print_to_dynamic_raw_safely.3 | 2 +- .../data/documentation/man/man3/f_print_to_dynamic_safely.3 | 2 +- .../f_print/data/documentation/man/man3/f_print_to_except.3 | 2 +- .../data/documentation/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 +- .../man/man3/f_print_to_except_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/f_print_to_except_dynamic_partial_safely.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man3/f_print_to_except_in.3 | 2 +- .../documentation/man/man3/f_print_to_except_in_dynamic.3 | 2 +- .../man/man3/f_print_to_except_in_dynamic_partial.3 | 2 +- .../man/man3/f_print_to_except_in_dynamic_partial_raw.3 | 2 +- .../man3/f_print_to_except_in_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/f_print_to_except_in_dynamic_partial_safely.3 | 2 +- .../man/man3/f_print_to_except_in_dynamic_raw.3 | 2 +- .../man/man3/f_print_to_except_in_dynamic_raw_safely.3 | 2 +- .../man/man3/f_print_to_except_in_dynamic_safely.3 | 2 +- .../data/documentation/man/man3/f_print_to_except_in_raw.3 | 2 +- .../documentation/man/man3/f_print_to_except_in_raw_safely.3 | 2 +- .../documentation/man/man3/f_print_to_except_in_safely.3 | 2 +- .../data/documentation/man/man3/f_print_to_except_raw.3 | 2 +- .../documentation/man/man3/f_print_to_except_raw_safely.3 | 2 +- .../data/documentation/man/man3/f_print_to_except_safely.3 | 2 +- level_0/f_print/data/documentation/man/man3/f_print_to_raw.3 | 2 +- .../data/documentation/man/man3/f_print_to_raw_safely.3 | 2 +- .../data/documentation/man/man3/f_print_to_raw_terminated.3 | 2 +- .../f_print/data/documentation/man/man3/f_print_to_safely.3 | 2 +- .../documentation/man/man3/f_print_to_safely_terminated.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_serialize_from_simple.3 | 2 +- .../documentation/man/man3/f_serialize_from_simple_get.3 | 2 +- .../documentation/man/man3/f_serialize_from_simple_range.3 | 2 +- .../documentation/man/man3/f_serialize_from_simple_select.3 | 2 +- .../data/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 +- .../f_signal/data/documentation/man/man3/f_signal_action.3 | 2 +- .../f_signal/data/documentation/man/man3/f_signal_close.3 | 2 +- level_0/f_signal/data/documentation/man/man3/f_signal_mask.3 | 2 +- level_0/f_signal/data/documentation/man/man3/f_signal_open.3 | 2 +- .../f_signal/data/documentation/man/man3/f_signal_pause.3 | 2 +- .../f_signal/data/documentation/man/man3/f_signal_queue.3 | 2 +- level_0/f_signal/data/documentation/man/man3/f_signal_read.3 | 2 +- level_0/f_signal/data/documentation/man/man3/f_signal_send.3 | 2 +- .../f_signal/data/documentation/man/man3/f_signal_set_add.3 | 2 +- .../data/documentation/man/man3/f_signal_set_delete.3 | 2 +- .../data/documentation/man/man3/f_signal_set_empty.3 | 2 +- .../f_signal/data/documentation/man/man3/f_signal_set_fill.3 | 2 +- .../f_signal/data/documentation/man/man3/f_signal_set_has.3 | 2 +- .../f_signal/data/documentation/man/man3/f_signal_suspend.3 | 2 +- level_0/f_signal/data/documentation/man/man3/f_signal_wait.3 | 2 +- .../data/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 +- .../f_socket/data/documentation/man/man3/f_socket_accept.3 | 2 +- level_0/f_socket/data/documentation/man/man3/f_socket_bind.3 | 2 +- .../data/documentation/man/man3/f_socket_bind_local.3 | 2 +- .../f_socket/data/documentation/man/man3/f_socket_connect.3 | 2 +- .../f_socket/data/documentation/man/man3/f_socket_create.3 | 2 +- .../data/documentation/man/man3/f_socket_create_pair.3 | 2 +- .../data/documentation/man/man3/f_socket_disconnect.3 | 2 +- .../f_socket/data/documentation/man/man3/f_socket_listen.3 | 2 +- .../data/documentation/man/man3/f_socket_option_get.3 | 2 +- .../data/documentation/man/man3/f_socket_option_set.3 | 2 +- level_0/f_socket/data/documentation/man/man3/f_socket_read.3 | 2 +- .../data/documentation/man/man3/f_socket_read_message.3 | 2 +- .../f_socket/data/documentation/man/man3/f_socket_write.3 | 2 +- .../data/documentation/man/man3/f_socket_write_message.3 | 2 +- level_0/f_status/data/build/settings | 2 +- .../f_status/data/documentation/man/man3/f_statuss_adjust.3 | 2 +- .../f_status/data/documentation/man/man3/f_statuss_append.3 | 2 +- .../data/documentation/man/man3/f_statuss_append_all.3 | 2 +- .../data/documentation/man/man3/f_statuss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_statuss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_statuss_increase.3 | 2 +- .../data/documentation/man/man3/f_statuss_increase_by.3 | 2 +- .../f_status/data/documentation/man/man3/f_statuss_resize.3 | 2 +- .../f_status/data/documentation/man/man3/f_statusss_adjust.3 | 2 +- .../f_status/data/documentation/man/man3/f_statusss_append.3 | 2 +- .../data/documentation/man/man3/f_statusss_append_all.3 | 2 +- .../data/documentation/man/man3/f_statusss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_statusss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_statusss_increase.3 | 2 +- .../data/documentation/man/man3/f_statusss_increase_by.3 | 2 +- .../f_status/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 +- .../f_string/data/documentation/man/man3/f_string_append.3 | 2 +- .../data/documentation/man/man3/f_string_append_assure.3 | 2 +- .../documentation/man/man3/f_string_append_assure_nulless.3 | 2 +- .../data/documentation/man/man3/f_string_append_nulless.3 | 2 +- .../data/documentation/man/man3/f_string_dynamic_adjust.3 | 2 +- .../data/documentation/man/man3/f_string_dynamic_append.3 | 2 +- .../documentation/man/man3/f_string_dynamic_append_assure.3 | 2 +- .../man/man3/f_string_dynamic_append_assure_nulless.3 | 2 +- .../documentation/man/man3/f_string_dynamic_append_nulless.3 | 2 +- .../documentation/man/man3/f_string_dynamic_decimate_by.3 | 2 +- .../documentation/man/man3/f_string_dynamic_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_string_dynamic_increase.3 | 2 +- .../documentation/man/man3/f_string_dynamic_increase_by.3 | 2 +- .../data/documentation/man/man3/f_string_dynamic_mash.3 | 2 +- .../documentation/man/man3/f_string_dynamic_mash_nulless.3 | 2 +- .../data/documentation/man/man3/f_string_dynamic_mish.3 | 2 +- .../documentation/man/man3/f_string_dynamic_mish_nulless.3 | 2 +- .../documentation/man/man3/f_string_dynamic_partial_append.3 | 2 +- .../man/man3/f_string_dynamic_partial_append_assure.3 | 2 +- .../man3/f_string_dynamic_partial_append_assure_nulless.3 | 2 +- .../man/man3/f_string_dynamic_partial_append_nulless.3 | 2 +- .../documentation/man/man3/f_string_dynamic_partial_mash.3 | 2 +- .../man/man3/f_string_dynamic_partial_mash_nulless.3 | 2 +- .../documentation/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 +- .../man/man3/f_string_dynamic_partial_prepend_assure.3 | 2 +- .../man3/f_string_dynamic_partial_prepend_assure_nulless.3 | 2 +- .../man/man3/f_string_dynamic_partial_prepend_nulless.3 | 2 +- .../data/documentation/man/man3/f_string_dynamic_prepend.3 | 2 +- .../documentation/man/man3/f_string_dynamic_prepend_assure.3 | 2 +- .../man/man3/f_string_dynamic_prepend_assure_nulless.3 | 2 +- .../man/man3/f_string_dynamic_prepend_nulless.3 | 2 +- .../data/documentation/man/man3/f_string_dynamic_resize.3 | 2 +- .../data/documentation/man/man3/f_string_dynamic_seek_line.3 | 2 +- .../documentation/man/man3/f_string_dynamic_seek_line_to.3 | 2 +- .../data/documentation/man/man3/f_string_dynamic_seek_to.3 | 2 +- .../data/documentation/man/man3/f_string_dynamic_terminate.3 | 2 +- .../man/man3/f_string_dynamic_terminate_after.3 | 2 +- .../data/documentation/man/man3/f_string_dynamics_adjust.3 | 2 +- .../data/documentation/man/man3/f_string_dynamics_append.3 | 2 +- .../documentation/man/man3/f_string_dynamics_append_all.3 | 2 +- .../documentation/man/man3/f_string_dynamics_decimate_by.3 | 2 +- .../documentation/man/man3/f_string_dynamics_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_string_dynamics_increase.3 | 2 +- .../documentation/man/man3/f_string_dynamics_increase_by.3 | 2 +- .../data/documentation/man/man3/f_string_dynamics_resize.3 | 2 +- .../data/documentation/man/man3/f_string_dynamicss_adjust.3 | 2 +- .../data/documentation/man/man3/f_string_dynamicss_append.3 | 2 +- .../documentation/man/man3/f_string_dynamicss_append_all.3 | 2 +- .../documentation/man/man3/f_string_dynamicss_decimate_by.3 | 2 +- .../documentation/man/man3/f_string_dynamicss_decrease_by.3 | 2 +- .../documentation/man/man3/f_string_dynamicss_increase.3 | 2 +- .../documentation/man/man3/f_string_dynamicss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_string_dynamicss_resize.3 | 2 +- .../data/documentation/man/man3/f_string_map_multis_adjust.3 | 2 +- .../data/documentation/man/man3/f_string_map_multis_append.3 | 2 +- .../documentation/man/man3/f_string_map_multis_append_all.3 | 2 +- .../documentation/man/man3/f_string_map_multis_decimate_by.3 | 2 +- .../documentation/man/man3/f_string_map_multis_decrease_by.3 | 2 +- .../documentation/man/man3/f_string_map_multis_increase.3 | 2 +- .../documentation/man/man3/f_string_map_multis_increase_by.3 | 2 +- .../data/documentation/man/man3/f_string_map_multis_resize.3 | 2 +- .../documentation/man/man3/f_string_map_multiss_adjust.3 | 2 +- .../documentation/man/man3/f_string_map_multiss_append.3 | 2 +- .../documentation/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 +- .../documentation/man/man3/f_string_map_multiss_increase.3 | 2 +- .../man/man3/f_string_map_multiss_increase_by.3 | 2 +- .../documentation/man/man3/f_string_map_multiss_resize.3 | 2 +- .../data/documentation/man/man3/f_string_maps_adjust.3 | 2 +- .../data/documentation/man/man3/f_string_maps_append.3 | 2 +- .../data/documentation/man/man3/f_string_maps_append_all.3 | 2 +- .../data/documentation/man/man3/f_string_maps_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_string_maps_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_string_maps_increase.3 | 2 +- .../data/documentation/man/man3/f_string_maps_increase_by.3 | 2 +- .../data/documentation/man/man3/f_string_maps_resize.3 | 2 +- .../data/documentation/man/man3/f_string_mapss_adjust.3 | 2 +- .../data/documentation/man/man3/f_string_mapss_append.3 | 2 +- .../data/documentation/man/man3/f_string_mapss_append_all.3 | 2 +- .../data/documentation/man/man3/f_string_mapss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_string_mapss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_string_mapss_increase.3 | 2 +- .../data/documentation/man/man3/f_string_mapss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_string_mapss_resize.3 | 2 +- level_0/f_string/data/documentation/man/man3/f_string_mash.3 | 2 +- .../data/documentation/man/man3/f_string_mash_nulless.3 | 2 +- level_0/f_string/data/documentation/man/man3/f_string_mish.3 | 2 +- .../data/documentation/man/man3/f_string_mish_nulless.3 | 2 +- .../f_string/data/documentation/man/man3/f_string_prepend.3 | 2 +- .../data/documentation/man/man3/f_string_prepend_assure.3 | 2 +- .../documentation/man/man3/f_string_prepend_assure_nulless.3 | 2 +- .../data/documentation/man/man3/f_string_prepend_nulless.3 | 2 +- .../data/documentation/man/man3/f_string_quantitys_adjust.3 | 2 +- .../data/documentation/man/man3/f_string_quantitys_append.3 | 2 +- .../documentation/man/man3/f_string_quantitys_append_all.3 | 2 +- .../documentation/man/man3/f_string_quantitys_decimate_by.3 | 2 +- .../documentation/man/man3/f_string_quantitys_decrease_by.3 | 2 +- .../documentation/man/man3/f_string_quantitys_increase.3 | 2 +- .../documentation/man/man3/f_string_quantitys_increase_by.3 | 2 +- .../data/documentation/man/man3/f_string_quantitys_resize.3 | 2 +- .../data/documentation/man/man3/f_string_quantityss_adjust.3 | 2 +- .../data/documentation/man/man3/f_string_quantityss_append.3 | 2 +- .../documentation/man/man3/f_string_quantityss_append_all.3 | 2 +- .../documentation/man/man3/f_string_quantityss_decimate_by.3 | 2 +- .../documentation/man/man3/f_string_quantityss_decrease_by.3 | 2 +- .../documentation/man/man3/f_string_quantityss_increase.3 | 2 +- .../documentation/man/man3/f_string_quantityss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_string_quantityss_resize.3 | 2 +- .../data/documentation/man/man3/f_string_ranges_adjust.3 | 2 +- .../data/documentation/man/man3/f_string_ranges_append.3 | 2 +- .../data/documentation/man/man3/f_string_ranges_append_all.3 | 2 +- .../documentation/man/man3/f_string_ranges_decimate_by.3 | 2 +- .../documentation/man/man3/f_string_ranges_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_string_ranges_increase.3 | 2 +- .../documentation/man/man3/f_string_ranges_increase_by.3 | 2 +- .../data/documentation/man/man3/f_string_ranges_resize.3 | 2 +- .../data/documentation/man/man3/f_string_rangess_adjust.3 | 2 +- .../data/documentation/man/man3/f_string_rangess_append.3 | 2 +- .../documentation/man/man3/f_string_rangess_append_all.3 | 2 +- .../documentation/man/man3/f_string_rangess_decimate_by.3 | 2 +- .../documentation/man/man3/f_string_rangess_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_string_rangess_increase.3 | 2 +- .../documentation/man/man3/f_string_rangess_increase_by.3 | 2 +- .../data/documentation/man/man3/f_string_rangess_resize.3 | 2 +- .../data/documentation/man/man3/f_string_seek_line.3 | 2 +- .../data/documentation/man/man3/f_string_seek_line_to.3 | 2 +- .../f_string/data/documentation/man/man3/f_string_seek_to.3 | 2 +- .../data/documentation/man/man3/f_string_triples_adjust.3 | 2 +- .../data/documentation/man/man3/f_string_triples_append.3 | 2 +- .../documentation/man/man3/f_string_triples_append_all.3 | 2 +- .../documentation/man/man3/f_string_triples_decimate_by.3 | 2 +- .../documentation/man/man3/f_string_triples_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_string_triples_increase.3 | 2 +- .../documentation/man/man3/f_string_triples_increase_by.3 | 2 +- .../data/documentation/man/man3/f_string_triples_resize.3 | 2 +- .../data/documentation/man/man3/f_string_tripless_adjust.3 | 2 +- .../data/documentation/man/man3/f_string_tripless_append.3 | 2 +- .../documentation/man/man3/f_string_tripless_append_all.3 | 2 +- .../documentation/man/man3/f_string_tripless_decimate_by.3 | 2 +- .../documentation/man/man3/f_string_tripless_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_string_tripless_increase.3 | 2 +- .../documentation/man/man3/f_string_tripless_increase_by.3 | 2 +- .../data/documentation/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 +- .../f_thread/data/documentation/man/man3/f_thread_at_fork.3 | 2 +- .../documentation/man/man3/f_thread_attribute_affinity_get.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man3/f_thread_attribute_create.3 | 2 +- .../documentation/man/man3/f_thread_attribute_default_get.3 | 2 +- .../documentation/man/man3/f_thread_attribute_default_set.3 | 2 +- .../data/documentation/man/man3/f_thread_attribute_delete.3 | 2 +- .../documentation/man/man3/f_thread_attribute_detach_get.3 | 2 +- .../documentation/man/man3/f_thread_attribute_detach_set.3 | 2 +- .../documentation/man/man3/f_thread_attribute_guard_get.3 | 2 +- .../documentation/man/man3/f_thread_attribute_guard_set.3 | 2 +- .../man/man3/f_thread_attribute_scheduler_inherit_get.3 | 2 +- .../man/man3/f_thread_attribute_scheduler_inherit_set.3 | 2 +- .../man/man3/f_thread_attribute_scheduler_parameter_get.3 | 2 +- .../man/man3/f_thread_attribute_scheduler_parameter_set.3 | 2 +- .../man/man3/f_thread_attribute_scheduler_policy_get.3 | 2 +- .../man/man3/f_thread_attribute_scheduler_policy_set.3 | 2 +- .../documentation/man/man3/f_thread_attribute_scope_get.3 | 2 +- .../documentation/man/man3/f_thread_attribute_scope_set.3 | 2 +- .../documentation/man/man3/f_thread_attribute_stack_get.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man3/f_thread_attributes_adjust.3 | 2 +- .../documentation/man/man3/f_thread_attributes_decimate_by.3 | 2 +- .../documentation/man/man3/f_thread_attributes_decrease_by.3 | 2 +- .../documentation/man/man3/f_thread_attributes_increase.3 | 2 +- .../documentation/man/man3/f_thread_attributes_increase_by.3 | 2 +- .../data/documentation/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 +- .../man/man3/f_thread_barrier_attributes_decimate_by.3 | 2 +- .../man/man3/f_thread_barrier_attributes_decrease_by.3 | 2 +- .../man/man3/f_thread_barrier_attributes_increase.3 | 2 +- .../man/man3/f_thread_barrier_attributes_increase_by.3 | 2 +- .../man/man3/f_thread_barrier_attributes_resize.3 | 2 +- .../data/documentation/man/man3/f_thread_barrier_create.3 | 2 +- .../data/documentation/man/man3/f_thread_barrier_delete.3 | 2 +- .../data/documentation/man/man3/f_thread_barrier_wait.3 | 2 +- .../data/documentation/man/man3/f_thread_barriers_adjust.3 | 2 +- .../documentation/man/man3/f_thread_barriers_decimate_by.3 | 2 +- .../documentation/man/man3/f_thread_barriers_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_thread_barriers_increase.3 | 2 +- .../documentation/man/man3/f_thread_barriers_increase_by.3 | 2 +- .../data/documentation/man/man3/f_thread_barriers_resize.3 | 2 +- .../f_thread/data/documentation/man/man3/f_thread_caller.3 | 2 +- .../f_thread/data/documentation/man/man3/f_thread_cancel.3 | 2 +- .../data/documentation/man/man3/f_thread_cancel_state_set.3 | 2 +- .../data/documentation/man/man3/f_thread_cancel_test.3 | 2 +- .../data/documentation/man/man3/f_thread_cancel_type_set.3 | 2 +- .../data/documentation/man/man3/f_thread_clock_get_id.3 | 2 +- .../f_thread/data/documentation/man/man3/f_thread_compare.3 | 2 +- .../man/man3/f_thread_condition_attribute_clock_get.3 | 2 +- .../man/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 +- .../man/man3/f_thread_condition_attribute_shared_get.3 | 2 +- .../man/man3/f_thread_condition_attribute_shared_set.3 | 2 +- .../man/man3/f_thread_condition_attributes_adjust.3 | 2 +- .../man/man3/f_thread_condition_attributes_decimate_by.3 | 2 +- .../man/man3/f_thread_condition_attributes_decrease_by.3 | 2 +- .../man/man3/f_thread_condition_attributes_increase.3 | 2 +- .../man/man3/f_thread_condition_attributes_increase_by.3 | 2 +- .../man/man3/f_thread_condition_attributes_resize.3 | 2 +- .../data/documentation/man/man3/f_thread_condition_create.3 | 2 +- .../data/documentation/man/man3/f_thread_condition_delete.3 | 2 +- .../data/documentation/man/man3/f_thread_condition_signal.3 | 2 +- .../documentation/man/man3/f_thread_condition_signal_all.3 | 2 +- .../data/documentation/man/man3/f_thread_condition_wait.3 | 2 +- .../documentation/man/man3/f_thread_condition_wait_timed.3 | 2 +- .../data/documentation/man/man3/f_thread_conditions_adjust.3 | 2 +- .../documentation/man/man3/f_thread_conditions_decimate_by.3 | 2 +- .../documentation/man/man3/f_thread_conditions_decrease_by.3 | 2 +- .../documentation/man/man3/f_thread_conditions_increase.3 | 2 +- .../documentation/man/man3/f_thread_conditions_increase_by.3 | 2 +- .../data/documentation/man/man3/f_thread_conditions_resize.3 | 2 +- .../f_thread/data/documentation/man/man3/f_thread_create.3 | 2 +- .../f_thread/data/documentation/man/man3/f_thread_detach.3 | 2 +- level_0/f_thread/data/documentation/man/man3/f_thread_exit.3 | 2 +- .../data/documentation/man/man3/f_thread_ids_adjust.3 | 2 +- .../data/documentation/man/man3/f_thread_ids_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_thread_ids_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_thread_ids_increase.3 | 2 +- .../data/documentation/man/man3/f_thread_ids_increase_by.3 | 2 +- .../data/documentation/man/man3/f_thread_ids_resize.3 | 2 +- level_0/f_thread/data/documentation/man/man3/f_thread_join.3 | 2 +- .../data/documentation/man/man3/f_thread_join_timed.3 | 2 +- .../f_thread/data/documentation/man/man3/f_thread_join_try.3 | 2 +- .../data/documentation/man/man3/f_thread_key_create.3 | 2 +- .../data/documentation/man/man3/f_thread_key_delete.3 | 2 +- .../f_thread/data/documentation/man/man3/f_thread_key_get.3 | 2 +- .../f_thread/data/documentation/man/man3/f_thread_key_set.3 | 2 +- .../data/documentation/man/man3/f_thread_keys_adjust.3 | 2 +- .../data/documentation/man/man3/f_thread_keys_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_thread_keys_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_thread_keys_increase.3 | 2 +- .../data/documentation/man/man3/f_thread_keys_increase_by.3 | 2 +- .../data/documentation/man/man3/f_thread_keys_resize.3 | 2 +- .../documentation/man/man3/f_thread_lock_attribute_create.3 | 2 +- .../documentation/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 +- .../documentation/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 +- .../documentation/man/man3/f_thread_lock_attributes_resize.3 | 2 +- .../data/documentation/man/man3/f_thread_lock_create.3 | 2 +- .../data/documentation/man/man3/f_thread_lock_delete.3 | 2 +- .../data/documentation/man/man3/f_thread_lock_read.3 | 2 +- .../data/documentation/man/man3/f_thread_lock_read_timed.3 | 2 +- .../data/documentation/man/man3/f_thread_lock_read_try.3 | 2 +- .../data/documentation/man/man3/f_thread_lock_write.3 | 2 +- .../data/documentation/man/man3/f_thread_lock_write_timed.3 | 2 +- .../data/documentation/man/man3/f_thread_lock_write_try.3 | 2 +- .../data/documentation/man/man3/f_thread_locks_adjust.3 | 2 +- .../data/documentation/man/man3/f_thread_locks_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_thread_locks_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_thread_locks_increase.3 | 2 +- .../data/documentation/man/man3/f_thread_locks_increase_by.3 | 2 +- .../data/documentation/man/man3/f_thread_locks_resize.3 | 2 +- .../documentation/man/man3/f_thread_mutex_attribute_create.3 | 2 +- .../documentation/man/man3/f_thread_mutex_attribute_delete.3 | 2 +- .../man/man3/f_thread_mutex_attribute_priority_ceiling_get.3 | 2 +- .../man/man3/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 +- .../data/documentation/man/man3/f_thread_mutex_create.3 | 2 +- .../data/documentation/man/man3/f_thread_mutex_delete.3 | 2 +- .../data/documentation/man/man3/f_thread_mutex_lock.3 | 2 +- .../data/documentation/man/man3/f_thread_mutex_lock_timed.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_thread_mutex_unlock.3 | 2 +- .../data/documentation/man/man3/f_thread_mutexs_adjust.3 | 2 +- .../documentation/man/man3/f_thread_mutexs_decimate_by.3 | 2 +- .../documentation/man/man3/f_thread_mutexs_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_thread_mutexs_increase.3 | 2 +- .../documentation/man/man3/f_thread_mutexs_increase_by.3 | 2 +- .../data/documentation/man/man3/f_thread_mutexs_resize.3 | 2 +- level_0/f_thread/data/documentation/man/man3/f_thread_once.3 | 2 +- .../data/documentation/man/man3/f_thread_onces_adjust.3 | 2 +- .../data/documentation/man/man3/f_thread_onces_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_thread_onces_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_thread_onces_increase.3 | 2 +- .../data/documentation/man/man3/f_thread_onces_increase_by.3 | 2 +- .../data/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 +- .../documentation/man/man3/f_thread_scheduler_priority_set.3 | 2 +- .../data/documentation/man/man3/f_thread_semaphore_create.3 | 2 +- .../data/documentation/man/man3/f_thread_semaphore_delete.3 | 2 +- .../documentation/man/man3/f_thread_semaphore_file_close.3 | 2 +- .../documentation/man/man3/f_thread_semaphore_file_delete.3 | 2 +- .../documentation/man/man3/f_thread_semaphore_file_open.3 | 2 +- .../data/documentation/man/man3/f_thread_semaphore_lock.3 | 2 +- .../documentation/man/man3/f_thread_semaphore_lock_timed.3 | 2 +- .../documentation/man/man3/f_thread_semaphore_lock_try.3 | 2 +- .../data/documentation/man/man3/f_thread_semaphore_unlock.3 | 2 +- .../documentation/man/man3/f_thread_semaphore_value_get.3 | 2 +- .../data/documentation/man/man3/f_thread_semaphores_adjust.3 | 2 +- .../documentation/man/man3/f_thread_semaphores_decimate_by.3 | 2 +- .../documentation/man/man3/f_thread_semaphores_decrease_by.3 | 2 +- .../documentation/man/man3/f_thread_semaphores_increase.3 | 2 +- .../documentation/man/man3/f_thread_semaphores_increase_by.3 | 2 +- .../data/documentation/man/man3/f_thread_semaphores_resize.3 | 2 +- .../data/documentation/man/man3/f_thread_sets_adjust.3 | 2 +- .../data/documentation/man/man3/f_thread_sets_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_thread_sets_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_thread_sets_increase.3 | 2 +- .../data/documentation/man/man3/f_thread_sets_increase_by.3 | 2 +- .../data/documentation/man/man3/f_thread_sets_resize.3 | 2 +- .../data/documentation/man/man3/f_thread_signal_mask.3 | 2 +- .../data/documentation/man/man3/f_thread_signal_queue.3 | 2 +- .../data/documentation/man/man3/f_thread_signal_write.3 | 2 +- .../data/documentation/man/man3/f_thread_spin_create.3 | 2 +- .../data/documentation/man/man3/f_thread_spin_delete.3 | 2 +- .../data/documentation/man/man3/f_thread_spin_lock.3 | 2 +- .../data/documentation/man/man3/f_thread_spin_lock_try.3 | 2 +- .../data/documentation/man/man3/f_thread_spin_unlock.3 | 2 +- .../data/documentation/man/man3/f_thread_spins_adjust.3 | 2 +- .../data/documentation/man/man3/f_thread_spins_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_thread_spins_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_thread_spins_increase.3 | 2 +- .../data/documentation/man/man3/f_thread_spins_increase_by.3 | 2 +- .../data/documentation/man/man3/f_thread_spins_resize.3 | 2 +- .../f_thread/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 +- .../data/documentation/man/man3/f_array_lengths_adjust.3 | 2 +- .../data/documentation/man/man3/f_array_lengths_append.3 | 2 +- .../data/documentation/man/man3/f_array_lengths_append_all.3 | 2 +- .../documentation/man/man3/f_array_lengths_decimate_by.3 | 2 +- .../documentation/man/man3/f_array_lengths_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_array_lengths_increase.3 | 2 +- .../documentation/man/man3/f_array_lengths_increase_by.3 | 2 +- .../data/documentation/man/man3/f_array_lengths_resize.3 | 2 +- .../data/documentation/man/man3/f_array_lengthss_adjust.3 | 2 +- .../data/documentation/man/man3/f_array_lengthss_append.3 | 2 +- .../documentation/man/man3/f_array_lengthss_append_all.3 | 2 +- .../documentation/man/man3/f_array_lengthss_decimate_by.3 | 2 +- .../documentation/man/man3/f_array_lengthss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_array_lengthss_increase.3 | 2 +- .../documentation/man/man3/f_array_lengthss_increase_by.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_cells_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_cells_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_cells_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_cellss_append_all.3 | 2 +- .../data/documentation/man/man3/f_cellss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_cellss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_cellss_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_fll_ids_append_all.3 | 2 +- .../data/documentation/man/man3/f_fll_ids_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_fll_ids_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_fll_ids_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_fll_idss_append_all.3 | 2 +- .../data/documentation/man/man3/f_fll_idss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_fll_idss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_fll_idss_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_int128s_append_all.3 | 2 +- .../data/documentation/man/man3/f_int128s_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_int128s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int128s_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_int128ss_append_all.3 | 2 +- .../data/documentation/man/man3/f_int128ss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_int128ss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int128ss_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_int16s_append_all.3 | 2 +- .../data/documentation/man/man3/f_int16s_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_int16s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int16s_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_int16ss_append_all.3 | 2 +- .../data/documentation/man/man3/f_int16ss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_int16ss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int16ss_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_int32s_append_all.3 | 2 +- .../data/documentation/man/man3/f_int32s_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_int32s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int32s_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_int32ss_append_all.3 | 2 +- .../data/documentation/man/man3/f_int32ss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_int32ss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int32ss_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_int64s_append_all.3 | 2 +- .../data/documentation/man/man3/f_int64s_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_int64s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int64s_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_int64ss_append_all.3 | 2 +- .../data/documentation/man/man3/f_int64ss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_int64ss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int64ss_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_int8s_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_int8s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int8s_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_int8ss_append_all.3 | 2 +- .../data/documentation/man/man3/f_int8ss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_int8ss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_int8ss_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_states_append_all.3 | 2 +- .../data/documentation/man/man3/f_states_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_states_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_states_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_statess_append_all.3 | 2 +- .../data/documentation/man/man3/f_statess_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_statess_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_statess_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_statuss_append_all.3 | 2 +- .../data/documentation/man/man3/f_statuss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_statuss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_statuss_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_statusss_append_all.3 | 2 +- .../data/documentation/man/man3/f_statusss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_statusss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_statusss_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_uint128s_append_all.3 | 2 +- .../data/documentation/man/man3/f_uint128s_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_uint128s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_uint128s_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_uint128ss_append_all.3 | 2 +- .../data/documentation/man/man3/f_uint128ss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_uint128ss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_uint128ss_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_uint16s_append_all.3 | 2 +- .../data/documentation/man/man3/f_uint16s_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_uint16s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_uint16s_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_uint16ss_append_all.3 | 2 +- .../data/documentation/man/man3/f_uint16ss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_uint16ss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_uint16ss_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_uint32s_append_all.3 | 2 +- .../data/documentation/man/man3/f_uint32s_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_uint32s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_uint32s_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_uint32ss_append_all.3 | 2 +- .../data/documentation/man/man3/f_uint32ss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_uint32ss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_uint32ss_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_uint64s_append_all.3 | 2 +- .../data/documentation/man/man3/f_uint64s_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_uint64s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_uint64s_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_uint64ss_append_all.3 | 2 +- .../data/documentation/man/man3/f_uint64ss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_uint64ss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_uint64ss_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_uint8s_append_all.3 | 2 +- .../data/documentation/man/man3/f_uint8s_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_uint8s_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_uint8s_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_uint8ss_append_all.3 | 2 +- .../data/documentation/man/man3/f_uint8ss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_uint8ss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_uint8ss_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_utf_buffer_decrement.3 | 2 +- .../data/documentation/man/man3/f_utf_buffer_increment.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_char_to_char.3 | 2 +- .../data/documentation/man/man3/f_utf_char_to_character.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_character_is.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man3/f_utf_character_is_ascii.3 | 2 +- .../documentation/man/man3/f_utf_character_is_combining.3 | 2 +- .../data/documentation/man/man3/f_utf_character_is_control.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man3/f_utf_character_is_digit.3 | 2 +- .../data/documentation/man/man3/f_utf_character_is_emoji.3 | 2 +- .../documentation/man/man3/f_utf_character_is_fragment.3 | 2 +- .../data/documentation/man/man3/f_utf_character_is_graph.3 | 2 +- .../data/documentation/man/man3/f_utf_character_is_numeric.3 | 2 +- .../documentation/man/man3/f_utf_character_is_phonetic.3 | 2 +- .../data/documentation/man/man3/f_utf_character_is_private.3 | 2 +- .../documentation/man/man3/f_utf_character_is_punctuation.3 | 2 +- .../documentation/man/man3/f_utf_character_is_subscript.3 | 2 +- .../documentation/man/man3/f_utf_character_is_superscript.3 | 2 +- .../data/documentation/man/man3/f_utf_character_is_symbol.3 | 2 +- .../documentation/man/man3/f_utf_character_is_unassigned.3 | 2 +- .../data/documentation/man/man3/f_utf_character_is_valid.3 | 2 +- .../documentation/man/man3/f_utf_character_is_whitespace.3 | 2 +- .../man/man3/f_utf_character_is_whitespace_modifier.3 | 2 +- .../man/man3/f_utf_character_is_whitespace_other.3 | 2 +- .../man/man3/f_utf_character_is_whitespace_zero_width.3 | 2 +- .../data/documentation/man/man3/f_utf_character_is_wide.3 | 2 +- .../data/documentation/man/man3/f_utf_character_is_word.3 | 2 +- .../documentation/man/man3/f_utf_character_is_word_dash.3 | 2 +- .../man/man3/f_utf_character_is_word_dash_plus.3 | 2 +- .../documentation/man/man3/f_utf_character_is_zero_width.3 | 2 +- .../documentation/man/man3/f_utf_character_unicode_from.3 | 2 +- .../man/man3/f_utf_character_unicode_string_to.3 | 2 +- .../data/documentation/man/man3/f_utf_character_unicode_to.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_is.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_is_alphabetic.3 | 2 +- .../data/documentation/man/man3/f_utf_is_alphabetic_digit.3 | 2 +- .../documentation/man/man3/f_utf_is_alphabetic_numeric.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_is_ascii.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_is_combining.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_is_control.3 | 2 +- .../data/documentation/man/man3/f_utf_is_control_code.3 | 2 +- .../data/documentation/man/man3/f_utf_is_control_format.3 | 2 +- .../data/documentation/man/man3/f_utf_is_control_picture.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_is_digit.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_is_emoji.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_is_fragment.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_is_graph.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_is_numeric.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_is_phonetic.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_is_private.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_is_punctuation.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_is_subscript.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_is_superscript.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_is_symbol.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_is_unassigned.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_is_valid.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_is_whitespace.3 | 2 +- .../documentation/man/man3/f_utf_is_whitespace_modifier.3 | 2 +- .../data/documentation/man/man3/f_utf_is_whitespace_other.3 | 2 +- .../documentation/man/man3/f_utf_is_whitespace_zero_width.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_is_wide.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_is_word.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_is_word_dash.3 | 2 +- .../data/documentation/man/man3/f_utf_is_word_dash_plus.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_is_zero_width.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_string_append.3 | 2 +- .../data/documentation/man/man3/f_utf_string_append_assure.3 | 2 +- .../man/man3/f_utf_string_append_assure_nulless.3 | 2 +- .../documentation/man/man3/f_utf_string_append_nulless.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamic_adjust.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamic_append.3 | 2 +- .../man/man3/f_utf_string_dynamic_append_assure.3 | 2 +- .../man/man3/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 +- .../documentation/man/man3/f_utf_string_dynamic_increase.3 | 2 +- .../man/man3/f_utf_string_dynamic_increase_by.3 | 2 +- .../data/documentation/man/man3/f_utf_string_dynamic_mash.3 | 2 +- .../man/man3/f_utf_string_dynamic_mash_nulless.3 | 2 +- .../data/documentation/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 +- .../man/man3/f_utf_string_dynamic_partial_append_assure.3 | 2 +- .../f_utf_string_dynamic_partial_append_assure_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_partial_append_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_partial_mash.3 | 2 +- .../man/man3/f_utf_string_dynamic_partial_mash_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_partial_mish.3 | 2 +- .../man/man3/f_utf_string_dynamic_partial_mish_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_partial_prepend.3 | 2 +- .../man/man3/f_utf_string_dynamic_partial_prepend_assure.3 | 2 +- .../f_utf_string_dynamic_partial_prepend_assure_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_partial_prepend_nulless.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamic_prepend.3 | 2 +- .../man/man3/f_utf_string_dynamic_prepend_assure.3 | 2 +- .../man/man3/f_utf_string_dynamic_prepend_assure_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_prepend_nulless.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamic_resize.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamic_seek_line.3 | 2 +- .../man/man3/f_utf_string_dynamic_seek_line_to.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamic_seek_to.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamic_terminate.3 | 2 +- .../man/man3/f_utf_string_dynamic_terminate_after.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamics_adjust.3 | 2 +- .../documentation/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 +- .../documentation/man/man3/f_utf_string_dynamics_increase.3 | 2 +- .../man/man3/f_utf_string_dynamics_increase_by.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamics_resize.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamicss_adjust.3 | 2 +- .../documentation/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 +- .../documentation/man/man3/f_utf_string_dynamicss_increase.3 | 2 +- .../man/man3/f_utf_string_dynamicss_increase_by.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamicss_resize.3 | 2 +- .../documentation/man/man3/f_utf_string_map_multis_adjust.3 | 2 +- .../documentation/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 +- .../documentation/man/man3/f_utf_string_map_multis_resize.3 | 2 +- .../documentation/man/man3/f_utf_string_map_multiss_adjust.3 | 2 +- .../documentation/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 +- .../documentation/man/man3/f_utf_string_map_multiss_resize.3 | 2 +- .../data/documentation/man/man3/f_utf_string_maps_adjust.3 | 2 +- .../data/documentation/man/man3/f_utf_string_maps_append.3 | 2 +- .../documentation/man/man3/f_utf_string_maps_append_all.3 | 2 +- .../documentation/man/man3/f_utf_string_maps_decimate_by.3 | 2 +- .../documentation/man/man3/f_utf_string_maps_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_utf_string_maps_increase.3 | 2 +- .../documentation/man/man3/f_utf_string_maps_increase_by.3 | 2 +- .../data/documentation/man/man3/f_utf_string_maps_resize.3 | 2 +- .../data/documentation/man/man3/f_utf_string_mapss_adjust.3 | 2 +- .../data/documentation/man/man3/f_utf_string_mapss_append.3 | 2 +- .../documentation/man/man3/f_utf_string_mapss_append_all.3 | 2 +- .../documentation/man/man3/f_utf_string_mapss_decimate_by.3 | 2 +- .../documentation/man/man3/f_utf_string_mapss_decrease_by.3 | 2 +- .../documentation/man/man3/f_utf_string_mapss_increase.3 | 2 +- .../documentation/man/man3/f_utf_string_mapss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_utf_string_mapss_resize.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_string_mash.3 | 2 +- .../data/documentation/man/man3/f_utf_string_mash_nulless.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_string_mish.3 | 2 +- .../data/documentation/man/man3/f_utf_string_mish_nulless.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_string_prepend.3 | 2 +- .../documentation/man/man3/f_utf_string_prepend_assure.3 | 2 +- .../man/man3/f_utf_string_prepend_assure_nulless.3 | 2 +- .../documentation/man/man3/f_utf_string_prepend_nulless.3 | 2 +- .../data/documentation/man/man3/f_utf_string_seek_line.3 | 2 +- .../data/documentation/man/man3/f_utf_string_seek_line_to.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_string_seek_to.3 | 2 +- .../documentation/man/man3/f_utf_string_triples_adjust.3 | 2 +- .../documentation/man/man3/f_utf_string_triples_append.3 | 2 +- .../documentation/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 +- .../documentation/man/man3/f_utf_string_triples_increase.3 | 2 +- .../man/man3/f_utf_string_triples_increase_by.3 | 2 +- .../documentation/man/man3/f_utf_string_triples_resize.3 | 2 +- .../documentation/man/man3/f_utf_string_tripless_adjust.3 | 2 +- .../documentation/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 +- .../documentation/man/man3/f_utf_string_tripless_increase.3 | 2 +- .../man/man3/f_utf_string_tripless_increase_by.3 | 2 +- .../documentation/man/man3/f_utf_string_tripless_resize.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_unicode_from.3 | 2 +- .../data/documentation/man/man3/f_utf_unicode_string_to.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_unicode_to.3 | 2 +- level_1/fl_control_group/data/build/settings | 2 +- .../data/documentation/man/man3/fl_control_group_apply.3 | 2 +- level_1/fl_conversion/data/build/settings | 2 +- .../man/man3/fl_conversion_dynamic_partial_to_signed.3 | 2 +- .../man3/fl_conversion_dynamic_partial_to_signed_detect.3 | 2 +- .../man/man3/fl_conversion_dynamic_partial_to_unsigned.3 | 2 +- .../man3/fl_conversion_dynamic_partial_to_unsigned_detect.3 | 2 +- .../documentation/man/man3/fl_conversion_dynamic_to_signed.3 | 2 +- .../man/man3/fl_conversion_dynamic_to_signed_detect.3 | 2 +- .../man/man3/fl_conversion_dynamic_to_unsigned.3 | 2 +- .../man/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 +- .../data/documentation/man/man3/fl_directory_clone_content.3 | 2 +- .../data/documentation/man/man3/fl_directory_copy.3 | 2 +- .../data/documentation/man/man3/fl_directory_copy_content.3 | 2 +- .../data/documentation/man/man3/fl_directory_create.3 | 2 +- .../data/documentation/man/man3/fl_directory_list.3 | 2 +- .../data/documentation/man/man3/fl_directory_path_pop.3 | 2 +- .../data/documentation/man/man3/fl_directory_path_push.3 | 2 +- level_1/fl_environment/data/build/settings | 2 +- .../data/documentation/man/man3/fl_environment_load_name.3 | 2 +- .../data/documentation/man/man3/fl_environment_load_names.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man3/fl_fss_basic_content_read.3 | 2 +- .../data/documentation/man/man3/fl_fss_basic_content_write.3 | 2 +- .../documentation/man/man3/fl_fss_basic_list_content_read.3 | 2 +- .../documentation/man/man3/fl_fss_basic_list_content_write.3 | 2 +- .../documentation/man/man3/fl_fss_basic_list_object_read.3 | 2 +- .../documentation/man/man3/fl_fss_basic_list_object_write.3 | 2 +- .../data/documentation/man/man3/fl_fss_basic_object_read.3 | 2 +- .../data/documentation/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 +- .../documentation/man/man3/fl_fss_extended_content_read.3 | 2 +- .../documentation/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 +- .../documentation/man/man3/fl_fss_extended_object_read.3 | 2 +- .../documentation/man/man3/fl_fss_extended_object_write.3 | 2 +- level_1/fl_iki/data/build/settings | 2 +- level_1/fl_iki/data/documentation/man/man3/fl_iki_read.3 | 2 +- level_1/fl_print/data/build/settings | 2 +- .../fl_print/data/documentation/man/man3/fl_print_format.3 | 2 +- .../data/documentation/man/man3/fl_print_format_convert.3 | 2 +- .../data/documentation/man/man3/fl_print_string_va.3 | 2 +- level_1/fl_print/data/documentation/man/man3/fl_print_trim.3 | 2 +- .../data/documentation/man/man3/fl_print_trim_dynamic.3 | 2 +- .../documentation/man/man3/fl_print_trim_dynamic_partial.3 | 2 +- .../man/man3/fl_print_trim_dynamic_partial_raw.3 | 2 +- .../man/man3/fl_print_trim_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/fl_print_trim_dynamic_partial_safely.3 | 2 +- .../data/documentation/man/man3/fl_print_trim_dynamic_raw.3 | 2 +- .../man/man3/fl_print_trim_dynamic_raw_safely.3 | 2 +- .../documentation/man/man3/fl_print_trim_dynamic_safely.3 | 2 +- .../data/documentation/man/man3/fl_print_trim_except.3 | 2 +- .../documentation/man/man3/fl_print_trim_except_dynamic.3 | 2 +- .../man/man3/fl_print_trim_except_dynamic_partial.3 | 2 +- .../man/man3/fl_print_trim_except_dynamic_partial_raw.3 | 2 +- .../man3/fl_print_trim_except_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/fl_print_trim_except_dynamic_partial_safely.3 | 2 +- .../man/man3/fl_print_trim_except_dynamic_raw.3 | 2 +- .../man/man3/fl_print_trim_except_dynamic_raw_safely.3 | 2 +- .../man/man3/fl_print_trim_except_dynamic_safely.3 | 2 +- .../data/documentation/man/man3/fl_print_trim_except_in.3 | 2 +- .../documentation/man/man3/fl_print_trim_except_in_dynamic.3 | 2 +- .../man/man3/fl_print_trim_except_in_dynamic_partial.3 | 2 +- .../man/man3/fl_print_trim_except_in_dynamic_partial_raw.3 | 2 +- .../fl_print_trim_except_in_dynamic_partial_raw_safely.3 | 2 +- .../man3/fl_print_trim_except_in_dynamic_partial_safely.3 | 2 +- .../man/man3/fl_print_trim_except_in_dynamic_raw.3 | 2 +- .../man/man3/fl_print_trim_except_in_dynamic_raw_safely.3 | 2 +- .../man/man3/fl_print_trim_except_in_dynamic_safely.3 | 2 +- .../documentation/man/man3/fl_print_trim_except_in_raw.3 | 2 +- .../man/man3/fl_print_trim_except_in_raw_safely.3 | 2 +- .../documentation/man/man3/fl_print_trim_except_in_safely.3 | 2 +- .../data/documentation/man/man3/fl_print_trim_except_raw.3 | 2 +- .../documentation/man/man3/fl_print_trim_except_raw_safely.3 | 2 +- .../documentation/man/man3/fl_print_trim_except_safely.3 | 2 +- .../fl_print/data/documentation/man/man3/fl_print_trim_raw.3 | 2 +- .../data/documentation/man/man3/fl_print_trim_raw_safely.3 | 2 +- .../data/documentation/man/man3/fl_print_trim_safely.3 | 2 +- level_1/fl_signal/data/build/settings | 2 +- .../data/documentation/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 +- .../data/documentation/man/man3/fl_string_compare_except.3 | 2 +- .../documentation/man/man3/fl_string_compare_except_trim.3 | 2 +- .../data/documentation/man/man3/fl_string_compare_trim.3 | 2 +- .../data/documentation/man/man3/fl_string_dynamic_compare.3 | 2 +- .../man/man3/fl_string_dynamic_compare_except.3 | 2 +- .../man/man3/fl_string_dynamic_compare_except_string.3 | 2 +- .../man/man3/fl_string_dynamic_compare_except_trim.3 | 2 +- .../man/man3/fl_string_dynamic_compare_except_trim_string.3 | 2 +- .../man/man3/fl_string_dynamic_compare_string.3 | 2 +- .../documentation/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 +- .../man/man3/fl_string_dynamic_partial_compare_dynamic.3 | 2 +- .../man/man3/fl_string_dynamic_partial_compare_except.3 | 2 +- .../man3/fl_string_dynamic_partial_compare_except_dynamic.3 | 2 +- .../man3/fl_string_dynamic_partial_compare_except_string.3 | 2 +- .../man/man3/fl_string_dynamic_partial_compare_except_trim.3 | 2 +- .../fl_string_dynamic_partial_compare_except_trim_dynamic.3 | 2 +- .../fl_string_dynamic_partial_compare_except_trim_string.3 | 2 +- .../man/man3/fl_string_dynamic_partial_compare_string.3 | 2 +- .../man/man3/fl_string_dynamic_partial_compare_trim.3 | 2 +- .../man3/fl_string_dynamic_partial_compare_trim_dynamic.3 | 2 +- .../man/man3/fl_string_dynamic_partial_compare_trim_string.3 | 2 +- .../man/man3/fl_string_dynamic_partial_fll_identify.3 | 2 +- .../documentation/man/man3/fl_string_dynamic_partial_rip.3 | 2 +- .../man/man3/fl_string_dynamic_partial_rip_nulless.3 | 2 +- .../data/documentation/man/man3/fl_string_dynamic_rip.3 | 2 +- .../documentation/man/man3/fl_string_dynamic_rip_nulless.3 | 2 +- .../man/man3/fl_string_dynamic_seek_line_to_utf_character.3 | 2 +- .../man/man3/fl_string_dynamic_seek_line_until_graph.3 | 2 +- .../man/man3/fl_string_dynamic_seek_line_until_graph_non.3 | 2 +- .../man/man3/fl_string_dynamic_seek_to_utf_character.3 | 2 +- .../fl_string/data/documentation/man/man3/fl_string_rip.3 | 2 +- .../data/documentation/man/man3/fl_string_rip_nulless.3 | 2 +- .../man/man3/fl_string_seek_line_to_utf_character.3 | 2 +- .../documentation/man/man3/fl_string_seek_line_until_graph.3 | 2 +- .../man/man3/fl_string_seek_line_until_graph_non.3 | 2 +- .../documentation/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 +- .../fl_utf/data/documentation/man/man3/fl_utf_file_read.3 | 2 +- .../data/documentation/man/man3/fl_utf_file_read_block.3 | 2 +- .../data/documentation/man/man3/fl_utf_file_read_until.3 | 2 +- .../fl_utf/data/documentation/man/man3/fl_utf_file_write.3 | 2 +- .../data/documentation/man/man3/fl_utf_file_write_block.3 | 2 +- .../data/documentation/man/man3/fl_utf_file_write_range.3 | 2 +- .../data/documentation/man/man3/fl_utf_file_write_until.3 | 2 +- .../data/documentation/man/man3/fl_utf_string_compare.3 | 2 +- .../data/documentation/man/man3/fl_utf_string_compare_trim.3 | 2 +- .../documentation/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 +- .../man/man3/fl_utf_string_dynamic_partial_compare_trim.3 | 2 +- .../data/documentation/man/man3/fl_utf_string_dynamic_rip.3 | 2 +- .../man/man3/fl_utf_string_dynamic_rip_nulless.3 | 2 +- .../man/man3/fl_utf_string_dynamic_seek_line_to_char.3 | 2 +- .../man/man3/fl_utf_string_dynamic_seek_line_until_graph.3 | 2 +- .../man3/fl_utf_string_dynamic_seek_line_until_graph_non.3 | 2 +- .../man/man3/fl_utf_string_dynamic_seek_to_char.3 | 2 +- .../fl_utf/data/documentation/man/man3/fl_utf_string_rip.3 | 2 +- .../data/documentation/man/man3/fl_utf_string_rip_nulless.3 | 2 +- .../documentation/man/man3/fl_utf_string_seek_line_to_char.3 | 2 +- .../man/man3/fl_utf_string_seek_line_until_graph.3 | 2 +- .../man/man3/fl_utf_string_seek_line_until_graph_non.3 | 2 +- .../data/documentation/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 +- .../data/documentation/man/man3/fl_utf_file_read_block.3 | 2 +- .../data/documentation/man/man3/fl_utf_file_read_until.3 | 2 +- .../data/documentation/man/man3/fl_utf_file_write.3 | 2 +- .../data/documentation/man/man3/fl_utf_file_write_block.3 | 2 +- .../data/documentation/man/man3/fl_utf_file_write_range.3 | 2 +- .../data/documentation/man/man3/fl_utf_file_write_until.3 | 2 +- level_2/fll_control_group/data/build/settings | 2 +- .../data/documentation/man/man3/fll_control_group_prepare.3 | 2 +- level_2/fll_error/data/build/settings | 2 +- .../data/documentation/man/man3/fll_error_file_print.3 | 2 +- .../man/man3/fll_error_parameter_integer_print.3 | 2 +- .../fll_error/data/documentation/man/man3/fll_error_print.3 | 2 +- level_2/fll_execute/data/build/settings | 2 +- .../data/documentation/man/man3/fll_execute_arguments_add.3 | 2 +- .../man/man3/fll_execute_arguments_add_parameter.3 | 2 +- .../man/man3/fll_execute_arguments_add_parameter_set.3 | 2 +- .../documentation/man/man3/fll_execute_arguments_add_set.3 | 2 +- .../data/documentation/man/man3/fll_execute_into.3 | 2 +- .../data/documentation/man/man3/fll_execute_program.3 | 2 +- level_2/fll_file/data/build/settings | 2 +- .../data/documentation/man/man3/fll_file_mode_set_all.3 | 2 +- level_2/fll_file/data/documentation/man/man3/fll_file_move.3 | 2 +- .../data/documentation/man/man3/fll_file_role_change_all.3 | 2 +- level_2/fll_fss/data/build/settings | 2 +- .../data/documentation/man/man3/fll_fss_basic_list_read.3 | 2 +- .../data/documentation/man/man3/fll_fss_basic_list_write.3 | 2 +- .../fll_fss/data/documentation/man/man3/fll_fss_basic_read.3 | 2 +- .../data/documentation/man/man3/fll_fss_basic_write.3 | 2 +- .../data/documentation/man/man3/fll_fss_embedded_list_read.3 | 2 +- .../documentation/man/man3/fll_fss_embedded_list_write.3 | 2 +- .../data/documentation/man/man3/fll_fss_extended_list_read.3 | 2 +- .../documentation/man/man3/fll_fss_extended_list_write.3 | 2 +- .../data/documentation/man/man3/fll_fss_extended_read.3 | 2 +- .../data/documentation/man/man3/fll_fss_extended_write.3 | 2 +- .../fll_fss/data/documentation/man/man3/fll_fss_identify.3 | 2 +- .../data/documentation/man/man3/fll_fss_payload_read.3 | 2 +- .../data/documentation/man/man3/fll_fss_payload_write.3 | 2 +- level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch.3 | 2 +- .../data/documentation/man/man3/fll_fss_snatch_apart.3 | 2 +- .../fll_fss/data/documentation/man/man3/fll_fss_snatch_map.3 | 2 +- .../data/documentation/man/man3/fll_fss_snatch_map_apart.3 | 2 +- .../data/documentation/man/man3/fll_fss_snatch_map_mash.3 | 2 +- .../documentation/man/man3/fll_fss_snatch_map_mash_apart.3 | 2 +- .../documentation/man/man3/fll_fss_snatch_map_together.3 | 2 +- .../data/documentation/man/man3/fll_fss_snatch_mash.3 | 2 +- .../data/documentation/man/man3/fll_fss_snatch_mash_apart.3 | 2 +- .../data/documentation/man/man3/fll_fss_snatch_together.3 | 2 +- level_2/fll_fss_status_string/data/build/settings | 2 +- .../data/documentation/man/man3/fll_fss_status_string_from.3 | 2 +- .../data/documentation/man/man3/fll_fss_status_string_to.3 | 2 +- level_2/fll_iki/data/build/settings | 2 +- .../data/documentation/man/man3/fll_iki_content_escape.3 | 2 +- .../documentation/man/man3/fll_iki_content_partial_escape.3 | 2 +- .../man/man3/fll_iki_content_partial_unescape.3 | 2 +- .../data/documentation/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 +- level_2/fll_print/data/documentation/man/man3/fll_print.3 | 2 +- .../data/documentation/man/man3/fll_print_character.3 | 2 +- .../data/documentation/man/man3/fll_print_character_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_dynamic.3 | 2 +- .../data/documentation/man/man3/fll_print_dynamic_partial.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man3/fll_print_dynamic_raw.3 | 2 +- .../documentation/man/man3/fll_print_dynamic_raw_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_dynamic_safely.3 | 2 +- .../fll_print/data/documentation/man/man3/fll_print_except.3 | 2 +- .../data/documentation/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 +- .../man/man3/fll_print_except_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/fll_print_except_dynamic_partial_safely.3 | 2 +- .../documentation/man/man3/fll_print_except_dynamic_raw.3 | 2 +- .../man/man3/fll_print_except_dynamic_raw_safely.3 | 2 +- .../documentation/man/man3/fll_print_except_dynamic_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_except_in.3 | 2 +- .../documentation/man/man3/fll_print_except_in_dynamic.3 | 2 +- .../man/man3/fll_print_except_in_dynamic_partial.3 | 2 +- .../man/man3/fll_print_except_in_dynamic_partial_raw.3 | 2 +- .../man3/fll_print_except_in_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/fll_print_except_in_dynamic_partial_safely.3 | 2 +- .../documentation/man/man3/fll_print_except_in_dynamic_raw.3 | 2 +- .../man/man3/fll_print_except_in_dynamic_raw_safely.3 | 2 +- .../man/man3/fll_print_except_in_dynamic_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_except_in_raw.3 | 2 +- .../documentation/man/man3/fll_print_except_in_raw_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_except_in_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_except_raw.3 | 2 +- .../documentation/man/man3/fll_print_except_raw_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_except_safely.3 | 2 +- .../fll_print/data/documentation/man/man3/fll_print_format.3 | 2 +- .../data/documentation/man/man3/fll_print_format_convert.3 | 2 +- .../fll_print/data/documentation/man/man3/fll_print_raw.3 | 2 +- .../data/documentation/man/man3/fll_print_raw_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_raw_terminated.3 | 2 +- .../fll_print/data/documentation/man/man3/fll_print_safely.3 | 2 +- .../documentation/man/man3/fll_print_safely_terminated.3 | 2 +- .../data/documentation/man/man3/fll_print_string_va.3 | 2 +- .../data/documentation/man/man3/fll_print_terminated.3 | 2 +- .../fll_print/data/documentation/man/man3/fll_print_trim.3 | 2 +- .../data/documentation/man/man3/fll_print_trim_dynamic.3 | 2 +- .../documentation/man/man3/fll_print_trim_dynamic_partial.3 | 2 +- .../man/man3/fll_print_trim_dynamic_partial_raw.3 | 2 +- .../man/man3/fll_print_trim_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/fll_print_trim_dynamic_partial_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_trim_dynamic_raw.3 | 2 +- .../man/man3/fll_print_trim_dynamic_raw_safely.3 | 2 +- .../documentation/man/man3/fll_print_trim_dynamic_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_trim_except.3 | 2 +- .../documentation/man/man3/fll_print_trim_except_dynamic.3 | 2 +- .../man/man3/fll_print_trim_except_dynamic_partial.3 | 2 +- .../man/man3/fll_print_trim_except_dynamic_partial_raw.3 | 2 +- .../man3/fll_print_trim_except_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/fll_print_trim_except_dynamic_partial_safely.3 | 2 +- .../man/man3/fll_print_trim_except_dynamic_raw.3 | 2 +- .../man/man3/fll_print_trim_except_dynamic_raw_safely.3 | 2 +- .../man/man3/fll_print_trim_except_dynamic_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_trim_except_in.3 | 2 +- .../man/man3/fll_print_trim_except_in_dynamic.3 | 2 +- .../man/man3/fll_print_trim_except_in_dynamic_partial.3 | 2 +- .../man/man3/fll_print_trim_except_in_dynamic_partial_raw.3 | 2 +- .../fll_print_trim_except_in_dynamic_partial_raw_safely.3 | 2 +- .../man3/fll_print_trim_except_in_dynamic_partial_safely.3 | 2 +- .../man/man3/fll_print_trim_except_in_dynamic_raw.3 | 2 +- .../man/man3/fll_print_trim_except_in_dynamic_raw_safely.3 | 2 +- .../man/man3/fll_print_trim_except_in_dynamic_safely.3 | 2 +- .../documentation/man/man3/fll_print_trim_except_in_raw.3 | 2 +- .../man/man3/fll_print_trim_except_in_raw_safely.3 | 2 +- .../documentation/man/man3/fll_print_trim_except_in_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_trim_except_raw.3 | 2 +- .../man/man3/fll_print_trim_except_raw_safely.3 | 2 +- .../documentation/man/man3/fll_print_trim_except_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_trim_raw.3 | 2 +- .../data/documentation/man/man3/fll_print_trim_raw_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_trim_safely.3 | 2 +- level_2/fll_program/data/build/settings | 2 +- .../data/documentation/man/man3/fll_program_data_delete.3 | 2 +- .../data/documentation/man/man3/fll_program_data_destroy.3 | 2 +- .../man/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 +- .../man/man3/fll_program_parameter_additional_rip_mash.3 | 2 +- .../man3/fll_program_parameter_long_print_cannot_use_with.3 | 2 +- .../documentation/man/man3/fll_program_parameter_process.3 | 2 +- .../man/man3/fll_program_parameter_process_empty.3 | 2 +- .../documentation/man/man3/fll_program_print_help_header.3 | 2 +- .../documentation/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 +- .../documentation/man/man3/fll_program_print_help_usage.3 | 2 +- .../data/documentation/man/man3/fll_program_print_version.3 | 2 +- .../documentation/man/man3/fll_program_standard_setdown.3 | 2 +- .../data/documentation/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 +- .../data/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 +- level_3/byte_dump/data/documentation/man/man1/byte_dump.1 | 2 +- .../byte_dump/data/documentation/man/man3/byte_dump_main.3 | 2 +- .../data/documentation/man/man3/byte_dump_print_copyright.3 | 2 +- .../data/documentation/man/man3/byte_dump_print_help.3 | 2 +- level_3/control/c/common.h | 4 ++-- level_3/control/data/build/settings | 2 +- level_3/control/data/documentation/man/man1/control.1 | 2 +- .../documentation/man/man3/control_action_type_identify.3 | 2 +- .../data/documentation/man/man3/control_action_type_name.3 | 2 +- level_3/control/data/documentation/man/man3/control_main.3 | 2 +- .../documentation/man/man3/control_payload_type_identify.3 | 2 +- .../data/documentation/man/man3/control_payload_type_name.3 | 2 +- .../data/documentation/man/man3/control_print_copyright.3 | 2 +- .../control/data/documentation/man/man3/control_print_help.3 | 2 +- level_3/controller/c/common.h | 4 ++-- level_3/controller/data/build/settings | 2 +- level_3/controller/data/documentation/man/man1/controller.1 | 2 +- .../man/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 +- .../controller/data/documentation/man/man3/controller_main.3 | 2 +- .../data/documentation/man/man3/controller_main_delete.3 | 2 +- .../data/documentation/man/man3/controller_print_copyright.3 | 2 +- .../data/documentation/man/man3/controller_print_help.3 | 2 +- .../man/man3/controller_rule_action_execute_type_identify.3 | 2 +- .../man/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 +- .../documentation/man/man3/controller_rule_item_type_name.3 | 2 +- .../man/man3/controller_rule_setting_limit_type_identify.3 | 2 +- .../man/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 +- .../controller/data/documentation/man/man5/controller-exit.5 | 2 +- .../data/documentation/man/man5/controller-packet.5 | 2 +- .../controller/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 +- level_3/fake/data/documentation/man/man3/fake_main_delete.3 | 2 +- .../fake/data/documentation/man/man3/fake_print_copyright.3 | 2 +- level_3/fake/data/documentation/man/man3/fake_print_help.3 | 2 +- level_3/fake/data/documentation/man/man5/fake-defines.5 | 2 +- level_3/fake/data/documentation/man/man5/fake-depedencies.5 | 2 +- level_3/fake/data/documentation/man/man5/fake-fakefile.5 | 2 +- level_3/fake/data/documentation/man/man5/fake-settings.5 | 2 +- level_3/firewall/c/common.h | 4 ++-- level_3/firewall/data/build/settings | 2 +- level_3/firewall/data/documentation/man/man1/firewall.1 | 2 +- level_3/firewall/data/documentation/man/man3/firewall_main.3 | 2 +- .../data/documentation/man/man3/firewall_print_copyright.3 | 2 +- .../data/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 +- .../data/documentation/man/man1/fss_basic_list_read.1 | 2 +- .../data/documentation/man/man3/fss_basic_list_read_main.3 | 2 +- .../man/man3/fss_basic_list_read_print_copyright.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man1/fss_basic_list_write.1 | 2 +- .../data/documentation/man/man3/fss_basic_list_write_main.3 | 2 +- .../man/man3/fss_basic_list_write_print_copyright.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man3/fss_basic_read_main.3 | 2 +- .../documentation/man/man3/fss_basic_read_print_copyright.3 | 2 +- .../data/documentation/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 +- .../data/documentation/man/man3/fss_basic_write_main.3 | 2 +- .../documentation/man/man3/fss_basic_write_print_copyright.3 | 2 +- .../data/documentation/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 +- .../data/documentation/man/man1/fss_embedded_list_read.1 | 2 +- .../documentation/man/man3/fss_embedded_list_read_main.3 | 2 +- .../man/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 +- .../data/documentation/man/man1/fss_embedded_list_write.1 | 2 +- .../documentation/man/man3/fss_embedded_list_write_main.3 | 2 +- .../man/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 +- .../data/documentation/man/man1/fss_extended_list_read.1 | 2 +- .../documentation/man/man3/fss_extended_list_read_main.3 | 2 +- .../man/man3/fss_extended_list_read_main_delete.3 | 2 +- .../man/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 +- .../data/documentation/man/man1/fss_extended_list_write.1 | 2 +- .../documentation/man/man3/fss_extended_list_write_main.3 | 2 +- .../man/man3/fss_extended_list_write_main_delete.3 | 2 +- .../man/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 +- .../data/documentation/man/man3/fss_extended_read_main.3 | 2 +- .../man/man3/fss_extended_read_print_copyright.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man3/fss_extended_write_main.3 | 2 +- .../man/man3/fss_extended_write_print_copyright.3 | 2 +- .../documentation/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 +- .../fss_identify/data/documentation/man/man1/fss_identify.1 | 2 +- .../data/documentation/man/man3/fss_identify_main.3 | 2 +- .../documentation/man/man3/fss_identify_print_copyright.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/fss_payload_read_main.3 | 2 +- .../man/man3/fss_payload_read_print_copyright.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man3/fss_payload_write_main.3 | 2 +- .../man/man3/fss_payload_write_print_copyright.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man3/fss_status_code_main.3 | 2 +- .../documentation/man/man3/fss_status_code_print_copyright.3 | 2 +- .../data/documentation/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 +- level_3/iki_read/data/documentation/man/man1/iki_read.1 | 2 +- level_3/iki_read/data/documentation/man/man3/iki_read_main.3 | 2 +- .../data/documentation/man/man3/iki_read_print_copyright.3 | 2 +- .../data/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 +- level_3/iki_write/data/documentation/man/man1/iki_write.1 | 2 +- .../iki_write/data/documentation/man/man3/iki_write_main.3 | 2 +- .../data/documentation/man/man3/iki_write_print_copyright.3 | 2 +- .../data/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 +- .../status_code/data/documentation/man/man1/status_code.1 | 2 +- .../data/documentation/man/man3/status_code_main.3 | 2 +- .../data/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 +- .../utf8/data/documentation/man/man3/utf8_print_copyright.3 | 2 +- level_3/utf8/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 176aff9..ec2fa96 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.11" project)\: + Build tree structure example (using the abbreviation-FLL:"Featureless Linux Library" code:"status_code-0.6.12" 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.11 - │   │   └── libstatus_code.so.0.6.11 + │   │   ├── libstatus_code.so.0.6 -> libstatus_code.so.0.6.12 + │   │   └── libstatus_code.so.0.6.12 │   └── 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.11" project)\: + Work tree Structure example at file:"/tmp/work" (using the abbreviation-FLL:"Featureless Linux Library" code:"status_code-0.6.12" 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.11 - │   │   └── libstatus_code.so.0.6.11 + │   │   ├── libstatus_code.so.0.6 -> libstatus_code.so.0.6.12 + │   │   └── libstatus_code.so.0.6.12 │   └── static │   └── libstatus_code.a └── programs diff --git a/build/documents/readme.build.txt b/build/documents/readme.build.txt index 16cd21b..410b859 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.11" project)\: + Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.6.12" 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.11 - │   │   └── libstatus_code.so.0.6.11 + │   │   ├── libstatus_code.so.0.6 -> libstatus_code.so.0.6.12 + │   │   └── libstatus_code.so.0.6.12 │   └── 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.11" project)\: + Work Tree Structure Example at file:"/tmp/work" (using the FLL:"Featureless Linux Library" code:"status_code-0.6.12" 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.11 - │   │   └── libstatus_code.so.0.6.11 + │   │   ├── libstatus_code.so.0.6 -> libstatus_code.so.0.6.12 + │   │   └── libstatus_code.so.0.6.12 │   └── static │   └── libstatus_code.a └── programs diff --git a/build/level_0/settings b/build/level_0/settings index 67b5dca..073b642 100644 --- a/build/level_0/settings +++ b/build/level_0/settings @@ -20,7 +20,7 @@ build_name fll_0 version_major 0 version_minor 6 -version_micro 11 +version_micro 12 version_file micro version_target minor diff --git a/build/level_1/settings b/build/level_1/settings index 872e5f8..cc609c6 100644 --- a/build/level_1/settings +++ b/build/level_1/settings @@ -20,7 +20,7 @@ build_name fll_1 version_major 0 version_minor 6 -version_micro 11 +version_micro 12 version_file micro version_target minor diff --git a/build/level_2/settings b/build/level_2/settings index c2de487..a3cc810 100644 --- a/build/level_2/settings +++ b/build/level_2/settings @@ -20,7 +20,7 @@ build_name fll_2 version_major 0 version_minor 6 -version_micro 11 +version_micro 12 version_file micro version_target minor diff --git a/build/monolithic/settings b/build/monolithic/settings index a9dbfca..6147e54 100644 --- a/build/monolithic/settings +++ b/build/monolithic/settings @@ -20,7 +20,7 @@ build_name fll version_major 0 version_minor 6 -version_micro 11 +version_micro 12 version_file micro version_target minor diff --git a/build/scripts/bootstrap-example.sh b/build/scripts/bootstrap-example.sh index 250f140..01f89a3 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.11 +version=0.6.12 mode_compiler_param="-m" mode_compiler_value="gcc" mode_part= diff --git a/build/scripts/bootstrap.sh b/build/scripts/bootstrap.sh index 970c4f4..48a7c31 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.11 + local version=0.6.12 local grab_next= local do_color=dark diff --git a/build/scripts/generate_ctags.sh b/build/scripts/generate_ctags.sh index fc159ab..d1c777a 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.11 + local version=0.6.12 local grab_next= local do_color=dark diff --git a/build/scripts/install.sh b/build/scripts/install.sh index 47d6928..f01a9f6 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.11 + local version=0.6.12 local grab_next= local do_color=dark diff --git a/build/scripts/package.sh b/build/scripts/package.sh index 2b33ff7..3621c0a 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.11 + local version=0.6.12 local grab_next= local do_color=dark diff --git a/build/scripts/test.sh b/build/scripts/test.sh index 4946576..9e14032 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.11 + local version=0.6.12 local grab_next= local do_color=dark diff --git a/build/stand_alone/byte_dump.settings b/build/stand_alone/byte_dump.settings index 1210d19..aebac5f 100644 --- a/build/stand_alone/byte_dump.settings +++ b/build/stand_alone/byte_dump.settings @@ -17,7 +17,7 @@ build_name byte_dump version_major 0 version_minor 6 -version_micro 11 +version_micro 12 version_file micro version_target minor diff --git a/build/stand_alone/controller.settings b/build/stand_alone/controller.settings index ce5d8d1..2711ee0 100644 --- a/build/stand_alone/controller.settings +++ b/build/stand_alone/controller.settings @@ -17,7 +17,7 @@ build_name controller version_major 0 version_minor 6 -version_micro 11 +version_micro 12 version_file micro version_target minor diff --git a/build/stand_alone/fake.settings b/build/stand_alone/fake.settings index b11ff92..57b2716 100644 --- a/build/stand_alone/fake.settings +++ b/build/stand_alone/fake.settings @@ -17,7 +17,7 @@ build_name fake version_major 0 version_minor 6 -version_micro 11 +version_micro 12 version_file micro version_target minor diff --git a/build/stand_alone/firewall.settings b/build/stand_alone/firewall.settings index 449362e..b54caa1 100644 --- a/build/stand_alone/firewall.settings +++ b/build/stand_alone/firewall.settings @@ -17,7 +17,7 @@ build_name firewall version_major 0 version_minor 6 -version_micro 11 +version_micro 12 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 1214aae..107f6aa 100644 --- a/build/stand_alone/fss_basic_list_read.settings +++ b/build/stand_alone/fss_basic_list_read.settings @@ -17,7 +17,7 @@ build_name fss_basic_list_read version_major 0 version_minor 6 -version_micro 11 +version_micro 12 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 eeb0f9a..bdeb18f 100644 --- a/build/stand_alone/fss_basic_read.settings +++ b/build/stand_alone/fss_basic_read.settings @@ -17,7 +17,7 @@ build_name fss_basic_read version_major 0 version_minor 6 -version_micro 11 +version_micro 12 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 35273ca..0d23884 100644 --- a/build/stand_alone/fss_basic_write.settings +++ b/build/stand_alone/fss_basic_write.settings @@ -17,7 +17,7 @@ build_name fss_basic_write version_major 0 version_minor 6 -version_micro 11 +version_micro 12 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 ac07d4b..bf77fc9 100644 --- a/build/stand_alone/fss_extended_list_read.settings +++ b/build/stand_alone/fss_extended_list_read.settings @@ -17,7 +17,7 @@ build_name fss_extended_list_read version_major 0 version_minor 6 -version_micro 11 +version_micro 12 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 1fbd008..b575f33 100644 --- a/build/stand_alone/fss_extended_list_write.settings +++ b/build/stand_alone/fss_extended_list_write.settings @@ -17,7 +17,7 @@ build_name fss_extended_list_write version_major 0 version_minor 6 -version_micro 11 +version_micro 12 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 382f80d..af7ad86 100644 --- a/build/stand_alone/fss_extended_read.settings +++ b/build/stand_alone/fss_extended_read.settings @@ -17,7 +17,7 @@ build_name fss_extended_read version_major 0 version_minor 6 -version_micro 11 +version_micro 12 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 223286a..69f27c2 100644 --- a/build/stand_alone/fss_extended_write.settings +++ b/build/stand_alone/fss_extended_write.settings @@ -17,7 +17,7 @@ build_name fss_extended_write version_major 0 version_minor 6 -version_micro 11 +version_micro 12 version_file micro version_target minor diff --git a/build/stand_alone/fss_identify.settings b/build/stand_alone/fss_identify.settings index 7c2cef5..09b0c42 100644 --- a/build/stand_alone/fss_identify.settings +++ b/build/stand_alone/fss_identify.settings @@ -17,7 +17,7 @@ build_name fss_identify version_major 0 version_minor 6 -version_micro 11 +version_micro 12 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 df29514..2e1a6eb 100644 --- a/build/stand_alone/fss_payload_read.settings +++ b/build/stand_alone/fss_payload_read.settings @@ -17,7 +17,7 @@ build_name fss_payload_read version_major 0 version_minor 6 -version_micro 11 +version_micro 12 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 70fe1dc..fc87a3b 100644 --- a/build/stand_alone/fss_payload_write.settings +++ b/build/stand_alone/fss_payload_write.settings @@ -17,7 +17,7 @@ build_name fss_payload_write version_major 0 version_minor 6 -version_micro 11 +version_micro 12 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 2ccc118..1d0e41c 100644 --- a/build/stand_alone/fss_status_code.settings +++ b/build/stand_alone/fss_status_code.settings @@ -17,7 +17,7 @@ build_name fss_status_code version_major 0 version_minor 6 -version_micro 11 +version_micro 12 version_file micro version_target minor diff --git a/build/stand_alone/iki_read.settings b/build/stand_alone/iki_read.settings index f43fd1b..faea340 100644 --- a/build/stand_alone/iki_read.settings +++ b/build/stand_alone/iki_read.settings @@ -17,7 +17,7 @@ build_name iki_read version_major 0 version_minor 6 -version_micro 11 +version_micro 12 version_file micro version_target minor diff --git a/build/stand_alone/iki_write.settings b/build/stand_alone/iki_write.settings index 52d901c..71ea013 100644 --- a/build/stand_alone/iki_write.settings +++ b/build/stand_alone/iki_write.settings @@ -17,7 +17,7 @@ build_name iki_write version_major 0 version_minor 6 -version_micro 11 +version_micro 12 version_file micro version_target minor diff --git a/build/stand_alone/status_code.settings b/build/stand_alone/status_code.settings index 635ffa2..56aae1a 100644 --- a/build/stand_alone/status_code.settings +++ b/build/stand_alone/status_code.settings @@ -17,7 +17,7 @@ build_name status_code version_major 0 version_minor 6 -version_micro 11 +version_micro 12 version_file micro version_target minor diff --git a/build/stand_alone/utf8.settings b/build/stand_alone/utf8.settings index c0b43af..17ce4f3 100644 --- a/build/stand_alone/utf8.settings +++ b/build/stand_alone/utf8.settings @@ -17,7 +17,7 @@ build_name utf8 version_major 0 version_minor 6 -version_micro 11 +version_micro 12 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 80c934f..aa8bfb4 100644 --- a/level_0/f_account/data/build/settings +++ b/level_0/f_account/data/build/settings @@ -17,7 +17,7 @@ build_name f_account version_major 0 version_minor 6 -version_micro 11 +version_micro 12 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 83ce845..fbfd54a 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 11 +version_micro 12 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 aadd3df..562e77c 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 11 +version_micro 12 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 f3fa701..b5dc2a3 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.11" "Library Functions" +.TH f_account_by_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e99333c..f19dcbf 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.11" "Library Functions" +.TH f_account_by_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ab23278..e18560c 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.11" "Library Functions" +.TH f_account_group_id_by_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d16826c..33189a0 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.11" "Library Functions" +.TH f_account_group_name_by_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3c627f8..bcf1b83 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.11" "Library Functions" +.TH f_account_id_by_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4bc759e..8cc0752 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.11" "Library Functions" +.TH f_account_name_by_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 70a30c1..035c28d 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 11 +version_micro 12 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 d062ccb..07359fe 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 11 +version_micro 12 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 f17d26a..fef6d4d 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 11 +version_micro 12 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 88b3cc1..5dbdf4c 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.11" "Library Functions" +.TH f_capability_ambient_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7225125..ea736ec 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.11" "Library Functions" +.TH f_capability_ambient_reset "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1db3e74..060350e 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.11" "Library Functions" +.TH f_capability_ambient_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 412c425..0217437 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.11" "Library Functions" +.TH f_capability_clear "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 556b244..6b22e29 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.11" "Library Functions" +.TH f_capability_clear_flag "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d0fe0f1..d58fd81 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.11" "Library Functions" +.TH f_capability_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0ab340d..6a3cc6a 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.11" "Library Functions" +.TH f_capability_copy "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 22ce16d..a8e8a18 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.11" "Library Functions" +.TH f_capability_copy_external "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f1b32d6..2f0b162 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.11" "Library Functions" +.TH f_capability_copy_internal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 64c7ae8..f0ace5f 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.11" "Library Functions" +.TH f_capability_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f0b5184..1e6182a 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.11" "Library Functions" +.TH f_capability_file_descriptor_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 784d422..0cdf41b 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.11" "Library Functions" +.TH f_capability_file_descriptor_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4902f05..86e09c6 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.11" "Library Functions" +.TH f_capability_file_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 af976cd..fabe895 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.11" "Library Functions" +.TH f_capability_file_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4e499c3..bc0787c 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.11" "Library Functions" +.TH f_capability_flag_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 54a5e9d..556b602 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.11" "Library Functions" +.TH f_capability_flag_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8e24b25..eef8ad8 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.11" "Library Functions" +.TH f_capability_from_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4498713..2fc87f4 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.11" "Library Functions" +.TH f_capability_from_text "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7d27cb2..82bfbcf 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.11" "Library Functions" +.TH f_capability_groups_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fdb0489..253dcda 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.11" "Library Functions" +.TH f_capability_initialize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 00e6b5c..3758313 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.11" "Library Functions" +.TH f_capability_mode_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6cbeb2f..dee8648 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.11" "Library Functions" +.TH f_capability_mode_get_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 214797a..8d4a5fc 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.11" "Library Functions" +.TH f_capability_mode_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bb2ff2b..75b7181 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.11" "Library Functions" +.TH f_capability_owner_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 71be0e4..bdc3a3e 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.11" "Library Functions" +.TH f_capability_owner_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1d465aa..543681d 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.11" "Library Functions" +.TH f_capability_process_bound_drop "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8dfba2d..bf93ac9 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.11" "Library Functions" +.TH f_capability_process_bound_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 454760a..1500c64 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.11" "Library Functions" +.TH f_capability_process_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e46edbc..58ac843 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.11" "Library Functions" +.TH f_capability_process_get_by_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ec62cc3..bb22265 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.11" "Library Functions" +.TH f_capability_process_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a4cd207..71b3156 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.11" "Library Functions" +.TH f_capability_security_bits_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4110eba..183e267 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.11" "Library Functions" +.TH f_capability_security_bits_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8d46bab..c1b502f 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.11" "Library Functions" +.TH f_capability_size "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e0690ac..1ce5c80 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.11" "Library Functions" +.TH f_capability_supported "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ce06276..07c1108 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.11" "Library Functions" +.TH f_capability_supported_ambient "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7bbb1b3..8c65738 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.11" "Library Functions" +.TH f_capability_supported_code "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 261d9c0..a6ee8e6 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.11" "Library Functions" +.TH f_capability_to_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c88dd77..1723a69 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.11" "Library Functions" +.TH f_capability_to_text "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3078d3a..74fe9ba 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.11" "Library Functions" +.TH f_capability_user_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fdb7400..903bcb3 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 11 +version_micro 12 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 20019b4..55f9a62 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 11 +version_micro 12 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 d7bfd02..42c25a1 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 11 +version_micro 12 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 70e272c..117484d 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.11" "Library Functions" +.TH f_color_context_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8e9e93f..3ada173 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.11" "Library Functions" +.TH f_color_context_destroy "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0fe0baa..9a208ff 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.11" "Library Functions" +.TH f_color_load_context "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c19a0d3..2fbc79e 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.11" "Library Functions" +.TH f_color_save_1 "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d718671..8f8ee6a 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.11" "Library Functions" +.TH f_color_save_2 "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7ea3e80..ff29c27 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.11" "Library Functions" +.TH f_color_save_3 "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2a84920..526e3e1 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.11" "Library Functions" +.TH f_color_save_4 "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b0c5358..482683f 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.11" "Library Functions" +.TH f_color_save_5 "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8e30005..241e790 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 11 +version_micro 12 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 7b16519..ae688e8 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 11 +version_micro 12 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 a5f8631..6ad2150 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.11" "Library Functions" +.TH f_console_environment_process "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 78832fc..88838d3 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.11" "Library Functions" +.TH f_console_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b80de06..64c04dd 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.11" "Library Functions" +.TH f_console_parameter_prioritize_left "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 480bac8..6393893 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.11" "Library Functions" +.TH f_console_parameter_prioritize_right "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d3d8f53..317214a 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.11" "Library Functions" +.TH f_console_parameter_process "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5576763..b431e1d 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.11" "Library Functions" +.TH f_console_parameters_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ad86716..942ac91 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.11" "Library Functions" +.TH f_console_parameters_destroy "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 78366f2..9a632fe 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 11 +version_micro 12 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 d9ebf6f..26a646a 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 11 +version_micro 12 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 cbd75a7..1bc3645 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.11" "Library Functions" +.TH f_control_group_copy "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3733705..bcd9b1f 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 11 +version_micro 12 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 9c530bf..574e700 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 11 +version_micro 12 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 c44451a..75fde5a 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 11 +version_micro 12 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 e89dc67..40f84ac 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.11" "Library Functions" +.TH f_conversion_character_is_binary "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e05bae3..48804a7 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.11" "Library Functions" +.TH f_conversion_character_is_decimal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fa048f2..c9a80fc 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.11" "Library Functions" +.TH f_conversion_character_is_duodecimal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8fe4875..66e2b8f 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.11" "Library Functions" +.TH f_conversion_character_is_hexidecimal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 69bd203..0c32554 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.11" "Library Functions" +.TH f_conversion_character_is_octal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3612ee4..c730997 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.11" "Library Functions" +.TH f_conversion_character_to_binary "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1a603b7..b9e8c99 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.11" "Library Functions" +.TH f_conversion_character_to_decimal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 894da48..38f9a7e 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.11" "Library Functions" +.TH f_conversion_character_to_duodecimal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 89ee9e5..e515c5a 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.11" "Library Functions" +.TH f_conversion_character_to_hexidecimal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 34d1bda..920aefc 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.11" "Library Functions" +.TH f_conversion_character_to_octal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f556e57..30e1e65 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.11" "Library Functions" +.TH f_conversion_number_signed_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ee8fc84..5a6f79b 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.11" "Library Functions" +.TH f_conversion_number_signed_to_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 828e405..2e58633 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.11" "Library Functions" +.TH f_conversion_number_unsigned_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 55a3a7f..20301d1 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.11" "Library Functions" +.TH f_conversion_number_unsigned_to_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4759b74..b9d8a5c 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 11 +version_micro 12 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 35c0d0d..b60a077 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 11 +version_micro 12 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 d66c5af..f2d853b 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 11 +version_micro 12 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 406bfd1..153a932 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.11" "Library Functions" +.TH f_directory_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f3107fe..247bb12 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.11" "Library Functions" +.TH f_directory_create_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e3af20f..d9ae6d9 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.11" "Library Functions" +.TH f_directory_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8a5e70e..27d49ac 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.11" "Library Functions" +.TH f_directory_exists_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9c3c9cb..8db3b09 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.11" "Library Functions" +.TH f_directory_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9bbd4cc..50e8676 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.11" "Library Functions" +.TH f_directory_is_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 672a72d..5675df6 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.11" "Library Functions" +.TH f_directory_list "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0d03d74..4a74bbd 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.11" "Library Functions" +.TH f_directory_open "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0aee544..d76cb80 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.11" "Library Functions" +.TH f_directory_open_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1604b0d..509a07a 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.11" "Library Functions" +.TH f_directory_remove "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c408645..05bdcc5 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.11" "Library Functions" +.TH f_directory_remove_custom "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5a734a6..c04a8a9 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.11" "Library Functions" +.TH f_directory_touch "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 dabd218..9f0fd1e 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.11" "Library Functions" +.TH f_directory_touch_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 74c6495..0c604c9 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 11 +version_micro 12 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 19789af..3313a51 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 11 +version_micro 12 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 aec5cd7..88bc1a6 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 11 +version_micro 12 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 1b66d04..c7b627d 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.11" "Library Functions" +.TH f_environment_clear "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 918447d..aaf2300 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.11" "Library Functions" +.TH f_environment_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f5e6e34..10706b2 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.11" "Library Functions" +.TH f_environment_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 710cd49..d107830 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.11" "Library Functions" +.TH f_environment_get_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fc7fde9..0c50fd9 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.11" "Library Functions" +.TH f_environment_secure_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a9952e8..c8b1ded 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.11" "Library Functions" +.TH f_environment_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f1ed96c..3c888d4 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.11" "Library Functions" +.TH f_environment_unset "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f4a9e4f..7e7e8c4 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 11 +version_micro 12 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 fa7f13f..6350956 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 11 +version_micro 12 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 a63f5a7..5eae7eb 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.11" "Library Functions" +.TH f_execute_status_from_status "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3ba213d..37682ce 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.11" "Library Functions" +.TH f_execute_status_to_status "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 80a0cdb..36869ab 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 11 +version_micro 12 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 0c98bf3..8f23f04 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 11 +version_micro 12 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 b6635bb..c573c4c 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 11 +version_micro 12 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 c612685..337de69 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.11" "Library Functions" +.TH f_file_access "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 313c3c4..fcdb886 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.11" "Library Functions" +.TH f_file_access_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 40cdeed..59298c1 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.11" "Library Functions" +.TH f_file_clone "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 60b4e0f..65275fa 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.11" "Library Functions" +.TH f_file_close "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 340e0a1..ab52114 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.11" "Library Functions" +.TH f_file_close_flush "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 521f7cb..b81cfa6 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.11" "Library Functions" +.TH f_file_copy "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0959f9b..bddcd7d 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.11" "Library Functions" +.TH f_file_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6c04610..42d6243 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.11" "Library Functions" +.TH f_file_create_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1ca8493..f5d90c7 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.11" "Library Functions" +.TH f_file_create_device "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d5e3884..3dc4d0a 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.11" "Library Functions" +.TH f_file_create_device_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f13835b..f0c10ee 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.11" "Library Functions" +.TH f_file_create_fifo "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c94d32e..f29f28e 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.11" "Library Functions" +.TH f_file_create_fifo_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1b36dc5..200ff1d 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.11" "Library Functions" +.TH f_file_create_node "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d64f64d..73daf93 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.11" "Library Functions" +.TH f_file_create_node_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7ade026..7533cdd 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.11" "Library Functions" +.TH f_file_descriptor "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 16fa79f..b7a8f41 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.11" "Library Functions" +.TH f_file_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a1c7a82..581f185 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.11" "Library Functions" +.TH f_file_exists_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9046dd4..15531da 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.11" "Library Functions" +.TH f_file_flush "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9197d5b..de0ec6b 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.11" "Library Functions" +.TH f_file_group_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 801df5e..132734a 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.11" "Library Functions" +.TH f_file_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7c5e085..75134e8 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.11" "Library Functions" +.TH f_file_is_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 15153c8..984ccf7 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.11" "Library Functions" +.TH f_file_link "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 38457fb..5bf7dcd 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.11" "Library Functions" +.TH f_file_link_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a96ab5b..f94d72c 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.11" "Library Functions" +.TH f_file_link_hard "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a6b7c91..60d4c0d 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.11" "Library Functions" +.TH f_file_link_hard_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 362c3d2..0d560ea 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.11" "Library Functions" +.TH f_file_link_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ad2d119..e00bc83 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.11" "Library Functions" +.TH f_file_link_read_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2e54439..bbec796 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.11" "Library Functions" +.TH f_file_mode_determine "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c45e81b..db0e4f8 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.11" "Library Functions" +.TH f_file_mode_from_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 eee17d5..fdd3bc7 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.11" "Library Functions" +.TH f_file_mode_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 41a550d..e44fd1d 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.11" "Library Functions" +.TH f_file_mode_read_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a9e7a71..25fcb5c 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.11" "Library Functions" +.TH f_file_mode_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6be0f59..5817891 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.11" "Library Functions" +.TH f_file_mode_set_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 dc84e79..12d7654 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.11" "Library Functions" +.TH f_file_mode_to_mode "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5aae1c6..7e40dbd 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.11" "Library Functions" +.TH f_file_name_base "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 82bf41a..d52e0f6 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.11" "Library Functions" +.TH f_file_name_directory "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c4b142a..e4a6bfc 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.11" "Library Functions" +.TH f_file_open "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8dbcdda..1b3a578 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.11" "Library Functions" +.TH f_file_open_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0952618..4537831 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.11" "Library Functions" +.TH f_file_owner_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d1d9268..85bbfd7 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.11" "Library Functions" +.TH f_file_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7993651..a387bb7 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.11" "Library Functions" +.TH f_file_read_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 aeb1442..9aefca6 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.11" "Library Functions" +.TH f_file_read_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7fc99dd..a34b437 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.11" "Library Functions" +.TH f_file_remove "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ac4aced..570367a 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.11" "Library Functions" +.TH f_file_remove_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e303c81..1def850 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.11" "Library Functions" +.TH f_file_rename "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c5d8eae..95a82f1 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.11" "Library Functions" +.TH f_file_rename_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a39f097..f7fcc71 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.11" "Library Functions" +.TH f_file_role_change "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e2e5691..3925956 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.11" "Library Functions" +.TH f_file_role_change_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 22ea093..ada6727 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.11" "Library Functions" +.TH f_file_seek "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 03f5ec8..bec0778 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.11" "Library Functions" +.TH f_file_size "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0d67e0f..0629b68 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.11" "Library Functions" +.TH f_file_size_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cabe6a5..a1045de 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.11" "Library Functions" +.TH f_file_size_by_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8d9f2af..2c66dd1 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.11" "Library Functions" +.TH f_file_stat "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fb53294..7324ea8 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.11" "Library Functions" +.TH f_file_stat_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 554a834..2f5ae7c 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.11" "Library Functions" +.TH f_file_stat_by_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a03d4e4..3bd9311 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.11" "Library Functions" +.TH f_file_stream_close "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6801dee..331331c 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.11" "Library Functions" +.TH f_file_stream_open "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5752ac0..786a598 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.11" "Library Functions" +.TH f_file_stream_open_descriptor "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cd14221..d9f5117 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.11" "Library Functions" +.TH f_file_stream_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d412e5d..dd080fb 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.11" "Library Functions" +.TH f_file_stream_read_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9e6693c..802d7cf 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.11" "Library Functions" +.TH f_file_stream_read_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 46156d9..32a39a4 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.11" "Library Functions" +.TH f_file_stream_reopen "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cf2eace..a23d207 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.11" "Library Functions" +.TH f_file_stream_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2b43291..b5db4be 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.11" "Library Functions" +.TH f_file_stream_write_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 51c676a..7e6d9b6 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.11" "Library Functions" +.TH f_file_stream_write_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3f0af98..d548375 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.11" "Library Functions" +.TH f_file_stream_write_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2869443..cb32abf 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.11" "Library Functions" +.TH f_file_touch "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 95e5012..0cd146a 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.11" "Library Functions" +.TH f_file_touch_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3c4996b..a718763 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.11" "Library Functions" +.TH f_file_type "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2864c50..54bf8b4 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.11" "Library Functions" +.TH f_file_type_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b9c7138..440fb8b 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.11" "Library Functions" +.TH f_file_umask_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7630243..70b0580 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.11" "Library Functions" +.TH f_file_umask_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fb485ff..b3ffb74 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.11" "Library Functions" +.TH f_file_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 52a1156..28f2109 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.11" "Library Functions" +.TH f_file_write_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 eb05220..a2d10b8 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.11" "Library Functions" +.TH f_file_write_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 abb44c0..bd798b1 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.11" "Library Functions" +.TH f_file_write_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e7cd6cf..82c8236 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 11 +version_micro 12 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 6380596..c1d5ea9 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 11 +version_micro 12 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 87282eb..480a6e8 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 11 +version_micro 12 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 a276491..9f7e705 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.11" "Library Functions" +.TH f_fss_apply_delimit "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 068cae9..a95706b 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.11" "Library Functions" +.TH f_fss_apply_delimit_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 271b342..eedeb26 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.11" "Library Functions" +.TH f_fss_count_lines "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e847b20..3c25be1 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.11" "Library Functions" +.TH f_fss_count_lines_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5961bfc..1360a5d 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.11" "Library Functions" +.TH f_fss_fail_utf "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 46f1aa5..e348646 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.11" "Library Functions" +.TH f_fss_fail_utf_to_false "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1e9696c..8c1d069 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.11" "Library Functions" +.TH f_fss_is_combining "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9ca28fc..aaa4ddb 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.11" "Library Functions" +.TH f_fss_is_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 400ce32..73b0261 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.11" "Library Functions" +.TH f_fss_is_space "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 46d696e..31bbb62 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.11" "Library Functions" +.TH f_fss_is_zero_width "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c49bc53..15bf10f 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.11" "Library Functions" +.TH f_fss_items_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9b12084..903a6a3 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.11" "Library Functions" +.TH f_fss_items_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ba6f827..e4f9d1f 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.11" "Library Functions" +.TH f_fss_items_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 43d3602..57a6370 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.11" "Library Functions" +.TH f_fss_items_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6a87a7b..2b581a9 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.11" "Library Functions" +.TH f_fss_items_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2c9e247..e009198 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.11" "Library Functions" +.TH f_fss_items_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d7f4921..ac53030 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.11" "Library Functions" +.TH f_fss_named_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9dbf354..1fb174d 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.11" "Library Functions" +.TH f_fss_named_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 81550d9..ee37c6e 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.11" "Library Functions" +.TH f_fss_named_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7071a17..be2abcf 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.11" "Library Functions" +.TH f_fss_named_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 75ac09f..e60f73c 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.11" "Library Functions" +.TH f_fss_named_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f174a0b..44ddf27 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.11" "Library Functions" +.TH f_fss_named_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 44136e9..a98a463 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.11" "Library Functions" +.TH f_fss_nameds_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 64f38ca..b39582f 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.11" "Library Functions" +.TH f_fss_nameds_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 590d7b5..e665122 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.11" "Library Functions" +.TH f_fss_nameds_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6aecb9e..6ad6851 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.11" "Library Functions" +.TH f_fss_nameds_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 70d0281..85a2e5c 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.11" "Library Functions" +.TH f_fss_nameds_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9af1a43..a9f3673 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.11" "Library Functions" +.TH f_fss_nameds_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8b72f50..afffcc9 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.11" "Library Functions" +.TH f_fss_nest_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6ede80d..89b6c80 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.11" "Library Functions" +.TH f_fss_nest_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b0be708..02ed688 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.11" "Library Functions" +.TH f_fss_nest_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1122331..dad7261 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.11" "Library Functions" +.TH f_fss_nest_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d587439..152fd31 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.11" "Library Functions" +.TH f_fss_nest_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 656a218..48d09f4 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.11" "Library Functions" +.TH f_fss_nest_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d1d7857..e25bba1 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.11" "Library Functions" +.TH f_fss_nests_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 749b9e0..ab171b2 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.11" "Library Functions" +.TH f_fss_nests_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f155b4e..bb91593 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.11" "Library Functions" +.TH f_fss_nests_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cf55896..c46ff35 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.11" "Library Functions" +.TH f_fss_nests_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1432100..b5b6636 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.11" "Library Functions" +.TH f_fss_nests_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a89488c..87c7f70 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.11" "Library Functions" +.TH f_fss_nests_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e70a570..6d953bb 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.11" "Library Functions" +.TH f_fss_seek_to_eol "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 44a5221..e05c11e 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.11" "Library Functions" +.TH f_fss_set_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 668968b..81164e4 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.11" "Library Functions" +.TH f_fss_set_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9abbdb2..feacd49 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.11" "Library Functions" +.TH f_fss_set_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 227e68b..ab7de65 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.11" "Library Functions" +.TH f_fss_set_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 545b216..5f3fdc9 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.11" "Library Functions" +.TH f_fss_set_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1a0747a..a99be9f 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.11" "Library Functions" +.TH f_fss_set_quote_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1c9c35d..ed0d68a 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.11" "Library Functions" +.TH f_fss_set_quote_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a916051..fe8e1ee 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.11" "Library Functions" +.TH f_fss_set_quote_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 eb9f6ec..9517ce4 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.11" "Library Functions" +.TH f_fss_set_quote_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 eb43111..de2d7f0 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.11" "Library Functions" +.TH f_fss_set_quote_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e1b122f..c4fe81c 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.11" "Library Functions" +.TH f_fss_set_quote_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d4b9af8..6d9ae9a 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.11" "Library Functions" +.TH f_fss_set_quotes_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 785853d..dda23fe 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.11" "Library Functions" +.TH f_fss_set_quotes_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7a9621f..b0a4b10 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.11" "Library Functions" +.TH f_fss_set_quotes_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 17e6953..69cadd0 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.11" "Library Functions" +.TH f_fss_set_quotes_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3e714de..8cb1b7d 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.11" "Library Functions" +.TH f_fss_set_quotes_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b0f52b2..1eb755c 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.11" "Library Functions" +.TH f_fss_set_quotes_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c7a3be5..c1f2f17 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.11" "Library Functions" +.TH f_fss_set_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5d4c0cd..2d409a6 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.11" "Library Functions" +.TH f_fss_sets_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2e90b0b..4bd7784 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.11" "Library Functions" +.TH f_fss_sets_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d2c2cc7..af44917 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.11" "Library Functions" +.TH f_fss_sets_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 897ed87..21b4906 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.11" "Library Functions" +.TH f_fss_sets_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 67c936a..c7fbf68 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.11" "Library Functions" +.TH f_fss_sets_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a1696eb..7f8eb8d 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.11" "Library Functions" +.TH f_fss_sets_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 83ae29e..5bd3224 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.11" "Library Functions" +.TH f_fss_skip_past_delimit "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 671b499..4797e6d 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.11" "Library Functions" +.TH f_fss_skip_past_space "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f6f8381..57d508a 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 11 +version_micro 12 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 8d430df..0086d60 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 11 +version_micro 12 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 e6fa0f2..8eff9f6 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.11" "Library Functions" +.TH f_iki_content_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4d85b53..95fcbca 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.11" "Library Functions" +.TH f_iki_content_partial_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 300b3fb..08d9b48 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.11" "Library Functions" +.TH f_iki_data_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ade7447..46c4a0d 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.11" "Library Functions" +.TH f_iki_data_destroy "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a6c7f04..a16d5b9 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.11" "Library Functions" +.TH f_iki_datas_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1d116c2..07d2d4b 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.11" "Library Functions" +.TH f_iki_datas_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a68be1a..d709b0e 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.11" "Library Functions" +.TH f_iki_datas_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 003ee1a..dc3b60d 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.11" "Library Functions" +.TH f_iki_datas_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8937de7..e22b640 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.11" "Library Functions" +.TH f_iki_datas_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 70a644e..4406935 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.11" "Library Functions" +.TH f_iki_datas_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8a27dad..b5dc6f5 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.11" "Library Functions" +.TH f_iki_datas_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 77c580e..c102858 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.11" "Library Functions" +.TH f_iki_datas_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2f34a2c..2e9b89c 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.11" "Library Functions" +.TH f_iki_datass_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4ab4fef..b8b8217 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.11" "Library Functions" +.TH f_iki_datass_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 55e72c4..13667d4 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.11" "Library Functions" +.TH f_iki_datass_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 46c81cf..32a83a8 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.11" "Library Functions" +.TH f_iki_datass_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d4ae3a6..612e86e 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.11" "Library Functions" +.TH f_iki_datass_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 de554ef..403421c 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.11" "Library Functions" +.TH f_iki_datass_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 811eb2b..2203846 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.11" "Library Functions" +.TH f_iki_datass_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 abf382c..3b01602 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.11" "Library Functions" +.TH f_iki_datass_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a7a0256..d0acbcf 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.11" "Library Functions" +.TH f_iki_object_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 dd5cacd..12043ec 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.11" "Library Functions" +.TH f_iki_object_partial_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7c7ab63..968b25e 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.11" "Library Functions" +.TH f_iki_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 edf9828..1ef5e5c 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.11.tar.gz?query=xx¶meter=yyy%20' end.", 0, 73), - macro_f_string_static_t_initialize("url:\"https://localhost/fake-0.6.11.tar.gz?query=xx¶meter=yyy%20\" end.", 0, 73), - macro_f_string_static_t_initialize("url:`https://localhost/fake-0.6.11.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.12.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 ea74dd6..e9d7770 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 11 +version_micro 12 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 dfd6f67..3735a75 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 11 +version_micro 12 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 dcf7b18..b7705ca 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 11 +version_micro 12 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 6b8e790..f6464d1 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.11" "Library Functions" +.TH f_limit_process "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 dd9133b..14d479d 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.11" "Library Functions" +.TH f_limit_sets_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d5b5ccf..d4d8c46 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.11" "Library Functions" +.TH f_limit_sets_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0ece6c1..af806aa 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.11" "Library Functions" +.TH f_limit_sets_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1e19eb5..ed09954 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.11" "Library Functions" +.TH f_limit_sets_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 dd99f01..6d4b7c2 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.11" "Library Functions" +.TH f_limit_sets_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 69edcba..7e9c65c 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.11" "Library Functions" +.TH f_limit_sets_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 908f148..0c1484f 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.11" "Library Functions" +.TH f_limit_sets_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 84a3d2f..cceff0d 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.11" "Library Functions" +.TH f_limit_sets_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d7f6bd0..485ce1b 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.11" "Library Functions" +.TH f_limit_setss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5ff6e0d..b32a9ff 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.11" "Library Functions" +.TH f_limit_setss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c552c62..9a24a9d 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.11" "Library Functions" +.TH f_limit_setss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 11fe6d4..7c31629 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.11" "Library Functions" +.TH f_limit_setss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 71fbdb1..d3e09b7 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.11" "Library Functions" +.TH f_limit_setss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d2e8648..bf39568 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.11" "Library Functions" +.TH f_limit_setss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 575ea23..dcb3b2a 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.11" "Library Functions" +.TH f_limit_setss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0efcb3a..b1c0e99 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.11" "Library Functions" +.TH f_limit_setss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c902038..e564f86 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.11" "Library Functions" +.TH f_limit_values_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8a1310e..6c541d1 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.11" "Library Functions" +.TH f_limit_values_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1952e34..89e4c2d 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.11" "Library Functions" +.TH f_limit_values_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2622d9c..9230c69 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.11" "Library Functions" +.TH f_limit_values_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 339847a..4ceb653 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.11" "Library Functions" +.TH f_limit_values_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ec2f39e..636fb69 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.11" "Library Functions" +.TH f_limit_values_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4af5e9a..72b6152 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.11" "Library Functions" +.TH f_limit_values_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0c29c71..323843c 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.11" "Library Functions" +.TH f_limit_values_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c90c0fb..c8d273d 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.11" "Library Functions" +.TH f_limit_valuess_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5043a24..a23cfdc 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.11" "Library Functions" +.TH f_limit_valuess_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 424daa3..e3ded8e 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.11" "Library Functions" +.TH f_limit_valuess_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 232eeeb..c4e3caa 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.11" "Library Functions" +.TH f_limit_valuess_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 37ac52b..b04bfda 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.11" "Library Functions" +.TH f_limit_valuess_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a9c0ba9..b181446 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.11" "Library Functions" +.TH f_limit_valuess_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7fb1802..5d55c84 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.11" "Library Functions" +.TH f_limit_valuess_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0b596d8..60c4b87 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.11" "Library Functions" +.TH f_limit_valuess_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 17e066f..38638b8 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 11 +version_micro 12 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 0fa09bf..a50ad80 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.11" "Library Functions" +.TH f_memory_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 85ba919..f3bbcf1 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.11" "Library Functions" +.TH f_memory_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7a609b3..9612560 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.11" "Library Functions" +.TH f_memory_destroy "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7e50adf..618e7ad 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.11" "Library Functions" +.TH f_memory_new "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 62f411e..c937d58 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.11" "Library Functions" +.TH f_memory_new_aligned "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a567dca..85f1ba2 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.11" "Library Functions" +.TH f_memory_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 effeffa..8bd7dc6 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.11" "Library Functions" +.TH f_memory_structure_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7a1eef3..a27aac6 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.11" "Library Functions" +.TH f_memory_structure_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6358d50..ffdc6cf 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.11" "Library Functions" +.TH f_memory_structure_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 315b4c6..b02811b 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.11" "Library Functions" +.TH f_memory_structure_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a6bbeb3..a885cd9 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.11" "Library Functions" +.TH f_memory_structure_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f7f3853..4e34f45 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.11" "Library Functions" +.TH f_memory_structure_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a45df30..3ee9343 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 11 +version_micro 12 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 82246a0..6dca8f7 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 11 +version_micro 12 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 21e7ea4..d3f2ac7 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 11 +version_micro 12 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 fd7ba02..ecbf114 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.11" "Library Functions" +.TH f_path_change "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e33725b..d0d527d 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.11" "Library Functions" +.TH f_path_change_at "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 798a230..12979e5 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.11" "Library Functions" +.TH f_path_current "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 66e848e..23dac4f 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.11" "Library Functions" +.TH f_path_directory_cleanup "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6d90c88..fba707b 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.11" "Library Functions" +.TH f_path_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ccfedb6..93362ab 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.11" "Library Functions" +.TH f_path_is_absolute "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a7edb21..0957c20 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.11" "Library Functions" +.TH f_path_is_relative "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f70e0ef..f8415e9 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.11" "Library Functions" +.TH f_path_is_relative_current "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 70b787a..1639680 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.11" "Library Functions" +.TH f_path_real "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 69f0320..67ef3f4 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 11 +version_micro 12 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 37ed5f8..b7c9078 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 11 +version_micro 12 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 9b66893..a9f0392 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 11 +version_micro 12 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 755655d..53847c7 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.11" "Library Functions" +.TH f_pipe_debug_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7b5e2ab..dac502c 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.11" "Library Functions" +.TH f_pipe_error_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fc4d5cb..0f52d8c 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.11" "Library Functions" +.TH f_pipe_input_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 130ad27..0cb1e91 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.11" "Library Functions" +.TH f_pipe_warning_exists "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1f26a38..6c2cc63 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 11 +version_micro 12 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 b84bbd2..0f1a433 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 11 +version_micro 12 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 e0ece55..a403cb2 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 11 +version_micro 12 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 3a34045..0818c9c 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.11" "Library Functions" +.TH f_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b87d612..11db3df 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.11" "Library Functions" +.TH f_print_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1092004..cd7cfe7 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.11" "Library Functions" +.TH f_print_character_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fadef09..67e5721 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.11" "Library Functions" +.TH f_print_character_safely_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e49bb9b..7b4ef09 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.11" "Library Functions" +.TH f_print_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e84f7b6..920a1f9 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.11" "Library Functions" +.TH f_print_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 831977e..fbaeb17 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.11" "Library Functions" +.TH f_print_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a39a746..a422d6b 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.11" "Library Functions" +.TH f_print_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5a87954..9b190d1 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.11" "Library Functions" +.TH f_print_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 91e1f6c..f53a0eb 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.11" "Library Functions" +.TH f_print_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3fe6c6d..d14f3f9 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.11" "Library Functions" +.TH f_print_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 18e047d..c8ef396 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.11" "Library Functions" +.TH f_print_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1b4446a..71042c7 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.11" "Library Functions" +.TH f_print_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f1e00f4..699f2cb 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.11" "Library Functions" +.TH f_print_except_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f062433..ece0818 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.11" "Library Functions" +.TH f_print_except_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1e9c5ee..2222b2d 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.11" "Library Functions" +.TH f_print_except_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 12f5d54..b202ba5 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.11" "Library Functions" +.TH f_print_except_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e756ca3..285fd97 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.11" "Library Functions" +.TH f_print_except_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5234c0f..a15d8bb 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.11" "Library Functions" +.TH f_print_except_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 96b5ffc..678e337 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.11" "Library Functions" +.TH f_print_except_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7459cc3..d40d6ea 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.11" "Library Functions" +.TH f_print_except_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 586c95d..b9e31ab 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.11" "Library Functions" +.TH f_print_except_in "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e900801..8aa01e5 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.11" "Library Functions" +.TH f_print_except_in_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f9da591..464dc97 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.11" "Library Functions" +.TH f_print_except_in_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cea772a..f621f74 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.11" "Library Functions" +.TH f_print_except_in_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5cd3ebe..67574f6 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.11" "Library Functions" +.TH f_print_except_in_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6da0535..cde3e47 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.11" "Library Functions" +.TH f_print_except_in_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 803520e..f9a9923 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.11" "Library Functions" +.TH f_print_except_in_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cc37e9d..c107db7 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.11" "Library Functions" +.TH f_print_except_in_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 44e695e..b673c08 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.11" "Library Functions" +.TH f_print_except_in_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 61d84a5..e96a02c 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.11" "Library Functions" +.TH f_print_except_in_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b29c95d..081c90b 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.11" "Library Functions" +.TH f_print_except_in_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d62c208..bc85cbe 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.11" "Library Functions" +.TH f_print_except_in_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ba4a49e..3faa3f1 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.11" "Library Functions" +.TH f_print_except_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9266681..2212142 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.11" "Library Functions" +.TH f_print_except_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 994b05e..26efd65 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.11" "Library Functions" +.TH f_print_except_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6c09c71..a489d63 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.11" "Library Functions" +.TH f_print_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f65e22f..1d086ed 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.11" "Library Functions" +.TH f_print_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 de361f2..c80901a 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.11" "Library Functions" +.TH f_print_raw_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 de7fad9..9b13ed5 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.11" "Library Functions" +.TH f_print_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2acf44a..a1759c5 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.11" "Library Functions" +.TH f_print_safely_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 490ff13..a0822aa 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.11" "Library Functions" +.TH f_print_safely_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 15db056..9a269f6 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.11" "Library Functions" +.TH f_print_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 34db874..9edff6c 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.11" "Library Functions" +.TH f_print_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fc3085d..b472a67 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.11" "Library Functions" +.TH f_print_to_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d4a692c..424e129 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.11" "Library Functions" +.TH f_print_to_character_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 becac58..2569e9e 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.11" "Library Functions" +.TH f_print_to_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1cc78cc..9b096d6 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.11" "Library Functions" +.TH f_print_to_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 292ceea..133a3b9 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.11" "Library Functions" +.TH f_print_to_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7239750..7edb9f9 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.11" "Library Functions" +.TH f_print_to_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 931357a..2b414e0 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.11" "Library Functions" +.TH f_print_to_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7b7e30a..ec01aa9 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.11" "Library Functions" +.TH f_print_to_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9c9da57..b4ff5b1 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.11" "Library Functions" +.TH f_print_to_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4a2c104..05432bd 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.11" "Library Functions" +.TH f_print_to_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 568a09e..9edb77e 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.11" "Library Functions" +.TH f_print_to_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2417803..ad74d33 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.11" "Library Functions" +.TH f_print_to_except_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 11648d7..e0f54ac 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.11" "Library Functions" +.TH f_print_to_except_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a5fed29..7ed6d29 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.11" "Library Functions" +.TH f_print_to_except_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e06df01..6e3c6a1 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.11" "Library Functions" +.TH f_print_to_except_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 987ddaf..f9e5a33 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.11" "Library Functions" +.TH f_print_to_except_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 83e07ae..d0afebd 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.11" "Library Functions" +.TH f_print_to_except_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 257d2a0..5049e00 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.11" "Library Functions" +.TH f_print_to_except_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ec39b2f..422981e 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.11" "Library Functions" +.TH f_print_to_except_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 20bdf1a..46e4ef8 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.11" "Library Functions" +.TH f_print_to_except_in "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 90eba06..643dbf7 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.11" "Library Functions" +.TH f_print_to_except_in_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3d05b98..ae7bf78 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.11" "Library Functions" +.TH f_print_to_except_in_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d4e2ddf..b1a57bb 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.11" "Library Functions" +.TH f_print_to_except_in_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d7180a1..54090e0 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.11" "Library Functions" +.TH f_print_to_except_in_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1d3f92e..7d4e6c3 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.11" "Library Functions" +.TH f_print_to_except_in_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b441662..46db67f 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.11" "Library Functions" +.TH f_print_to_except_in_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c9e71d0..07aebfa 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.11" "Library Functions" +.TH f_print_to_except_in_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3a81fef..13b5a0a 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.11" "Library Functions" +.TH f_print_to_except_in_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6f10bd2..48bd768 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.11" "Library Functions" +.TH f_print_to_except_in_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a830932..e6e27b0 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.11" "Library Functions" +.TH f_print_to_except_in_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 dc5b19b..3ec7b8d 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.11" "Library Functions" +.TH f_print_to_except_in_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 25b666e..ddbcee3 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.11" "Library Functions" +.TH f_print_to_except_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d4a4579..5550a56 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.11" "Library Functions" +.TH f_print_to_except_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9b53488..a5dab7e 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.11" "Library Functions" +.TH f_print_to_except_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e558952..f6ed044 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.11" "Library Functions" +.TH f_print_to_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 30c8428..cfc651c 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.11" "Library Functions" +.TH f_print_to_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6aef594..df2c6e6 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.11" "Library Functions" +.TH f_print_to_raw_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 af94c65..09a9b0b 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.11" "Library Functions" +.TH f_print_to_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 777e487..47970ad 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.11" "Library Functions" +.TH f_print_to_safely_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6a097fa..45ca2c8 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.11" "Library Functions" +.TH f_print_to_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bf65539..327f481 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 11 +version_micro 12 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 69a59a7..a364b72 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 11 +version_micro 12 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 37d516a..4188634 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 11 +version_micro 12 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 ff36dcc..36f70c1 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.11" "Library Functions" +.TH f_serialize_from_simple "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a24eea2..b503a11 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.11" "Library Functions" +.TH f_serialize_from_simple_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9220521..a6f402a 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.11" "Library Functions" +.TH f_serialize_from_simple_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f925677..228910b 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.11" "Library Functions" +.TH f_serialize_from_simple_select "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 996062f..8186bc1 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.11" "Library Functions" +.TH f_serialize_to_simple "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e863ece..ec55f40 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 11 +version_micro 12 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 a6f2cac..ac849d8 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 11 +version_micro 12 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 cca8784..02c9b50 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 11 +version_micro 12 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 c029154..af1acec 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.11" "Library Functions" +.TH f_signal_action "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6af9548..5a5e50f 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.11" "Library Functions" +.TH f_signal_close "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 609342f..e7483bf 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.11" "Library Functions" +.TH f_signal_mask "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b9b2f7f..f28404a 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.11" "Library Functions" +.TH f_signal_open "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 744a8ec..3cee380 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.11" "Library Functions" +.TH f_signal_pause "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 57f8c1e..14606ec 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.11" "Library Functions" +.TH f_signal_queue "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1338ed8..68da3d7 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.11" "Library Functions" +.TH f_signal_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 38eda64..27e0e0f 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.11" "Library Functions" +.TH f_signal_send "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9a51c2d..a489c3a 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.11" "Library Functions" +.TH f_signal_set_add "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 40eebf0..78153e8 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.11" "Library Functions" +.TH f_signal_set_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1a2f907..15745fc 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.11" "Library Functions" +.TH f_signal_set_empty "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6ab7b6d..b0c6ffd 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.11" "Library Functions" +.TH f_signal_set_fill "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 801462b..e43e746 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.11" "Library Functions" +.TH f_signal_set_has "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d4e476d..2572371 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.11" "Library Functions" +.TH f_signal_suspend "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5256cab..ec1a815 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.11" "Library Functions" +.TH f_signal_wait "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 69a0c54..df0a789 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.11" "Library Functions" +.TH f_signal_wait_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6439ba0..236dc50 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 11 +version_micro 12 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 27c26a8..2056297 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 11 +version_micro 12 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 029cf3a..17a328c 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 11 +version_micro 12 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 15bc60e..94c5e97 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.11" "Library Functions" +.TH f_socket_accept "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6b79e36..519edc3 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.11" "Library Functions" +.TH f_socket_bind "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e1a5c96..261db1a 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.11" "Library Functions" +.TH f_socket_bind_local "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 64cc3f4..0969b03 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.11" "Library Functions" +.TH f_socket_connect "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3933fa0..b5df3f4 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.11" "Library Functions" +.TH f_socket_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e7a259c..d809bf0 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.11" "Library Functions" +.TH f_socket_create_pair "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b4397ad..0095d36 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.11" "Library Functions" +.TH f_socket_disconnect "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bb349fd..da957f6 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.11" "Library Functions" +.TH f_socket_listen "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 343d375..8f9c47f 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.11" "Library Functions" +.TH f_socket_option_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 06eebf0..669e2aa 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.11" "Library Functions" +.TH f_socket_option_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2846a5a..4b43398 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.11" "Library Functions" +.TH f_socket_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c9b1e51..b6b62f3 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.11" "Library Functions" +.TH f_socket_read_message "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4aef4eb..9b5a04a 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.11" "Library Functions" +.TH f_socket_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c6edbc0..58c25f1 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.11" "Library Functions" +.TH f_socket_write_message "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 30378c0..622fce5 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 11 +version_micro 12 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 9c0b0a8..e069c04 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.11" "Library Functions" +.TH f_statuss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 72f933c..4c59582 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.11" "Library Functions" +.TH f_statuss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 71dd793..f32b247 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.11" "Library Functions" +.TH f_statuss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5264fa1..30e8801 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.11" "Library Functions" +.TH f_statuss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 86ed0fe..df304fd 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.11" "Library Functions" +.TH f_statuss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 27a1bb5..9038f9c 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.11" "Library Functions" +.TH f_statuss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1cde311..ee0cc62 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.11" "Library Functions" +.TH f_statuss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b8cb936..8f149e7 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.11" "Library Functions" +.TH f_statuss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1f8ecd6..8ff0303 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.11" "Library Functions" +.TH f_statusss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 40bbe13..9cea6d2 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.11" "Library Functions" +.TH f_statusss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0ee69e8..975e634 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.11" "Library Functions" +.TH f_statusss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b1b643a..e8353bc 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.11" "Library Functions" +.TH f_statusss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4079354..8430860 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.11" "Library Functions" +.TH f_statusss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d293c89..6306408 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.11" "Library Functions" +.TH f_statusss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 af82cab..f064321 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.11" "Library Functions" +.TH f_statusss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ab5ad5b..b771b15 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.11" "Library Functions" +.TH f_statusss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0d3c91f..e660c13 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 11 +version_micro 12 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 9a6921c..3c8e6b3 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 11 +version_micro 12 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 d4eb16c..5c8ba88 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.11" "Library Functions" +.TH f_status_string_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 98344b4..791d016 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 11 +version_micro 12 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 557178f..48d7d1e 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 11 +version_micro 12 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 c065a47..fb8a9a5 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.11" "Library Functions" +.TH f_string_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cb1f2a4..367628a 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.11" "Library Functions" +.TH f_string_append_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 050177e..ffb6f5d 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.11" "Library Functions" +.TH f_string_append_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b691c4a..fe9528c 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.11" "Library Functions" +.TH f_string_append_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ce782a1..a0453d8 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.11" "Library Functions" +.TH f_string_dynamic_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 395dd43..1f513a3 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.11" "Library Functions" +.TH f_string_dynamic_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f9f9b73..f90598f 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.11" "Library Functions" +.TH f_string_dynamic_append_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0fcc4c8..17ada65 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.11" "Library Functions" +.TH f_string_dynamic_append_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2307fa7..4f32b87 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.11" "Library Functions" +.TH f_string_dynamic_append_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1d49a2b..16c4775 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.11" "Library Functions" +.TH f_string_dynamic_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 76a1bc0..2c6c1d6 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.11" "Library Functions" +.TH f_string_dynamic_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 28d831e..20b6c7a 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.11" "Library Functions" +.TH f_string_dynamic_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6d03583..8a3f3d6 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.11" "Library Functions" +.TH f_string_dynamic_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e2e7012..b841cb3 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.11" "Library Functions" +.TH f_string_dynamic_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 96f2aa8..0895b96 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.11" "Library Functions" +.TH f_string_dynamic_mash_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 165035d..d255778 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.11" "Library Functions" +.TH f_string_dynamic_mish "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5f111dc..b2183ba 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.11" "Library Functions" +.TH f_string_dynamic_mish_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 07c3edc..2ecf39b 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.11" "Library Functions" +.TH f_string_dynamic_partial_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0bc66a6..80541d7 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.11" "Library Functions" +.TH f_string_dynamic_partial_append_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1d93a0b..2a087c9 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.11" "Library Functions" +.TH f_string_dynamic_partial_append_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ced3f10..47386a4 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.11" "Library Functions" +.TH f_string_dynamic_partial_append_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7fd5abf..cc86e81 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.11" "Library Functions" +.TH f_string_dynamic_partial_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c2166a3..309527e 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.11" "Library Functions" +.TH f_string_dynamic_partial_mash_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 99e6dd9..42bd545 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.11" "Library Functions" +.TH f_string_dynamic_partial_mish "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0f7b834..2380125 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.11" "Library Functions" +.TH f_string_dynamic_partial_mish_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d9d9658..8879f73 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.11" "Library Functions" +.TH f_string_dynamic_partial_prepend "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 71c6191..e157a07 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.11" "Library Functions" +.TH f_string_dynamic_partial_prepend_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 09a6cfa..dbe81b2 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.11" "Library Functions" +.TH f_string_dynamic_partial_prepend_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d157a72..304b198 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.11" "Library Functions" +.TH f_string_dynamic_partial_prepend_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0ffa4a6..b485379 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.11" "Library Functions" +.TH f_string_dynamic_prepend "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 552a129..0a1f3e3 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.11" "Library Functions" +.TH f_string_dynamic_prepend_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6e2eed9..a04c13d 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.11" "Library Functions" +.TH f_string_dynamic_prepend_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2f8d5b3..a3227e3 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.11" "Library Functions" +.TH f_string_dynamic_prepend_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d163a41..a6444de 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.11" "Library Functions" +.TH f_string_dynamic_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 098cef3..cdf3fd3 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.11" "Library Functions" +.TH f_string_dynamic_seek_line "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e06749e..f3b6969 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.11" "Library Functions" +.TH f_string_dynamic_seek_line_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e5e7640..64efed5 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.11" "Library Functions" +.TH f_string_dynamic_seek_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 824c5c9..952df5d 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.11" "Library Functions" +.TH f_string_dynamic_terminate "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9aab167..9c033d5 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.11" "Library Functions" +.TH f_string_dynamic_terminate_after "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2f90562..3870cc1 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.11" "Library Functions" +.TH f_string_dynamics_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 35b1f63..bdb3077 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.11" "Library Functions" +.TH f_string_dynamics_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0828a09..e894235 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.11" "Library Functions" +.TH f_string_dynamics_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 840a3fc..38575d5 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.11" "Library Functions" +.TH f_string_dynamics_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7636a57..6ca6f69 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.11" "Library Functions" +.TH f_string_dynamics_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b8de7bc..0da057b 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.11" "Library Functions" +.TH f_string_dynamics_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ab18f9d..3793855 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.11" "Library Functions" +.TH f_string_dynamics_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ed8050f..e484d3a 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.11" "Library Functions" +.TH f_string_dynamics_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7b8488c..5c2eb87 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.11" "Library Functions" +.TH f_string_dynamicss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6fef84f..1d7f967 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.11" "Library Functions" +.TH f_string_dynamicss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ca18fb4..3c05380 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.11" "Library Functions" +.TH f_string_dynamicss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 056b6d1..6fb51f6 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.11" "Library Functions" +.TH f_string_dynamicss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1dbabdb..aedb293 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.11" "Library Functions" +.TH f_string_dynamicss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a855206..ea7a023 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.11" "Library Functions" +.TH f_string_dynamicss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1850b1a..7d299e4 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.11" "Library Functions" +.TH f_string_dynamicss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c851af1..97b56e0 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.11" "Library Functions" +.TH f_string_dynamicss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 15a11cb..4934e13 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.11" "Library Functions" +.TH f_string_map_multis_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 75216ae..7d18bc6 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.11" "Library Functions" +.TH f_string_map_multis_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ccda218..2082f35 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.11" "Library Functions" +.TH f_string_map_multis_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ed87b7b..77bc833 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.11" "Library Functions" +.TH f_string_map_multis_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ac4a028..1933c48 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.11" "Library Functions" +.TH f_string_map_multis_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3ebece0..4549ea7 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.11" "Library Functions" +.TH f_string_map_multis_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 67fc65f..5742f47 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.11" "Library Functions" +.TH f_string_map_multis_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b41f59a..94f56b2 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.11" "Library Functions" +.TH f_string_map_multis_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f7d2b5b..caf3229 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.11" "Library Functions" +.TH f_string_map_multiss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 dac9c79..376e046 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.11" "Library Functions" +.TH f_string_map_multiss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f18a0c2..e3b43d2 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.11" "Library Functions" +.TH f_string_map_multiss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d1442ce..d7ef510 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.11" "Library Functions" +.TH f_string_map_multiss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e09fff0..cc8a50e 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.11" "Library Functions" +.TH f_string_map_multiss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 79064b3..372efeb 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.11" "Library Functions" +.TH f_string_map_multiss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 32e7d8f..821162e 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.11" "Library Functions" +.TH f_string_map_multiss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b014f91..ba6ce3f 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.11" "Library Functions" +.TH f_string_map_multiss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f43f73c..38d2ba1 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.11" "Library Functions" +.TH f_string_maps_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a63b74f..2bccf44 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.11" "Library Functions" +.TH f_string_maps_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c9cfd61..ca57fd5 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.11" "Library Functions" +.TH f_string_maps_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d017271..e5d1583 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.11" "Library Functions" +.TH f_string_maps_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 eb9deec..d8bd7cb 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.11" "Library Functions" +.TH f_string_maps_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 403f7da..8c89ea7 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.11" "Library Functions" +.TH f_string_maps_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2e68bbc..e58c835 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.11" "Library Functions" +.TH f_string_maps_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 23ee112..c659c51 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.11" "Library Functions" +.TH f_string_maps_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 67ace42..796b769 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.11" "Library Functions" +.TH f_string_mapss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b456860..8d6dcb3 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.11" "Library Functions" +.TH f_string_mapss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2bfdda7..88b8fd1 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.11" "Library Functions" +.TH f_string_mapss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6364dd0..9f2761a 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.11" "Library Functions" +.TH f_string_mapss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9621561..0b99846 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.11" "Library Functions" +.TH f_string_mapss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4c6c4bb..38c7ca8 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.11" "Library Functions" +.TH f_string_mapss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a9994b0..7f5a625 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.11" "Library Functions" +.TH f_string_mapss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bb6f184..c4c3d3c 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.11" "Library Functions" +.TH f_string_mapss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b4e42ea..9919dc3 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.11" "Library Functions" +.TH f_string_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0e61fea..5a1db8a 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.11" "Library Functions" +.TH f_string_mash_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b9f805d..167959f 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.11" "Library Functions" +.TH f_string_mish "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6279685..5c56db1 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.11" "Library Functions" +.TH f_string_mish_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 65413eb..c896312 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.11" "Library Functions" +.TH f_string_prepend "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9cf39ba..7eb8668 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.11" "Library Functions" +.TH f_string_prepend_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4eb7da9..74bed33 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.11" "Library Functions" +.TH f_string_prepend_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 21036d0..a16eead 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.11" "Library Functions" +.TH f_string_prepend_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 25c3174..895c98c 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.11" "Library Functions" +.TH f_string_quantitys_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 79e1fbf..5496d63 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.11" "Library Functions" +.TH f_string_quantitys_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 eee2d22..bb7e569 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.11" "Library Functions" +.TH f_string_quantitys_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a16468d..40c9035 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.11" "Library Functions" +.TH f_string_quantitys_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fd093c3..6d33aea 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.11" "Library Functions" +.TH f_string_quantitys_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bbdeae5..7848612 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.11" "Library Functions" +.TH f_string_quantitys_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 148a364..d48b9d3 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.11" "Library Functions" +.TH f_string_quantitys_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8c3d8a8..e01c1cb 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.11" "Library Functions" +.TH f_string_quantitys_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 241454e..cbaf9f9 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.11" "Library Functions" +.TH f_string_quantityss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ac2d3aa..b44a5fe 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.11" "Library Functions" +.TH f_string_quantityss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1a1dd52..4a0989b 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.11" "Library Functions" +.TH f_string_quantityss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9dcee2e..348ecc2 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.11" "Library Functions" +.TH f_string_quantityss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 47d00d7..27feaeb 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.11" "Library Functions" +.TH f_string_quantityss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d391d59..1bc2e3e 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.11" "Library Functions" +.TH f_string_quantityss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b1c4d62..bc6a44e 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.11" "Library Functions" +.TH f_string_quantityss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4081807..6635219 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.11" "Library Functions" +.TH f_string_quantityss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 62fd1a8..b30c087 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.11" "Library Functions" +.TH f_string_ranges_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 eef4b98..356f79f 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.11" "Library Functions" +.TH f_string_ranges_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a0ea802..9cf7225 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.11" "Library Functions" +.TH f_string_ranges_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e1c1f19..947735f 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.11" "Library Functions" +.TH f_string_ranges_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 159b47e..65b49fa 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.11" "Library Functions" +.TH f_string_ranges_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 34148b8..7d035ae 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.11" "Library Functions" +.TH f_string_ranges_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 700525a..1a6cc6f 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.11" "Library Functions" +.TH f_string_ranges_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bc1e0de..f50d3c4 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.11" "Library Functions" +.TH f_string_ranges_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 15eb034..b544d89 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.11" "Library Functions" +.TH f_string_rangess_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 859c607..182fb8b 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.11" "Library Functions" +.TH f_string_rangess_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c44269e..cfa9e44 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.11" "Library Functions" +.TH f_string_rangess_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c6dbb78..cd5956b 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.11" "Library Functions" +.TH f_string_rangess_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bfb797a..fb7c54e 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.11" "Library Functions" +.TH f_string_rangess_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8d4fd03..75c9beb 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.11" "Library Functions" +.TH f_string_rangess_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b61f18f..41556c4 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.11" "Library Functions" +.TH f_string_rangess_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 40e97e8..ef54635 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.11" "Library Functions" +.TH f_string_rangess_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f11f6e1..8e32ff8 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.11" "Library Functions" +.TH f_string_seek_line "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1f75166..fbdd0b0 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.11" "Library Functions" +.TH f_string_seek_line_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fe42c94..ecf54af 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.11" "Library Functions" +.TH f_string_seek_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e231c9e..ca8a1fa 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.11" "Library Functions" +.TH f_string_triples_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ea40d6e..bff8937 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.11" "Library Functions" +.TH f_string_triples_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 82b8a94..b848ba4 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.11" "Library Functions" +.TH f_string_triples_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1cfc057..643074a 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.11" "Library Functions" +.TH f_string_triples_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 eade35a..c70a8b8 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.11" "Library Functions" +.TH f_string_triples_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8cd5d98..77a353d 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.11" "Library Functions" +.TH f_string_triples_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b429243..b1ed3bd 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.11" "Library Functions" +.TH f_string_triples_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e13a526..3aa2742 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.11" "Library Functions" +.TH f_string_triples_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f204608..1ffab04 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.11" "Library Functions" +.TH f_string_tripless_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1b6b1c3..1544b03 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.11" "Library Functions" +.TH f_string_tripless_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a9f5e8a..eb0ad99 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.11" "Library Functions" +.TH f_string_tripless_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 621951b..0d2cb30 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.11" "Library Functions" +.TH f_string_tripless_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 dc7f101..b257d10 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.11" "Library Functions" +.TH f_string_tripless_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 93cb10a..d498583 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.11" "Library Functions" +.TH f_string_tripless_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 23e199c..fc1ee2d 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.11" "Library Functions" +.TH f_string_tripless_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0d87491..5eb93c5 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.11" "Library Functions" +.TH f_string_tripless_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0cdf1b2..be04745 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 11 +version_micro 12 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 00d4535..392d838 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 11 +version_micro 12 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 358df6c..f9f6731 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 11 +version_micro 12 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 b9ec6c8..f7f1879 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.11" "Library Functions" +.TH f_thread_at_fork "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 80354f1..23a9984 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.11" "Library Functions" +.TH f_thread_attribute_affinity_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 277e535..ee24c67 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.11" "Library Functions" +.TH f_thread_attribute_affinity_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7a7bc5a..1bf0ba5 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.11" "Library Functions" +.TH f_thread_attribute_concurrency_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e153be9..d547ee7 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.11" "Library Functions" +.TH f_thread_attribute_concurrency_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6b0e2cc..eedc06b 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.11" "Library Functions" +.TH f_thread_attribute_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fc79e5f..78db515 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.11" "Library Functions" +.TH f_thread_attribute_default_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ddbc458..0540e03 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.11" "Library Functions" +.TH f_thread_attribute_default_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c3c24c5..be6a445 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.11" "Library Functions" +.TH f_thread_attribute_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1281ba1..93020be 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.11" "Library Functions" +.TH f_thread_attribute_detach_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 551b03b..e55d3bf 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.11" "Library Functions" +.TH f_thread_attribute_detach_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ca3416c..b95cd5b 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.11" "Library Functions" +.TH f_thread_attribute_guard_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7581f40..c516858 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.11" "Library Functions" +.TH f_thread_attribute_guard_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3715030..e14a4a3 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.11" "Library Functions" +.TH f_thread_attribute_scheduler_inherit_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d6866b1..7cc3fa9 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.11" "Library Functions" +.TH f_thread_attribute_scheduler_inherit_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fb14f2a..8d2a2ea 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.11" "Library Functions" +.TH f_thread_attribute_scheduler_parameter_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d1b49c5..17813f3 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.11" "Library Functions" +.TH f_thread_attribute_scheduler_parameter_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 55c15fc..144a5cc 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.11" "Library Functions" +.TH f_thread_attribute_scheduler_policy_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fed6886..b4e8397 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.11" "Library Functions" +.TH f_thread_attribute_scheduler_policy_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d47bab4..5851efe 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.11" "Library Functions" +.TH f_thread_attribute_scope_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 dbc3a4e..af465b7 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.11" "Library Functions" +.TH f_thread_attribute_scope_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4f504bc..70d22c4 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.11" "Library Functions" +.TH f_thread_attribute_stack_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 064260b..1c0c7c4 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.11" "Library Functions" +.TH f_thread_attribute_stack_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f392e05..fa2e2fc 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.11" "Library Functions" +.TH f_thread_attribute_stack_size_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 657bc0c..aa1c181 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.11" "Library Functions" +.TH f_thread_attribute_stack_size_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ce571a4..59cebe8 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.11" "Library Functions" +.TH f_thread_attributes_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6d29e94..e6d954f 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.11" "Library Functions" +.TH f_thread_attributes_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 abc0836..5502013 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.11" "Library Functions" +.TH f_thread_attributes_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7116ee9..7492a8f 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.11" "Library Functions" +.TH f_thread_attributes_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 27680df..74d9515 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.11" "Library Functions" +.TH f_thread_attributes_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ac9841f..cf5edc9 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.11" "Library Functions" +.TH f_thread_attributes_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d2ffe47..9413353 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.11" "Library Functions" +.TH f_thread_barrier_attribute_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 68e67b2..46de0d8 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.11" "Library Functions" +.TH f_thread_barrier_attribute_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 95bd84c..23382f5 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.11" "Library Functions" +.TH f_thread_barrier_attribute_shared_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7b3dfcf..fa3e30b 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.11" "Library Functions" +.TH f_thread_barrier_attribute_shared_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 93c6ade..6d44237 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.11" "Library Functions" +.TH f_thread_barrier_attributes_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cd99cbd..d3b96d4 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.11" "Library Functions" +.TH f_thread_barrier_attributes_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 12dda3e..fd1342f 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.11" "Library Functions" +.TH f_thread_barrier_attributes_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9423d9a..3f63454 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.11" "Library Functions" +.TH f_thread_barrier_attributes_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 48009c0..d544c60 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.11" "Library Functions" +.TH f_thread_barrier_attributes_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f6dfd09..5b7fb4b 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.11" "Library Functions" +.TH f_thread_barrier_attributes_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 dbbd0ce..878a5d3 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.11" "Library Functions" +.TH f_thread_barrier_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 aca45b0..df72235 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.11" "Library Functions" +.TH f_thread_barrier_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 df60bb5..8423a3d 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.11" "Library Functions" +.TH f_thread_barrier_wait "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 531124b..05dc280 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.11" "Library Functions" +.TH f_thread_barriers_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3f3e4e7..2145b78 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.11" "Library Functions" +.TH f_thread_barriers_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c91994e..85c76ce 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.11" "Library Functions" +.TH f_thread_barriers_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f36bcf3..cb7e98b 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.11" "Library Functions" +.TH f_thread_barriers_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 77674a8..57f18f2 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.11" "Library Functions" +.TH f_thread_barriers_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 118385c..0ccbc16 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.11" "Library Functions" +.TH f_thread_barriers_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a998156..de76871 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.11" "Library Functions" +.TH f_thread_caller "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3b0256e..7760426 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.11" "Library Functions" +.TH f_thread_cancel "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b553eef..27479da 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.11" "Library Functions" +.TH f_thread_cancel_state_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2952077..3324129 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.11" "Library Functions" +.TH f_thread_cancel_test "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8aadea3..49b3280 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.11" "Library Functions" +.TH f_thread_cancel_type_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ca0d4e9..0106ccb 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.11" "Library Functions" +.TH f_thread_clock_get_id "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ed4098f..1c037f4 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.11" "Library Functions" +.TH f_thread_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 92ef0ca..5ed52b8 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.11" "Library Functions" +.TH f_thread_condition_attribute_clock_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 97029ed..071ab32 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.11" "Library Functions" +.TH f_thread_condition_attribute_clock_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4f1c604..9edc8df 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.11" "Library Functions" +.TH f_thread_condition_attribute_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e28adb7..842bcd4 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.11" "Library Functions" +.TH f_thread_condition_attribute_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e83fb04..adf22b7 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.11" "Library Functions" +.TH f_thread_condition_attribute_shared_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f9a2f28..fd66f8b 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.11" "Library Functions" +.TH f_thread_condition_attribute_shared_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3e931bb..9f82ab5 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.11" "Library Functions" +.TH f_thread_condition_attributes_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5ff47f5..e75d292 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.11" "Library Functions" +.TH f_thread_condition_attributes_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 856e874..01c5300 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.11" "Library Functions" +.TH f_thread_condition_attributes_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ea8fb62..199e813 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.11" "Library Functions" +.TH f_thread_condition_attributes_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b90cbb2..d0a60f1 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.11" "Library Functions" +.TH f_thread_condition_attributes_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 66bf1be..89b813e 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.11" "Library Functions" +.TH f_thread_condition_attributes_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1409ebe..9d5e2a5 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.11" "Library Functions" +.TH f_thread_condition_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5667534..c64ec25 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.11" "Library Functions" +.TH f_thread_condition_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 774048c..8647d39 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.11" "Library Functions" +.TH f_thread_condition_signal "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 54a273d..881443e 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.11" "Library Functions" +.TH f_thread_condition_signal_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ae317d6..0cf0721 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.11" "Library Functions" +.TH f_thread_condition_wait "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1c855fd..aa7bc5a 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.11" "Library Functions" +.TH f_thread_condition_wait_timed "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0d54cd3..bb8d6ca 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.11" "Library Functions" +.TH f_thread_conditions_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b5d4281..1d6f08b 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.11" "Library Functions" +.TH f_thread_conditions_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c4fb6e9..00fffad 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.11" "Library Functions" +.TH f_thread_conditions_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8b28936..3a2d5bb 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.11" "Library Functions" +.TH f_thread_conditions_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6e75470..8a8a4eb 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.11" "Library Functions" +.TH f_thread_conditions_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a7fd702..647bda2 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.11" "Library Functions" +.TH f_thread_conditions_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a6bcf20..06230fd 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.11" "Library Functions" +.TH f_thread_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c1d9b1b..2909c0e 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.11" "Library Functions" +.TH f_thread_detach "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ed24059..6a71174 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.11" "Library Functions" +.TH f_thread_exit "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0a068cd..065f770 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.11" "Library Functions" +.TH f_thread_ids_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 125c290..8e37a41 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.11" "Library Functions" +.TH f_thread_ids_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 57537ad..3b45fb1 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.11" "Library Functions" +.TH f_thread_ids_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6959d60..b1b060c 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.11" "Library Functions" +.TH f_thread_ids_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0a86af6..c6a1aac 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.11" "Library Functions" +.TH f_thread_ids_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7000a21..dd452f3 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.11" "Library Functions" +.TH f_thread_ids_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6544ce0..800b47c 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.11" "Library Functions" +.TH f_thread_join "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ee93291..2286a55 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.11" "Library Functions" +.TH f_thread_join_timed "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5c20da5..19243ab 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.11" "Library Functions" +.TH f_thread_join_try "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9518eda..a5eaee7 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.11" "Library Functions" +.TH f_thread_key_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1ea737b..343a105 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.11" "Library Functions" +.TH f_thread_key_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 13b9e0a..31a180e 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.11" "Library Functions" +.TH f_thread_key_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 80577b0..7a83e0f 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.11" "Library Functions" +.TH f_thread_key_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a7b9911..28231c3 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.11" "Library Functions" +.TH f_thread_keys_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 25b3f2c..003e641 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.11" "Library Functions" +.TH f_thread_keys_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 35b86c1..68fed47 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.11" "Library Functions" +.TH f_thread_keys_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 959df79..037233f 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.11" "Library Functions" +.TH f_thread_keys_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 526994e..de7be05 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.11" "Library Functions" +.TH f_thread_keys_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5e3339f..990a63d 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.11" "Library Functions" +.TH f_thread_keys_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6eb2246..c129a85 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.11" "Library Functions" +.TH f_thread_lock_attribute_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2fdb318..f2544d3 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.11" "Library Functions" +.TH f_thread_lock_attribute_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5e19eae..8499df5 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.11" "Library Functions" +.TH f_thread_lock_attribute_shared_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cadeb50..5090579 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.11" "Library Functions" +.TH f_thread_lock_attribute_shared_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 efb6b22..5cb5068 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.11" "Library Functions" +.TH f_thread_lock_attributes_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f395c39..b21c0a3 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.11" "Library Functions" +.TH f_thread_lock_attributes_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 16317c6..be706c1 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.11" "Library Functions" +.TH f_thread_lock_attributes_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a90aaff..2df8ba8 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.11" "Library Functions" +.TH f_thread_lock_attributes_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c190439..283bdcd 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.11" "Library Functions" +.TH f_thread_lock_attributes_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3edb23f..60b5ce7 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.11" "Library Functions" +.TH f_thread_lock_attributes_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d317f22..7ef3b9e 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.11" "Library Functions" +.TH f_thread_lock_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 08164e8..5486466 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.11" "Library Functions" +.TH f_thread_lock_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4baa34a..ea044c5 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.11" "Library Functions" +.TH f_thread_lock_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 dd3df9b..3604b01 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.11" "Library Functions" +.TH f_thread_lock_read_timed "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c55726b..d2369e6 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.11" "Library Functions" +.TH f_thread_lock_read_try "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f404af0..88485b9 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.11" "Library Functions" +.TH f_thread_lock_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8dbac60..9389ab4 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.11" "Library Functions" +.TH f_thread_lock_write_timed "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 54b77b6..da9ecc3 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.11" "Library Functions" +.TH f_thread_lock_write_try "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 eabcf5b..683fbc1 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.11" "Library Functions" +.TH f_thread_locks_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c2af9cf..437416a 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.11" "Library Functions" +.TH f_thread_locks_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3d23578..feb9a38 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.11" "Library Functions" +.TH f_thread_locks_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ffd8a13..8ab26cb 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.11" "Library Functions" +.TH f_thread_locks_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 76f4375..5344462 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.11" "Library Functions" +.TH f_thread_locks_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 299fcf8..134f348 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.11" "Library Functions" +.TH f_thread_locks_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b9d5c4e..a8ca483 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.11" "Library Functions" +.TH f_thread_mutex_attribute_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d1a4aa6..3683140 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.11" "Library Functions" +.TH f_thread_mutex_attribute_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 24840db..f4e1298 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.11" "Library Functions" +.TH f_thread_mutex_attribute_priority_ceiling_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3213221..e471ab0 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.11" "Library Functions" +.TH f_thread_mutex_attribute_priority_ceiling_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 69d1a8c..2716694 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.11" "Library Functions" +.TH f_thread_mutex_attribute_protocol_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d604c08..b9eb959 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.11" "Library Functions" +.TH f_thread_mutex_attribute_protocol_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 69d2a37..da721d7 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.11" "Library Functions" +.TH f_thread_mutex_attribute_shared_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 698f1e1..0a9fb91 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.11" "Library Functions" +.TH f_thread_mutex_attribute_shared_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 523bd7a..3a63ae2 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.11" "Library Functions" +.TH f_thread_mutex_attribute_type_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cb6b2a5..c3a77aa 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.11" "Library Functions" +.TH f_thread_mutex_attribute_type_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 41b095b..22262b9 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.11" "Library Functions" +.TH f_thread_mutex_attributes_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5f75e41..554a8ff 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.11" "Library Functions" +.TH f_thread_mutex_attributes_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bb246bc..9e5e9c7 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.11" "Library Functions" +.TH f_thread_mutex_attributes_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7816ee1..5c5001b 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.11" "Library Functions" +.TH f_thread_mutex_attributes_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6d45d64..a71396d 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.11" "Library Functions" +.TH f_thread_mutex_attributes_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4e03226..3aaf075 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.11" "Library Functions" +.TH f_thread_mutex_attributes_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8e7fef9..ec6f1b3 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.11" "Library Functions" +.TH f_thread_mutex_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a337e4d..f998969 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.11" "Library Functions" +.TH f_thread_mutex_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3c9e6ce..898ffe7 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.11" "Library Functions" +.TH f_thread_mutex_lock "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a1db5d9..108c36f 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.11" "Library Functions" +.TH f_thread_mutex_lock_timed "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4e7c50f..4cfbf55 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.11" "Library Functions" +.TH f_thread_mutex_lock_try "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a552531..0efc883 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.11" "Library Functions" +.TH f_thread_mutex_priority_ceiling_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3272bbf..565738f 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.11" "Library Functions" +.TH f_thread_mutex_priority_ceiling_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b03db8d..5b41d14 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.11" "Library Functions" +.TH f_thread_mutex_unlock "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 43b807f..aecb0d9 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.11" "Library Functions" +.TH f_thread_mutexs_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f6a4a9f..386ed15 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.11" "Library Functions" +.TH f_thread_mutexs_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 389cdfb..0f69304 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.11" "Library Functions" +.TH f_thread_mutexs_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f5aefc8..6d1bcff 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.11" "Library Functions" +.TH f_thread_mutexs_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5e18cd1..33b8afe 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.11" "Library Functions" +.TH f_thread_mutexs_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 19df5f3..a470187 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.11" "Library Functions" +.TH f_thread_mutexs_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b9db37b..f8b3cfc 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.11" "Library Functions" +.TH f_thread_once "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b0b3c50..817e412 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.11" "Library Functions" +.TH f_thread_onces_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5e948ef..ef262a2 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.11" "Library Functions" +.TH f_thread_onces_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 092ced0..a6c6fd8 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.11" "Library Functions" +.TH f_thread_onces_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 87583b6..3472f7c 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.11" "Library Functions" +.TH f_thread_onces_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d51b96b..63f93a5 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.11" "Library Functions" +.TH f_thread_onces_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 626be8c..a1d4cf2 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.11" "Library Functions" +.TH f_thread_onces_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4933dee..f3df4cf 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.11" "Library Functions" +.TH f_thread_scheduler_parameter_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f9c40ba..364350b 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.11" "Library Functions" +.TH f_thread_scheduler_parameter_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3b91771..b094f74 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.11" "Library Functions" +.TH f_thread_scheduler_priority_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 486799d..7fb7264 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.11" "Library Functions" +.TH f_thread_semaphore_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4edb4bc..c25d00e 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.11" "Library Functions" +.TH f_thread_semaphore_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 20bbac3..506ed51 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.11" "Library Functions" +.TH f_thread_semaphore_file_close "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8f2bea0..09c1717 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.11" "Library Functions" +.TH f_thread_semaphore_file_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f880021..0e6c29e 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.11" "Library Functions" +.TH f_thread_semaphore_file_open "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0f24940..8cf8465 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.11" "Library Functions" +.TH f_thread_semaphore_lock "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 48a8b5c..a1d8eee 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.11" "Library Functions" +.TH f_thread_semaphore_lock_timed "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3aaef8b..1b5edce 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.11" "Library Functions" +.TH f_thread_semaphore_lock_try "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6a8d0a8..b69d834 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.11" "Library Functions" +.TH f_thread_semaphore_unlock "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3e90f1e..0a36e3c 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.11" "Library Functions" +.TH f_thread_semaphore_value_get "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8b9886a..6244920 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.11" "Library Functions" +.TH f_thread_semaphores_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 aa8c80b..5cf0000 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.11" "Library Functions" +.TH f_thread_semaphores_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4a5a9e5..a41cd99 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.11" "Library Functions" +.TH f_thread_semaphores_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 99317a5..b4e51a0 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.11" "Library Functions" +.TH f_thread_semaphores_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 dffc082..1bc2d17 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.11" "Library Functions" +.TH f_thread_semaphores_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4370089..8d24228 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.11" "Library Functions" +.TH f_thread_semaphores_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 43ffe81..4275fe5 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.11" "Library Functions" +.TH f_thread_sets_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a10262b..9e767bf 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.11" "Library Functions" +.TH f_thread_sets_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f913317..26c580f 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.11" "Library Functions" +.TH f_thread_sets_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6adb9e3..ebb74db 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.11" "Library Functions" +.TH f_thread_sets_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 eb54f1f..88bd397 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.11" "Library Functions" +.TH f_thread_sets_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b1cd434..b99afe6 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.11" "Library Functions" +.TH f_thread_sets_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8d64191..169b5df 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.11" "Library Functions" +.TH f_thread_signal_mask "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cdc0005..93187b1 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.11" "Library Functions" +.TH f_thread_signal_queue "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a94f829..cbbf370 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.11" "Library Functions" +.TH f_thread_signal_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 63470c4..170fdf0 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.11" "Library Functions" +.TH f_thread_spin_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 73f0a0b..0da381d 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.11" "Library Functions" +.TH f_thread_spin_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7131aa2..6829c4e 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.11" "Library Functions" +.TH f_thread_spin_lock "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 38fb631..13da0f1 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.11" "Library Functions" +.TH f_thread_spin_lock_try "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cf44a95..28ffde7 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.11" "Library Functions" +.TH f_thread_spin_unlock "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c338ce1..ab24f15 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.11" "Library Functions" +.TH f_thread_spins_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d5ae8cd..6646b43 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.11" "Library Functions" +.TH f_thread_spins_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9919d7b..0951d28 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.11" "Library Functions" +.TH f_thread_spins_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1d94833..2e0faf3 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.11" "Library Functions" +.TH f_thread_spins_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e41a428..5867b4d 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.11" "Library Functions" +.TH f_thread_spins_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f714a89..499815c 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.11" "Library Functions" +.TH f_thread_spins_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c7a93f7..5fef4dd 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.11" "Library Functions" +.TH f_thread_unlock "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 49eecf8..271226d 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 11 +version_micro 12 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 5d32938..4297ad1 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 11 +version_micro 12 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 ce75bcf..54a3160 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.11" "Library Functions" +.TH f_array_lengths_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7e33653..d43c151 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.11" "Library Functions" +.TH f_array_lengths_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 829d521..cd44f8d 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.11" "Library Functions" +.TH f_array_lengths_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cce29e1..cde5f49 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.11" "Library Functions" +.TH f_array_lengths_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 03c87b8..9a141d3 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.11" "Library Functions" +.TH f_array_lengths_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9008b9d..d9743b9 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.11" "Library Functions" +.TH f_array_lengths_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ea19414..8041e21 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.11" "Library Functions" +.TH f_array_lengths_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 28c386f..2238533 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.11" "Library Functions" +.TH f_array_lengths_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b24af74..4ecd860 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.11" "Library Functions" +.TH f_array_lengthss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 78e7540..fbbf479 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.11" "Library Functions" +.TH f_array_lengthss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5d9818e..5301597 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.11" "Library Functions" +.TH f_array_lengthss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9c0271a..5a8243b 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.11" "Library Functions" +.TH f_array_lengthss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 80b4e3c..3aad3ff 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.11" "Library Functions" +.TH f_array_lengthss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c563821..966f4d0 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.11" "Library Functions" +.TH f_array_lengthss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 397cea3..63d6c54 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.11" "Library Functions" +.TH f_array_lengthss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4e5aae3..7dbafcf 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.11" "Library Functions" +.TH f_array_lengthss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 77cd7ad..dfb0dbc 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.11" "Library Functions" +.TH f_cells_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 36df8af..42236c2 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.11" "Library Functions" +.TH f_cells_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 001d844..bf908e3 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.11" "Library Functions" +.TH f_cells_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d27774c..1f027f3 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.11" "Library Functions" +.TH f_cells_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4d95e86..1468325 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.11" "Library Functions" +.TH f_cells_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b978958..a270d74 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.11" "Library Functions" +.TH f_cells_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ec3ed4f..7559358 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.11" "Library Functions" +.TH f_cells_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 901c936..89a98ee 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.11" "Library Functions" +.TH f_cells_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 65b987e..22f59cc 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.11" "Library Functions" +.TH f_cellss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 90e1ec4..745671a 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.11" "Library Functions" +.TH f_cellss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 edfcb23..8f8b4da 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.11" "Library Functions" +.TH f_cellss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5abd71f..877bb4c 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.11" "Library Functions" +.TH f_cellss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 92f1234..a6e10b1 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.11" "Library Functions" +.TH f_cellss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 936ceb6..b6fd82e 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.11" "Library Functions" +.TH f_cellss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a64b767..82f01fb 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.11" "Library Functions" +.TH f_cellss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9852c2c..37a249e 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.11" "Library Functions" +.TH f_cellss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1dd4916..733010b 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.11" "Library Functions" +.TH f_fll_ids_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4da3f4e..204d8a7 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.11" "Library Functions" +.TH f_fll_ids_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e576635..275636b 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.11" "Library Functions" +.TH f_fll_ids_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 78b02b0..dd398c6 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.11" "Library Functions" +.TH f_fll_ids_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0d0e7df..d32aed5 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.11" "Library Functions" +.TH f_fll_ids_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 65278c3..8db93ff 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.11" "Library Functions" +.TH f_fll_ids_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c0ed1a1..3cf080d 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.11" "Library Functions" +.TH f_fll_ids_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 095aa94..8743caa 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.11" "Library Functions" +.TH f_fll_ids_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a1be390..36087cc 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.11" "Library Functions" +.TH f_fll_idss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4b588fd..1081f06 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.11" "Library Functions" +.TH f_fll_idss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 45b683d..13a921c 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.11" "Library Functions" +.TH f_fll_idss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a88274d..f2f2843 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.11" "Library Functions" +.TH f_fll_idss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1583472..3a83ef1 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.11" "Library Functions" +.TH f_fll_idss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a84bbc2..6dd075e 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.11" "Library Functions" +.TH f_fll_idss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e24a127..f7c669b 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.11" "Library Functions" +.TH f_fll_idss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d7da8e8..64faa02 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.11" "Library Functions" +.TH f_fll_idss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 daf5f8f..686ae25 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.11" "Library Functions" +.TH f_int128s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 85d44a6..43996ff 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.11" "Library Functions" +.TH f_int128s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b405879..3b4ddca 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.11" "Library Functions" +.TH f_int128s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6969194..006ac6c 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.11" "Library Functions" +.TH f_int128s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8602f85..5a64f00 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.11" "Library Functions" +.TH f_int128s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9ebe55a..0c63115 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.11" "Library Functions" +.TH f_int128s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 97a2736..410ee38 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.11" "Library Functions" +.TH f_int128s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e931c5f..12fe168 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.11" "Library Functions" +.TH f_int128s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cd83d0f..ad85b40 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.11" "Library Functions" +.TH f_int128ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c7d088c..11c90c8 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.11" "Library Functions" +.TH f_int128ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b5f6163..82fcd53 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.11" "Library Functions" +.TH f_int128ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 eb27592..8e125653 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.11" "Library Functions" +.TH f_int128ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b8eb477..f421011 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.11" "Library Functions" +.TH f_int128ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3793fbb..4191e8e 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.11" "Library Functions" +.TH f_int128ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a2af819..036885a 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.11" "Library Functions" +.TH f_int128ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 daf0d01..d55d981 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.11" "Library Functions" +.TH f_int128ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ab1d3fa..1e970a0 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.11" "Library Functions" +.TH f_int16s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e5f5a15..4934b6d 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.11" "Library Functions" +.TH f_int16s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c018585..0c834ca 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.11" "Library Functions" +.TH f_int16s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d9ac99c..fafa467 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.11" "Library Functions" +.TH f_int16s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a2abc83..e7449dd 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.11" "Library Functions" +.TH f_int16s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 daf809e..90e84fb 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.11" "Library Functions" +.TH f_int16s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 acffa5d..caf1d71 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.11" "Library Functions" +.TH f_int16s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 75d5dd0..aa61f7d 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.11" "Library Functions" +.TH f_int16s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ef8f26d..834aee3 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.11" "Library Functions" +.TH f_int16ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6110f9c..1d5facf 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.11" "Library Functions" +.TH f_int16ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6970ac6..1f18ff6 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.11" "Library Functions" +.TH f_int16ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 626e023..f66ba6c 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.11" "Library Functions" +.TH f_int16ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 aaa9712..167b154 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.11" "Library Functions" +.TH f_int16ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0118f78..d1fbac0 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.11" "Library Functions" +.TH f_int16ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6b1e33d..1ecab42 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.11" "Library Functions" +.TH f_int16ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 633970f..9d51514 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.11" "Library Functions" +.TH f_int16ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fe69505..b21f889 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.11" "Library Functions" +.TH f_int32s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b4c110d..d8a0a6b 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.11" "Library Functions" +.TH f_int32s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d87c3af..b8c106b 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.11" "Library Functions" +.TH f_int32s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f0e9bd7..b41ca67 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.11" "Library Functions" +.TH f_int32s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2555cc0..1be1c99 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.11" "Library Functions" +.TH f_int32s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4b29c1e..e6d962d 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.11" "Library Functions" +.TH f_int32s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3fba495..e8d2366 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.11" "Library Functions" +.TH f_int32s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8e7339d..843b15a 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.11" "Library Functions" +.TH f_int32s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5f5ce57..7be15f8 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.11" "Library Functions" +.TH f_int32ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0407611..e3a2985 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.11" "Library Functions" +.TH f_int32ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 90c5801..8f088fb 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.11" "Library Functions" +.TH f_int32ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bc3a0e6..b16c2e0 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.11" "Library Functions" +.TH f_int32ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9803c56..98f23a2 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.11" "Library Functions" +.TH f_int32ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4f8f712..547b2e5 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.11" "Library Functions" +.TH f_int32ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3b2f70d..cd6a03d 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.11" "Library Functions" +.TH f_int32ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b9a37f9..55fbbea 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.11" "Library Functions" +.TH f_int32ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a8edc80..4043e4d 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.11" "Library Functions" +.TH f_int64s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 222f9c0..5479b09 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.11" "Library Functions" +.TH f_int64s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 71cc8fc..97921cc 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.11" "Library Functions" +.TH f_int64s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9911485..8a6a582 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.11" "Library Functions" +.TH f_int64s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ba304ac..5198b40 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.11" "Library Functions" +.TH f_int64s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b0c02a3..4751c2f 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.11" "Library Functions" +.TH f_int64s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ffaaeeb..851d1d4 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.11" "Library Functions" +.TH f_int64s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fa12954..01a8db4 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.11" "Library Functions" +.TH f_int64s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f624d15..a3c5f52 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.11" "Library Functions" +.TH f_int64ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a582dcb..2399810 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.11" "Library Functions" +.TH f_int64ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 61afafb..7a46455 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.11" "Library Functions" +.TH f_int64ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f9c6be2..1bf836c 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.11" "Library Functions" +.TH f_int64ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 db1b44e..10450d1 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.11" "Library Functions" +.TH f_int64ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f54f75e..e75b85e 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.11" "Library Functions" +.TH f_int64ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b38947a..73915f2 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.11" "Library Functions" +.TH f_int64ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e780725..fa43aa3 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.11" "Library Functions" +.TH f_int64ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 27e0eb8..dbf7f43 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.11" "Library Functions" +.TH f_int8s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6bb4a71..bede0e4 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.11" "Library Functions" +.TH f_int8s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 32c0484..44e8444 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.11" "Library Functions" +.TH f_int8s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b2f1356..b2be175 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.11" "Library Functions" +.TH f_int8s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 58a8804..f7c0512 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.11" "Library Functions" +.TH f_int8s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5c7bb08..7ccca81 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.11" "Library Functions" +.TH f_int8s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 217087f..074142c 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.11" "Library Functions" +.TH f_int8s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 86a51bd..8b07402 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.11" "Library Functions" +.TH f_int8s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 154a466..a0d61a4 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.11" "Library Functions" +.TH f_int8ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ee3ecbe..a00dc7d 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.11" "Library Functions" +.TH f_int8ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 69f632c..da9447d 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.11" "Library Functions" +.TH f_int8ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8a33599..687561c 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.11" "Library Functions" +.TH f_int8ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9725e31..86bf55f 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.11" "Library Functions" +.TH f_int8ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fa00719..fcf16d7 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.11" "Library Functions" +.TH f_int8ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5448bfa..4828eef 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.11" "Library Functions" +.TH f_int8ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 06ee9fc..8695402 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.11" "Library Functions" +.TH f_int8ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7c6aeac..37233e3 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.11" "Library Functions" +.TH f_states_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 edd6b78..5070ace 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.11" "Library Functions" +.TH f_states_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0457151..2548bca 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.11" "Library Functions" +.TH f_states_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 93f54e1..c38e8d7 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.11" "Library Functions" +.TH f_states_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 01a70ab..0fee0d3 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.11" "Library Functions" +.TH f_states_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 505359c..1e745a9 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.11" "Library Functions" +.TH f_states_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 da965f0..0d0388e 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.11" "Library Functions" +.TH f_states_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fd8d42f..b9734c0 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.11" "Library Functions" +.TH f_states_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b1a25a0..f3021f3 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.11" "Library Functions" +.TH f_statess_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8d3cf7d..6919921 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.11" "Library Functions" +.TH f_statess_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b59fe40..e2b260a 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.11" "Library Functions" +.TH f_statess_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 be133e2..945efe6 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.11" "Library Functions" +.TH f_statess_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 60de313..7f1d732 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.11" "Library Functions" +.TH f_statess_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0091fe1..de718d5 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.11" "Library Functions" +.TH f_statess_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bb0f5cd..0f6eb3d 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.11" "Library Functions" +.TH f_statess_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f59a5cc..06273e5 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.11" "Library Functions" +.TH f_statess_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 811a722..8adf7ec 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.11" "Library Functions" +.TH f_statuss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6f33cb4..8073dc2 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.11" "Library Functions" +.TH f_statuss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e73e89f..393e861 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.11" "Library Functions" +.TH f_statuss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ea07e02..ff91f8a 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.11" "Library Functions" +.TH f_statuss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d3ba243..e937304 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.11" "Library Functions" +.TH f_statuss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4e8ce4e..1c90f15 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.11" "Library Functions" +.TH f_statuss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bb0fea7..fd90523 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.11" "Library Functions" +.TH f_statuss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a822d8d..a6538f7 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.11" "Library Functions" +.TH f_statuss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 657f665..702090f 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.11" "Library Functions" +.TH f_statusss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4c510d3..115cba0 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.11" "Library Functions" +.TH f_statusss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 93a6c83..1792974 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.11" "Library Functions" +.TH f_statusss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bd8747a..9b90728 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.11" "Library Functions" +.TH f_statusss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e2db4b5..e733372 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.11" "Library Functions" +.TH f_statusss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 45f944c..e4b43ac 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.11" "Library Functions" +.TH f_statusss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 237eef7..13daf1a 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.11" "Library Functions" +.TH f_statusss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1b3ac10..a7af257 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.11" "Library Functions" +.TH f_statusss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f477087..919aaeb 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.11" "Library Functions" +.TH f_uint128s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1406c5f..a2c0b88 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.11" "Library Functions" +.TH f_uint128s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ba5dc59..abb1b40 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.11" "Library Functions" +.TH f_uint128s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 10b8675..babf45f 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.11" "Library Functions" +.TH f_uint128s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 beca8a6..7800d92 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.11" "Library Functions" +.TH f_uint128s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 70dc4f6..384787d 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.11" "Library Functions" +.TH f_uint128s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0cd83b3..ee6a489 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.11" "Library Functions" +.TH f_uint128s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 58be57c..5cae4d1 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.11" "Library Functions" +.TH f_uint128s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c2e578f..80d0fdf 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.11" "Library Functions" +.TH f_uint128ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9429dff..29a7022 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.11" "Library Functions" +.TH f_uint128ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 490d53d..2295199 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.11" "Library Functions" +.TH f_uint128ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d675827..7ccea22 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.11" "Library Functions" +.TH f_uint128ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b3a39b6..a971dfa 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.11" "Library Functions" +.TH f_uint128ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c9a343e..7ac2ed6 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.11" "Library Functions" +.TH f_uint128ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5a5a195..d025db4 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.11" "Library Functions" +.TH f_uint128ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e021e1e..038afd0 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.11" "Library Functions" +.TH f_uint128ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 715a9f8..861ac26 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.11" "Library Functions" +.TH f_uint16s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c081243..312dfda 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.11" "Library Functions" +.TH f_uint16s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 81bf0da..90afe21 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.11" "Library Functions" +.TH f_uint16s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8190e35..7582b54 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.11" "Library Functions" +.TH f_uint16s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fd47c21..81d0d45 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.11" "Library Functions" +.TH f_uint16s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 87433c4..2a5e240 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.11" "Library Functions" +.TH f_uint16s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c46312e..894efc0 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.11" "Library Functions" +.TH f_uint16s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 888028a..9b979f1 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.11" "Library Functions" +.TH f_uint16s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8000ffa..d224ec0 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.11" "Library Functions" +.TH f_uint16ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1c6bd84..983cd8d 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.11" "Library Functions" +.TH f_uint16ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4aab5ca..97b1f14 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.11" "Library Functions" +.TH f_uint16ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d4bcc42..75b1a70 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.11" "Library Functions" +.TH f_uint16ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2ead484..6175ea1 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.11" "Library Functions" +.TH f_uint16ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 af03a77..1aa788a 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.11" "Library Functions" +.TH f_uint16ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7688395..8a34de5 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.11" "Library Functions" +.TH f_uint16ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1fffc0e..bfdecf2 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.11" "Library Functions" +.TH f_uint16ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b62e9f4..da03354 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.11" "Library Functions" +.TH f_uint32s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f9efd69..c65371c 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.11" "Library Functions" +.TH f_uint32s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 53236db..0831561 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.11" "Library Functions" +.TH f_uint32s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0936d8e..d53e17c 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.11" "Library Functions" +.TH f_uint32s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 93c6aca..82816dd 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.11" "Library Functions" +.TH f_uint32s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 80f1397..05b6e24 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.11" "Library Functions" +.TH f_uint32s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 df44ac2..ced2278 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.11" "Library Functions" +.TH f_uint32s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 423d496..a5b7b78 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.11" "Library Functions" +.TH f_uint32s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ba5a98e..86f97e4 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.11" "Library Functions" +.TH f_uint32ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 101714f..b6a9c46 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.11" "Library Functions" +.TH f_uint32ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9e186ed..e1863e0 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.11" "Library Functions" +.TH f_uint32ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9e8e3f1..50f8bb0 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.11" "Library Functions" +.TH f_uint32ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0d8813b..da87152 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.11" "Library Functions" +.TH f_uint32ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4dab96b..0628bb7 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.11" "Library Functions" +.TH f_uint32ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 04354b3..1ab37cc 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.11" "Library Functions" +.TH f_uint32ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 03f0bce..76e45ae 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.11" "Library Functions" +.TH f_uint32ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 69a38bf..9345baf 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.11" "Library Functions" +.TH f_uint64s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4cb5764..6b4695e 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.11" "Library Functions" +.TH f_uint64s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6b25336..55b7f90 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.11" "Library Functions" +.TH f_uint64s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e3d1ffe..a29c553 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.11" "Library Functions" +.TH f_uint64s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2ec2e13..125ebc8 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.11" "Library Functions" +.TH f_uint64s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8db5d64..074590c 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.11" "Library Functions" +.TH f_uint64s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 282219b..ed848a2 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.11" "Library Functions" +.TH f_uint64s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5c1c373..62f43ac 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.11" "Library Functions" +.TH f_uint64s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 491cd5a..581787b 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.11" "Library Functions" +.TH f_uint64ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ef2d5d6..3bfd59e 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.11" "Library Functions" +.TH f_uint64ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5b772d5..81f5bce 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.11" "Library Functions" +.TH f_uint64ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 85ca617..70f3b57 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.11" "Library Functions" +.TH f_uint64ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 438cc3f..adcb191 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.11" "Library Functions" +.TH f_uint64ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b030fd0..8392667 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.11" "Library Functions" +.TH f_uint64ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b2efbda..194d8c3 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.11" "Library Functions" +.TH f_uint64ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1192ee4..906c3e3 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.11" "Library Functions" +.TH f_uint64ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a0c22cf..745d466 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.11" "Library Functions" +.TH f_uint8s_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8ece3d5..1e6f8b5 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.11" "Library Functions" +.TH f_uint8s_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cfef926..5010686 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.11" "Library Functions" +.TH f_uint8s_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3364860..cfb3c39 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.11" "Library Functions" +.TH f_uint8s_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 89e41fa..dd887d7 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.11" "Library Functions" +.TH f_uint8s_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4297215..f2edf11 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.11" "Library Functions" +.TH f_uint8s_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0c1dced..5a90caf 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.11" "Library Functions" +.TH f_uint8s_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f85fc97..34f79e1 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.11" "Library Functions" +.TH f_uint8s_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4a1aa5c..d9796d0 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.11" "Library Functions" +.TH f_uint8ss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3f9482c..dcac9bc 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.11" "Library Functions" +.TH f_uint8ss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3b0e944..cd9e630 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.11" "Library Functions" +.TH f_uint8ss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 dfe4445..344b3cd 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.11" "Library Functions" +.TH f_uint8ss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3844cd3..d116c43 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.11" "Library Functions" +.TH f_uint8ss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8f90842..be18d61 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.11" "Library Functions" +.TH f_uint8ss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b48d5ee..c536690 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.11" "Library Functions" +.TH f_uint8ss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6d6e794..9d10f58 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.11" "Library Functions" +.TH f_uint8ss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5b59462..1d6dc5c 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 11 +version_micro 12 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 37a673b..9ec63ca 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 11 +version_micro 12 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 2f8840c..8b38f9e 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.11" "Library Functions" +.TH f_utf_buffer_decrement "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 868d2fb..676520f 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.11" "Library Functions" +.TH f_utf_buffer_increment "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1179063..b8d943c 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.11" "Library Functions" +.TH f_utf_char_to_char "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8b80981..17ec03d 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.11" "Library Functions" +.TH f_utf_char_to_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 02acb19..3b35557 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.11" "Library Functions" +.TH f_utf_character_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 196607e..6af9261 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.11" "Library Functions" +.TH f_utf_character_is_alphabetic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 083dc8b..6c86644 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.11" "Library Functions" +.TH f_utf_character_is_alphabetic_digit "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 46f4c7e..a8e1c5e 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.11" "Library Functions" +.TH f_utf_character_is_alphabetic_numeric "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b7cce4b..dad811e 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.11" "Library Functions" +.TH f_utf_character_is_ascii "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c34acd9..3adb478 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.11" "Library Functions" +.TH f_utf_character_is_combining "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fbe31a9..e280e5a 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.11" "Library Functions" +.TH f_utf_character_is_control "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bf44b7c..61d401b 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.11" "Library Functions" +.TH f_utf_character_is_control_code "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 04d6e58..2e260d6 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.11" "Library Functions" +.TH f_utf_character_is_control_format "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3a07476..7f75ab6 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.11" "Library Functions" +.TH f_utf_character_is_control_picture "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3bd0f0a..fb4d36c 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.11" "Library Functions" +.TH f_utf_character_is_digit "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 238f49f..2f94a06 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.11" "Library Functions" +.TH f_utf_character_is_emoji "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 29809b7..47621f4 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.11" "Library Functions" +.TH f_utf_character_is_fragment "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 096b636..d116844 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.11" "Library Functions" +.TH f_utf_character_is_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 10678c7..31dd84c 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.11" "Library Functions" +.TH f_utf_character_is_numeric "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 333659b..ab207ea 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.11" "Library Functions" +.TH f_utf_character_is_phonetic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 eb7570b..5151688 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.11" "Library Functions" +.TH f_utf_character_is_private "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 631682e..26c2bf6 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.11" "Library Functions" +.TH f_utf_character_is_punctuation "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 99d4e50..b0ea31d 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.11" "Library Functions" +.TH f_utf_character_is_subscript "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0b592be..8caeffe 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.11" "Library Functions" +.TH f_utf_character_is_superscript "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 025c951..7cf8a24 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.11" "Library Functions" +.TH f_utf_character_is_symbol "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7cbdad1..dc2be4e 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.11" "Library Functions" +.TH f_utf_character_is_unassigned "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f4ea7dd..8c807a3 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.11" "Library Functions" +.TH f_utf_character_is_valid "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d974d3a..9ed05a9 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.11" "Library Functions" +.TH f_utf_character_is_whitespace "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2f40bbb..7b81fdc 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.11" "Library Functions" +.TH f_utf_character_is_whitespace_modifier "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9427e67..aea6a5e 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.11" "Library Functions" +.TH f_utf_character_is_whitespace_other "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 66b1db7..50a1c8f 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.11" "Library Functions" +.TH f_utf_character_is_whitespace_zero_width "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5a4d52c..ce02981 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.11" "Library Functions" +.TH f_utf_character_is_wide "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0a82766..eb193ac 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.11" "Library Functions" +.TH f_utf_character_is_word "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9ef34e0..ed59750 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.11" "Library Functions" +.TH f_utf_character_is_word_dash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2dcccae..fba92e4 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.11" "Library Functions" +.TH f_utf_character_is_word_dash_plus "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e07bbd3..5296ba3 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.11" "Library Functions" +.TH f_utf_character_is_zero_width "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 17dc7bc..edd401b 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.11" "Library Functions" +.TH f_utf_character_unicode_from "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 55b4a23..07b2a86 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.11" "Library Functions" +.TH f_utf_character_unicode_string_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ff3b749..073700d 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.11" "Library Functions" +.TH f_utf_character_unicode_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0631539..ee573ca 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.11" "Library Functions" +.TH f_utf_is "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 148e6c3..d7db47d 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.11" "Library Functions" +.TH f_utf_is_alphabetic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5d39a10..7be9e09 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.11" "Library Functions" +.TH f_utf_is_alphabetic_digit "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c0cdda5..6b40601 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.11" "Library Functions" +.TH f_utf_is_alphabetic_numeric "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b5d799b..d68422a 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.11" "Library Functions" +.TH f_utf_is_ascii "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a7c6449..bbfec0a 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.11" "Library Functions" +.TH f_utf_is_combining "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c535b33..c899e54 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.11" "Library Functions" +.TH f_utf_is_control "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3213d38..5fd69e9 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.11" "Library Functions" +.TH f_utf_is_control_code "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d0d498b..3db802d 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.11" "Library Functions" +.TH f_utf_is_control_format "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b0509ca..6b478c2 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.11" "Library Functions" +.TH f_utf_is_control_picture "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b774e24..0bd3a71 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.11" "Library Functions" +.TH f_utf_is_digit "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1b22e5f..b2c4e06 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.11" "Library Functions" +.TH f_utf_is_emoji "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8de6b44..cf2fb5d 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.11" "Library Functions" +.TH f_utf_is_fragment "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f323d73..412e848 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.11" "Library Functions" +.TH f_utf_is_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6a32985..1c8f5f9 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.11" "Library Functions" +.TH f_utf_is_numeric "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 475b3c8..fba8b73 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.11" "Library Functions" +.TH f_utf_is_phonetic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ec7afdf..4816e82 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.11" "Library Functions" +.TH f_utf_is_private "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e9df8b8..1232a40 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.11" "Library Functions" +.TH f_utf_is_punctuation "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7bd3453..4b9e85c 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.11" "Library Functions" +.TH f_utf_is_subscript "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f299bc6..5fd46cf 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.11" "Library Functions" +.TH f_utf_is_superscript "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 772eae5..f850491 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.11" "Library Functions" +.TH f_utf_is_symbol "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7ac1185..a25a3e5 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.11" "Library Functions" +.TH f_utf_is_unassigned "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 90a8f4f..2a9bb60 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.11" "Library Functions" +.TH f_utf_is_valid "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9b099b2..dc5aaf1 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.11" "Library Functions" +.TH f_utf_is_whitespace "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 95008dd..6d5fd1e 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.11" "Library Functions" +.TH f_utf_is_whitespace_modifier "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 70505ab..eb5915d 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.11" "Library Functions" +.TH f_utf_is_whitespace_other "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 58cef44..248a8df 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.11" "Library Functions" +.TH f_utf_is_whitespace_zero_width "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 368dc3d..f9bb94d 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.11" "Library Functions" +.TH f_utf_is_wide "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e10fc35..0396e03 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.11" "Library Functions" +.TH f_utf_is_word "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a46da8e..f08e801 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.11" "Library Functions" +.TH f_utf_is_word_dash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 588dbe7..e631051 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.11" "Library Functions" +.TH f_utf_is_word_dash_plus "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 83f8edd..9e0cc19 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.11" "Library Functions" +.TH f_utf_is_zero_width "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 95c477d..f020a3b 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.11" "Library Functions" +.TH f_utf_string_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9e25d0a..2c93c1a 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.11" "Library Functions" +.TH f_utf_string_append_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f051fc2..ee491aa 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.11" "Library Functions" +.TH f_utf_string_append_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8df3e2e..b00fcf9 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.11" "Library Functions" +.TH f_utf_string_append_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c76ed89..048bfb3 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.11" "Library Functions" +.TH f_utf_string_dynamic_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 609a079..5260871 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.11" "Library Functions" +.TH f_utf_string_dynamic_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 630c881..ce6eb37 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.11" "Library Functions" +.TH f_utf_string_dynamic_append_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ea865a1..7b4dd3c 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.11" "Library Functions" +.TH f_utf_string_dynamic_append_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 69de3e8..7a50f24 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.11" "Library Functions" +.TH f_utf_string_dynamic_append_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2cd53fd..badd7d8 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.11" "Library Functions" +.TH f_utf_string_dynamic_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 92c60ce..10652b6 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.11" "Library Functions" +.TH f_utf_string_dynamic_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a25dcbe..dba26de 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.11" "Library Functions" +.TH f_utf_string_dynamic_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 406ab2b..a2f0087 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.11" "Library Functions" +.TH f_utf_string_dynamic_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bea9cb0..d0a9d69 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.11" "Library Functions" +.TH f_utf_string_dynamic_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 17b51be..4ea9a9f 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.11" "Library Functions" +.TH f_utf_string_dynamic_mash_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 14f0e4f..18da7bd 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.11" "Library Functions" +.TH f_utf_string_dynamic_mish "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d82b913..43c13b4 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.11" "Library Functions" +.TH f_utf_string_dynamic_mish_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e3b1e07..5476a7f 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.11" "Library Functions" +.TH f_utf_string_dynamic_partial_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c961dda..27f7c62 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.11" "Library Functions" +.TH f_utf_string_dynamic_partial_append_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 33bd6b7..6ff61f8 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.11" "Library Functions" +.TH f_utf_string_dynamic_partial_append_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 020c3a9..1844ee5 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.11" "Library Functions" +.TH f_utf_string_dynamic_partial_append_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 94e48e3..10bddc9 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.11" "Library Functions" +.TH f_utf_string_dynamic_partial_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6b1527b..7d6d3ca 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.11" "Library Functions" +.TH f_utf_string_dynamic_partial_mash_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d0b9ff8..56b888b 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.11" "Library Functions" +.TH f_utf_string_dynamic_partial_mish "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4de4108..b56b177 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.11" "Library Functions" +.TH f_utf_string_dynamic_partial_mish_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2087216..ab952db 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.11" "Library Functions" +.TH f_utf_string_dynamic_partial_prepend "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 563f614..a474201 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.11" "Library Functions" +.TH f_utf_string_dynamic_partial_prepend_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 578df62..25931dd 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.11" "Library Functions" +.TH f_utf_string_dynamic_partial_prepend_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5589c63..a31f47a 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.11" "Library Functions" +.TH f_utf_string_dynamic_partial_prepend_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 aab33e2..d9c0e72 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.11" "Library Functions" +.TH f_utf_string_dynamic_prepend "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7a122a6..9015fd1 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.11" "Library Functions" +.TH f_utf_string_dynamic_prepend_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 67f6523..aa63bb9 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.11" "Library Functions" +.TH f_utf_string_dynamic_prepend_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ffffb42..48bb0df 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.11" "Library Functions" +.TH f_utf_string_dynamic_prepend_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c35fa35..8969f26 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.11" "Library Functions" +.TH f_utf_string_dynamic_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 16cb8ed..e2fce78 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.11" "Library Functions" +.TH f_utf_string_dynamic_seek_line "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 af5e3ec..6b43459 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.11" "Library Functions" +.TH f_utf_string_dynamic_seek_line_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9f9e31a..3382044 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.11" "Library Functions" +.TH f_utf_string_dynamic_seek_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 63275f8..3d7e1c0 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.11" "Library Functions" +.TH f_utf_string_dynamic_terminate "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1da63a1..ad94007 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.11" "Library Functions" +.TH f_utf_string_dynamic_terminate_after "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d5ea720..5ea1435 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.11" "Library Functions" +.TH f_utf_string_dynamics_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6509c87..cfc631d 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.11" "Library Functions" +.TH f_utf_string_dynamics_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ef7f810..b8eaa0c 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.11" "Library Functions" +.TH f_utf_string_dynamics_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 556d80b..364ae4e 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.11" "Library Functions" +.TH f_utf_string_dynamics_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 595c901..7b23ff1 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.11" "Library Functions" +.TH f_utf_string_dynamics_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b147968..8281d81 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.11" "Library Functions" +.TH f_utf_string_dynamics_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 71fe371..37363ad 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.11" "Library Functions" +.TH f_utf_string_dynamics_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 eb549cf..76d0152 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.11" "Library Functions" +.TH f_utf_string_dynamics_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5ea6b52..f23d264 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.11" "Library Functions" +.TH f_utf_string_dynamicss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 828773b..fc5b992 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.11" "Library Functions" +.TH f_utf_string_dynamicss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9ef9427..1a984d7 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.11" "Library Functions" +.TH f_utf_string_dynamicss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6a29dd2..c8c56b1 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.11" "Library Functions" +.TH f_utf_string_dynamicss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 08b13ae..6081709 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.11" "Library Functions" +.TH f_utf_string_dynamicss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c32f2f1..4fd31c2 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.11" "Library Functions" +.TH f_utf_string_dynamicss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 eaa2a7c..f079400 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.11" "Library Functions" +.TH f_utf_string_dynamicss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 32e90ce..cfe39f9 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.11" "Library Functions" +.TH f_utf_string_dynamicss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 98b7422..1a1addf 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.11" "Library Functions" +.TH f_utf_string_map_multis_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4012233..451dcec 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.11" "Library Functions" +.TH f_utf_string_map_multis_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e652d36..576cc9b 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.11" "Library Functions" +.TH f_utf_string_map_multis_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e0c4b49..64353eb 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.11" "Library Functions" +.TH f_utf_string_map_multis_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 68f1069..69a1777 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.11" "Library Functions" +.TH f_utf_string_map_multis_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c053931..8674501 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.11" "Library Functions" +.TH f_utf_string_map_multis_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e75d823..46d5db9 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.11" "Library Functions" +.TH f_utf_string_map_multis_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 825e5c4..212b390 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.11" "Library Functions" +.TH f_utf_string_map_multis_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6b50e80..3568a0d 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.11" "Library Functions" +.TH f_utf_string_map_multiss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9cde898..a6e037b 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.11" "Library Functions" +.TH f_utf_string_map_multiss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 503a129..6473c3f 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.11" "Library Functions" +.TH f_utf_string_map_multiss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fe2a46e..37e958d 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.11" "Library Functions" +.TH f_utf_string_map_multiss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 100e170..1854e94 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.11" "Library Functions" +.TH f_utf_string_map_multiss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 130a215..d73731d 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.11" "Library Functions" +.TH f_utf_string_map_multiss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5688b41..e5c6608 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.11" "Library Functions" +.TH f_utf_string_map_multiss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e6478b3..9ce381b 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.11" "Library Functions" +.TH f_utf_string_map_multiss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 259f825..df9717d 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.11" "Library Functions" +.TH f_utf_string_maps_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e870853..a1de68a 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.11" "Library Functions" +.TH f_utf_string_maps_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d896a51..7275c59 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.11" "Library Functions" +.TH f_utf_string_maps_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 dcdbadd..7d25933 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.11" "Library Functions" +.TH f_utf_string_maps_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9a05a1e..422ace2 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.11" "Library Functions" +.TH f_utf_string_maps_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 26a9350..359eb3b 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.11" "Library Functions" +.TH f_utf_string_maps_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4f2fcd6..88afeee 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.11" "Library Functions" +.TH f_utf_string_maps_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b2243fb..88b4daf 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.11" "Library Functions" +.TH f_utf_string_maps_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5913bdf..9a74822 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.11" "Library Functions" +.TH f_utf_string_mapss_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c1b518d..ff5ad5b 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.11" "Library Functions" +.TH f_utf_string_mapss_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 25a629c..972f2e9 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.11" "Library Functions" +.TH f_utf_string_mapss_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e2e7807..6e08f9e 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.11" "Library Functions" +.TH f_utf_string_mapss_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9e1295a..a206e39 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.11" "Library Functions" +.TH f_utf_string_mapss_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 866c57b..86da5af 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.11" "Library Functions" +.TH f_utf_string_mapss_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 532682b..2dcd5f1 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.11" "Library Functions" +.TH f_utf_string_mapss_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8a018ec..b999d64 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.11" "Library Functions" +.TH f_utf_string_mapss_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 854b4fe..f72b2e2 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.11" "Library Functions" +.TH f_utf_string_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 00849f3..4e3de4f 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.11" "Library Functions" +.TH f_utf_string_mash_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 266af1f..2010ced 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.11" "Library Functions" +.TH f_utf_string_mish "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 87cf533..cee6c37 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.11" "Library Functions" +.TH f_utf_string_mish_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 676da09..58931f5 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.11" "Library Functions" +.TH f_utf_string_prepend "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 eb44d10..fb8cfd6 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.11" "Library Functions" +.TH f_utf_string_prepend_assure "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 114d5db..c823863 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.11" "Library Functions" +.TH f_utf_string_prepend_assure_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 74cd25b..fc53a07 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.11" "Library Functions" +.TH f_utf_string_prepend_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3096bf7..70b3c37 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.11" "Library Functions" +.TH f_utf_string_seek_line "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 262a7d1..900870f 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.11" "Library Functions" +.TH f_utf_string_seek_line_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 92c0b44..6bc5dd5 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.11" "Library Functions" +.TH f_utf_string_seek_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7c695a5..da74b7d 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.11" "Library Functions" +.TH f_utf_string_triples_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9cf1575..ac7c5f0 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.11" "Library Functions" +.TH f_utf_string_triples_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2d35740..223aa7e 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.11" "Library Functions" +.TH f_utf_string_triples_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5a710fa..45fa5e8 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.11" "Library Functions" +.TH f_utf_string_triples_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6099bec..b7e5295 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.11" "Library Functions" +.TH f_utf_string_triples_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cc86e26..301a72e 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.11" "Library Functions" +.TH f_utf_string_triples_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bbeeb5c..aa28805 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.11" "Library Functions" +.TH f_utf_string_triples_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5eaca7d..629c398 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.11" "Library Functions" +.TH f_utf_string_triples_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8d64bb3..134e3bc 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.11" "Library Functions" +.TH f_utf_string_tripless_adjust "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f62b142..a017ba8 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.11" "Library Functions" +.TH f_utf_string_tripless_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 862fc22..6327bab 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.11" "Library Functions" +.TH f_utf_string_tripless_append_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3c43792..39149a2 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.11" "Library Functions" +.TH f_utf_string_tripless_decimate_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 701cd55..4dbe9dc 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.11" "Library Functions" +.TH f_utf_string_tripless_decrease_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 762277d..ab5185a 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.11" "Library Functions" +.TH f_utf_string_tripless_increase "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 dc42bbe..cb67dc3 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.11" "Library Functions" +.TH f_utf_string_tripless_increase_by "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 181791f..4e06dd5 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.11" "Library Functions" +.TH f_utf_string_tripless_resize "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d60847d..5d95a98 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.11" "Library Functions" +.TH f_utf_unicode_from "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b886772..ba9cff2 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.11" "Library Functions" +.TH f_utf_unicode_string_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5810d68..3685f53 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.11" "Library Functions" +.TH f_utf_unicode_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 360823c..972405f 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 11 +version_micro 12 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 7c9d6c9..7aa922d 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.11" "Library Functions" +.TH fl_control_group_apply "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8c8f386..76d5ef9 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 11 +version_micro 12 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 29301ec..4be1d6f 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.11" "Library Functions" +.TH fl_conversion_dynamic_partial_to_signed "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6ea8aaf..dacc3fa 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.11" "Library Functions" +.TH fl_conversion_dynamic_partial_to_signed_detect "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d9f4395..e8bb1f2 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.11" "Library Functions" +.TH fl_conversion_dynamic_partial_to_unsigned "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a42c986..e764a56 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.11" "Library Functions" +.TH fl_conversion_dynamic_partial_to_unsigned_detect "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9b5dab0..3969d90 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.11" "Library Functions" +.TH fl_conversion_dynamic_to_signed "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 acdf6a0..0d71432 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.11" "Library Functions" +.TH fl_conversion_dynamic_to_signed_detect "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a60c210..bbe883f 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.11" "Library Functions" +.TH fl_conversion_dynamic_to_unsigned "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 28d4eca..d9fd24c 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.11" "Library Functions" +.TH fl_conversion_dynamic_to_unsigned_detect "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b21a1de..32464ac 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 11 +version_micro 12 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 5613f01..fba28dd 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.11" "Library Functions" +.TH fl_directory_clone "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a864d98..7cd0eda 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.11" "Library Functions" +.TH fl_directory_clone_content "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d5664dd..fcd28c9 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.11" "Library Functions" +.TH fl_directory_copy "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b3bebc9..888ec05 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.11" "Library Functions" +.TH fl_directory_copy_content "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 47ea031..2b9ed53 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.11" "Library Functions" +.TH fl_directory_create "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d0c7a78..b90862f 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.11" "Library Functions" +.TH fl_directory_list "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bf4b391..fa3f646 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.11" "Library Functions" +.TH fl_directory_path_pop "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ed25b9a..2454bb1 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.11" "Library Functions" +.TH fl_directory_path_push "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 41c8260..1932634 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 11 +version_micro 12 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 e0aa23f..85e18b9 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.11" "Library Functions" +.TH fl_environment_load_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 17b826b..7d44f50 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.11" "Library Functions" +.TH fl_environment_load_names "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0fe59bf..1aec2d7 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.11" "Library Functions" +.TH fl_environment_path_explode "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ad1dc3a..ee13db9 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.11" "Library Functions" +.TH fl_environment_path_explode_reverse "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a20df14..818c7ba 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 11 +version_micro 12 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 d71ff46..94d26b4 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 11 +version_micro 12 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 6aaf149..0a6102e 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.11" "Library Functions" +.TH fl_fss_basic_content_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 df7d8e6..6478936 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.11" "Library Functions" +.TH fl_fss_basic_content_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4438690..5844af2 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.11" "Library Functions" +.TH fl_fss_basic_list_content_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1839c08..1ff4d6d 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.11" "Library Functions" +.TH fl_fss_basic_list_content_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bb6dc03..d1ab9bc 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.11" "Library Functions" +.TH fl_fss_basic_list_object_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4d5566b..c22f090 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.11" "Library Functions" +.TH fl_fss_basic_list_object_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f55850f..44aaf15 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.11" "Library Functions" +.TH fl_fss_basic_object_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 050e143..ac440d5 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.11" "Library Functions" +.TH fl_fss_basic_object_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4ed3f25..e635ed5 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.11" "Library Functions" +.TH fl_fss_embedded_list_content_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5b2393c..a50268a 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.11" "Library Functions" +.TH fl_fss_embedded_list_content_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 02d581f..ff28224 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.11" "Library Functions" +.TH fl_fss_embedded_list_object_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c47a5dd..4dbf501 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.11" "Library Functions" +.TH fl_fss_embedded_list_object_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2af867b..9a4f6f9 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.11" "Library Functions" +.TH fl_fss_extended_content_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b3fa9d9..f54cc10 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.11" "Library Functions" +.TH fl_fss_extended_content_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 385a18a..e814d53 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.11" "Library Functions" +.TH fl_fss_extended_list_content_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9ce2b38..f29b6fa 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.11" "Library Functions" +.TH fl_fss_extended_list_content_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7059aa9..f14df61 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.11" "Library Functions" +.TH fl_fss_extended_list_object_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bba11eb..107957f 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.11" "Library Functions" +.TH fl_fss_extended_list_object_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4c5d11a..acc568e 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.11" "Library Functions" +.TH fl_fss_extended_object_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a40f501..a99fd1d 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.11" "Library Functions" +.TH fl_fss_extended_object_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8d88947..a5524de 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 11 +version_micro 12 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 f4b5ff4..e865702 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.11" "Library Functions" +.TH fl_iki_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9850c1b..fd20aae 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 11 +version_micro 12 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 92d7583..644e286 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.11" "Library Functions" +.TH fl_print_format "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 849af18..a859527 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.11" "Library Functions" +.TH fl_print_format_convert "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 23585a6..98b3ead 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.11" "Library Functions" +.TH fl_print_string_va "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1638636..291f427 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.11" "Library Functions" +.TH fl_print_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c5c2fda..2538835 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.11" "Library Functions" +.TH fl_print_trim_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 531d355..02c8712 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.11" "Library Functions" + .TH fl_print_trim_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6cbe85b..683604a 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.11" "Library Functions" +.TH fl_print_trim_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4a7a39e..01c2106 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.11" "Library Functions" +.TH fl_print_trim_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 38b0653..376e170 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.11" "Library Functions" +.TH fl_print_trim_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 24081f8..8fc8cc3 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.11" "Library Functions" +.TH fl_print_trim_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 82436c9..86f6a58 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.11" "Library Functions" +.TH fl_print_trim_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d62506d..181c578 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.11" "Library Functions" +.TH fl_print_trim_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5238dfe..b23e434 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.11" "Library Functions" +.TH fl_print_trim_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3d4bdc8..4aaa8f3 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.11" "Library Functions" +.TH fl_print_trim_except_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 084d848..2b28715 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.11" "Library Functions" +.TH fl_print_trim_except_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b614417..b053bd1 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.11" "Library Functions" +.TH fl_print_trim_except_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 27e2f94..dfe36fd 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.11" "Library Functions" +.TH fl_print_trim_except_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 96501ba..c2f2978 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.11" "Library Functions" +.TH fl_print_trim_except_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b5ff848..4bfb8af 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.11" "Library Functions" +.TH fl_print_trim_except_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bb27d33..5f3d4b5 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.11" "Library Functions" +.TH fl_print_trim_except_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f758fd6..70deea1 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.11" "Library Functions" +.TH fl_print_trim_except_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 96e6eac..b384f53 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.11" "Library Functions" +.TH fl_print_trim_except_in "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 38e7c33..ec51ff9 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.11" "Library Functions" +.TH fl_print_trim_except_in_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e4c51c7..cac3715 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.11" "Library Functions" +.TH fl_print_trim_except_in_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c69ab67..1150958 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.11" "Library Functions" +.TH fl_print_trim_except_in_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 96b9c7f..5ed372e 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.11" "Library Functions" +.TH fl_print_trim_except_in_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6ef146c..045472f 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.11" "Library Functions" +.TH fl_print_trim_except_in_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 814a086..c3bd157 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.11" "Library Functions" +.TH fl_print_trim_except_in_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 36db8f9..1b176f0 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.11" "Library Functions" +.TH fl_print_trim_except_in_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 524f4b4..2d58c8a 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.11" "Library Functions" +.TH fl_print_trim_except_in_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 83e0fcd..48aafab 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.11" "Library Functions" +.TH fl_print_trim_except_in_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ba05d49..af5e043 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.11" "Library Functions" +.TH fl_print_trim_except_in_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a0878bb..07b5428 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.11" "Library Functions" +.TH fl_print_trim_except_in_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8d236bc..b46d621 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.11" "Library Functions" +.TH fl_print_trim_except_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cc4be2f..46513b7 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.11" "Library Functions" +.TH fl_print_trim_except_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 01cce70..4ae475d 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.11" "Library Functions" +.TH fl_print_trim_except_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 880b6e6..93e6717 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.11" "Library Functions" +.TH fl_print_trim_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2f54f96..b89e479 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.11" "Library Functions" +.TH fl_print_trim_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a315b0d..5e6becf 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.11" "Library Functions" +.TH fl_print_trim_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6834ff4..983637d 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 11 +version_micro 12 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 32b91c0..eaa912b 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.11" "Library Functions" +.TH fl_signal_state_interrupt "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 40c396c..56d06bf 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 11 +version_micro 12 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 818909c..d0a9494 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 11 +version_micro 12 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 c3aa696..3af3198 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.11" "Library Functions" +.TH fl_string_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7d4fec8..2dadb5a 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.11" "Library Functions" +.TH fl_string_compare_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d4f346b..9c6b07b 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.11" "Library Functions" +.TH fl_string_compare_except_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 076cd31..f3f7f96 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.11" "Library Functions" +.TH fl_string_compare_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a6c38f0..49f86c5 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.11" "Library Functions" +.TH fl_string_dynamic_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b684f57..635a493 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.11" "Library Functions" +.TH fl_string_dynamic_compare_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 add83d8..cbb345c 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.11" "Library Functions" +.TH fl_string_dynamic_compare_except_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4952ad0..bef5ff1 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.11" "Library Functions" +.TH fl_string_dynamic_compare_except_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1b6b05b..8975ebe 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.11" "Library Functions" +.TH fl_string_dynamic_compare_except_trim_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 704a945..881766f 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.11" "Library Functions" +.TH fl_string_dynamic_compare_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fcaf3d1..69c8f6d 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.11" "Library Functions" +.TH fl_string_dynamic_compare_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 edeaf8e..5c62fd4 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.11" "Library Functions" +.TH fl_string_dynamic_compare_trim_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 254f8bb..2eec624 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.11" "Library Functions" +.TH fl_string_dynamic_partial_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fb17831..8bbdf42 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.11" "Library Functions" +.TH fl_string_dynamic_partial_compare_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 226695b..a14094c 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.11" "Library Functions" +.TH fl_string_dynamic_partial_compare_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d2a0d73..a573d32 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.11" "Library Functions" +.TH fl_string_dynamic_partial_compare_except_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 100d0c1..baa9262 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.11" "Library Functions" +.TH fl_string_dynamic_partial_compare_except_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 dee12da..023af0a 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.11" "Library Functions" +.TH fl_string_dynamic_partial_compare_except_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1736eab..bfe774b 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.11" "Library Functions" +.TH fl_string_dynamic_partial_compare_except_trim_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e3094a2..d3bb052 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.11" "Library Functions" +.TH fl_string_dynamic_partial_compare_except_trim_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bd6a307..026cdcc 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.11" "Library Functions" +.TH fl_string_dynamic_partial_compare_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7318444..c566ae0 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.11" "Library Functions" +.TH fl_string_dynamic_partial_compare_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5d88090..ca6a7d4 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.11" "Library Functions" +.TH fl_string_dynamic_partial_compare_trim_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e878806..976ee70 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.11" "Library Functions" +.TH fl_string_dynamic_partial_compare_trim_string "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3eb67ec..c725f95 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.11" "Library Functions" +.TH fl_string_dynamic_partial_fll_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c75a74c..22cbc01 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.11" "Library Functions" +.TH fl_string_dynamic_partial_rip "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e81c044..2ae9e71 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.11" "Library Functions" +.TH fl_string_dynamic_partial_rip_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 275710f..159ea49 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.11" "Library Functions" +.TH fl_string_dynamic_rip "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 72bf8a9..c6aedff 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.11" "Library Functions" +.TH fl_string_dynamic_rip_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e8d5af0..788edb1 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.11" "Library Functions" +.TH fl_string_dynamic_seek_line_to_utf_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ddd648e..fab54d9 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.11" "Library Functions" +.TH fl_string_dynamic_seek_line_until_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4d81baf..3eae16f 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.11" "Library Functions" +.TH fl_string_dynamic_seek_line_until_graph_non "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 78415a3..c483282 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.11" "Library Functions" +.TH fl_string_dynamic_seek_to_utf_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 28865c8..dfdaa45 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.11" "Library Functions" +.TH fl_string_rip "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3f2c4a7..f4babe7 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.11" "Library Functions" +.TH fl_string_rip_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 479f4b2..de5d6ca 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.11" "Library Functions" +.TH fl_string_seek_line_to_utf_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3f285d1..8f082e9 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.11" "Library Functions" +.TH fl_string_seek_line_until_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 982c23f..e78dc28 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.11" "Library Functions" +.TH fl_string_seek_line_until_graph_non "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d4c32b1..1c5aab6 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.11" "Library Functions" +.TH fl_string_seek_to_utf_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9725fcc..12eb6c0 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 11 +version_micro 12 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 804e2d7..5a06261 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 11 +version_micro 12 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 ecf4271..9dbe5a6 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.11" "Library Functions" +.TH fl_utf_file_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3494755..453d3dc 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.11" "Library Functions" +.TH fl_utf_file_read_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fa53b2f..d5236fd 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.11" "Library Functions" +.TH fl_utf_file_read_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 746eb28..ec92dc9 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.11" "Library Functions" +.TH fl_utf_file_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8234bd0..f22823a 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.11" "Library Functions" +.TH fl_utf_file_write_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 edeadf1..9764572 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.11" "Library Functions" +.TH fl_utf_file_write_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a7d714b..f172421 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.11" "Library Functions" +.TH fl_utf_file_write_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 98c4742..94e1236 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.11" "Library Functions" +.TH fl_utf_string_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ab2ac1c..deba5ae 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.11" "Library Functions" +.TH fl_utf_string_compare_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 72e5ebd..be5dacf 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.11" "Library Functions" +.TH fl_utf_string_dynamic_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 14b470d..96d425c 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.11" "Library Functions" +.TH fl_utf_string_dynamic_compare_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 553a715..36bb987 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.11" "Library Functions" +.TH fl_utf_string_dynamic_partial_compare "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3d3caca..74b139a 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.11" "Library Functions" +.TH fl_utf_string_dynamic_partial_compare_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cfbdf36..b74b0c8 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.11" "Library Functions" +.TH fl_utf_string_dynamic_rip "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e2abc79..4491b18 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.11" "Library Functions" +.TH fl_utf_string_dynamic_rip_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 beb1721..a6bb5f3 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.11" "Library Functions" +.TH fl_utf_string_dynamic_seek_line_to_char "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a6a16e2..898a886 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.11" "Library Functions" +.TH fl_utf_string_dynamic_seek_line_until_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 681e60e..0e46d70 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.11" "Library Functions" +.TH fl_utf_string_dynamic_seek_line_until_graph_non "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 72f707b..0f164f8 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.11" "Library Functions" +.TH fl_utf_string_dynamic_seek_to_char "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f8e45e3..16c4e48 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.11" "Library Functions" +.TH fl_utf_string_rip "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 553483d..b6c3064 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.11" "Library Functions" +.TH fl_utf_string_rip_nulless "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0602f3c..1031f8c 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.11" "Library Functions" +.TH fl_utf_string_seek_line_to_char "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4e5586c..c529732 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.11" "Library Functions" +.TH fl_utf_string_seek_line_until_graph "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bc33512..f6053cb 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.11" "Library Functions" +.TH fl_utf_string_seek_line_until_graph_non "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 42cdec2..6508b9c 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.11" "Library Functions" +.TH fl_utf_string_seek_to_char "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 83bb5ae..8dbd003 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 11 +version_micro 12 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 859cf3b..6ecfb5a 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.11" "Library Functions" +.TH fl_utf_file_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d9e8d26..b5099f3 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.11" "Library Functions" +.TH fl_utf_file_read_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b1a0480..576cf21 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.11" "Library Functions" +.TH fl_utf_file_read_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ce091a5..6d9a87e 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.11" "Library Functions" +.TH fl_utf_file_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7d59b28..3ce0850 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.11" "Library Functions" +.TH fl_utf_file_write_block "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 748bb0d..9378f11 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.11" "Library Functions" +.TH fl_utf_file_write_range "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b0dbbe2..2eb931b 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.11" "Library Functions" +.TH fl_utf_file_write_until "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 61da67e..29030be 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 11 +version_micro 12 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 86a17b7..bbebfd7 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.11" "Library Functions" +.TH fll_control_group_prepare "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ae6424e..18f66de 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 11 +version_micro 12 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 ee822e1..66c81a4 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.11" "Library Functions" +.TH fll_error_file_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b6a5794..066f615 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.11" "Library Functions" +.TH fll_error_parameter_integer_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f13bfa1..92dc90e 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.11" "Library Functions" +.TH fll_error_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6aa053e..8bae489 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 11 +version_micro 12 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 e3932e9..d53616f 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.11" "Library Functions" +.TH fll_execute_arguments_add "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 855e632..86969bb 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.11" "Library Functions" +.TH fll_execute_arguments_add_parameter "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2993a28..a3a33df 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.11" "Library Functions" +.TH fll_execute_arguments_add_parameter_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 38775e0..4891726 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.11" "Library Functions" +.TH fll_execute_arguments_add_set "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1a36ac6..4188ec8 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.11" "Library Functions" +.TH fll_execute_into "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7b607d3..4492a9a 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.11" "Library Functions" +.TH fll_execute_program "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d072e2d..f6347c0 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 11 +version_micro 12 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 7b00b7c..be49996 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.11" "Library Functions" +.TH fll_file_mode_set_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3badccd..c3cd105 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.11" "Library Functions" +.TH fll_file_move "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d10167d..bd9d84a 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.11" "Library Functions" +.TH fll_file_role_change_all "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 df90126..780de7e 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 11 +version_micro 12 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 61ad333..fe8722e 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.11" "Library Functions" +.TH fll_fss_basic_list_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f78a1c7..c92c4d0 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.11" "Library Functions" +.TH fll_fss_basic_list_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1e3c128..79216c0 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.11" "Library Functions" +.TH fll_fss_basic_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bf2cc7a..0212a73 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.11" "Library Functions" +.TH fll_fss_basic_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f96a478..fe3bad4 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.11" "Library Functions" +.TH fll_fss_embedded_list_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 033796c..c3d3d42 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.11" "Library Functions" +.TH fll_fss_embedded_list_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 643dd1c..497973c 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.11" "Library Functions" +.TH fll_fss_extended_list_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 270b6df..21b8d86 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.11" "Library Functions" +.TH fll_fss_extended_list_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4735841..646d7fa 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.11" "Library Functions" +.TH fll_fss_extended_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2ed7797..fa21dd9 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.11" "Library Functions" +.TH fll_fss_extended_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8e84f5e..6dc90c5 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.11" "Library Functions" +.TH fll_fss_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6a888d1..3ba7c64 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.11" "Library Functions" +.TH fll_fss_payload_read "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5a2aa30..4faca62 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.11" "Library Functions" +.TH fll_fss_payload_write "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ef2912b..60234fd 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.11" "Library Functions" +.TH fll_fss_snatch "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 769d37d..4f143a0 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.11" "Library Functions" +.TH fll_fss_snatch_apart "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4d7e3cc..e7d7494 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.11" "Library Functions" +.TH fll_fss_snatch_map "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 73ea4cb..d08a641 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.11" "Library Functions" +.TH fll_fss_snatch_map_apart "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5d7e36c..7a1a8c5 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.11" "Library Functions" +.TH fll_fss_snatch_map_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 62b8b6a..a433138 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.11" "Library Functions" +.TH fll_fss_snatch_map_mash_apart "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7e75dd2..4d2445e 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.11" "Library Functions" +.TH fll_fss_snatch_map_together "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9cbc37c..dcc2184 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.11" "Library Functions" +.TH fll_fss_snatch_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4ebc8af..10c31c6 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.11" "Library Functions" +.TH fll_fss_snatch_mash_apart "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 84498e1..b7c5aa8 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.11" "Library Functions" +.TH fll_fss_snatch_together "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 38b26f2..9084fbd 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 11 +version_micro 12 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 91d126f..36c4dc5 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.11" "Library Functions" +.TH fll_fss_status_string_from "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 182d12a..acb342c 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.11" "Library Functions" +.TH fll_fss_status_string_to "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5b3f411..b797fb2 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 11 +version_micro 12 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 26346d8..ff53d66 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.11" "Library Functions" +.TH fll_iki_content_escape "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b875acb..8cff69b 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.11" "Library Functions" +.TH fll_iki_content_partial_escape "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 41873bb..fe709ed 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.11" "Library Functions" +.TH fll_iki_content_partial_unescape "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 33f86ee..51b98ed 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.11" "Library Functions" +.TH fll_iki_content_unescape "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f58186c..a72bdaf 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 11 +version_micro 12 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 d4c9339..646da25 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 11 +version_micro 12 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 6c5e84b..4ccf300 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.11" "Library Functions" +.TH fll_path_canonical "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b2529ff..9e42ce0 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 11 +version_micro 12 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 b5cda48..fa17101 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.11" "Library Functions" +.TH fll_print "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c61ff0a..c8057e3 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.11" "Library Functions" +.TH fll_print_character "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e0b8132..dfcdedf 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.11" "Library Functions" +.TH fll_print_character_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 64be116..ea847ff 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.11" "Library Functions" +.TH fll_print_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e0d66f6..a26c8a5 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.11" "Library Functions" +.TH fll_print_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 92e36e1..4e63d2a 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.11" "Library Functions" +.TH fll_print_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4f84510..2fc460e 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.11" "Library Functions" +.TH fll_print_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1b19f8e..7df4e08 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.11" "Library Functions" +.TH fll_print_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c821df9..2d84178 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.11" "Library Functions" +.TH fll_print_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a0a307c..c1f4287 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.11" "Library Functions" +.TH fll_print_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6a85d3d..1fc1085 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.11" "Library Functions" +.TH fll_print_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 be8c88c..9ffcb88 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.11" "Library Functions" +.TH fll_print_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ffd2c85..1fa385b 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.11" "Library Functions" +.TH fll_print_except_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a53344f..54e8331 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.11" "Library Functions" +.TH fll_print_except_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6c57472..bc290bb 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.11" "Library Functions" +.TH fll_print_except_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 77a75fe..1791f67 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.11" "Library Functions" +.TH fll_print_except_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7550620..9671461 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.11" "Library Functions" +.TH fll_print_except_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 09e9d18..71e6545 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.11" "Library Functions" +.TH fll_print_except_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 252bbe6..2d35cd2 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.11" "Library Functions" +.TH fll_print_except_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 661b09b..0eb1278 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.11" "Library Functions" +.TH fll_print_except_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 21ac3ab..cd21ed5 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.11" "Library Functions" +.TH fll_print_except_in "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b5f64f8..b3c4695 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.11" "Library Functions" +.TH fll_print_except_in_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 eb677c3..fe6e599 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.11" "Library Functions" +.TH fll_print_except_in_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 63b7193..1f52bd8 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.11" "Library Functions" +.TH fll_print_except_in_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2d4ef42..18fa87d 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.11" "Library Functions" +.TH fll_print_except_in_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2e77c59..6441f7f 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.11" "Library Functions" +.TH fll_print_except_in_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3996711..8447472 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.11" "Library Functions" +.TH fll_print_except_in_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fe97dc6..a3e6458 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.11" "Library Functions" +.TH fll_print_except_in_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2a98d68..d3657be 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.11" "Library Functions" +.TH fll_print_except_in_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d8e00d6..ad0eb7e 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.11" "Library Functions" +.TH fll_print_except_in_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f5c6671..911e67d 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.11" "Library Functions" +.TH fll_print_except_in_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b2af8c7..c5e7f7d 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.11" "Library Functions" +.TH fll_print_except_in_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e8dbf16..ac4a733 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.11" "Library Functions" +.TH fll_print_except_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2534c1c..841b700 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.11" "Library Functions" +.TH fll_print_except_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ab155b0..2e7da1c 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.11" "Library Functions" +.TH fll_print_except_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4932f15..a97a80f 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.11" "Library Functions" +.TH fll_print_format "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f92ac3a..1e1ac0d 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.11" "Library Functions" +.TH fll_print_format_convert "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 935c185..2f329a4 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.11" "Library Functions" +.TH fll_print_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d1f3916..58e628b 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.11" "Library Functions" +.TH fll_print_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e521758..c1c640d 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.11" "Library Functions" +.TH fll_print_raw_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 79cf4f3..67b5850 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.11" "Library Functions" +.TH fll_print_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ca46393..01eed3f 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.11" "Library Functions" +.TH fll_print_safely_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d909534..f3008d0 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.11" "Library Functions" +.TH fll_print_string_va "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 715c54e7..d061bbe 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.11" "Library Functions" +.TH fll_print_terminated "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ba2af26..0dfce8d 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.11" "Library Functions" +.TH fll_print_trim "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 99cdf4f..97a6f86 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.11" "Library Functions" +.TH fll_print_trim_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 febcd6b..d72f436 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.11" "Library Functions" +.TH fll_print_trim_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1a2aed9..792e9f5 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.11" "Library Functions" +.TH fll_print_trim_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 dfbfb67..9ab3285 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.11" "Library Functions" +.TH fll_print_trim_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a2e4b53..ec80acc 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.11" "Library Functions" +.TH fll_print_trim_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1bd6c50..eedd4dc 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.11" "Library Functions" +.TH fll_print_trim_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9f72872..743f620 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.11" "Library Functions" +.TH fll_print_trim_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c2ef106..05f1372 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.11" "Library Functions" +.TH fll_print_trim_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4887caa..e5f5521 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.11" "Library Functions" +.TH fll_print_trim_except "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6b7a6a5..430a9a6 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.11" "Library Functions" +.TH fll_print_trim_except_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 03533c4..ace2132 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.11" "Library Functions" +.TH fll_print_trim_except_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 28a1719..9ef75f4 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.11" "Library Functions" +.TH fll_print_trim_except_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7f1da67..4347329 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.11" "Library Functions" +.TH fll_print_trim_except_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9cb45e8..80fea7b 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.11" "Library Functions" +.TH fll_print_trim_except_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fb1dc82..9888a55 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.11" "Library Functions" +.TH fll_print_trim_except_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5d8c085..9cc412d 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.11" "Library Functions" +.TH fll_print_trim_except_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5ce1919..0a31eb7 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.11" "Library Functions" +.TH fll_print_trim_except_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0393cba..8d89716 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.11" "Library Functions" +.TH fll_print_trim_except_in "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 dba4c9b..5aa7ce2 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.11" "Library Functions" +.TH fll_print_trim_except_in_dynamic "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b0fe157..14c0cd7 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.11" "Library Functions" +.TH fll_print_trim_except_in_dynamic_partial "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 39f4c6d..a8f000b 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.11" "Library Functions" +.TH fll_print_trim_except_in_dynamic_partial_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4c32dd1..3e70639 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.11" "Library Functions" +.TH fll_print_trim_except_in_dynamic_partial_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8f7b33b..d736d52 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.11" "Library Functions" +.TH fll_print_trim_except_in_dynamic_partial_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f2aca14..e031a15 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.11" "Library Functions" +.TH fll_print_trim_except_in_dynamic_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1c097ec..08148c7 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.11" "Library Functions" +.TH fll_print_trim_except_in_dynamic_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b91103a..1de3e14 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.11" "Library Functions" +.TH fll_print_trim_except_in_dynamic_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e8dfffd..949bede 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.11" "Library Functions" +.TH fll_print_trim_except_in_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 675ae04..92cc147 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.11" "Library Functions" +.TH fll_print_trim_except_in_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ac2101c..3b94f75 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.11" "Library Functions" +.TH fll_print_trim_except_in_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ccb62c2..41b0f63 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.11" "Library Functions" +.TH fll_print_trim_except_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1048b94..df84eba 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.11" "Library Functions" +.TH fll_print_trim_except_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4300f56..f4909a5 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.11" "Library Functions" +.TH fll_print_trim_except_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 01d5eca..f13e1be 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.11" "Library Functions" +.TH fll_print_trim_raw "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d6a2fcf..ecae044 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.11" "Library Functions" +.TH fll_print_trim_raw_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7cb512a..4cd3fdc 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.11" "Library Functions" +.TH fll_print_trim_safely "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c93c821..0227ed7 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 11 +version_micro 12 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 983ec0d..1aec07d 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.11" "Library Functions" +.TH fll_program_data_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c08f132..9b1289f 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.11" "Library Functions" +.TH fll_program_data_destroy "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8868979..98b731d 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.11" "Library Functions" +.TH fll_program_parameter_additional_append "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1c00daf..7d25365 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.11" "Library Functions" +.TH fll_program_parameter_additional_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9dc61ee..3a91920 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.11" "Library Functions" +.TH fll_program_parameter_additional_rip "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4c0e26f..bf86115 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.11" "Library Functions" +.TH fll_program_parameter_additional_rip_mash "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1061c4a..0499334 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.11" "Library Functions" +.TH fll_program_parameter_long_print_cannot_use_with "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 787949c..d06e83b 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.11" "Library Functions" +.TH fll_program_parameter_process "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 ecc14db..2236ff3 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.11" "Library Functions" +.TH fll_program_parameter_process_empty "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f0e957f..b7c8655 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.11" "Library Functions" +.TH fll_program_print_help_header "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3d47560..91838a2 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.11" "Library Functions" +.TH fll_program_print_help_option "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 6f38e56..8f6e4d4 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.11" "Library Functions" +.TH fll_program_print_help_option_long "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7587c35..befca4e 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.11" "Library Functions" +.TH fll_program_print_help_option_other "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9d7082e..fcabc7f 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.11" "Library Functions" +.TH fll_program_print_help_usage "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2de5ca8..f4258bd 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.11" "Library Functions" +.TH fll_program_print_version "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 49a85f1..0be9fd7 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.11" "Library Functions" +.TH fll_program_standard_setdown "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 866e6c9..f290742 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.11" "Library Functions" +.TH fll_program_standard_setup "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 adaea5d..89d383b 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.11" "Library Functions" +.TH fll_program_standard_signal_received "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 848c370..c03f8ef 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.11" "Library Functions" +.TH fll_program_standard_signal_state "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2958fbd..67b9e2f 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 11 +version_micro 12 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 1a58dfd..d1ee1a6 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 11 +version_micro 12 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 1e22f87..1e054b0 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.11" "Library Functions" +.TH fll_status_string_from "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1358280..fadf63f 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_1_s + #define BYTE_DUMP_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_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_1_s_length) + #define BYTE_DUMP_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 2fbf88f..92266b3 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 11 +version_micro 12 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 027b5a7..31c6117 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.11" "Program Manual" +.TH BYTE_DUMP "1" "May 2024" "FLL - Byte Dump 0.6.12" "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 47d48aa..9af8f57 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.11" "Library Functions" +.TH byte_dump_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b5810e2..73d8bb3 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.11" "Library Functions" +.TH byte_dump_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 0e4c84c..7510629 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.11" "Library Functions" +.TH byte_dump_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 956676c..bfa5122 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_1_s + #define CONTROL_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_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_1_s_length) + #define CONTROL_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 2ad455d..a559c01 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 11 +version_micro 12 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 5030e5e..dba9306 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.11" "Program Manual" +.TH CONTROL "1" "May 2024" "FLL - Control 0.6.12" "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 8901a00..1a12fe6 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.11" "Library Functions" +.TH control_action_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a771ebb..6801608 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.11" "Library Functions" +.TH control_action_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2602b71..b3e1eb5 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.11" "Library Functions" +.TH control_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 47ecc33..85fab5e 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.11" "Library Functions" +.TH control_payload_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 586be59..34dd6c9 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.11" "Library Functions" +.TH control_payload_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 eb52eae..cb2a197 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.11" "Library Functions" +.TH control_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c2344b4..4b40bef 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.11" "Library Functions" +.TH control_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 accd439..7b2fd1a 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_1_s + #define CONTROLLER_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_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_1_s_length) + #define CONTROLLER_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 f89b838..da0363f 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 11 +version_micro 12 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 36eae7e..42b14fc 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.11" "Program Manual" +.TH CONTROLLER "1" "May 2024" "FLL - Controller 0.6.12" "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 91bca7b..cdc8f74 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.11" "Library Functions" +.TH controller_control_payload_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d0f07d6..3a0d63a 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.11" "Library Functions" +.TH controller_control_payload_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f57c820..8e4f9bd 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.11" "Library Functions" +.TH controller_entry_action_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 143e928..2c8f15a 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.11" "Library Functions" +.TH controller_entry_action_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a13259a..f207263 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.11" "Library Functions" +.TH controller_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 05a23b9..9d46fe4 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.11" "Library Functions" +.TH controller_main_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d0750b5..83af18d 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.11" "Library Functions" +.TH controller_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 96c7260..cadc35b 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.11" "Library Functions" +.TH controller_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 28ae298..ac2a10a 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.11" "Library Functions" +.TH controller_rule_action_execute_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b42be47..03f70f9 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.11" "Library Functions" +.TH controller_rule_action_execute_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f7f5c4b..2f834f6 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.11" "Library Functions" +.TH controller_rule_action_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4b07572..1048ab6 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.11" "Library Functions" +.TH controller_rule_action_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 14f9ac2..67175f6 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.11" "Library Functions" +.TH controller_rule_item_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 918874b..a843a6b 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.11" "Library Functions" +.TH controller_rule_item_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 52c5040..d9d3d19 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.11" "Library Functions" +.TH controller_rule_setting_limit_type_identify "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 22a8645..8f137c9 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.11" "Library Functions" +.TH controller_rule_setting_limit_type_name "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 9aec5a7..994ddac 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.11" "File Formats" +.TH controller-rule "5" "May 2024" "Controller 0.6.12" "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 5cada18..9e85119 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.11" "File Formats" +.TH controller-entry "5" "May 2024" "Controller 0.6.12" "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 916149d..36b699b 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.11" "File Formats" +.TH controller-rule "5" "May 2024" "Controller 0.6.12" "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 bc7131b..25e7c8f 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.11" "File Formats" +.TH controller-rule "5" "May 2024" "Controller 0.6.12" "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 1a9ce60..7850b1e 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.11" "File Formats" +.TH controller-rule "5" "May 2024" "Controller 0.6.12" "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 9776b28..34c9881 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_1_s + #define FAKE_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_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_1_s_length) + #define FAKE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 a1238ef..6db5428 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 11 +version_micro 12 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 7b491f9..6ead13c 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.11" "Program Manual" +.TH FAKE "1" "May 2024" "FLL - Featureless Make 0.6.12" "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 f4cc3a7..b0a4235 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.11" "Library Functions" +.TH fake_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 2d7f734..5c3d795 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.11" "Library Functions" +.TH fake_main_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 50c7027..4cf6b8e 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.11" "Library Functions" +.TH fake_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 7c75556..0eb786f 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.11" "Library Functions" +.TH fake_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c3df319..6f26928 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.11" "File Formats" +.TH fake-defines "5" "March 2024" "FLL - Featureless Make 0.6.12" "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 0aabd93..0082e4f 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.11" "File Formats" +.TH fake-dependencies "5" "March 2024" "FLL - Featureless Make 0.6.12" "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 9bedfdb..6918235 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.11" "File Formats" +.TH fake-fakefile "5" "March 2024" "FLL - Featureless Make 0.6.12" "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 c4d8a5e..4d8d555 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.11" "File Formats" +.TH fake-settings "5" "March 2024" "FLL - Featureless Make 0.6.12" "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 06499ae..1cad74d 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_1_s + #define FIREWALL_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_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_1_s_length) + #define FIREWALL_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 ad553bf..e5201ac 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 11 +version_micro 12 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 c6e1f96..d27758b 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.11" "Program Manual" +.TH FIREWALL "1" "May 2024" "Kevux - Firewall 0.6.12" "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 543cfc3..fb9ad47 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.11" "Library Functions" +.TH firewall_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 88c9774..bdba91b 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.11" "Library Functions" +.TH firewall_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 29b9976..e1af80b 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.11" "Library Functions" +.TH firewall_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f883a97..894cf79 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_1_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_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_1_s_length) + #define FSS_BASIC_LIST_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 ed076d3..5de99dc 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 11 +version_micro 12 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 bb19829..a697f5f 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.11" "Program Manual" +.TH FSS_BASIC_LIST_READ "1" "May 2024" "FLL - FSS Basic List Read 0.6.12" "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 7695e05..a20002e 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.11" "Library Functions" +.TH fss_basic_list_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f66d626..09d56e9 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.11" "Library Functions" +.TH fss_basic_list_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8f5bdb7..9d04167 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.11" "Library Functions" +.TH fss_basic_list_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 22ee471..401974a 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_1_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_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_1_s_length) + #define FSS_BASIC_LIST_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 3a4c61c..68452dd 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 11 +version_micro 12 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 cd36fdb..ccb6b78 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.11" "Program Manual" +.TH FSS_BASIC_LIST_WRITE "1" "May 2024" "FLL - FSS Basic List Write 0.6.12" "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 83dba52..d33e149 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.11" "Library Functions" +.TH fss_basic_list_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 da732f0..932b208 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.11" "Library Functions" +.TH fss_basic_list_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 4ff01b9..8b6007c 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.11" "Library Functions" +.TH fss_basic_list_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 95c0714..a210533 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_1_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_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_1_s_length) + #define FSS_BASIC_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 00bb78e..93d9a4d 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 11 +version_micro 12 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 ddc63b8..b17390c 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.11" "Program Manual" +.TH FSS_BASIC_READ "1" "May 2024" "FLL - FSS Basic Read 0.6.12" "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 6d52aa5..db64459 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.11" "Library Functions" +.TH fss_basic_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 079a393..c72d453 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.11" "Library Functions" +.TH fss_basic_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f6cb2e8..385729a 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.11" "Library Functions" +.TH fss_basic_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 da674f7..77ff01f 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_1_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_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_1_s_length) + #define FSS_BASIC_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 dc9c235..30acc0b 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 11 +version_micro 12 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 dbf5564..d4bfd59 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.11" "Program Manual" +.TH FSS_BASIC_WRITE "1" "May 2024" "FLL - FSS Basic Write 0.6.12" "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 464a520..3f31ac4 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.11" "Library Functions" +.TH fss_basic_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 982953d..a3880df 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.11" "Library Functions" +.TH fss_basic_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5acd21a..2b2318c 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.11" "Library Functions" +.TH fss_basic_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 29d2332..bc80bf7 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_1_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_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_1_s_length) + #define FSS_EMBEDDED_LIST_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 c5e715d..5cc108c 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 11 +version_micro 12 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 f4621ba..51fddc1 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.11" "Program Manual" +.TH FSS_EMBEDDED_LIST_READ "1" "May 2024" "FLL - FSS Embedded List Read 0.6.12" "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 77f5186..6bd7710 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.11" "Library Functions" +.TH fss_embedded_list_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cbc2b2a..8820798 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.11" "Library Functions" +.TH fss_embedded_list_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 66b5a8c..793317e 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.11" "Library Functions" +.TH fss_embedded_list_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1617ead..f155961 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_1_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_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_1_s_length) + #define FSS_EMBEDDED_LIST_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 bed2e4a..0f39c24 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 11 +version_micro 12 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 57fcab4..b1abb39 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.11" "Program Manual" +.TH FSS_EMBEDDED_LIST_WRITE "1" "May 2024" "FLL - FSS Embedded List Write 0.6.12" "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 8b85282..06b6fb5 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.11" "Library Functions" +.TH fss_embedded_list_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 a47b017..73b7270 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.11" "Library Functions" +.TH fss_embedded_list_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e1bff76..03db2ab 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.11" "Library Functions" +.TH fss_embedded_list_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 338631d..25f1948 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_1_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_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_1_s_length) + #define FSS_EXTENDED_LIST_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 48a0b34..397ef63 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 11 +version_micro 12 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 5d475b5..dba0f8a 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.11" "Program Manual" +.TH FSS_EMBEDDED_LIST_READ "1" "May 2024" "FLL - FSS Embedded List Write 0.6.12" "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 18b1839..9f829b2 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.11" "Library Functions" +.TH fss_extended_list_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 72b2731..8a7a19c 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.11" "Library Functions" +.TH fss_extended_list_read_main_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 8019fae..28f3bf7 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.11" "Library Functions" +.TH fss_extended_list_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 42ba1e3..832ff8c 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.11" "Library Functions" +.TH fss_extended_list_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 268c262..5111f53 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_1_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_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_1_s_length) + #define FSS_EXTENDED_LIST_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 d6a42ba..89fd541 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 11 +version_micro 12 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 ec65033..15dc725 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.11" "Program Manual" +.TH FSS_EXTENDED_LIST_WRITE "1" "May 2024" "FLL - FSS Extended List Write 0.6.12" "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 d928c25..5ddf3a5 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.11" "Library Functions" +.TH fss_extended_list_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3e74bac..3976d9f 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.11" "Library Functions" +.TH fss_extended_list_write_main_delete "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1e5b7c8..035f392 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.11" "Library Functions" +.TH fss_extended_list_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1e50e8c..354c4bb 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.11" "Library Functions" +.TH fss_extended_list_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 65e03bb..287b323 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_1_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_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_1_s_length) + #define FSS_EXTENDED_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 9f53414..90071ba 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 11 +version_micro 12 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 ec71a0f..6d1308c 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.11" "Program Manual" +.TH FSS_EXTENDED_READ "1" "May 2024" "FLL - FSS Extended Read 0.6.12" "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 b1b4622..6a2e9e0 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.11" "Library Functions" +.TH fss_extended_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b02e3bf..d906d9c 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.11" "Library Functions" +.TH fss_extended_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 69fc703..f3dc25f 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.11" "Library Functions" +.TH fss_extended_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 47c408b..7d7651b 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_1_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_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_1_s_length) + #define FSS_EXTENDED_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 7777f53..6650ba8 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 11 +version_micro 12 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 f228bde..7195aca 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.11" "Program Manual" +.TH FSS_EXTENDED_WRITE "1" "May 2024" "FLL - FSS Extended Write 0.6.12" "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 2940173..948913e 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.11" "Library Functions" +.TH fss_extended_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 e5eb350..fa56ff0 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.11" "Library Functions" +.TH fss_extended_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f89f5b2..8003e7d 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.11" "Library Functions" +.TH fss_extended_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b1afd66..bf52693 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_1_s + #define FSS_IDENTIFY_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_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_1_s_length) + #define FSS_IDENTIFY_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 7c6b2b8..eb56af6 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 11 +version_micro 12 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 a6b9c2f..37a2b04 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.11" "Program Manual" +.TH FSS_IDENTIFY "1" "May 2024" "FLL - FSS Identify 0.6.12" "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 e12f1f8..d4e5714 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.11" "Library Functions" +.TH fss_identify_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 95fd9d9..454bc82 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.11" "Library Functions" +.TH fss_identify_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 3112a5d..ae7dd2a 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.11" "Library Functions" +.TH fss_identify_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 879dda0..058650f 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_1_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_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_1_s_length) + #define FSS_PAYLOAD_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 24a3c1b..c77dee9 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 11 +version_micro 12 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 d8d3e58..92c3b4c 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.11" "Program Manual" +.TH FSS_PAYLOAD_READ "1" "May 2024" "FLL - FSS Payload Read 0.6.12" "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 22ba5d6..bf1178b 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.11" "Library Functions" +.TH fss_payload_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 edb423b..d77c113 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.11" "Library Functions" +.TH fss_payload_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 f294859..f1aa10d 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.11" "Library Functions" +.TH fss_payload_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d15f020..b048f24 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_1_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_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_1_s_length) + #define FSS_PAYLOAD_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 6afcdae..2395893 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 11 +version_micro 12 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 ad11cf1..8d87d0f 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.11" "Program Manual" +.TH FSS_PAYLOAD_WRITE "1" "May 2024" "FLL - FSS Payload Write 0.6.12" "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 01e7b0f..c74bccb 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.11" "Library Functions" +.TH fss_payload_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 048a4ca..b22d500 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.11" "Library Functions" +.TH fss_payload_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 cbad600..eebcf4b 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.11" "Library Functions" +.TH fss_payload_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 33dba4b..0880196 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_1_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_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_1_s_length) + #define FSS_STATUS_CODE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 0dabefd..63042c7 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 11 +version_micro 12 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 a59cab5..eec1342 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.11" "Program Manual" +.TH FSS_STATUS_CODE "1" "May 2024" "FLL - FSS Status Code 0.6.12" "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 28b8713..7537759 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.11" "Library Functions" +.TH fss_status_code_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 56d78f3..84c4a36 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.11" "Library Functions" +.TH fss_status_code_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 b177303..ea02218 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.11" "Library Functions" +.TH fss_status_code_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 85bee37..5169d63 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_1_s + #define IKI_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_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_1_s_length) + #define IKI_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 464600b..2878d53 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 11 +version_micro 12 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 2d129d4..2280ca0 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.11" "Program Manual" +.TH IKI_READ "1" "May 2024" "FLL - IKI Read 0.6.12" "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 84c9a50..793145f 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.11" "Library Functions" +.TH iki_read_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fefb1aa..387e9e5 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.11" "Library Functions" +.TH iki_read_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 1c24285..4f66a4a 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.11" "Library Functions" +.TH iki_read_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 bf07903..59e86f1 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_1_s + #define IKI_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_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_1_s_length) + #define IKI_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 b6aa6a7..947d474 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 11 +version_micro 12 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 0818e5f..3a3ed35 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.11" "Program Manual" +.TH IKI_WRITE "1" "May 2024" "FLL - IKI Write 0.6.12" "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 a948e64..cf7ab4e 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.11" "Library Functions" +.TH iki_write_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 5cc0253..5f28aeb 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.11" "Library Functions" +.TH iki_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 495d22c..973e625 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.11" "Library Functions" +.TH iki_write_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 d1213c5..c780fcb 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_1_s + #define STATUS_CODE_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_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_1_s_length) + #define STATUS_CODE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 bc329b1..ebd60a3 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 11 +version_micro 12 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 bb55ce0..a641427 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.11" "Program Manual" +.TH STATUS_CODE "1" "May 2024" "FLL - Status Code 0.6.12" "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 fbe31bf..8be73ad 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.11" "Library Functions" +.TH status_code_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fbadab3..ea7c0bf 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.11" "Library Functions" +.TH status_code_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 74a7686..6e05657 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_1_s + #define UTF8_program_version_micro_s F_string_ascii_1_s F_string_ascii_2_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_1_s_length) + #define UTF8_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_2_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 6ba2a44..2581285 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 11 +version_micro 12 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 25f0417..a4abbf0 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.11" "Program Manual" +.TH UTF8 "1" "May 2024" "FLL - UTF8 0.6.12" "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 a4a71d8..fe22db7 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.11" "Library Functions" +.TH utf8_main "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 fede474..129dd19 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.11" "Library Functions" +.TH utf8_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "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 c42d388..522288f 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.11" "Library Functions" +.TH utf8_print_help "3" "May 2024" "FLL - Featureless Linux Library 0.6.12" "Library Functions" .SH "NAME" utf8_print_help .SH SYNOPSIS -- 1.8.3.1