From ecddd4d16504d3e2d9502d6a4dfe67658dce98dc Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 1 Jul 2023 23:07:44 -0500 Subject: [PATCH] Bugfix: Use more correct include paths in the man pages. The generated part of the man pages is using the wrong include headers. This is a follow up to the commit 63be746d22d66870ae89f9575c82db7d0b784e32 where I expected to have problems. At least I stumbled on this problem rather quickly. --- level_0/f_account/data/documentation/man/man3/f_account_by_id.3 | 2 +- .../f_account/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 +- .../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 +- .../documentation/man/man3/f_capability_file_descriptor_get.3 | 2 +- .../documentation/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 +- .../data/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 +- .../data/documentation/man/man3/f_color_context_delete.3 | 2 +- .../data/documentation/man/man3/f_color_context_destroy.3 | 2 +- .../f_color/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 +- .../data/documentation/man/man3/f_console_environment_process.3 | 2 +- .../f_console/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 +- .../data/documentation/man/man3/f_console_parameter_process.3 | 2 +- .../data/documentation/man/man3/f_console_parameters_delete.3 | 2 +- .../data/documentation/man/man3/f_console_parameters_destroy.3 | 2 +- .../data/documentation/man/man3/f_control_group_copy.3 | 2 +- .../documentation/man/man3/f_conversion_character_is_binary.3 | 2 +- .../documentation/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 +- .../documentation/man/man3/f_conversion_character_to_binary.3 | 2 +- .../documentation/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 +- .../documentation/man/man3/f_conversion_number_signed_print.3 | 2 +- .../man/man3/f_conversion_number_signed_to_string.3 | 2 +- .../documentation/man/man3/f_conversion_number_unsigned_print.3 | 2 +- .../man/man3/f_conversion_number_unsigned_to_string.3 | 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 +- .../f_directory/data/documentation/man/man3/f_directory_is_at.3 | 2 +- .../f_directory/data/documentation/man/man3/f_directory_list.3 | 2 +- .../f_directory/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 +- .../f_directory/data/documentation/man/man3/f_directory_touch.3 | 2 +- .../data/documentation/man/man3/f_directory_touch_at.3 | 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 +- .../data/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/documentation/man/man3/f_file_access.3 | 2 +- level_0/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 +- level_0/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 +- level_0/f_file/data/documentation/man/man3/f_file_create_at.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_create_device.3 | 2 +- .../data/documentation/man/man3/f_file_create_device_at.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_create_fifo.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_create_fifo_at.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_create_node.3 | 2 +- .../f_file/data/documentation/man/man3/f_file_create_node_at.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_descriptor.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_exists.3 | 2 +- level_0/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 +- level_0/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 +- level_0/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 +- level_0/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 +- .../f_file/data/documentation/man/man3/f_file_mode_determine.3 | 2 +- .../data/documentation/man/man3/f_file_mode_from_string.3 | 2 +- level_0/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 +- level_0/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 +- level_0/f_file/data/documentation/man/man3/f_file_name_base.3 | 2 +- .../f_file/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 +- level_0/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 +- level_0/f_file/data/documentation/man/man3/f_file_read_block.3 | 2 +- level_0/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 +- level_0/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 +- level_0/f_file/data/documentation/man/man3/f_file_rename_at.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_role_change.3 | 2 +- .../f_file/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 +- level_0/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 +- level_0/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 +- level_0/f_file/data/documentation/man/man3/f_file_stream_open.3 | 2 +- .../data/documentation/man/man3/f_file_stream_open_descriptor.3 | 2 +- level_0/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 +- .../f_file/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 +- level_0/f_file/data/documentation/man/man3/f_file_umask_get.3 | 2 +- level_0/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 +- level_0/f_file/data/documentation/man/man3/f_file_write_block.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_write_range.3 | 2 +- level_0/f_file/data/documentation/man/man3/f_file_write_until.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_apply_delimit.3 | 2 +- .../data/documentation/man/man3/f_fss_apply_delimit_range.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_count_lines.3 | 2 +- .../f_fss/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 +- .../f_fss/data/documentation/man/man3/f_fss_fail_utf_to_false.3 | 2 +- level_0/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 +- level_0/f_fss/data/documentation/man/man3/f_fss_is_zero_width.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_items_adjust.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_items_decimate_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_items_decrease_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_items_increase.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_items_increase_by.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_items_resize.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_named_adjust.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_named_decimate_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_named_decrease_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_named_increase.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_named_increase_by.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_named_resize.3 | 2 +- level_0/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 +- .../f_fss/data/documentation/man/man3/f_fss_nameds_increase.3 | 2 +- .../data/documentation/man/man3/f_fss_nameds_increase_by.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_nameds_resize.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_nest_adjust.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_nest_decimate_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_nest_decrease_by.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_nest_increase.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_nest_increase_by.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_nest_resize.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_nests_adjust.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_nests_decimate_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_nests_decrease_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_nests_increase.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_nests_increase_by.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_nests_resize.3 | 2 +- level_0/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 +- .../f_fss/data/documentation/man/man3/f_fss_set_decimate_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_set_decrease_by.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_set_increase.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_set_increase_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_set_quote_adjust.3 | 2 +- .../data/documentation/man/man3/f_fss_set_quote_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_fss_set_quote_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_fss_set_quote_increase.3 | 2 +- .../data/documentation/man/man3/f_fss_set_quote_increase_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_set_quote_resize.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_set_quotes_adjust.3 | 2 +- .../data/documentation/man/man3/f_fss_set_quotes_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_fss_set_quotes_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_fss_set_quotes_increase.3 | 2 +- .../data/documentation/man/man3/f_fss_set_quotes_increase_by.3 | 2 +- .../f_fss/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 +- level_0/f_fss/data/documentation/man/man3/f_fss_sets_adjust.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_sets_decimate_by.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_sets_decrease_by.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_sets_increase.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_sets_increase_by.3 | 2 +- level_0/f_fss/data/documentation/man/man3/f_fss_sets_resize.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_skip_past_delimit.3 | 2 +- .../f_fss/data/documentation/man/man3/f_fss_skip_past_space.3 | 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 +- level_0/f_iki/data/documentation/man/man3/f_iki_data_delete.3 | 2 +- level_0/f_iki/data/documentation/man/man3/f_iki_data_destroy.3 | 2 +- level_0/f_iki/data/documentation/man/man3/f_iki_datas_adjust.3 | 2 +- level_0/f_iki/data/documentation/man/man3/f_iki_datas_append.3 | 2 +- .../f_iki/data/documentation/man/man3/f_iki_datas_append_all.3 | 2 +- .../f_iki/data/documentation/man/man3/f_iki_datas_decimate_by.3 | 2 +- .../f_iki/data/documentation/man/man3/f_iki_datas_decrease_by.3 | 2 +- .../f_iki/data/documentation/man/man3/f_iki_datas_increase.3 | 2 +- .../f_iki/data/documentation/man/man3/f_iki_datas_increase_by.3 | 2 +- level_0/f_iki/data/documentation/man/man3/f_iki_datas_resize.3 | 2 +- level_0/f_iki/data/documentation/man/man3/f_iki_datass_adjust.3 | 2 +- level_0/f_iki/data/documentation/man/man3/f_iki_datass_append.3 | 2 +- .../f_iki/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 +- .../f_iki/data/documentation/man/man3/f_iki_datass_increase.3 | 2 +- .../data/documentation/man/man3/f_iki_datass_increase_by.3 | 2 +- level_0/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 +- .../f_iki/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_limit/data/documentation/man/man3/f_limit_process.3 | 2 +- .../f_limit/data/documentation/man/man3/f_limit_sets_adjust.3 | 2 +- .../f_limit/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 +- .../f_limit/data/documentation/man/man3/f_limit_sets_increase.3 | 2 +- .../data/documentation/man/man3/f_limit_sets_increase_by.3 | 2 +- .../f_limit/data/documentation/man/man3/f_limit_sets_resize.3 | 2 +- .../f_limit/data/documentation/man/man3/f_limit_setss_adjust.3 | 2 +- .../f_limit/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 +- .../f_limit/data/documentation/man/man3/f_limit_setss_resize.3 | 2 +- .../f_limit/data/documentation/man/man3/f_limit_values_adjust.3 | 2 +- .../f_limit/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 +- .../f_limit/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 +- .../data/documentation/man/man3/f_limit_valuess_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_limit_valuess_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_limit_valuess_increase.3 | 2 +- .../data/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/documentation/man/man3/f_memory_adjust.3 | 2 +- level_0/f_memory/data/documentation/man/man3/f_memory_delete.3 | 2 +- level_0/f_memory/data/documentation/man/man3/f_memory_destroy.3 | 2 +- level_0/f_memory/data/documentation/man/man3/f_memory_new.3 | 2 +- .../f_memory/data/documentation/man/man3/f_memory_new_aligned.3 | 2 +- level_0/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 +- .../data/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/documentation/man/man3/f_path_change.3 | 2 +- level_0/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 +- level_0/f_path/data/documentation/man/man3/f_path_is_absolute.3 | 2 +- level_0/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 +- .../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 +- .../f_pipe/data/documentation/man/man3/f_pipe_warning_exists.3 | 2 +- level_0/f_print/data/documentation/man/man3/f_print.3 | 2 +- level_0/f_print/data/documentation/man/man3/f_print_character.3 | 2 +- .../data/documentation/man/man3/f_print_character_safely.3 | 2 +- .../data/documentation/man/man3/f_print_character_safely_get.3 | 2 +- level_0/f_print/data/documentation/man/man3/f_print_dynamic.3 | 2 +- .../data/documentation/man/man3/f_print_dynamic_partial.3 | 2 +- .../data/documentation/man/man3/f_print_dynamic_partial_raw.3 | 2 +- .../documentation/man/man3/f_print_dynamic_partial_raw_safely.3 | 2 +- .../documentation/man/man3/f_print_dynamic_partial_safely.3 | 2 +- .../f_print/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 +- .../documentation/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 +- .../documentation/man/man3/f_print_except_dynamic_raw_safely.3 | 2 +- .../data/documentation/man/man3/f_print_except_dynamic_safely.3 | 2 +- level_0/f_print/data/documentation/man/man3/f_print_except_in.3 | 2 +- .../data/documentation/man/man3/f_print_except_in_dynamic.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man3/f_print_except_in_dynamic_raw.3 | 2 +- .../man/man3/f_print_except_in_dynamic_raw_safely.3 | 2 +- .../documentation/man/man3/f_print_except_in_dynamic_safely.3 | 2 +- .../f_print/data/documentation/man/man3/f_print_except_in_raw.3 | 2 +- .../data/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 +- .../f_print/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 +- .../f_print/data/documentation/man/man3/f_print_to_character.3 | 2 +- .../data/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 +- .../documentation/man/man3/f_print_to_dynamic_partial_safely.3 | 2 +- .../data/documentation/man/man3/f_print_to_dynamic_raw.3 | 2 +- .../data/documentation/man/man3/f_print_to_dynamic_raw_safely.3 | 2 +- .../data/documentation/man/man3/f_print_to_dynamic_safely.3 | 2 +- level_0/f_print/data/documentation/man/man3/f_print_to_except.3 | 2 +- .../data/documentation/man/man3/f_print_to_except_dynamic.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man3/f_print_to_except_dynamic_raw.3 | 2 +- .../man/man3/f_print_to_except_dynamic_raw_safely.3 | 2 +- .../documentation/man/man3/f_print_to_except_dynamic_safely.3 | 2 +- .../f_print/data/documentation/man/man3/f_print_to_except_in.3 | 2 +- .../data/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 +- .../man/man3/f_print_to_except_in_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/f_print_to_except_in_dynamic_partial_safely.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man3/f_print_to_except_in_safely.3 | 2 +- .../f_print/data/documentation/man/man3/f_print_to_except_raw.3 | 2 +- .../data/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 +- .../f_print/data/documentation/man/man3/f_print_to_raw_safely.3 | 2 +- .../data/documentation/man/man3/f_print_to_raw_terminated.3 | 2 +- level_0/f_print/data/documentation/man/man3/f_print_to_safely.3 | 2 +- .../data/documentation/man/man3/f_print_to_safely_terminated.3 | 2 +- .../f_print/data/documentation/man/man3/f_print_to_terminated.3 | 2 +- .../data/documentation/man/man3/f_serialize_from_simple.3 | 2 +- .../data/documentation/man/man3/f_serialize_from_simple_get.3 | 2 +- .../data/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/documentation/man/man3/f_signal_action.3 | 2 +- level_0/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 +- level_0/f_signal/data/documentation/man/man3/f_signal_pause.3 | 2 +- level_0/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 +- level_0/f_signal/data/documentation/man/man3/f_signal_set_add.3 | 2 +- .../f_signal/data/documentation/man/man3/f_signal_set_delete.3 | 2 +- .../f_signal/data/documentation/man/man3/f_signal_set_empty.3 | 2 +- .../f_signal/data/documentation/man/man3/f_signal_set_fill.3 | 2 +- level_0/f_signal/data/documentation/man/man3/f_signal_set_has.3 | 2 +- level_0/f_signal/data/documentation/man/man3/f_signal_suspend.3 | 2 +- level_0/f_signal/data/documentation/man/man3/f_signal_wait.3 | 2 +- .../f_signal/data/documentation/man/man3/f_signal_wait_until.3 | 2 +- level_0/f_socket/data/documentation/man/man3/f_socket_accept.3 | 2 +- level_0/f_socket/data/documentation/man/man3/f_socket_bind.3 | 2 +- .../f_socket/data/documentation/man/man3/f_socket_bind_local.3 | 2 +- level_0/f_socket/data/documentation/man/man3/f_socket_connect.3 | 2 +- level_0/f_socket/data/documentation/man/man3/f_socket_create.3 | 2 +- .../f_socket/data/documentation/man/man3/f_socket_create_pair.3 | 2 +- .../f_socket/data/documentation/man/man3/f_socket_disconnect.3 | 2 +- level_0/f_socket/data/documentation/man/man3/f_socket_listen.3 | 2 +- .../f_socket/data/documentation/man/man3/f_socket_option_get.3 | 2 +- .../f_socket/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 +- level_0/f_socket/data/documentation/man/man3/f_socket_write.3 | 2 +- .../data/documentation/man/man3/f_socket_write_message.3 | 2 +- .../f_status/data/documentation/man/man3/f_status_string_to.3 | 2 +- level_0/f_status/data/documentation/man/man3/f_statuss_adjust.3 | 2 +- level_0/f_status/data/documentation/man/man3/f_statuss_append.3 | 2 +- .../f_status/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 +- .../f_status/data/documentation/man/man3/f_statuss_increase.3 | 2 +- .../data/documentation/man/man3/f_statuss_increase_by.3 | 2 +- level_0/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 +- .../f_status/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_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 +- .../data/documentation/man/man3/f_string_dynamic_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_string_dynamic_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_string_dynamic_increase.3 | 2 +- .../data/documentation/man/man3/f_string_dynamic_increase_by.3 | 2 +- .../data/documentation/man/man3/f_string_dynamic_mash.3 | 2 +- .../data/documentation/man/man3/f_string_dynamic_mash_nulless.3 | 2 +- .../data/documentation/man/man3/f_string_dynamic_mish.3 | 2 +- .../data/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 +- .../man/man3/f_string_dynamic_partial_append_assure_nulless.3 | 2 +- .../man/man3/f_string_dynamic_partial_append_nulless.3 | 2 +- .../data/documentation/man/man3/f_string_dynamic_partial_mash.3 | 2 +- .../man/man3/f_string_dynamic_partial_mash_nulless.3 | 2 +- .../data/documentation/man/man3/f_string_dynamic_partial_mish.3 | 2 +- .../man/man3/f_string_dynamic_partial_mish_nulless.3 | 2 +- .../documentation/man/man3/f_string_dynamic_partial_prepend.3 | 2 +- .../man/man3/f_string_dynamic_partial_prepend_assure.3 | 2 +- .../man/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 +- .../documentation/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 +- .../data/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 +- .../documentation/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 +- .../data/documentation/man/man3/f_string_dynamics_append_all.3 | 2 +- .../data/documentation/man/man3/f_string_dynamics_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_string_dynamics_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_string_dynamics_increase.3 | 2 +- .../data/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 +- .../data/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 +- .../data/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 +- .../data/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 +- .../data/documentation/man/man3/f_string_map_multiss_adjust.3 | 2 +- .../data/documentation/man/man3/f_string_map_multiss_append.3 | 2 +- .../documentation/man/man3/f_string_map_multiss_append_all.3 | 2 +- .../documentation/man/man3/f_string_map_multiss_decimate_by.3 | 2 +- .../documentation/man/man3/f_string_map_multiss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_string_map_multiss_increase.3 | 2 +- .../documentation/man/man3/f_string_map_multiss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_string_map_multiss_resize.3 | 2 +- .../f_string/data/documentation/man/man3/f_string_maps_adjust.3 | 2 +- .../f_string/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 +- .../f_string/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 +- level_0/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 +- .../data/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 +- .../data/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 +- .../data/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 +- .../data/documentation/man/man3/f_string_ranges_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_string_ranges_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_string_ranges_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_string_rangess_append_all.3 | 2 +- .../data/documentation/man/man3/f_string_rangess_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_string_rangess_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_string_rangess_increase.3 | 2 +- .../data/documentation/man/man3/f_string_rangess_increase_by.3 | 2 +- .../data/documentation/man/man3/f_string_rangess_resize.3 | 2 +- .../f_string/data/documentation/man/man3/f_string_seek_line.3 | 2 +- .../data/documentation/man/man3/f_string_seek_line_to.3 | 2 +- level_0/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 +- .../data/documentation/man/man3/f_string_triples_append_all.3 | 2 +- .../data/documentation/man/man3/f_string_triples_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_string_triples_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_string_triples_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_string_tripless_append_all.3 | 2 +- .../data/documentation/man/man3/f_string_tripless_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_string_tripless_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_string_tripless_increase.3 | 2 +- .../data/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/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 +- .../documentation/man/man3/f_thread_attribute_concurrency_get.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man3/f_thread_attribute_detach_get.3 | 2 +- .../data/documentation/man/man3/f_thread_attribute_detach_set.3 | 2 +- .../data/documentation/man/man3/f_thread_attribute_guard_get.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_thread_attribute_scope_get.3 | 2 +- .../data/documentation/man/man3/f_thread_attribute_scope_set.3 | 2 +- .../data/documentation/man/man3/f_thread_attribute_stack_get.3 | 2 +- .../data/documentation/man/man3/f_thread_attribute_stack_set.3 | 2 +- .../documentation/man/man3/f_thread_attribute_stack_size_get.3 | 2 +- .../documentation/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 +- .../data/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 +- .../documentation/man/man3/f_thread_barrier_attribute_create.3 | 2 +- .../documentation/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 +- .../documentation/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 +- .../documentation/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 +- .../data/documentation/man/man3/f_thread_barriers_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_thread_barriers_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_thread_barriers_increase.3 | 2 +- .../data/documentation/man/man3/f_thread_barriers_increase_by.3 | 2 +- .../data/documentation/man/man3/f_thread_barriers_resize.3 | 2 +- level_0/f_thread/data/documentation/man/man3/f_thread_caller.3 | 2 +- level_0/f_thread/data/documentation/man/man3/f_thread_cancel.3 | 2 +- .../data/documentation/man/man3/f_thread_cancel_state_set.3 | 2 +- .../f_thread/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 +- level_0/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 +- .../data/documentation/man/man3/f_thread_condition_signal_all.3 | 2 +- .../data/documentation/man/man3/f_thread_condition_wait.3 | 2 +- .../data/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 +- .../data/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 +- level_0/f_thread/data/documentation/man/man3/f_thread_create.3 | 2 +- level_0/f_thread/data/documentation/man/man3/f_thread_detach.3 | 2 +- level_0/f_thread/data/documentation/man/man3/f_thread_exit.3 | 2 +- .../f_thread/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 +- .../f_thread/data/documentation/man/man3/f_thread_ids_resize.3 | 2 +- level_0/f_thread/data/documentation/man/man3/f_thread_join.3 | 2 +- .../f_thread/data/documentation/man/man3/f_thread_join_timed.3 | 2 +- .../f_thread/data/documentation/man/man3/f_thread_join_try.3 | 2 +- .../f_thread/data/documentation/man/man3/f_thread_key_create.3 | 2 +- .../f_thread/data/documentation/man/man3/f_thread_key_delete.3 | 2 +- level_0/f_thread/data/documentation/man/man3/f_thread_key_get.3 | 2 +- level_0/f_thread/data/documentation/man/man3/f_thread_key_set.3 | 2 +- .../f_thread/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 +- .../f_thread/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 +- .../documentation/man/man3/f_thread_lock_attribute_shared_get.3 | 2 +- .../documentation/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 +- .../documentation/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 +- .../f_thread/data/documentation/man/man3/f_thread_lock_create.3 | 2 +- .../f_thread/data/documentation/man/man3/f_thread_lock_delete.3 | 2 +- .../f_thread/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 +- .../f_thread/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 +- .../documentation/man/man3/f_thread_mutex_attribute_type_get.3 | 2 +- .../documentation/man/man3/f_thread_mutex_attribute_type_set.3 | 2 +- .../documentation/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 +- .../documentation/man/man3/f_thread_mutex_attributes_increase.3 | 2 +- .../man/man3/f_thread_mutex_attributes_increase_by.3 | 2 +- .../documentation/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 +- .../f_thread/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 +- .../data/documentation/man/man3/f_thread_mutexs_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_thread_mutexs_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_thread_mutexs_increase.3 | 2 +- .../data/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 +- .../documentation/man/man3/f_thread_scheduler_parameter_get.3 | 2 +- .../documentation/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 +- .../data/documentation/man/man3/f_thread_semaphore_file_close.3 | 2 +- .../documentation/man/man3/f_thread_semaphore_file_delete.3 | 2 +- .../data/documentation/man/man3/f_thread_semaphore_file_open.3 | 2 +- .../data/documentation/man/man3/f_thread_semaphore_lock.3 | 2 +- .../data/documentation/man/man3/f_thread_semaphore_lock_timed.3 | 2 +- .../data/documentation/man/man3/f_thread_semaphore_lock_try.3 | 2 +- .../data/documentation/man/man3/f_thread_semaphore_unlock.3 | 2 +- .../data/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 +- .../data/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 +- .../f_thread/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 +- .../f_thread/data/documentation/man/man3/f_thread_sets_resize.3 | 2 +- .../f_thread/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 +- .../f_thread/data/documentation/man/man3/f_thread_spin_create.3 | 2 +- .../f_thread/data/documentation/man/man3/f_thread_spin_delete.3 | 2 +- .../f_thread/data/documentation/man/man3/f_thread_spin_lock.3 | 2 +- .../data/documentation/man/man3/f_thread_spin_lock_try.3 | 2 +- .../f_thread/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 +- level_0/f_thread/data/documentation/man/man3/f_thread_unlock.3 | 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 +- .../data/documentation/man/man3/f_array_lengths_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_array_lengths_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_array_lengths_increase.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_array_lengthss_append_all.3 | 2 +- .../data/documentation/man/man3/f_array_lengthss_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_array_lengthss_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_array_lengthss_increase.3 | 2 +- .../data/documentation/man/man3/f_array_lengthss_increase_by.3 | 2 +- .../data/documentation/man/man3/f_array_lengthss_resize.3 | 2 +- .../f_type_array/data/documentation/man/man3/f_cells_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_cells_increase.3 | 2 +- .../data/documentation/man/man3/f_cells_increase_by.3 | 2 +- .../f_type_array/data/documentation/man/man3/f_cells_resize.3 | 2 +- .../f_type_array/data/documentation/man/man3/f_cellss_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_cellss_resize.3 | 2 +- .../f_type_array/data/documentation/man/man3/f_fll_ids_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_int128s_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_int16s_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_int16s_resize.3 | 2 +- .../f_type_array/data/documentation/man/man3/f_int16ss_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_int16ss_resize.3 | 2 +- .../f_type_array/data/documentation/man/man3/f_int32s_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_int32s_resize.3 | 2 +- .../f_type_array/data/documentation/man/man3/f_int32ss_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_int32ss_resize.3 | 2 +- .../f_type_array/data/documentation/man/man3/f_int64s_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_int64s_resize.3 | 2 +- .../f_type_array/data/documentation/man/man3/f_int64ss_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_int64ss_resize.3 | 2 +- .../f_type_array/data/documentation/man/man3/f_int8s_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_int8s_increase.3 | 2 +- .../data/documentation/man/man3/f_int8s_increase_by.3 | 2 +- .../f_type_array/data/documentation/man/man3/f_int8s_resize.3 | 2 +- .../f_type_array/data/documentation/man/man3/f_int8ss_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_int8ss_resize.3 | 2 +- .../f_type_array/data/documentation/man/man3/f_states_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_states_resize.3 | 2 +- .../f_type_array/data/documentation/man/man3/f_statess_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_statess_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 +- .../f_type_array/data/documentation/man/man3/f_uint16s_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_uint32s_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_uint64s_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_uint8s_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_uint8s_resize.3 | 2 +- .../f_type_array/data/documentation/man/man3/f_uint8ss_adjust.3 | 2 +- .../f_type_array/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 +- .../f_type_array/data/documentation/man/man3/f_uint8ss_resize.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_buffer_decrement.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_buffer_increment.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_char_to_char.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_char_to_character.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_character_is.3 | 2 +- .../data/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 +- .../data/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 +- .../documentation/man/man3/f_utf_character_is_control_format.3 | 2 +- .../documentation/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 +- .../data/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 +- .../data/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 +- .../data/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 +- .../data/documentation/man/man3/f_utf_character_is_unassigned.3 | 2 +- .../data/documentation/man/man3/f_utf_character_is_valid.3 | 2 +- .../data/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 +- .../f_utf/data/documentation/man/man3/f_utf_character_is_wide.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_character_is_word.3 | 2 +- .../data/documentation/man/man3/f_utf_character_is_word_dash.3 | 2 +- .../documentation/man/man3/f_utf_character_is_word_dash_plus.3 | 2 +- .../data/documentation/man/man3/f_utf_character_is_zero_width.3 | 2 +- .../data/documentation/man/man3/f_utf_character_unicode_from.3 | 2 +- .../documentation/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 +- level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic.3 | 2 +- .../data/documentation/man/man3/f_utf_is_alphabetic_digit.3 | 2 +- .../data/documentation/man/man3/f_utf_is_alphabetic_numeric.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_is_ascii.3 | 2 +- level_0/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 +- .../f_utf/data/documentation/man/man3/f_utf_is_control_code.3 | 2 +- .../f_utf/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 +- level_0/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 +- level_0/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 +- level_0/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 +- level_0/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 +- level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace.3 | 2 +- .../data/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 +- level_0/f_utf/data/documentation/man/man3/f_utf_is_word_dash.3 | 2 +- .../f_utf/data/documentation/man/man3/f_utf_is_word_dash_plus.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_is_zero_width.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_string_append.3 | 2 +- .../data/documentation/man/man3/f_utf_string_append_assure.3 | 2 +- .../documentation/man/man3/f_utf_string_append_assure_nulless.3 | 2 +- .../data/documentation/man/man3/f_utf_string_append_nulless.3 | 2 +- .../data/documentation/man/man3/f_utf_string_dynamic_adjust.3 | 2 +- .../data/documentation/man/man3/f_utf_string_dynamic_append.3 | 2 +- .../documentation/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 +- .../documentation/man/man3/f_utf_string_dynamic_decimate_by.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamic_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_utf_string_dynamic_increase.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamic_increase_by.3 | 2 +- .../data/documentation/man/man3/f_utf_string_dynamic_mash.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamic_mash_nulless.3 | 2 +- .../data/documentation/man/man3/f_utf_string_dynamic_mish.3 | 2 +- .../documentation/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 +- .../man3/f_utf_string_dynamic_partial_append_assure_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_partial_append_nulless.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamic_partial_mash.3 | 2 +- .../man/man3/f_utf_string_dynamic_partial_mash_nulless.3 | 2 +- .../documentation/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 +- .../man3/f_utf_string_dynamic_partial_prepend_assure_nulless.3 | 2 +- .../man/man3/f_utf_string_dynamic_partial_prepend_nulless.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_utf_string_dynamic_resize.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamic_seek_line.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamic_seek_line_to.3 | 2 +- .../data/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 +- .../data/documentation/man/man3/f_utf_string_dynamics_adjust.3 | 2 +- .../data/documentation/man/man3/f_utf_string_dynamics_append.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamics_append_all.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamics_decimate_by.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamics_decrease_by.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamics_increase.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamics_increase_by.3 | 2 +- .../data/documentation/man/man3/f_utf_string_dynamics_resize.3 | 2 +- .../data/documentation/man/man3/f_utf_string_dynamicss_adjust.3 | 2 +- .../data/documentation/man/man3/f_utf_string_dynamicss_append.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamicss_append_all.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamicss_decimate_by.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamicss_decrease_by.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamicss_increase.3 | 2 +- .../documentation/man/man3/f_utf_string_dynamicss_increase_by.3 | 2 +- .../data/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 +- .../documentation/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 +- .../documentation/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 +- .../documentation/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 +- .../data/documentation/man/man3/f_utf_string_maps_append_all.3 | 2 +- .../data/documentation/man/man3/f_utf_string_maps_decimate_by.3 | 2 +- .../data/documentation/man/man3/f_utf_string_maps_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_utf_string_maps_increase.3 | 2 +- .../data/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 +- .../data/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 +- .../data/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 +- level_0/f_utf/data/documentation/man/man3/f_utf_string_mash.3 | 2 +- .../data/documentation/man/man3/f_utf_string_mash_nulless.3 | 2 +- level_0/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 +- .../data/documentation/man/man3/f_utf_string_prepend_assure.3 | 2 +- .../man/man3/f_utf_string_prepend_assure_nulless.3 | 2 +- .../data/documentation/man/man3/f_utf_string_prepend_nulless.3 | 2 +- .../f_utf/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 +- .../data/documentation/man/man3/f_utf_string_triples_adjust.3 | 2 +- .../data/documentation/man/man3/f_utf_string_triples_append.3 | 2 +- .../documentation/man/man3/f_utf_string_triples_append_all.3 | 2 +- .../documentation/man/man3/f_utf_string_triples_decimate_by.3 | 2 +- .../documentation/man/man3/f_utf_string_triples_decrease_by.3 | 2 +- .../data/documentation/man/man3/f_utf_string_triples_increase.3 | 2 +- .../documentation/man/man3/f_utf_string_triples_increase_by.3 | 2 +- .../data/documentation/man/man3/f_utf_string_triples_resize.3 | 2 +- .../data/documentation/man/man3/f_utf_string_tripless_adjust.3 | 2 +- .../data/documentation/man/man3/f_utf_string_tripless_append.3 | 2 +- .../documentation/man/man3/f_utf_string_tripless_append_all.3 | 2 +- .../documentation/man/man3/f_utf_string_tripless_decimate_by.3 | 2 +- .../documentation/man/man3/f_utf_string_tripless_decrease_by.3 | 2 +- .../documentation/man/man3/f_utf_string_tripless_increase.3 | 2 +- .../documentation/man/man3/f_utf_string_tripless_increase_by.3 | 2 +- .../data/documentation/man/man3/f_utf_string_tripless_resize.3 | 2 +- level_0/f_utf/data/documentation/man/man3/f_utf_unicode_from.3 | 2 +- .../f_utf/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 +- .../data/documentation/man/man3/fl_control_group_apply.3 | 2 +- .../man/man3/fl_conversion_dynamic_partial_to_signed.3 | 2 +- .../man/man3/fl_conversion_dynamic_partial_to_signed_detect.3 | 2 +- .../man/man3/fl_conversion_dynamic_partial_to_unsigned.3 | 2 +- .../man/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 +- .../documentation/man/man3/fl_conversion_dynamic_to_unsigned.3 | 2 +- .../man/man3/fl_conversion_dynamic_to_unsigned_detect.3 | 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 +- .../data/documentation/man/man3/fl_environment_load_name.3 | 2 +- .../data/documentation/man/man3/fl_environment_load_names.3 | 2 +- .../data/documentation/man/man3/fl_environment_path_explode.3 | 2 +- .../man/man3/fl_environment_path_explode_reverse.3 | 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 +- .../data/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 +- .../documentation/man/man3/fl_fss_embedded_list_content_read.3 | 2 +- .../documentation/man/man3/fl_fss_embedded_list_content_write.3 | 2 +- .../documentation/man/man3/fl_fss_embedded_list_object_read.3 | 2 +- .../documentation/man/man3/fl_fss_embedded_list_object_write.3 | 2 +- .../data/documentation/man/man3/fl_fss_extended_content_read.3 | 2 +- .../data/documentation/man/man3/fl_fss_extended_content_write.3 | 2 +- .../documentation/man/man3/fl_fss_extended_list_content_read.3 | 2 +- .../documentation/man/man3/fl_fss_extended_list_content_write.3 | 2 +- .../documentation/man/man3/fl_fss_extended_list_object_read.3 | 2 +- .../documentation/man/man3/fl_fss_extended_list_object_write.3 | 2 +- .../data/documentation/man/man3/fl_fss_extended_object_read.3 | 2 +- .../data/documentation/man/man3/fl_fss_extended_object_write.3 | 2 +- level_1/fl_iki/data/documentation/man/man3/fl_iki_read.3 | 2 +- level_1/fl_print/data/documentation/man/man3/fl_print_format.3 | 2 +- .../data/documentation/man/man3/fl_print_format_convert.3 | 2 +- .../fl_print/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 +- .../data/documentation/man/man3/fl_print_trim_dynamic_partial.3 | 2 +- .../documentation/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 +- .../documentation/man/man3/fl_print_trim_dynamic_raw_safely.3 | 2 +- .../data/documentation/man/man3/fl_print_trim_dynamic_safely.3 | 2 +- .../fl_print/data/documentation/man/man3/fl_print_trim_except.3 | 2 +- .../data/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 +- .../man/man3/fl_print_trim_except_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/fl_print_trim_except_dynamic_partial_safely.3 | 2 +- .../documentation/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 +- .../man3/fl_print_trim_except_in_dynamic_partial_raw_safely.3 | 2 +- .../man/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 +- .../data/documentation/man/man3/fl_print_trim_except_in_raw.3 | 2 +- .../documentation/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 +- .../data/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 +- .../fl_print/data/documentation/man/man3/fl_print_trim_safely.3 | 2 +- .../data/documentation/man/man3/fl_signal_state_interrupt.3 | 2 +- .../fl_string/data/documentation/man/man3/fl_string_compare.3 | 2 +- .../data/documentation/man/man3/fl_string_compare_except.3 | 2 +- .../data/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 +- .../documentation/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 +- .../documentation/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 +- .../documentation/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 +- .../man/man3/fl_string_dynamic_partial_compare_except_dynamic.3 | 2 +- .../man/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 +- .../man3/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 +- .../man/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 +- .../data/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 +- .../data/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 +- level_1/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 +- .../fl_utf/data/documentation/man/man3/fl_utf_string_compare.3 | 2 +- .../data/documentation/man/man3/fl_utf_string_compare_trim.3 | 2 +- .../data/documentation/man/man3/fl_utf_string_dynamic_compare.3 | 2 +- .../documentation/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 +- .../documentation/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 +- .../man/man3/fl_utf_string_dynamic_seek_line_until_graph_non.3 | 2 +- .../documentation/man/man3/fl_utf_string_dynamic_seek_to_char.3 | 2 +- level_1/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 +- .../fl_utf_file/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_file/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/fll_control_group_prepare.3 | 2 +- .../data/documentation/man/man3/fll_error_file_print.3 | 2 +- .../documentation/man/man3/fll_error_parameter_integer_print.3 | 2 +- level_2/fll_error/data/documentation/man/man3/fll_error_print.3 | 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 +- .../data/documentation/man/man3/fll_execute_arguments_add_set.3 | 2 +- .../fll_execute/data/documentation/man/man3/fll_execute_into.3 | 2 +- .../data/documentation/man/man3/fll_execute_program.3 | 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 +- .../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 +- .../fll_fss/data/documentation/man/man3/fll_fss_basic_write.3 | 2 +- .../data/documentation/man/man3/fll_fss_embedded_list_read.3 | 2 +- .../data/documentation/man/man3/fll_fss_embedded_list_write.3 | 2 +- .../data/documentation/man/man3/fll_fss_extended_list_read.3 | 2 +- .../data/documentation/man/man3/fll_fss_extended_list_write.3 | 2 +- .../fll_fss/data/documentation/man/man3/fll_fss_extended_read.3 | 2 +- .../data/documentation/man/man3/fll_fss_extended_write.3 | 2 +- level_2/fll_fss/data/documentation/man/man3/fll_fss_identify.3 | 2 +- .../fll_fss/data/documentation/man/man3/fll_fss_payload_read.3 | 2 +- .../fll_fss/data/documentation/man/man3/fll_fss_payload_write.3 | 2 +- level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch.3 | 2 +- .../fll_fss/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 +- .../data/documentation/man/man3/fll_fss_snatch_map_mash_apart.3 | 2 +- .../data/documentation/man/man3/fll_fss_snatch_map_together.3 | 2 +- .../fll_fss/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 +- .../data/documentation/man/man3/fll_fss_status_string_from.3 | 2 +- .../data/documentation/man/man3/fll_fss_status_string_to.3 | 2 +- .../data/documentation/man/man3/fll_iki_content_escape.3 | 2 +- .../documentation/man/man3/fll_iki_content_partial_escape.3 | 2 +- .../documentation/man/man3/fll_iki_content_partial_unescape.3 | 2 +- .../data/documentation/man/man3/fll_iki_content_unescape.3 | 2 +- .../fll_path/data/documentation/man/man3/fll_path_canonical.3 | 2 +- level_2/fll_print/data/documentation/man/man3/fll_print.3 | 2 +- .../fll_print/data/documentation/man/man3/fll_print_character.3 | 2 +- .../data/documentation/man/man3/fll_print_character_safely.3 | 2 +- .../fll_print/data/documentation/man/man3/fll_print_dynamic.3 | 2 +- .../data/documentation/man/man3/fll_print_dynamic_partial.3 | 2 +- .../data/documentation/man/man3/fll_print_dynamic_partial_raw.3 | 2 +- .../man/man3/fll_print_dynamic_partial_raw_safely.3 | 2 +- .../documentation/man/man3/fll_print_dynamic_partial_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_dynamic_raw.3 | 2 +- .../data/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 +- .../documentation/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 +- .../data/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 +- .../fll_print/data/documentation/man/man3/fll_print_except_in.3 | 2 +- .../data/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 +- .../man/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 +- .../documentation/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 +- .../data/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 +- level_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 +- .../data/documentation/man/man3/fll_print_safely_terminated.3 | 2 +- .../fll_print/data/documentation/man/man3/fll_print_string_va.3 | 2 +- .../data/documentation/man/man3/fll_print_terminated.3 | 2 +- level_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 +- .../documentation/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 +- .../documentation/man/man3/fll_print_trim_dynamic_raw_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_trim_dynamic_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_trim_except.3 | 2 +- .../data/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 +- .../man/man3/fll_print_trim_except_dynamic_partial_raw_safely.3 | 2 +- .../man/man3/fll_print_trim_except_dynamic_partial_safely.3 | 2 +- .../documentation/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 +- .../documentation/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 +- .../man3/fll_print_trim_except_in_dynamic_partial_raw_safely.3 | 2 +- .../man/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 +- .../data/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 +- .../documentation/man/man3/fll_print_trim_except_raw_safely.3 | 2 +- .../data/documentation/man/man3/fll_print_trim_except_safely.3 | 2 +- .../fll_print/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 +- .../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 +- .../man/man3/fll_program_parameter_long_print_cannot_use_with.3 | 2 +- .../data/documentation/man/man3/fll_program_parameter_process.3 | 2 +- .../man/man3/fll_program_parameter_process_empty.3 | 2 +- .../data/documentation/man/man3/fll_program_print_help_header.3 | 2 +- .../data/documentation/man/man3/fll_program_print_help_option.3 | 2 +- .../documentation/man/man3/fll_program_print_help_option_long.3 | 2 +- .../man/man3/fll_program_print_help_option_other.3 | 2 +- .../data/documentation/man/man3/fll_program_print_help_usage.3 | 2 +- .../data/documentation/man/man3/fll_program_print_version.3 | 2 +- .../data/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 +- .../documentation/man/man3/fll_program_standard_signal_state.3 | 2 +- .../data/documentation/man/man3/fll_status_string_from.3 | 2 +- 1508 files changed, 1508 insertions(+), 1508 deletions(-) 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 aa4035b16..8fec760b0 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 @@ -3,7 +3,7 @@ f_account_by_id .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_account_by_id\fP( \fBconst uid_t \fP\fIid\fP, 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 15bf6a43a..c70e524f7 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 @@ -3,7 +3,7 @@ f_account_by_name .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_account_by_name\fP( \fBconst f_string_static_t \fP\fIname\fP, 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 75dd4d23e..bfc2a520a 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 @@ -3,7 +3,7 @@ f_account_group_id_by_name .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_account_group_id_by_name\fP( \fBconst f_string_static_t \fP\fIname\fP, 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 77d487d25..67e682929 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 @@ -3,7 +3,7 @@ f_account_group_name_by_id .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_account_group_name_by_id\fP( \fBconst gid_t \fP\fIid\fP, 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 985ee14c2..0f483b41e 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 @@ -3,7 +3,7 @@ f_account_id_by_name .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_account_id_by_name\fP( \fBconst f_string_static_t \fP\fIname\fP, 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 12f09a004..6a82997bf 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 @@ -3,7 +3,7 @@ f_account_name_by_id .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_account_name_by_id\fP( \fBconst uid_t \fP\fIid\fP, 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 eab6ae4bb..fbf3e94f7 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 @@ -3,7 +3,7 @@ f_capability_ambient_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_ambient_get\fP( \fBconst f_capability_value_t \fP\fIvalue\fP, 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 e89804e02..6b61baeaf 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 @@ -3,7 +3,7 @@ f_capability_ambient_reset .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_ambient_reset\fP( \fBvoid \fP\fI\fP 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 001a5560a..ffb386aa4 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 @@ -3,7 +3,7 @@ f_capability_ambient_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_ambient_set\fP( \fBconst f_capability_value_t \fP\fIvalue\fP, 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 430061540..dd8b18d5a 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 @@ -3,7 +3,7 @@ f_capability_clear .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_clear\fP( \fBf_capability_t *const \fP\fIcapability\fP 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 2e9e2e71c..90f98f502 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 @@ -3,7 +3,7 @@ f_capability_clear_flag .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_clear_flag\fP( \fBconst f_capability_flag_t \fP\fIflag\fP, 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 496b34ca5..7e5b27bb1 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 @@ -3,7 +3,7 @@ f_capability_compare .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_compare\fP( \fBconst f_capability_t \fP\fIcapability1\fP, 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 2e3ec8a68..1866731da 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 @@ -3,7 +3,7 @@ f_capability_copy .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_copy\fP( \fBconst f_capability_t \fP\fIsource\fP, 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 5699ae8cf..2454737bf 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 @@ -3,7 +3,7 @@ f_capability_copy_external .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_copy_external\fP( \fBconst f_capability_t \fP\fIcapability\fP, 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 0533d53b6..55ac60c68 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 @@ -3,7 +3,7 @@ f_capability_copy_internal .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_copy_internal\fP( \fBconst void *const \fP\fIexternal\fP, 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 0d1979d01..fdef26bb9 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 @@ -3,7 +3,7 @@ f_capability_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_delete\fP( \fBf_capability_t *const \fP\fIcapability\fP 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 0573cbe67..da9a4ef19 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 @@ -3,7 +3,7 @@ f_capability_file_descriptor_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_file_descriptor_get\fP( \fBconst int \fP\fIdescriptor\fP, 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 f41d93ef0..2fdcf67f8 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 @@ -3,7 +3,7 @@ f_capability_file_descriptor_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_file_descriptor_set\fP( \fBconst int \fP\fIdescriptor\fP, 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 cd65af0d6..0dc9a15e5 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 @@ -3,7 +3,7 @@ f_capability_file_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_file_get\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 1d9a3aafe..66467e231 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 @@ -3,7 +3,7 @@ f_capability_file_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_file_set\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 dda198817..3921cb573 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 @@ -3,7 +3,7 @@ f_capability_flag_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_flag_get\fP( \fBconst f_capability_t \fP\fIcapability\fP, 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 7b8cc1171..2628f0f25 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 @@ -3,7 +3,7 @@ f_capability_flag_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_flag_set\fP( \fBconst f_capability_flag_t \fP\fIflag\fP, 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 04020cc22..a674eb236 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 @@ -3,7 +3,7 @@ f_capability_from_name .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_from_name\fP( \fBconst f_string_static_t \fP\fIname\fP, 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 a945382c4..5870d2379 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 @@ -3,7 +3,7 @@ f_capability_from_text .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_from_text\fP( \fBconst f_string_static_t \fP\fItext\fP, 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 d02a4f087..fc38a4f15 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 @@ -3,7 +3,7 @@ f_capability_groups_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_groups_set\fP( \fBconst gid_t \fP\fIid_group\fP, 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 249ad5172..b3bbde2dd 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 @@ -3,7 +3,7 @@ f_capability_initialize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_initialize\fP( \fBf_capability_t *const \fP\fIcapability\fP 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 fe3be7d91..9962a6152 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 @@ -3,7 +3,7 @@ f_capability_mode_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_mode_get\fP( \fBf_capability_mode_t *const \fP\fImode\fP 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 f03305974..877fcc9a4 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 @@ -3,7 +3,7 @@ f_capability_mode_get_name .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_mode_get_name\fP( \fBconst f_capability_mode_t \fP\fImode\fP, 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 d66d11d82..58f24b6e9 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 @@ -3,7 +3,7 @@ f_capability_mode_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_mode_set\fP( \fBconst f_capability_mode_t \fP\fImode\fP 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 2ab62ea08..1ef9aee06 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 @@ -3,7 +3,7 @@ f_capability_owner_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_owner_get\fP( \fBconst f_capability_t \fP\fIcapability\fP, 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 5f6e2acc4..ff9366b6c 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 @@ -3,7 +3,7 @@ f_capability_owner_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_owner_set\fP( \fBconst f_capability_t \fP\fIcapability\fP, 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 3f77bce96..a6f139d78 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 @@ -3,7 +3,7 @@ f_capability_process_bound_drop .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_process_bound_drop\fP( \fBf_capability_value_t \fP\fIvalue\fP, 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 c326d6060..32a6026f9 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 @@ -3,7 +3,7 @@ f_capability_process_bound_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_process_bound_get\fP( \fBf_capability_value_t \fP\fIvalue\fP, 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 cebf989e5..cc5047845 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 @@ -3,7 +3,7 @@ f_capability_process_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_process_get\fP( \fBf_capability_t *const \fP\fIcapability\fP 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 b554687dd..3c45b11bd 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 @@ -3,7 +3,7 @@ f_capability_process_get_by_id .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_process_get_by_id\fP( \fBconst pid_t \fP\fIid\fP, 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 4fcf21672..708f3a3f7 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 @@ -3,7 +3,7 @@ f_capability_process_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_process_set\fP( \fBconst f_capability_t \fP\fIcapability\fP 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 4de90b877..85ed1e757 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 @@ -3,7 +3,7 @@ f_capability_security_bits_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_security_bits_get\fP( \fBf_capability_bits_t *const \fP\fIbits\fP 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 668714e7a..12680eaef 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 @@ -3,7 +3,7 @@ f_capability_security_bits_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_security_bits_set\fP( \fBconst f_capability_bits_t \fP\fIbits\fP 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 06c3a3f3b..3d1287317 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 @@ -3,7 +3,7 @@ f_capability_size .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_size\fP( \fBconst f_capability_t \fP\fIcapability\fP, 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 7af5b43a8..7e9abda46 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 @@ -3,7 +3,7 @@ f_capability_supported .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBbool f_capability_supported\fP( \fBvoid \fP\fI\fP 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 4ac5bc4e0..f552ebb24 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 @@ -3,7 +3,7 @@ f_capability_supported_ambient .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBbool f_capability_supported_ambient\fP( \fBvoid \fP\fI\fP 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 ae8258fc4..3fd659f61 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 @@ -3,7 +3,7 @@ f_capability_supported_code .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBbool f_capability_supported_code\fP( \fBf_capability_value_t \fP\fIcode\fP 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 fd7fdce08..287f6d323 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 @@ -3,7 +3,7 @@ f_capability_to_name .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_to_name\fP( \fBconst f_capability_value_t \fP\fIcode\fP, 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 79ac948bd..ec67d07e8 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 @@ -3,7 +3,7 @@ f_capability_to_text .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_to_text\fP( \fBconst f_capability_t \fP\fIcapability\fP, 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 73f8f9856..03e8b4aea 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 @@ -3,7 +3,7 @@ f_capability_user_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_capability_user_set\fP( \fBconst uid_t \fP\fIid_user\fP 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 532d865d1..5736828e6 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 @@ -3,7 +3,7 @@ f_color_context_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_color_context_delete\fP( \fBf_color_context_t *const \fP\fIcontext\fP 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 738636725..048403797 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 @@ -3,7 +3,7 @@ f_color_context_destroy .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_color_context_destroy\fP( \fBf_color_context_t *const \fP\fIcontext\fP 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 c44dc042e..69de53685 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 @@ -3,7 +3,7 @@ f_color_load_context .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_color_load_context\fP( \fBconst bool \fP\fIuse_light_colors\fP, 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 5727dd656..6c93256bc 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 @@ -3,7 +3,7 @@ f_color_save_1 .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_color_save_1\fP( \fBconst f_color_format_t \fP\fIformat\fP, 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 c8273cae6..8268508bd 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 @@ -3,7 +3,7 @@ f_color_save_2 .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_color_save_2\fP( \fBconst f_color_format_t \fP\fIformat\fP, 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 89caf97c7..f5d29a6b5 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 @@ -3,7 +3,7 @@ f_color_save_3 .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_color_save_3\fP( \fBconst f_color_format_t \fP\fIformat\fP, 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 1f11269f1..0a7c0e346 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 @@ -3,7 +3,7 @@ f_color_save_4 .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_color_save_4\fP( \fBconst f_color_format_t \fP\fIformat\fP, 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 9493a1be8..2d7c0818a 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 @@ -3,7 +3,7 @@ f_color_save_5 .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_color_save_5\fP( \fBconst f_color_format_t \fP\fIformat\fP, 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 36ad10294..a952558fc 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 @@ -3,7 +3,7 @@ f_console_environment_process .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_console_environment_process\fP( \fBconst f_console_arguments_t \fP\fIarguments\fP, 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 6706494e1..431c40c79 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 @@ -3,7 +3,7 @@ f_console_identify .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_console_identify\fP( \fBconst f_string_t \fP\fIinput\fP, 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 30a95c25c..8abf154aa 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 @@ -3,7 +3,7 @@ f_console_parameter_prioritize_left .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_console_parameter_prioritize_left\fP( \fBconst f_console_parameters_t \fP\fIparameters\fP, 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 2a8573604..b328bde68 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 @@ -3,7 +3,7 @@ f_console_parameter_prioritize_right .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_console_parameter_prioritize_right\fP( \fBconst f_console_parameters_t \fP\fIparameters\fP, 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 4565c765a..93e5efa5c 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 @@ -3,7 +3,7 @@ f_console_parameter_process .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_console_parameter_process\fP( \fBconst f_console_arguments_t \fP\fIarguments\fP, 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 cf29c241f..858b6d694 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 @@ -3,7 +3,7 @@ f_console_parameters_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_console_parameters_delete\fP( \fBf_console_parameters_t *const \fP\fIparameters\fP 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 faddb3fd1..68e096fc5 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 @@ -3,7 +3,7 @@ f_console_parameters_destroy .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_console_parameters_destroy\fP( \fBf_console_parameters_t *const \fP\fIparameters\fP 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 0b1b5b9bb..0754e3531 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 @@ -3,7 +3,7 @@ f_control_group_copy .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_control_group_copy\fP( \fBconst f_control_group_t \fP\fIsource\fP, 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 b065aca69..4d6bb00f0 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 @@ -3,7 +3,7 @@ f_conversion_character_is_binary .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_conversion_character_is_binary\fP( \fBconst f_char_t \fP\fIcharacter\fP 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 c62ce4d62..33bec1931 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 @@ -3,7 +3,7 @@ f_conversion_character_is_decimal .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_conversion_character_is_decimal\fP( \fBconst f_char_t \fP\fIcharacter\fP 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 776930161..463189b8a 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 @@ -3,7 +3,7 @@ f_conversion_character_is_duodecimal .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_conversion_character_is_duodecimal\fP( \fBconst f_char_t \fP\fIcharacter\fP 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 96c25f027..fba359bcc 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 @@ -3,7 +3,7 @@ f_conversion_character_is_hexidecimal .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_conversion_character_is_hexidecimal\fP( \fBconst f_char_t \fP\fIcharacter\fP 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 7fb45d5ba..faf491e57 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 @@ -3,7 +3,7 @@ f_conversion_character_is_octal .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_conversion_character_is_octal\fP( \fBconst f_char_t \fP\fIcharacter\fP 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 954daa750..d0b355161 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 @@ -3,7 +3,7 @@ f_conversion_character_to_binary .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_conversion_character_to_binary\fP( \fBconst f_char_t \fP\fIcharacter\fP, 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 7a98eb1f6..ccad22994 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 @@ -3,7 +3,7 @@ f_conversion_character_to_decimal .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_conversion_character_to_decimal\fP( \fBconst f_char_t \fP\fIcharacter\fP, 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 b81d9235a..f060ff1ae 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 @@ -3,7 +3,7 @@ f_conversion_character_to_duodecimal .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_conversion_character_to_duodecimal\fP( \fBconst f_char_t \fP\fIcharacter\fP, 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 c6ad05517..51d9b340e 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 @@ -3,7 +3,7 @@ f_conversion_character_to_hexidecimal .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_conversion_character_to_hexidecimal\fP( \fBconst f_char_t \fP\fIcharacter\fP, 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 aa2e1060a..089c1e317 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 @@ -3,7 +3,7 @@ f_conversion_character_to_octal .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_conversion_character_to_octal\fP( \fBconst f_char_t \fP\fIcharacter\fP, 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 01fd21799..24fb04134 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 @@ -3,7 +3,7 @@ f_conversion_number_signed_print .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_conversion_number_signed_print\fP( \fBconst f_number_signed_t \fP\fInumber\fP, 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 caecd378e..824e230f6 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 @@ -3,7 +3,7 @@ f_conversion_number_signed_to_string .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_conversion_number_signed_to_string\fP( \fBconst f_number_signed_t \fP\fInumber\fP, 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 0d1203b95..3ae8d8cfd 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 @@ -3,7 +3,7 @@ f_conversion_number_unsigned_print .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_conversion_number_unsigned_print\fP( \fBconst f_number_unsigned_t \fP\fInumber\fP, 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 a324b419e..34665e8df 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 @@ -3,7 +3,7 @@ f_conversion_number_unsigned_to_string .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_conversion_number_unsigned_to_string\fP( \fBconst f_number_unsigned_t \fP\fInumber\fP, 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 011c26b33..57876ccde 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 @@ -3,7 +3,7 @@ f_directory_create .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_directory_create\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 402be8ec1..bee3ed8bb 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 @@ -3,7 +3,7 @@ f_directory_create_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_directory_create_at\fP( \fBconst int \fP\fIat_id\fP, 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 fe370342c..8733c071d 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 @@ -3,7 +3,7 @@ f_directory_exists .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_directory_exists\fP( \fBconst f_string_static_t \fP\fIpath\fP 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 19dac315c..063c4793a 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 @@ -3,7 +3,7 @@ f_directory_exists_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_directory_exists_at\fP( \fBconst int \fP\fIat_id\fP, 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 37e3213cd..a491be31a 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 @@ -3,7 +3,7 @@ f_directory_is .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_directory_is\fP( \fBconst f_string_static_t \fP\fIpath\fP 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 1292e23cb..ac92555f3 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 @@ -3,7 +3,7 @@ f_directory_is_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_directory_is_at\fP( \fBconst int \fP\fIat_id\fP, 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 509cd0c9d..c44ae0a2a 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 @@ -3,7 +3,7 @@ f_directory_list .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_directory_list\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 936d35624..e16e8886b 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 @@ -3,7 +3,7 @@ f_directory_open .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_directory_open\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 682b8f3c5..7363b7e0f 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 @@ -3,7 +3,7 @@ f_directory_open_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_directory_open_at\fP( \fBconst int \fP\fIat_id\fP, 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 f0aaa4523..e0a3b58cb 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 @@ -3,7 +3,7 @@ f_directory_remove .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_directory_remove\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 196a95d60..79536f6c0 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 @@ -3,7 +3,7 @@ f_directory_remove_custom .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_directory_remove_custom\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 4152fbf86..e55f46b47 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 @@ -3,7 +3,7 @@ f_directory_touch .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_directory_touch\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 eb7725939..c510131d1 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 @@ -3,7 +3,7 @@ f_directory_touch_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_directory_touch_at\fP( \fBconst int \fP\fIat_id\fP, 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 f68a6177d..96863c51e 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 @@ -3,7 +3,7 @@ f_environment_clear .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_environment_clear\fP( \fBvoid \fP\fI\fP 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 0a64eb1da..c567dfcb6 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 @@ -3,7 +3,7 @@ f_environment_exists .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_environment_exists\fP( \fBconst f_string_static_t \fP\fIname\fP 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 5bc8452e9..230042240 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 @@ -3,7 +3,7 @@ f_environment_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_environment_get\fP( \fBconst f_string_static_t \fP\fIname\fP, 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 866a6e234..823448b3a 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 @@ -3,7 +3,7 @@ f_environment_get_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_environment_get_all\fP( \fBf_string_maps_t *const \fP\fIenvironment\fP 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 1f90fc604..ba096f2e5 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 @@ -3,7 +3,7 @@ f_environment_secure_is .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_environment_secure_is\fP( \fBvoid \fP\fI\fP 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 863ad185c..e3d85ad02 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 @@ -3,7 +3,7 @@ f_environment_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_environment_set\fP( \fBconst f_string_static_t \fP\fIname\fP, 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 971800271..c21a518d4 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 @@ -3,7 +3,7 @@ f_environment_unset .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_environment_unset\fP( \fBconst f_string_static_t \fP\fIname\fP 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 1f4ac909f..66dac72c1 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 @@ -3,7 +3,7 @@ f_execute_status_from_status .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBuint8_t f_execute_status_from_status\fP( \fBf_status_t \fP\fIstatus\fP 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 bfd749a36..ff4ae5132 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 @@ -3,7 +3,7 @@ f_execute_status_to_status .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_execute_status_to_status\fP( \fBuint8_t \fP\fIstatus\fP 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 7ad4f9dd7..898efc7c8 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 @@ -3,7 +3,7 @@ f_file_access .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_access\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 511815724..4bf7c20f3 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 @@ -3,7 +3,7 @@ f_file_access_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_access_at\fP( \fBconst int \fP\fIat_id\fP, 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 82c6d70a0..7a075c092 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 @@ -3,7 +3,7 @@ f_file_clone .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_clone\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 3e979c80c..8c1b62bc3 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 @@ -3,7 +3,7 @@ f_file_close .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_close\fP( \fBint *const \fP\fIid\fP 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 362035cce..1975e3f71 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 @@ -3,7 +3,7 @@ f_file_close_flush .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_close_flush\fP( \fBint *const \fP\fIid\fP 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 487157e0b..f5b870f2e 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 @@ -3,7 +3,7 @@ f_file_copy .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_copy\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 b3f3b84b6..5f43fc06f 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 @@ -3,7 +3,7 @@ f_file_create .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_create\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 aeb4e063f..3afac7da9 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 @@ -3,7 +3,7 @@ f_file_create_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_create_at\fP( \fBconst int \fP\fIat_id\fP, 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 2d205af46..452d8df61 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 @@ -3,7 +3,7 @@ f_file_create_device .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_create_device\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 716dac5e3..0a60a06e8 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 @@ -3,7 +3,7 @@ f_file_create_device_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_create_device_at\fP( \fBconst int \fP\fIat_id\fP, 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 273046967..963157d41 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 @@ -3,7 +3,7 @@ f_file_create_fifo .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_create_fifo\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 9099bbe8d..e29539e2a 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 @@ -3,7 +3,7 @@ f_file_create_fifo_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_create_fifo_at\fP( \fBconst int \fP\fIat_id\fP, 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 7b0835084..ab169ca8f 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 @@ -3,7 +3,7 @@ f_file_create_node .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_create_node\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 ab5837efa..9608ba7e3 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 @@ -3,7 +3,7 @@ f_file_create_node_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_create_node_at\fP( \fBconst int \fP\fIat_id\fP, 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 8920a4044..c2420e0c1 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 @@ -3,7 +3,7 @@ f_file_descriptor .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_descriptor\fP( \fBf_file_t *const \fP\fIfile\fP 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 f53656fdc..a6dce0405 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 @@ -3,7 +3,7 @@ f_file_exists .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_exists\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 135fd3f87..fcf4c572f 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 @@ -3,7 +3,7 @@ f_file_exists_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_exists_at\fP( \fBconst int \fP\fIat_id\fP, 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 7839d3fbd..a7c5c3ac8 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 @@ -3,7 +3,7 @@ f_file_flush .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_flush\fP( \fBconst int \fP\fIid\fP 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 8fa4f86bd..2997c241e 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 @@ -3,7 +3,7 @@ f_file_group_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_group_read\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 676a093d9..7c89f9785 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 @@ -3,7 +3,7 @@ f_file_is .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_is\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 498838dda..8cc0643da 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 @@ -3,7 +3,7 @@ f_file_is_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_is_at\fP( \fBconst int \fP\fIat_id\fP, 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 aa0ddee55..0633062c1 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 @@ -3,7 +3,7 @@ f_file_link .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_link\fP( \fBconst f_string_static_t \fP\fItarget\fP, 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 8c0d0511b..ede40fc2c 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 @@ -3,7 +3,7 @@ f_file_link_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_link_at\fP( \fBconst int \fP\fIat_id\fP, 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 121906b55..35528f20b 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 @@ -3,7 +3,7 @@ f_file_link_hard .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_link_hard\fP( \fBconst f_string_static_t \fP\fItarget\fP, 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 a86e92973..106355620 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 @@ -3,7 +3,7 @@ f_file_link_hard_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_link_hard_at\fP( \fBconst int \fP\fIat_id_target\fP, 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 08ca94c5d..89158f8f0 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 @@ -3,7 +3,7 @@ f_file_link_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_link_read\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 22a6b6182..f79573388 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 @@ -3,7 +3,7 @@ f_file_link_read_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_link_read_at\fP( \fBconst int \fP\fIat_id\fP, 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 fd04f03c9..bd82d01b1 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 @@ -3,7 +3,7 @@ f_file_mode_determine .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_mode_determine\fP( \fBconst mode_t \fP\fImode_file\fP, 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 e85612cd9..c25901638 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 @@ -3,7 +3,7 @@ f_file_mode_from_string .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_mode_from_string\fP( \fBconst f_string_static_t \fP\fIcode\fP, 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 301f10c34..c7502b2ee 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 @@ -3,7 +3,7 @@ f_file_mode_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_mode_read\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 5390d9ddd..2b9f9ac71 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 @@ -3,7 +3,7 @@ f_file_mode_read_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_mode_read_at\fP( \fBconst int \fP\fIat_id\fP, 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 79e5de945..3c39888d4 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 @@ -3,7 +3,7 @@ f_file_mode_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_mode_set\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 bcacef65c..780a83431 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 @@ -3,7 +3,7 @@ f_file_mode_set_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_mode_set_at\fP( \fBconst int \fP\fIat_id\fP, 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 857b8be58..1b99ee144 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 @@ -3,7 +3,7 @@ f_file_mode_to_mode .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_mode_to_mode\fP( \fBconst f_file_mode_t \fP\fIfrom\fP, 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 f8013758d..ab3f7ce20 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 @@ -3,7 +3,7 @@ f_file_name_base .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_name_base\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 541cbcd77..b6b1d00d8 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 @@ -3,7 +3,7 @@ f_file_name_directory .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_name_directory\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 db9c4d082..c9c934727 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 @@ -3,7 +3,7 @@ f_file_open .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_open\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 4a8076ee3..c843e451b 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 @@ -3,7 +3,7 @@ f_file_open_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_open_at\fP( \fBconst int \fP\fIat_id\fP, 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 e1ae3fc59..88552bb2f 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 @@ -3,7 +3,7 @@ f_file_owner_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_owner_read\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 45b4c7b45..2c2af4a56 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 @@ -3,7 +3,7 @@ f_file_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_read\fP( \fBconst f_file_t \fP\fIfile\fP, 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 efc924ef8..5469cbb13 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 @@ -3,7 +3,7 @@ f_file_read_block .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_read_block\fP( \fBconst f_file_t \fP\fIfile\fP, 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 bf7781d4c..fec5f5b5e 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 @@ -3,7 +3,7 @@ f_file_read_until .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_read_until\fP( \fBconst f_file_t \fP\fIfile\fP, 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 63444031d..73b5771b9 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 @@ -3,7 +3,7 @@ f_file_remove .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_remove\fP( \fBconst f_string_static_t \fP\fIpath\fP 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 0049017e4..445e8bb03 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 @@ -3,7 +3,7 @@ f_file_remove_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_remove_at\fP( \fBconst int \fP\fIat_id\fP, 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 571685721..5899dc551 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 @@ -3,7 +3,7 @@ f_file_rename .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_rename\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 7882eec84..1413388d0 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 @@ -3,7 +3,7 @@ f_file_rename_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_rename_at\fP( \fBconst int \fP\fIat_id\fP, 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 6b7e65805..742d229c5 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 @@ -3,7 +3,7 @@ f_file_role_change .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_role_change\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 676fb3b35..02780b54b 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 @@ -3,7 +3,7 @@ f_file_role_change_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_role_change_at\fP( \fBconst int \fP\fIat_id\fP, 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 e8ef1cb27..f230b5109 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 @@ -3,7 +3,7 @@ f_file_seek .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_seek\fP( \fBconst int \fP\fIid\fP, 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 617f8e1a0..4f31d1358 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 @@ -3,7 +3,7 @@ f_file_size .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_size\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 2734211ed..0c2677c5b 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 @@ -3,7 +3,7 @@ f_file_size_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_size_at\fP( \fBconst int \fP\fIat_id\fP, 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 bc98d824a..07a6c9899 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 @@ -3,7 +3,7 @@ f_file_size_by_id .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_size_by_id\fP( \fBconst int \fP\fIid\fP, 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 d16323601..e44176df0 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 @@ -3,7 +3,7 @@ f_file_stat .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_stat\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 b8a6bc77b..784b53cbc 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 @@ -3,7 +3,7 @@ f_file_stat_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_stat_at\fP( \fBconst int \fP\fIat_id\fP, 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 83ca09daf..e03f951a2 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 @@ -3,7 +3,7 @@ f_file_stat_by_id .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_stat_by_id\fP( \fBconst int \fP\fIid\fP, 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 a7cdabe2a..230b6e667 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 @@ -3,7 +3,7 @@ f_file_stream_close .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_stream_close\fP( \fBconst bool \fP\fIflush\fP, 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 becc77256..8581b4ad0 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 @@ -3,7 +3,7 @@ f_file_stream_open .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_stream_open\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 cb8826947..0b048243f 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 @@ -3,7 +3,7 @@ f_file_stream_open_descriptor .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_stream_open_descriptor\fP( \fBconst f_string_static_t \fP\fImode\fP, 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 c8a14a9d8..7cc6aaeda 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 @@ -3,7 +3,7 @@ f_file_stream_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_stream_read\fP( \fBconst f_file_t \fP\fIfile\fP, 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 0286912b5..2c13b6ac4 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 @@ -3,7 +3,7 @@ f_file_stream_read_block .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_stream_read_block\fP( \fBconst f_file_t \fP\fIfile\fP, 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 c8b26be29..fe73d6e92 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 @@ -3,7 +3,7 @@ f_file_stream_read_until .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_stream_read_until\fP( \fBconst f_file_t \fP\fIfile\fP, 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 dfd517997..be7acbf9a 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 @@ -3,7 +3,7 @@ f_file_stream_reopen .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_stream_reopen\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 0d0aa8623..47d258712 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 @@ -3,7 +3,7 @@ f_file_stream_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_stream_write\fP( \fBconst f_file_t \fP\fIfile\fP, 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 eaf4c7d89..189e54b82 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 @@ -3,7 +3,7 @@ f_file_stream_write_block .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_stream_write_block\fP( \fBconst f_file_t \fP\fIfile\fP, 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 0abec46f5..ca7d8b4cb 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 @@ -3,7 +3,7 @@ f_file_stream_write_range .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_stream_write_range\fP( \fBconst f_file_t \fP\fIfile\fP, 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 31d21fc1e..5916abf0a 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 @@ -3,7 +3,7 @@ f_file_stream_write_until .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_stream_write_until\fP( \fBconst f_file_t \fP\fIfile\fP, 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 45ef7efbb..5a456a8ea 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 @@ -3,7 +3,7 @@ f_file_touch .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_touch\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 1d9ebaf82..ffd27c8e3 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 @@ -3,7 +3,7 @@ f_file_touch_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_touch_at\fP( \fBconst int \fP\fIat_id\fP, 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 ab0e5d07c..e004486af 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 @@ -3,7 +3,7 @@ f_file_type .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_type\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 aef9f4d07..c2fe4382a 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 @@ -3,7 +3,7 @@ f_file_type_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_type_at\fP( \fBconst int \fP\fIat_id\fP, 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 07c8dbe19..b30117538 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 @@ -3,7 +3,7 @@ f_file_umask_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_umask_get\fP( \fBmode_t *const \fP\fImask\fP 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 cba377651..36fa4cc8c 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 @@ -3,7 +3,7 @@ f_file_umask_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_umask_set\fP( \fBconst mode_t \fP\fImask\fP 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 9bbdddb97..92b6e05e2 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 @@ -3,7 +3,7 @@ f_file_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_write\fP( \fBconst f_file_t \fP\fIfile\fP, 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 9d6f3251f..d8d823fe1 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 @@ -3,7 +3,7 @@ f_file_write_block .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_write_block\fP( \fBconst f_file_t \fP\fIfile\fP, 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 4b15b39d6..c72598313 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 @@ -3,7 +3,7 @@ f_file_write_range .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_write_range\fP( \fBconst f_file_t \fP\fIfile\fP, 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 59bb7b13b..42282554e 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 @@ -3,7 +3,7 @@ f_file_write_until .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_file_write_until\fP( \fBconst f_file_t \fP\fIfile\fP, 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 52330b199..140bc19d4 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 @@ -3,7 +3,7 @@ f_fss_apply_delimit .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_apply_delimit\fP( \fBf_state_t \fP\fIstate\fP, 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 b905b3aae..34a7c620d 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 @@ -3,7 +3,7 @@ f_fss_apply_delimit_range .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_apply_delimit_range\fP( \fBf_state_t \fP\fIstate\fP, 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 aae6eb3c0..b307f0aba 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 @@ -3,7 +3,7 @@ f_fss_count_lines .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_count_lines\fP( \fBf_state_t \fP\fIstate\fP, 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 fc5e98104..20da7d97b 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 @@ -3,7 +3,7 @@ f_fss_count_lines_range .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_count_lines_range\fP( \fBf_state_t \fP\fIstate\fP, 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 3ba41fc60..3922cddec 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 @@ -3,7 +3,7 @@ f_fss_fail_utf .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_fail_utf\fP( \fBf_state_t \fP\fIstate\fP, 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 c04e61057..a56a3ea86 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 @@ -3,7 +3,7 @@ f_fss_fail_utf_to_false .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_fail_utf_to_false\fP( \fBf_state_t \fP\fIstate\fP, 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 722faab41..55b15fdd8 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 @@ -3,7 +3,7 @@ f_fss_is_combining .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_is_combining\fP( \fBf_state_t \fP\fIstate\fP, 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 07c7a2e69..ff74d109c 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 @@ -3,7 +3,7 @@ f_fss_is_graph .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_is_graph\fP( \fBf_state_t \fP\fIstate\fP, 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 1370579b5..0858e69b2 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 @@ -3,7 +3,7 @@ f_fss_is_space .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_is_space\fP( \fBf_state_t \fP\fIstate\fP, 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 a4fabac7d..0382970c7 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 @@ -3,7 +3,7 @@ f_fss_is_zero_width .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_is_zero_width\fP( \fBf_state_t \fP\fIstate\fP, 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 5431d9361..5f239475c 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 @@ -3,7 +3,7 @@ f_fss_items_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_items_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 72f027bd6..e94287c7c 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 @@ -3,7 +3,7 @@ f_fss_items_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_items_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 36c8c52ae..41af2c4a0 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 @@ -3,7 +3,7 @@ f_fss_items_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_items_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 5cc176668..82c03b38a 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 @@ -3,7 +3,7 @@ f_fss_items_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_items_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 eca3f82bc..a6ddebf89 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 @@ -3,7 +3,7 @@ f_fss_items_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_items_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 de0f27289..3ee0f0a3a 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 @@ -3,7 +3,7 @@ f_fss_items_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_items_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 57283a9fb..d5f601528 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 @@ -3,7 +3,7 @@ f_fss_named_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_named_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 cfbde0b59..5829f2bc4 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 @@ -3,7 +3,7 @@ f_fss_named_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_named_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 4502a02e5..16150922b 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 @@ -3,7 +3,7 @@ f_fss_named_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_named_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 31944ba39..fe34eceeb 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 @@ -3,7 +3,7 @@ f_fss_named_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_named_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 bf8d3a282..0cee38190 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 @@ -3,7 +3,7 @@ f_fss_named_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_named_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 351577174..f17ac3357 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 @@ -3,7 +3,7 @@ f_fss_named_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_named_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 4fd885d52..bbdf7be97 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 @@ -3,7 +3,7 @@ f_fss_nameds_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_nameds_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 1477ea04b..2c566b067 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 @@ -3,7 +3,7 @@ f_fss_nameds_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_nameds_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 0cf1ee513..5adf0bf39 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 @@ -3,7 +3,7 @@ f_fss_nameds_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_nameds_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 b8dcb0a20..2f94a072f 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 @@ -3,7 +3,7 @@ f_fss_nameds_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_nameds_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 f70cd0aa8..6bf65e8d8 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 @@ -3,7 +3,7 @@ f_fss_nameds_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_nameds_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 11f1b390f..537028390 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 @@ -3,7 +3,7 @@ f_fss_nameds_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_nameds_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 d383f0778..8a73869d9 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 @@ -3,7 +3,7 @@ f_fss_nest_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_nest_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 e4b2d9bb1..c1001001f 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 @@ -3,7 +3,7 @@ f_fss_nest_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_nest_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 02972aa44..71bd6d6da 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 @@ -3,7 +3,7 @@ f_fss_nest_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_nest_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 ccf0c26af..97f00bb2d 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 @@ -3,7 +3,7 @@ f_fss_nest_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_nest_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 0d0e75cbb..dca590594 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 @@ -3,7 +3,7 @@ f_fss_nest_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_nest_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 c5683aadf..78bf6ddad 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 @@ -3,7 +3,7 @@ f_fss_nest_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_nest_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 4c47bdd7b..d55df9001 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 @@ -3,7 +3,7 @@ f_fss_nests_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_nests_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 aae87bed6..10fbce724 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 @@ -3,7 +3,7 @@ f_fss_nests_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_nests_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 ae1f3ec4d..30606dadc 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 @@ -3,7 +3,7 @@ f_fss_nests_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_nests_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 b53f53af1..90bbb9be8 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 @@ -3,7 +3,7 @@ f_fss_nests_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_nests_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 3f1473660..5c1d381fc 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 @@ -3,7 +3,7 @@ f_fss_nests_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_nests_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 79ce298d6..6e4d32a17 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 @@ -3,7 +3,7 @@ f_fss_nests_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_nests_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 32a8b0cb7..8bedb219f 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 @@ -3,7 +3,7 @@ f_fss_seek_to_eol .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_seek_to_eol\fP( \fBf_state_t \fP\fIstate\fP, 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 bdeee8712..e3e1ac559 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 @@ -3,7 +3,7 @@ f_fss_set_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_set_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 fd0666454..fa0e52004 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 @@ -3,7 +3,7 @@ f_fss_set_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_set_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 c652dd6e3..c86470a7f 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 @@ -3,7 +3,7 @@ f_fss_set_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_set_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 64c27f25f..cd8ecffd1 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 @@ -3,7 +3,7 @@ f_fss_set_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_set_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 63b3dab59..f7f5e0c82 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 @@ -3,7 +3,7 @@ f_fss_set_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_set_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 3aa80e767..d8f6ceaa6 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 @@ -3,7 +3,7 @@ f_fss_set_quote_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_set_quote_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 93e1f83c8..7339402e7 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 @@ -3,7 +3,7 @@ f_fss_set_quote_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_set_quote_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 7c993f7d0..2d3dce061 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 @@ -3,7 +3,7 @@ f_fss_set_quote_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_set_quote_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 264be4557..e8da98749 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 @@ -3,7 +3,7 @@ f_fss_set_quote_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_set_quote_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 f0f003d0e..dceb76e7d 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 @@ -3,7 +3,7 @@ f_fss_set_quote_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_set_quote_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 aac716436..7a13fb270 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 @@ -3,7 +3,7 @@ f_fss_set_quote_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_set_quote_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 25f9b9867..9a9f24e68 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 @@ -3,7 +3,7 @@ f_fss_set_quotes_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_set_quotes_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 3e741ccbe..d0535b45c 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 @@ -3,7 +3,7 @@ f_fss_set_quotes_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_set_quotes_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 bba596dd6..2667848d5 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 @@ -3,7 +3,7 @@ f_fss_set_quotes_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_set_quotes_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 b70d09eae..9297647ed 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 @@ -3,7 +3,7 @@ f_fss_set_quotes_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_set_quotes_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 95c8f5e4d..28bd2854b 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 @@ -3,7 +3,7 @@ f_fss_set_quotes_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_set_quotes_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 7966678e2..35727ba94 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 @@ -3,7 +3,7 @@ f_fss_set_quotes_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_set_quotes_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 846573e79..9497f3a1c 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 @@ -3,7 +3,7 @@ f_fss_set_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_set_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 698a2b90e..36fb5d652 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 @@ -3,7 +3,7 @@ f_fss_sets_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_sets_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 a4c408f69..0e0bf6719 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 @@ -3,7 +3,7 @@ f_fss_sets_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_sets_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 49e13ae70..40d9a68ea 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 @@ -3,7 +3,7 @@ f_fss_sets_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_sets_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 c4576df20..84d393ccc 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 @@ -3,7 +3,7 @@ f_fss_sets_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_sets_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 a30889920..5854b444d 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 @@ -3,7 +3,7 @@ f_fss_sets_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_sets_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 2eccd5b32..c5ba540ea 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 @@ -3,7 +3,7 @@ f_fss_sets_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_sets_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 2506398f2..c977f8bce 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 @@ -3,7 +3,7 @@ f_fss_skip_past_delimit .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_skip_past_delimit\fP( \fBf_state_t \fP\fIstate\fP, 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 3b57311b5..c9d4c7448 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 @@ -3,7 +3,7 @@ f_fss_skip_past_space .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fss_skip_past_space\fP( \fBf_state_t \fP\fIstate\fP, 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 3aa3514e6..1f139b142 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 @@ -3,7 +3,7 @@ f_iki_content_is .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_content_is\fP( \fBconst f_string_static_t \fP\fIcontent\fP, 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 affc76f24..fe65d882e 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 @@ -3,7 +3,7 @@ f_iki_content_partial_is .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_content_partial_is\fP( \fBconst f_string_static_t \fP\fIcontent\fP, 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 59e5f4254..855c64fe1 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 @@ -3,7 +3,7 @@ f_iki_data_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_data_delete\fP( \fBf_iki_data_t *\fP\fIdata\fP 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 bfc489091..ebaa7a197 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 @@ -3,7 +3,7 @@ f_iki_data_destroy .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_data_destroy\fP( \fBf_iki_data_t *\fP\fIdata\fP 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 606a4e3b5..6f32caee1 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 @@ -3,7 +3,7 @@ f_iki_datas_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_datas_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 2226428d5..4586d95d8 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 @@ -3,7 +3,7 @@ f_iki_datas_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_datas_append\fP( \fBconst f_iki_data_t \fP\fIsource\fP, 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 fcdf6d3fa..486681bcc 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 @@ -3,7 +3,7 @@ f_iki_datas_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_datas_append_all\fP( \fBconst f_iki_datas_t \fP\fIsource\fP, 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 cd22e3435..07c337820 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 @@ -3,7 +3,7 @@ f_iki_datas_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_datas_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 c61e82fc9..0d3f96c73 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 @@ -3,7 +3,7 @@ f_iki_datas_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_datas_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 1e32ca107..19687618b 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 @@ -3,7 +3,7 @@ f_iki_datas_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_datas_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 47fc820e1..fcbaf06ba 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 @@ -3,7 +3,7 @@ f_iki_datas_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_datas_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 e0780825e..45bc08b31 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 @@ -3,7 +3,7 @@ f_iki_datas_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_datas_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 2feca801b..fd1ed9206 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 @@ -3,7 +3,7 @@ f_iki_datass_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_datass_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 ba2efac39..52fa74477 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 @@ -3,7 +3,7 @@ f_iki_datass_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_datass_append\fP( \fBconst f_iki_datas_t \fP\fIsource\fP, 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 affdbce60..ceff774ad 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 @@ -3,7 +3,7 @@ f_iki_datass_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_datass_append_all\fP( \fBconst f_iki_datass_t \fP\fIsource\fP, 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 2c10cfad7..2aa440006 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 @@ -3,7 +3,7 @@ f_iki_datass_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_datass_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 99a71c0f5..9e38e24c7 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 @@ -3,7 +3,7 @@ f_iki_datass_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_datass_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 bab454469..2ab1edc57 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 @@ -3,7 +3,7 @@ f_iki_datass_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_datass_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 4e8fb1c19..65cf5ee89 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 @@ -3,7 +3,7 @@ f_iki_datass_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_datass_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 731c2635a..055d2318b 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 @@ -3,7 +3,7 @@ f_iki_datass_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_datass_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 dcf339d10..ef55d5327 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 @@ -3,7 +3,7 @@ f_iki_object_is .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_object_is\fP( \fBconst f_string_static_t \fP\fIobject\fP 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 102c6e1e9..8230d2eff 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 @@ -3,7 +3,7 @@ f_iki_object_partial_is .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_object_partial_is\fP( \fBconst f_string_static_t \fP\fIobject\fP, 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 300dadd26..ccb216f9f 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 @@ -3,7 +3,7 @@ f_iki_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_iki_read\fP( \fBconst f_state_t \fP\fIstate\fP, 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 19586b47e..6a0373a3c 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 @@ -3,7 +3,7 @@ f_limit_process .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_process\fP( \fBconst pid_t \fP\fIid\fP, 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 3d57055f0..69a16c3cc 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 @@ -3,7 +3,7 @@ f_limit_sets_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_sets_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 ee648dfe0..3cbc8ae3b 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 @@ -3,7 +3,7 @@ f_limit_sets_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_sets_append\fP( \fBconst f_limit_set_t \fP\fIsource\fP, 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 f50398ab8..9c7ae8be4 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 @@ -3,7 +3,7 @@ f_limit_sets_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_sets_append_all\fP( \fBconst f_limit_sets_t \fP\fIsource\fP, 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 42aafb3d3..ac58c9796 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 @@ -3,7 +3,7 @@ f_limit_sets_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_sets_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 11deffc2a..5ba92ad02 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 @@ -3,7 +3,7 @@ f_limit_sets_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_sets_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 648cd12ae..69320b018 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 @@ -3,7 +3,7 @@ f_limit_sets_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_sets_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 22bdc19a0..407d6505e 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 @@ -3,7 +3,7 @@ f_limit_sets_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_sets_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 f890e7ef9..081ef629a 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 @@ -3,7 +3,7 @@ f_limit_sets_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_sets_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 50e14e3e3..2adfc4323 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 @@ -3,7 +3,7 @@ f_limit_setss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_setss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 c570bd0e8..7f890a3bb 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 @@ -3,7 +3,7 @@ f_limit_setss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_setss_append\fP( \fBconst f_limit_sets_t \fP\fIsource\fP, 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 8f8d4746b..336c59fc0 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 @@ -3,7 +3,7 @@ f_limit_setss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_setss_append_all\fP( \fBconst f_limit_setss_t \fP\fIsource\fP, 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 e38663cd6..02a92794f 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 @@ -3,7 +3,7 @@ f_limit_setss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_setss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 62c05165d..6d9916725 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 @@ -3,7 +3,7 @@ f_limit_setss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_setss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 bcf125286..edf5186d1 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 @@ -3,7 +3,7 @@ f_limit_setss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_setss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 c939ce548..28d13fac4 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 @@ -3,7 +3,7 @@ f_limit_setss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_setss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 74be585f7..8d47f4a10 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 @@ -3,7 +3,7 @@ f_limit_setss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_setss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 44737a905..f51891728 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 @@ -3,7 +3,7 @@ f_limit_values_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_values_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 31401e032..4fcf3bd17 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 @@ -3,7 +3,7 @@ f_limit_values_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_values_append\fP( \fBconst f_limit_value_t \fP\fIsource\fP, 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 a7074cf99..6fcb2f202 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 @@ -3,7 +3,7 @@ f_limit_values_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_values_append_all\fP( \fBconst f_limit_values_t \fP\fIsource\fP, 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 dc02a9b14..f95c1b29e 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 @@ -3,7 +3,7 @@ f_limit_values_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_values_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 e1bf9621a..2e3c8a89e 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 @@ -3,7 +3,7 @@ f_limit_values_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_values_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 07c3973ba..ea743ee9e 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 @@ -3,7 +3,7 @@ f_limit_values_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_values_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 030b92eab..ca2728d7f 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 @@ -3,7 +3,7 @@ f_limit_values_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_values_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 1443de43c..47a8ad358 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 @@ -3,7 +3,7 @@ f_limit_values_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_values_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 308956313..9b8d8c9ae 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 @@ -3,7 +3,7 @@ f_limit_valuess_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_valuess_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 bea14886c..2c27f223a 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 @@ -3,7 +3,7 @@ f_limit_valuess_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_valuess_append\fP( \fBconst f_limit_values_t \fP\fIsource\fP, 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 fb402150a..3e7f33b73 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 @@ -3,7 +3,7 @@ f_limit_valuess_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_valuess_append_all\fP( \fBconst f_limit_valuess_t \fP\fIsource\fP, 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 f8825b727..fa4e16930 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 @@ -3,7 +3,7 @@ f_limit_valuess_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_valuess_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 a74744f72..c2decb2bb 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 @@ -3,7 +3,7 @@ f_limit_valuess_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_valuess_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 abac109c9..3a886cfce 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 @@ -3,7 +3,7 @@ f_limit_valuess_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_valuess_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 4db2d8731..86250effa 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 @@ -3,7 +3,7 @@ f_limit_valuess_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_valuess_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 26bfe37a5..844c43a4c 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 @@ -3,7 +3,7 @@ f_limit_valuess_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_limit_valuess_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 955165e6c..a5b93dd8a 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 @@ -3,7 +3,7 @@ f_memory_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_memory_adjust\fP( \fBconst size_t \fP\fIold_length\fP, 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 1307af913..3b83cead2 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 @@ -3,7 +3,7 @@ f_memory_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_memory_delete\fP( \fBconst size_t \fP\fIlength\fP, 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 92730233f..a46ca7090 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 @@ -3,7 +3,7 @@ f_memory_destroy .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_memory_destroy\fP( \fBconst size_t \fP\fIlength\fP, 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 261bba6eb..6e21113b3 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 @@ -3,7 +3,7 @@ f_memory_new .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_memory_new\fP( \fBconst size_t \fP\fIlength\fP, 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 a97bdbd6d..be6e23e30 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 @@ -3,7 +3,7 @@ f_memory_new_aligned .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_memory_new_aligned\fP( \fBconst size_t \fP\fIlength\fP, 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 c8c6880de..8f3fe3d0a 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 @@ -3,7 +3,7 @@ f_memory_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_memory_resize\fP( \fBconst size_t \fP\fIold_length\fP, 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 d8c6d2c61..0114fb8ec 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 @@ -3,7 +3,7 @@ f_memory_structure_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_memory_structure_adjust\fP( \fBconst size_t \fP\fIlength_new\fP, 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 8cfb24dfc..c91038f0b 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 @@ -3,7 +3,7 @@ f_memory_structure_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_memory_structure_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 b32cc8335..ae6a6b6c1 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 @@ -3,7 +3,7 @@ f_memory_structure_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_memory_structure_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 2c76a671b..30e26e52c 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 @@ -3,7 +3,7 @@ f_memory_structure_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_memory_structure_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 ca17cef96..ac19b11f8 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 @@ -3,7 +3,7 @@ f_memory_structure_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_memory_structure_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 70b84d040..dfefd2c3f 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 @@ -3,7 +3,7 @@ f_memory_structure_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_memory_structure_resize\fP( \fBconst size_t \fP\fIlength_new\fP, 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 a427e0014..03c63586a 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 @@ -3,7 +3,7 @@ f_path_change .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_path_change\fP( \fBconst f_string_static_t \fP\fIpath\fP 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 f916d9e0c..1fae7fa27 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 @@ -3,7 +3,7 @@ f_path_change_at .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_path_change_at\fP( \fBconst int \fP\fIat_id\fP 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 a61093b09..dd0c4b6bc 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 @@ -3,7 +3,7 @@ f_path_current .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_path_current\fP( \fBconst bool \fP\fIreal\fP, 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 42ab7434b..3286aaead 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 @@ -3,7 +3,7 @@ f_path_directory_cleanup .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_path_directory_cleanup\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 17c0e30db..e6d7009ae 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 @@ -3,7 +3,7 @@ f_path_is .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_path_is\fP( \fBconst f_string_static_t \fP\fIpath\fP 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 dccea33e8..0725753b8 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 @@ -3,7 +3,7 @@ f_path_is_absolute .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_path_is_absolute\fP( \fBconst f_string_static_t \fP\fIpath\fP 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 44687b90b..6933c8356 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 @@ -3,7 +3,7 @@ f_path_is_relative .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_path_is_relative\fP( \fBconst f_string_static_t \fP\fIpath\fP 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 058ec33d8..2f9b61789 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 @@ -3,7 +3,7 @@ f_path_is_relative_current .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_path_is_relative_current\fP( \fBconst f_string_static_t \fP\fIpath\fP 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 f817cc8bd..6423d5ed9 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 @@ -3,7 +3,7 @@ f_path_real .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_path_real\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 b8df9dc41..18990037e 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 @@ -3,7 +3,7 @@ f_pipe_debug_exists .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_pipe_debug_exists\fP( \fBvoid \fP\fI\fP 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 f24e23cf4..f4267c819 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 @@ -3,7 +3,7 @@ f_pipe_error_exists .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_pipe_error_exists\fP( \fBvoid \fP\fI\fP 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 8b09c77d1..5525cd8ee 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 @@ -3,7 +3,7 @@ f_pipe_input_exists .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_pipe_input_exists\fP( \fBvoid \fP\fI\fP 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 85b076b55..cd5a95599 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 @@ -3,7 +3,7 @@ f_pipe_warning_exists .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_pipe_warning_exists\fP( \fBvoid \fP\fI\fP 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 c6dfb1d64..e6d6ccbad 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 @@ -3,7 +3,7 @@ f_print .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print\fP( \fBconst f_string_t \fP\fIstring\fP, 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 e24858c1b..0733a769a 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 @@ -3,7 +3,7 @@ f_print_character .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_character\fP( \fBconst f_char_t \fP\fIcharacter\fP, 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 c565f7f6e..a5b3c2944 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 @@ -3,7 +3,7 @@ f_print_character_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_character_safely\fP( \fBconst f_char_t \fP\fIcharacter\fP, 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 b4c07fdaf..7262f5361 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 @@ -3,7 +3,7 @@ f_print_character_safely_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBconst f_string_static_t f_print_character_safely_get\fP( \fBconst f_char_t \fP\fIcharacter\fP 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 418de8dac..088d8c8b0 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 @@ -3,7 +3,7 @@ f_print_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_dynamic\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 bbfbd5fcd..d504098d0 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 @@ -3,7 +3,7 @@ f_print_dynamic_partial .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_dynamic_partial\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 e90a8f8ff..96d7d6dbe 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 @@ -3,7 +3,7 @@ f_print_dynamic_partial_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_dynamic_partial_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 fc371bf4d..bc9b5811c 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 @@ -3,7 +3,7 @@ f_print_dynamic_partial_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_dynamic_partial_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 7cc0390d1..ec14dc338 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 @@ -3,7 +3,7 @@ f_print_dynamic_partial_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_dynamic_partial_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 3b64ce9be..3fb342431 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 @@ -3,7 +3,7 @@ f_print_dynamic_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_dynamic_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 717d567b4..e031e508b 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 @@ -3,7 +3,7 @@ f_print_dynamic_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_dynamic_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 d9e5365c6..7bebe6298 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 @@ -3,7 +3,7 @@ f_print_dynamic_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_dynamic_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 78c4bf092..293ccd496 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 @@ -3,7 +3,7 @@ f_print_except .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except\fP( \fBconst f_string_t \fP\fIstring\fP, 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 1b8aee8b4..5fb4b2b0a 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 @@ -3,7 +3,7 @@ f_print_except_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_dynamic\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 f30e467db..7c84739f0 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 @@ -3,7 +3,7 @@ f_print_except_dynamic_partial .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_dynamic_partial\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 be61a562b..f6b9cb3fa 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 @@ -3,7 +3,7 @@ f_print_except_dynamic_partial_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_dynamic_partial_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 3053f76a7..dbea0873e 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 @@ -3,7 +3,7 @@ f_print_except_dynamic_partial_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_dynamic_partial_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 30bb00f02..9c983f44a 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 @@ -3,7 +3,7 @@ f_print_except_dynamic_partial_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_dynamic_partial_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 84c681738..aafcb9b55 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 @@ -3,7 +3,7 @@ f_print_except_dynamic_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_dynamic_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 00e326290..a7b8aed37 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 @@ -3,7 +3,7 @@ f_print_except_dynamic_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_dynamic_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 c82e56420..8f014aa03 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 @@ -3,7 +3,7 @@ f_print_except_dynamic_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_dynamic_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 0c1490514..65956a321 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 @@ -3,7 +3,7 @@ f_print_except_in .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_in\fP( \fBconst f_string_t \fP\fIstring\fP, 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 567d10ccf..70234eacc 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 @@ -3,7 +3,7 @@ f_print_except_in_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_in_dynamic\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 2970fd97b..d63880744 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 @@ -3,7 +3,7 @@ f_print_except_in_dynamic_partial .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_in_dynamic_partial\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 8d1203b80..c7879d04b 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 @@ -3,7 +3,7 @@ f_print_except_in_dynamic_partial_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_in_dynamic_partial_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 75053c8b4..2b8373f53 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 @@ -3,7 +3,7 @@ f_print_except_in_dynamic_partial_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_in_dynamic_partial_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 26dea3f93..84dd51865 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 @@ -3,7 +3,7 @@ f_print_except_in_dynamic_partial_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_in_dynamic_partial_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 9105d3d73..5c712d199 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 @@ -3,7 +3,7 @@ f_print_except_in_dynamic_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_in_dynamic_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 da2c16222..a28b2f392 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 @@ -3,7 +3,7 @@ f_print_except_in_dynamic_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_in_dynamic_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 268f8b349..5bd98b966 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 @@ -3,7 +3,7 @@ f_print_except_in_dynamic_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_in_dynamic_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 910dec99b..1e0ccda4c 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 @@ -3,7 +3,7 @@ f_print_except_in_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_in_raw\fP( \fBconst f_string_t \fP\fIstring\fP, 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 54a2b7c7c..6c36d13d3 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 @@ -3,7 +3,7 @@ f_print_except_in_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_in_raw_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 901ac1bc1..aa56c2a56 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 @@ -3,7 +3,7 @@ f_print_except_in_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_in_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 58dd77376..848d42f9f 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 @@ -3,7 +3,7 @@ f_print_except_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_raw\fP( \fBconst f_string_t \fP\fIstring\fP, 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 fb4c62052..a6bdd70c7 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 @@ -3,7 +3,7 @@ f_print_except_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_raw_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 82c546a3f..80d29efba 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 @@ -3,7 +3,7 @@ f_print_except_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_except_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 d40c3bd65..799833cd5 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 @@ -3,7 +3,7 @@ f_print_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_raw\fP( \fBconst f_string_t \fP\fIstring\fP, 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 66b30cf98..02b8e3aa0 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 @@ -3,7 +3,7 @@ f_print_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_raw_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 bb32be4c2..beda0d7ab 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 @@ -3,7 +3,7 @@ f_print_raw_terminated .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_raw_terminated\fP( \fBconst f_string_t \fP\fIstring\fP, 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 84322cc62..8cf182b69 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 @@ -3,7 +3,7 @@ f_print_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 c9304870d..244913bea 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 @@ -3,7 +3,7 @@ f_print_safely_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBconst f_string_static_t f_print_safely_get\fP( \fBconst f_string_t \fP\fIcharacter\fP, 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 03be79c63..6e85e245c 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 @@ -3,7 +3,7 @@ f_print_safely_terminated .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_safely_terminated\fP( \fBconst f_string_t \fP\fIstring\fP, 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 71df00934..a31f54e06 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 @@ -3,7 +3,7 @@ f_print_terminated .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_terminated\fP( \fBconst f_string_t \fP\fIstring\fP, 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 d3573860e..921f3f8f8 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 @@ -3,7 +3,7 @@ f_print_to .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to\fP( \fBconst f_string_t \fP\fIstring\fP, 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 8d0743bf0..8e7e8b17b 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 @@ -3,7 +3,7 @@ f_print_to_character .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_character\fP( \fBconst f_char_t \fP\fIcharacter\fP, 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 af116c937..e0f478858 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 @@ -3,7 +3,7 @@ f_print_to_character_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_character_safely\fP( \fBconst f_char_t \fP\fIcharacter\fP, 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 9a6cd3b4d..d356823e5 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 @@ -3,7 +3,7 @@ f_print_to_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_dynamic\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 1966698b9..285ec21ea 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 @@ -3,7 +3,7 @@ f_print_to_dynamic_partial .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_dynamic_partial\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 266b58843..1ebc33dda 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 @@ -3,7 +3,7 @@ f_print_to_dynamic_partial_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_dynamic_partial_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 5ed52ee30..fb40ef922 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 @@ -3,7 +3,7 @@ f_print_to_dynamic_partial_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_dynamic_partial_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 29df3e794..47c8571ff 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 @@ -3,7 +3,7 @@ f_print_to_dynamic_partial_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_dynamic_partial_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 aa22b05d3..fb55906a6 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 @@ -3,7 +3,7 @@ f_print_to_dynamic_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_dynamic_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 f8a653ec0..019c0e652 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 @@ -3,7 +3,7 @@ f_print_to_dynamic_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_dynamic_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 1dd62351c..adbcffba6 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 @@ -3,7 +3,7 @@ f_print_to_dynamic_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_dynamic_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 ade028d23..cdcb7d037 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 @@ -3,7 +3,7 @@ f_print_to_except .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except\fP( \fBconst f_string_t \fP\fIstring\fP, 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 34651f6b7..d74ce3095 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 @@ -3,7 +3,7 @@ f_print_to_except_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_dynamic\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 2c04ed18a..286dfaa57 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 @@ -3,7 +3,7 @@ f_print_to_except_dynamic_partial .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_dynamic_partial\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 b6bacf2f9..d4f2e1c5d 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 @@ -3,7 +3,7 @@ f_print_to_except_dynamic_partial_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_dynamic_partial_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 d1d7c8af0..be0b85cdd 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 @@ -3,7 +3,7 @@ f_print_to_except_dynamic_partial_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_dynamic_partial_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 b8d43bb00..a97a7bffc 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 @@ -3,7 +3,7 @@ f_print_to_except_dynamic_partial_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_dynamic_partial_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 45db0bb49..e8639ddd4 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 @@ -3,7 +3,7 @@ f_print_to_except_dynamic_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_dynamic_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 c95c6ed38..de0a77620 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 @@ -3,7 +3,7 @@ f_print_to_except_dynamic_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_dynamic_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 88115ecb3..c093f3823 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 @@ -3,7 +3,7 @@ f_print_to_except_dynamic_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_dynamic_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 baf1c0559..0f0952cdc 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 @@ -3,7 +3,7 @@ f_print_to_except_in .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_in\fP( \fBconst f_string_t \fP\fIstring\fP, 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 b117c69f1..084583041 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 @@ -3,7 +3,7 @@ f_print_to_except_in_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_in_dynamic\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 060f031d0..7634b34d0 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 @@ -3,7 +3,7 @@ f_print_to_except_in_dynamic_partial .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_in_dynamic_partial\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 16c29f6ae..3afb64a1f 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 @@ -3,7 +3,7 @@ f_print_to_except_in_dynamic_partial_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_in_dynamic_partial_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 07d7268b1..21d0969b6 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 @@ -3,7 +3,7 @@ f_print_to_except_in_dynamic_partial_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_in_dynamic_partial_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 8846ef0d7..3f4fdfcf3 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 @@ -3,7 +3,7 @@ f_print_to_except_in_dynamic_partial_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_in_dynamic_partial_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 5984f10eb..98baa6d9a 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 @@ -3,7 +3,7 @@ f_print_to_except_in_dynamic_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_in_dynamic_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 94e30d507..cfb411660 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 @@ -3,7 +3,7 @@ f_print_to_except_in_dynamic_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_in_dynamic_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 0db5bd03c..d743216e7 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 @@ -3,7 +3,7 @@ f_print_to_except_in_dynamic_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_in_dynamic_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 3d2597571..57655a80f 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 @@ -3,7 +3,7 @@ f_print_to_except_in_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_in_raw\fP( \fBconst f_string_t \fP\fIstring\fP, 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 269807b3e..5ad9e4ac8 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 @@ -3,7 +3,7 @@ f_print_to_except_in_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_in_raw_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 9fd76401d..b9dfc5c8b 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 @@ -3,7 +3,7 @@ f_print_to_except_in_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_in_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 ec3c9444b..bb7848887 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 @@ -3,7 +3,7 @@ f_print_to_except_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_raw\fP( \fBconst f_string_t \fP\fIstring\fP, 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 2c3acf7d6..8f856335b 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 @@ -3,7 +3,7 @@ f_print_to_except_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_raw_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 266518186..c38ac07db 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 @@ -3,7 +3,7 @@ f_print_to_except_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_except_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 08c23fd11..071b98b72 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 @@ -3,7 +3,7 @@ f_print_to_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_raw\fP( \fBconst f_string_t \fP\fIstring\fP, 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 edc9d2525..8737ed6c3 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 @@ -3,7 +3,7 @@ f_print_to_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_raw_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 1355e2f05..0216ee12a 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 @@ -3,7 +3,7 @@ f_print_to_raw_terminated .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_raw_terminated\fP( \fBconst f_string_t \fP\fIstring\fP, 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 5bd138259..6fc0ee849 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 @@ -3,7 +3,7 @@ f_print_to_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 4e0d6d7e0..df8bcdfe3 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 @@ -3,7 +3,7 @@ f_print_to_safely_terminated .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_safely_terminated\fP( \fBconst f_string_t \fP\fIstring\fP, 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 97ef048b1..a1cfd09ac 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 @@ -3,7 +3,7 @@ f_print_to_terminated .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_print_to_terminated\fP( \fBconst f_string_t \fP\fIstring\fP, 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 bdf1d0f1a..4abcb5a08 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 @@ -3,7 +3,7 @@ f_serialize_from_simple .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_serialize_from_simple\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 937ef7391..27cb6bf70 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 @@ -3,7 +3,7 @@ f_serialize_from_simple_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_serialize_from_simple_get\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 cd73cc782..7c76592c3 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 @@ -3,7 +3,7 @@ f_serialize_from_simple_range .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_serialize_from_simple_range\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 04b45ea4d..ab31727cf 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 @@ -3,7 +3,7 @@ f_serialize_from_simple_select .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_serialize_from_simple_select\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 75ed66cf1..d72d13c50 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 @@ -3,7 +3,7 @@ f_serialize_to_simple .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_serialize_to_simple\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 392850814..d60cea0c0 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 @@ -3,7 +3,7 @@ f_signal_action .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_signal_action\fP( \fBconst f_signal_t \fP\fIsignal\fP, 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 583b3d3aa..20b418893 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 @@ -3,7 +3,7 @@ f_signal_close .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_signal_close\fP( \fBf_signal_t *const \fP\fIsignal\fP 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 edb0b7e87..4d2992432 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 @@ -3,7 +3,7 @@ f_signal_mask .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_signal_mask\fP( \fBconst int \fP\fIhow\fP, 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 46129d5b1..bbc60a3fa 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 @@ -3,7 +3,7 @@ f_signal_open .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_signal_open\fP( \fBf_signal_t *const \fP\fIsignal\fP 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 44fb2292a..7ab51661c 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 @@ -3,7 +3,7 @@ f_signal_pause .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_signal_pause\fP( \fBvoid \fP\fI\fP 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 83713886a..7d03d9e31 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 @@ -3,7 +3,7 @@ f_signal_queue .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_signal_queue\fP( \fBconst pid_t \fP\fIid\fP, 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 65c9484ae..524953be3 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 @@ -3,7 +3,7 @@ f_signal_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_signal_read\fP( \fBconst f_signal_t \fP\fIsignal\fP, 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 d1884215f..f82f8ad39 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 @@ -3,7 +3,7 @@ f_signal_send .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_signal_send\fP( \fBconst int \fP\fIsignal\fP, 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 104a8c068..4bd2c50d2 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 @@ -3,7 +3,7 @@ f_signal_set_add .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_signal_set_add\fP( \fBconst int \fP\fIsignal\fP, 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 8b8f07796..964262a7f 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 @@ -3,7 +3,7 @@ f_signal_set_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_signal_set_delete\fP( \fBconst int \fP\fIsignal\fP, 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 8353a98ca..ed40afa72 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 @@ -3,7 +3,7 @@ f_signal_set_empty .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_signal_set_empty\fP( \fBsigset_t *const \fP\fIset\fP 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 5c640326d..f51bae36d 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 @@ -3,7 +3,7 @@ f_signal_set_fill .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_signal_set_fill\fP( \fBsigset_t *const \fP\fIset\fP 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 a4d3e99ca..3379c4f90 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 @@ -3,7 +3,7 @@ f_signal_set_has .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_signal_set_has\fP( \fBconst int \fP\fIsignal\fP, 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 62791edd7..80b5ed2a1 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 @@ -3,7 +3,7 @@ f_signal_suspend .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_signal_suspend\fP( \fBconst sigset_t *const \fP\fImask\fP 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 32d8a5f6a..f55b1c8ea 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 @@ -3,7 +3,7 @@ f_signal_wait .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_signal_wait\fP( \fBconst sigset_t *const \fP\fIset\fP, 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 cb6b5e9ba..f3bc26dd8 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 @@ -3,7 +3,7 @@ f_signal_wait_until .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_signal_wait_until\fP( \fBconst sigset_t *const \fP\fIset\fP, 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 36b535dac..d02f36d8a 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 @@ -3,7 +3,7 @@ f_socket_accept .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_socket_accept\fP( \fBf_socket_t *const \fP\fIsocket\fP, 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 28c9a3694..08b98392d 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 @@ -3,7 +3,7 @@ f_socket_bind .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_socket_bind\fP( \fBf_socket_t *const \fP\fIsocket\fP 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 cc9a3926a..3c0d6492c 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 @@ -3,7 +3,7 @@ f_socket_bind_local .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_socket_bind_local\fP( \fBf_socket_t *const \fP\fIsocket\fP 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 fde7d715a..e44c27672 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 @@ -3,7 +3,7 @@ f_socket_connect .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_socket_connect\fP( \fBconst f_socket_t \fP\fIsocket\fP 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 b65cfa143..ca8ec6c88 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 @@ -3,7 +3,7 @@ f_socket_create .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_socket_create\fP( \fBf_socket_t *const \fP\fIsocket\fP 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 b6c159bc5..e5ed91e0d 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 @@ -3,7 +3,7 @@ f_socket_create_pair .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_socket_create_pair\fP( \fBconst int \fP\fIdomain\fP, 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 38421ab95..f7755501c 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 @@ -3,7 +3,7 @@ f_socket_disconnect .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_socket_disconnect\fP( \fBf_socket_t *const \fP\fIsocket\fP, 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 3b2d7b049..581ab0cec 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 @@ -3,7 +3,7 @@ f_socket_listen .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_socket_listen\fP( \fBf_socket_t *const \fP\fIsocket\fP, 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 715284d4e..a372a03cf 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 @@ -3,7 +3,7 @@ f_socket_option_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_socket_option_get\fP( \fBf_socket_t *const \fP\fIsocket\fP, 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 010911c05..5ea0397a7 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 @@ -3,7 +3,7 @@ f_socket_option_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_socket_option_set\fP( \fBf_socket_t *const \fP\fIsocket\fP, 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 2179bd304..e4e6e73d9 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 @@ -3,7 +3,7 @@ f_socket_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_socket_read\fP( \fBf_socket_t *const \fP\fIsocket\fP, 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 ccb1ec532..373c4bf30 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 @@ -3,7 +3,7 @@ f_socket_read_message .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_socket_read_message\fP( \fBf_socket_t *const \fP\fIsocket\fP, 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 2536e3332..bb3a91637 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 @@ -3,7 +3,7 @@ f_socket_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_socket_write\fP( \fBf_socket_t *const \fP\fIsocket\fP, 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 2d9ebee94..425d2f4f0 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 @@ -3,7 +3,7 @@ f_socket_write_message .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_socket_write_message\fP( \fBf_socket_t *const \fP\fIsocket\fP, diff --git a/level_0/f_status/data/documentation/man/man3/f_status_string_to.3 b/level_0/f_status/data/documentation/man/man3/f_status_string_to.3 index bb9de69e0..6bc997448 100644 --- a/level_0/f_status/data/documentation/man/man3/f_status_string_to.3 +++ b/level_0/f_status/data/documentation/man/man3/f_status_string_to.3 @@ -3,7 +3,7 @@ f_status_string_to .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_status_string_to\fP( \fBconst f_status_t \fP\fIcode\fP, 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 583783d80..50032ff1d 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 @@ -3,7 +3,7 @@ f_statuss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statuss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 8eab4107c..72897292e 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 @@ -3,7 +3,7 @@ f_statuss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statuss_append\fP( \fBconst f_status_t \fP\fIsource\fP, 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 445c6d5a3..93e0c45e0 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 @@ -3,7 +3,7 @@ f_statuss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statuss_append_all\fP( \fBconst f_statuss_t \fP\fIsource\fP, 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 165a42c6e..b8ef62a8c 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 @@ -3,7 +3,7 @@ f_statuss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statuss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 ffc5603e8..2c5af34bc 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 @@ -3,7 +3,7 @@ f_statuss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statuss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 966c80c7c..e1c25a506 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 @@ -3,7 +3,7 @@ f_statuss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statuss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 141296fb7..9216437ac 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 @@ -3,7 +3,7 @@ f_statuss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statuss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 2834c50a8..b1868fedb 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 @@ -3,7 +3,7 @@ f_statuss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statuss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 c9a052110..f86adcb4c 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 @@ -3,7 +3,7 @@ f_statusss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statusss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 6f6e50ddd..cec2540be 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 @@ -3,7 +3,7 @@ f_statusss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statusss_append\fP( \fBconst f_statuss_t \fP\fIsource\fP, 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 4520cb724..bea921a3c 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 @@ -3,7 +3,7 @@ f_statusss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statusss_append_all\fP( \fBconst f_statusss_t \fP\fIsource\fP, 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 abdaa0fb9..233734132 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 @@ -3,7 +3,7 @@ f_statusss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statusss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 d1ea15098..2ce0ec0b9 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 @@ -3,7 +3,7 @@ f_statusss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statusss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 68fecfaff..219ab11c0 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 @@ -3,7 +3,7 @@ f_statusss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statusss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 191d66f0a..af9af89a2 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 @@ -3,7 +3,7 @@ f_statusss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statusss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 2f817fdfc..5f0dfe360 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 @@ -3,7 +3,7 @@ f_statusss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statusss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 cb4c91b0e..3c1a93d95 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 @@ -3,7 +3,7 @@ f_string_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_append\fP( \fBconst f_string_t \fP\fIsource\fP, 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 f34c9a4fa..bf02b3c53 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 @@ -3,7 +3,7 @@ f_string_append_assure .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_append_assure\fP( \fBconst f_string_t \fP\fIsource\fP, 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 7af318c84..4145ca443 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 @@ -3,7 +3,7 @@ f_string_append_assure_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_append_assure_nulless\fP( \fBconst f_string_t \fP\fIsource\fP, 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 d0b80a7bf..89aba068e 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 @@ -3,7 +3,7 @@ f_string_append_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_append_nulless\fP( \fBconst f_string_t \fP\fIsource\fP, 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 4ec21f90b..38e748123 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 @@ -3,7 +3,7 @@ f_string_dynamic_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 ff93b0970..fef61d09e 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 @@ -3,7 +3,7 @@ f_string_dynamic_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_append\fP( \fBconst f_string_dynamic_t \fP\fIsource\fP, 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 6749e3081..85050147e 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 @@ -3,7 +3,7 @@ f_string_dynamic_append_assure .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_append_assure\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 456812e56..1ae1a2178 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 @@ -3,7 +3,7 @@ f_string_dynamic_append_assure_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_append_assure_nulless\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 54ee347ba..ecce4fa7f 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 @@ -3,7 +3,7 @@ f_string_dynamic_append_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_append_nulless\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 33b2acd76..b969e1911 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 @@ -3,7 +3,7 @@ f_string_dynamic_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 924922948..783914bf2 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 @@ -3,7 +3,7 @@ f_string_dynamic_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 488bca75f..dde641cf8 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 @@ -3,7 +3,7 @@ f_string_dynamic_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 d6f63ab1e..c4703a4be 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 @@ -3,7 +3,7 @@ f_string_dynamic_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 fabee6d72..4b0863477 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 @@ -3,7 +3,7 @@ f_string_dynamic_mash .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_mash\fP( \fBconst f_string_static_t \fP\fIglue\fP, 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 8c18e4c11..b5d679101 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 @@ -3,7 +3,7 @@ f_string_dynamic_mash_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_mash_nulless\fP( \fBconst f_string_static_t \fP\fIglue\fP, 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 65eb71ab9..dd73e7e45 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 @@ -3,7 +3,7 @@ f_string_dynamic_mish .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_mish\fP( \fBconst f_string_static_t \fP\fIglue\fP, 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 66fe97f60..db8a9e30a 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 @@ -3,7 +3,7 @@ f_string_dynamic_mish_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_mish_nulless\fP( \fBconst f_string_static_t \fP\fIglue\fP, 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 7a71100ff..018f978f4 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 @@ -3,7 +3,7 @@ f_string_dynamic_partial_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_partial_append\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 547cd1d42..ea402451c 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 @@ -3,7 +3,7 @@ f_string_dynamic_partial_append_assure .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_partial_append_assure\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 544975d0e..5fb4b42d9 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 @@ -3,7 +3,7 @@ f_string_dynamic_partial_append_assure_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_partial_append_assure_nulless\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 70593d0a1..695d07016 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 @@ -3,7 +3,7 @@ f_string_dynamic_partial_append_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_partial_append_nulless\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 41510a954..e2d924a4d 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 @@ -3,7 +3,7 @@ f_string_dynamic_partial_mash .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_partial_mash\fP( \fBconst f_string_static_t \fP\fIglue\fP, 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 5ef5d6d3c..6590c2457 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 @@ -3,7 +3,7 @@ f_string_dynamic_partial_mash_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_partial_mash_nulless\fP( \fBconst f_string_static_t \fP\fIglue\fP, 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 f48473b21..b8bba3992 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 @@ -3,7 +3,7 @@ f_string_dynamic_partial_mish .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_partial_mish\fP( \fBconst f_string_static_t \fP\fIglue\fP, 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 3fb497557..5370aa230 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 @@ -3,7 +3,7 @@ f_string_dynamic_partial_mish_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_partial_mish_nulless\fP( \fBconst f_string_static_t \fP\fIglue\fP, 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 8b72406eb..f6dabdb84 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 @@ -3,7 +3,7 @@ f_string_dynamic_partial_prepend .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_partial_prepend\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 3236a173a..97c198edc 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 @@ -3,7 +3,7 @@ f_string_dynamic_partial_prepend_assure .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_partial_prepend_assure\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 16f06c7ec..30d828db8 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 @@ -3,7 +3,7 @@ f_string_dynamic_partial_prepend_assure_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_partial_prepend_assure_nulless\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 eea1591a2..1e0da5b88 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 @@ -3,7 +3,7 @@ f_string_dynamic_partial_prepend_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_partial_prepend_nulless\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 6815b454b..5882ee131 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 @@ -3,7 +3,7 @@ f_string_dynamic_prepend .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_prepend\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 b5ca58485..1bbf676ad 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 @@ -3,7 +3,7 @@ f_string_dynamic_prepend_assure .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_prepend_assure\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 69b5e7cae..d9796b68c 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 @@ -3,7 +3,7 @@ f_string_dynamic_prepend_assure_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_prepend_assure_nulless\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 10144da1c..1db5790b9 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 @@ -3,7 +3,7 @@ f_string_dynamic_prepend_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_prepend_nulless\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 1823ec934..24d4b5c15 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 @@ -3,7 +3,7 @@ f_string_dynamic_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 4882fd62d..f42dcd337 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 @@ -3,7 +3,7 @@ f_string_dynamic_seek_line .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_seek_line\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 92a85bde4..8bc7a70e5 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 @@ -3,7 +3,7 @@ f_string_dynamic_seek_line_to .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_seek_line_to\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 8832a66ce..79aa0985d 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 @@ -3,7 +3,7 @@ f_string_dynamic_seek_to .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_seek_to\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 eda8cde29..ff2f14812 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 @@ -3,7 +3,7 @@ f_string_dynamic_terminate .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_terminate\fP( \fBf_string_dynamic_t *const \fP\fIdestination\fP 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 61db10585..b56caf335 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 @@ -3,7 +3,7 @@ f_string_dynamic_terminate_after .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamic_terminate_after\fP( \fBf_string_dynamic_t *const \fP\fIdestination\fP 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 56956af28..95c42ae9d 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 @@ -3,7 +3,7 @@ f_string_dynamics_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamics_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 6b377f9b2..948563d70 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 @@ -3,7 +3,7 @@ f_string_dynamics_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamics_append\fP( \fBconst f_string_dynamic_t \fP\fIsource\fP, 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 71b3f743e..8c48d496a 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 @@ -3,7 +3,7 @@ f_string_dynamics_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamics_append_all\fP( \fBconst f_string_dynamics_t \fP\fIsource\fP, 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 47735f634..79db5fe92 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 @@ -3,7 +3,7 @@ f_string_dynamics_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamics_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 df7ee94cb..bc3cb227d 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 @@ -3,7 +3,7 @@ f_string_dynamics_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamics_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 ff707dc2d..f9b14d41a 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 @@ -3,7 +3,7 @@ f_string_dynamics_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamics_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 5c5f9a20b..dc3b5fe77 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 @@ -3,7 +3,7 @@ f_string_dynamics_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamics_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 3bab88d46..f32a533bb 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 @@ -3,7 +3,7 @@ f_string_dynamics_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamics_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 42b731bf1..42e749eab 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 @@ -3,7 +3,7 @@ f_string_dynamicss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamicss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 8a3b0c5a1..6bfd2a930 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 @@ -3,7 +3,7 @@ f_string_dynamicss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamicss_append\fP( \fBconst f_string_dynamics_t \fP\fIsource\fP, 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 c98966e95..017d88d06 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 @@ -3,7 +3,7 @@ f_string_dynamicss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamicss_append_all\fP( \fBconst f_string_dynamicss_t \fP\fIsource\fP, 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 744b9b0b6..13dc2bb0e 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 @@ -3,7 +3,7 @@ f_string_dynamicss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamicss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 2fc04a267..a2fb06646 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 @@ -3,7 +3,7 @@ f_string_dynamicss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamicss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 5462130c4..87602369b 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 @@ -3,7 +3,7 @@ f_string_dynamicss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamicss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 ff25b2203..703c4b61b 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 @@ -3,7 +3,7 @@ f_string_dynamicss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamicss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 77da0f332..aa16f337c 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 @@ -3,7 +3,7 @@ f_string_dynamicss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_dynamicss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 74ac51dc8..a0dd62dca 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 @@ -3,7 +3,7 @@ f_string_map_multis_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_map_multis_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 00ccee473..093937b97 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 @@ -3,7 +3,7 @@ f_string_map_multis_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_map_multis_append\fP( \fBconst f_string_map_multi_t \fP\fIsource\fP, 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 6bc81c950..749866161 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 @@ -3,7 +3,7 @@ f_string_map_multis_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_map_multis_append_all\fP( \fBconst f_string_map_multis_t \fP\fIsource\fP, 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 2c5d2f447..c9612cd15 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 @@ -3,7 +3,7 @@ f_string_map_multis_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_map_multis_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 af7657660..c09090fe8 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 @@ -3,7 +3,7 @@ f_string_map_multis_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_map_multis_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 7cf7bc632..9a57e48ef 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 @@ -3,7 +3,7 @@ f_string_map_multis_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_map_multis_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 1a7b3a8d7..b0eb8d986 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 @@ -3,7 +3,7 @@ f_string_map_multis_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_map_multis_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 c544a2c8e..fd207e7c9 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 @@ -3,7 +3,7 @@ f_string_map_multis_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_map_multis_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 195c67db4..6853164ef 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 @@ -3,7 +3,7 @@ f_string_map_multiss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_map_multiss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 98e09b881..0736353c5 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 @@ -3,7 +3,7 @@ f_string_map_multiss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_map_multiss_append\fP( \fBconst f_string_map_multis_t \fP\fIsource\fP, 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 c51aead08..3f6f170a5 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 @@ -3,7 +3,7 @@ f_string_map_multiss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_map_multiss_append_all\fP( \fBconst f_string_map_multiss_t \fP\fIsource\fP, 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 a8d146dac..d3e5e5854 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 @@ -3,7 +3,7 @@ f_string_map_multiss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_map_multiss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 092331b1f..6b6dca5ca 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 @@ -3,7 +3,7 @@ f_string_map_multiss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_map_multiss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 4832d6c76..6b3475fd4 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 @@ -3,7 +3,7 @@ f_string_map_multiss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_map_multiss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 89fd760a5..5450ef125 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 @@ -3,7 +3,7 @@ f_string_map_multiss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_map_multiss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 11bb4b55b..98f770df7 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 @@ -3,7 +3,7 @@ f_string_map_multiss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_map_multiss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 53b4aa918..fe06b480d 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 @@ -3,7 +3,7 @@ f_string_maps_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_maps_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 a8cc3711c..4e0f1d0fb 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 @@ -3,7 +3,7 @@ f_string_maps_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_maps_append\fP( \fBconst f_string_map_t \fP\fIsource\fP, 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 93a9c2492..2455b90b9 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 @@ -3,7 +3,7 @@ f_string_maps_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_maps_append_all\fP( \fBconst f_string_maps_t \fP\fIsource\fP, 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 3d6f986d4..a1cef4f02 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 @@ -3,7 +3,7 @@ f_string_maps_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_maps_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 fef588bfc..7691ed405 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 @@ -3,7 +3,7 @@ f_string_maps_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_maps_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 7bdcaeeaa..0dd7df5c5 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 @@ -3,7 +3,7 @@ f_string_maps_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_maps_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 6c5db8bea..ef7927173 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 @@ -3,7 +3,7 @@ f_string_maps_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_maps_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 ad10c51c7..6375d751c 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 @@ -3,7 +3,7 @@ f_string_maps_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_maps_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 e62d91696..c385a6ed5 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 @@ -3,7 +3,7 @@ f_string_mapss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_mapss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 28517324b..806084852 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 @@ -3,7 +3,7 @@ f_string_mapss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_mapss_append\fP( \fBconst f_string_maps_t \fP\fIsource\fP, 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 19e6ecdfe..3ebce1427 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 @@ -3,7 +3,7 @@ f_string_mapss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_mapss_append_all\fP( \fBconst f_string_mapss_t \fP\fIsource\fP, 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 7cfc77938..6911c65f9 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 @@ -3,7 +3,7 @@ f_string_mapss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_mapss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 2796b272d..05468cce2 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 @@ -3,7 +3,7 @@ f_string_mapss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_mapss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 f4d19ee36..6e05ed50a 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 @@ -3,7 +3,7 @@ f_string_mapss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_mapss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 1c671f5b4..7e6244b87 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 @@ -3,7 +3,7 @@ f_string_mapss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_mapss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 31ced2171..fae99ca21 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 @@ -3,7 +3,7 @@ f_string_mapss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_mapss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 71f7436e1..acfee5cb2 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 @@ -3,7 +3,7 @@ f_string_mash .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_mash\fP( \fBconst f_string_t \fP\fIglue\fP, 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 2e4379498..0bb027596 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 @@ -3,7 +3,7 @@ f_string_mash_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_mash_nulless\fP( \fBconst f_string_t \fP\fIglue\fP, 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 47659fbde..9c447fed8 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 @@ -3,7 +3,7 @@ f_string_mish .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_mish\fP( \fBconst f_string_t \fP\fIglue\fP, 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 39f5e32ac..7a211c33e 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 @@ -3,7 +3,7 @@ f_string_mish_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_mish_nulless\fP( \fBconst f_string_t \fP\fIglue\fP, 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 898f5acf5..1628783f4 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 @@ -3,7 +3,7 @@ f_string_prepend .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_prepend\fP( \fBconst f_string_t \fP\fIsource\fP, 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 ae318c646..02f30f3ad 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 @@ -3,7 +3,7 @@ f_string_prepend_assure .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_prepend_assure\fP( \fBconst f_string_t \fP\fIsource\fP, 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 ddaa132f1..ed2cbe135 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 @@ -3,7 +3,7 @@ f_string_prepend_assure_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_prepend_assure_nulless\fP( \fBconst f_string_t \fP\fIsource\fP, 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 f8f05e4d6..6379c5e6d 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 @@ -3,7 +3,7 @@ f_string_prepend_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_prepend_nulless\fP( \fBconst f_string_t \fP\fIsource\fP, 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 844584dcf..03aaf8396 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 @@ -3,7 +3,7 @@ f_string_quantitys_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_quantitys_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 3b4a3e74a..5db13677d 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 @@ -3,7 +3,7 @@ f_string_quantitys_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_quantitys_append\fP( \fBconst f_string_quantity_t \fP\fIsource\fP, 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 bee79584c..bd8da0096 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 @@ -3,7 +3,7 @@ f_string_quantitys_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_quantitys_append_all\fP( \fBconst f_string_quantitys_t \fP\fIsource\fP, 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 d7e21f2f4..f8e27f168 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 @@ -3,7 +3,7 @@ f_string_quantitys_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_quantitys_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 d130b3876..c2a5ae204 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 @@ -3,7 +3,7 @@ f_string_quantitys_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_quantitys_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 d557d2a66..02d19e30a 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 @@ -3,7 +3,7 @@ f_string_quantitys_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_quantitys_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 e4e0fb5e1..36e944789 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 @@ -3,7 +3,7 @@ f_string_quantitys_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_quantitys_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 b20d16c0f..b3205aa20 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 @@ -3,7 +3,7 @@ f_string_quantitys_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_quantitys_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 d5a434929..f412ad428 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 @@ -3,7 +3,7 @@ f_string_quantityss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_quantityss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 efd410341..ece86a6cb 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 @@ -3,7 +3,7 @@ f_string_quantityss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_quantityss_append\fP( \fBconst f_string_quantitys_t \fP\fIsource\fP, 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 81911945a..ee8afa37d 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 @@ -3,7 +3,7 @@ f_string_quantityss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_quantityss_append_all\fP( \fBconst f_string_quantityss_t \fP\fIsource\fP, 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 f91029453..5f348d272 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 @@ -3,7 +3,7 @@ f_string_quantityss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_quantityss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 c4a7db8b1..680c2ce57 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 @@ -3,7 +3,7 @@ f_string_quantityss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_quantityss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 7f85b8e2f..93a0ad513 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 @@ -3,7 +3,7 @@ f_string_quantityss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_quantityss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 f428f9bc8..62a6f0e8c 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 @@ -3,7 +3,7 @@ f_string_quantityss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_quantityss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 1c14901e2..19fb7d0a2 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 @@ -3,7 +3,7 @@ f_string_quantityss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_quantityss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 9f7ff127e..f159a33f5 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 @@ -3,7 +3,7 @@ f_string_ranges_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_ranges_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 93c33607e..e2562da7d 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 @@ -3,7 +3,7 @@ f_string_ranges_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_ranges_append\fP( \fBconst f_string_range_t \fP\fIsource\fP, 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 512d7107b..c0c347ad8 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 @@ -3,7 +3,7 @@ f_string_ranges_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_ranges_append_all\fP( \fBconst f_string_ranges_t \fP\fIsource\fP, 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 3e4e6c697..86884faf1 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 @@ -3,7 +3,7 @@ f_string_ranges_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_ranges_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 53d1faf23..e9ee1f89a 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 @@ -3,7 +3,7 @@ f_string_ranges_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_ranges_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 86f003f8a..854c7090f 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 @@ -3,7 +3,7 @@ f_string_ranges_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_ranges_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 875d37626..af4cd5862 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 @@ -3,7 +3,7 @@ f_string_ranges_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_ranges_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 6886ccfc3..a3fe8fe75 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 @@ -3,7 +3,7 @@ f_string_ranges_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_ranges_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 9c5d9e9f1..c5899ac8b 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 @@ -3,7 +3,7 @@ f_string_rangess_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_rangess_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 b5e02aed1..9b6a7c123 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 @@ -3,7 +3,7 @@ f_string_rangess_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_rangess_append\fP( \fBconst f_string_ranges_t \fP\fIsource\fP, 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 6ae200180..c79fdce8d 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 @@ -3,7 +3,7 @@ f_string_rangess_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_rangess_append_all\fP( \fBconst f_string_rangess_t \fP\fIsource\fP, 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 16eb8d311..c059ca7bd 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 @@ -3,7 +3,7 @@ f_string_rangess_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_rangess_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 1496d88f8..13c653c26 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 @@ -3,7 +3,7 @@ f_string_rangess_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_rangess_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 99ef4bda6..bfd9a7b51 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 @@ -3,7 +3,7 @@ f_string_rangess_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_rangess_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 af3eba59b..a03c71d9f 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 @@ -3,7 +3,7 @@ f_string_rangess_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_rangess_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 23b7c715f..4e458bd7c 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 @@ -3,7 +3,7 @@ f_string_rangess_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_rangess_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 d5dda7afe..e05600341 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 @@ -3,7 +3,7 @@ f_string_seek_line .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_seek_line\fP( \fBconst f_string_t \fP\fIstring\fP, 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 4bf866198..2ee00f1eb 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 @@ -3,7 +3,7 @@ f_string_seek_line_to .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_seek_line_to\fP( \fBconst f_string_t \fP\fIstring\fP, 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 afb98557c..2fffd42e5 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 @@ -3,7 +3,7 @@ f_string_seek_to .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_seek_to\fP( \fBconst f_string_t \fP\fIstring\fP, 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 4f641ea33..24bd01046 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 @@ -3,7 +3,7 @@ f_string_triples_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_triples_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 6fe8e1211..e03194035 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 @@ -3,7 +3,7 @@ f_string_triples_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_triples_append\fP( \fBconst f_string_triple_t \fP\fIsource\fP, 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 e730d5d6b..45059cd03 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 @@ -3,7 +3,7 @@ f_string_triples_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_triples_append_all\fP( \fBconst f_string_triples_t \fP\fIsource\fP, 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 47ce4991d..96a34795f 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 @@ -3,7 +3,7 @@ f_string_triples_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_triples_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 968e0e9f5..3329e7393 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 @@ -3,7 +3,7 @@ f_string_triples_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_triples_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 8a5127b18..4645bc41a 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 @@ -3,7 +3,7 @@ f_string_triples_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_triples_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 ae5a446d8..f8db37bd7 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 @@ -3,7 +3,7 @@ f_string_triples_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_triples_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 0b36d4233..d45b20494 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 @@ -3,7 +3,7 @@ f_string_triples_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_triples_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 8ca4cc617..16bb96f66 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 @@ -3,7 +3,7 @@ f_string_tripless_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_tripless_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 eb206a820..571b03059 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 @@ -3,7 +3,7 @@ f_string_tripless_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_tripless_append\fP( \fBconst f_string_triples_t \fP\fIsource\fP, 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 b8a84b579..0eb4ac622 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 @@ -3,7 +3,7 @@ f_string_tripless_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_tripless_append_all\fP( \fBconst f_string_tripless_t \fP\fIsource\fP, 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 852bd0a8c..2673bfa16 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 @@ -3,7 +3,7 @@ f_string_tripless_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_tripless_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 fb4246e47..54f5497b9 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 @@ -3,7 +3,7 @@ f_string_tripless_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_tripless_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 5aa26b22e..ff173f979 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 @@ -3,7 +3,7 @@ f_string_tripless_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_tripless_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 6bb9869a6..d0d63a157 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 @@ -3,7 +3,7 @@ f_string_tripless_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_tripless_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 7d3541003..2c56d8fee 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 @@ -3,7 +3,7 @@ f_string_tripless_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_string_tripless_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 c4eb991dd..41d772346 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 @@ -3,7 +3,7 @@ f_thread_at_fork .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_at_fork\fP( \fBvoid(*)(void) \fP\fIbefore\fP, 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 30ee22265..cc4dfef5a 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 @@ -3,7 +3,7 @@ f_thread_attribute_affinity_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_affinity_get\fP( \fBconst f_thread_attribute_t \fP\fIattribute\fP, 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 dd22383e1..8dc6ad2ab 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 @@ -3,7 +3,7 @@ f_thread_attribute_affinity_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_affinity_set\fP( \fBconst size_t \fP\fIaffinity_size\fP, 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 5ecfb8fe1..e69f30433 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 @@ -3,7 +3,7 @@ f_thread_attribute_concurrency_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_concurrency_get\fP( \fBint *const \fP\fIlevel\fP 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 73ed39454..80700ccd2 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 @@ -3,7 +3,7 @@ f_thread_attribute_concurrency_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_concurrency_set\fP( \fBconst int \fP\fIlevel\fP 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 f591a86f0..c3ef9a93d 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 @@ -3,7 +3,7 @@ f_thread_attribute_create .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_create\fP( \fBf_thread_attribute_t *const \fP\fIattribute\fP 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 9a743b08c..83574b589 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 @@ -3,7 +3,7 @@ f_thread_attribute_default_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_default_get\fP( \fBf_thread_attribute_t *const \fP\fIattribute\fP 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 bc9b78eb2..257baac38 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 @@ -3,7 +3,7 @@ f_thread_attribute_default_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_default_set\fP( \fBf_thread_attribute_t *const \fP\fIattribute\fP 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 72ceaceb0..48eb3842e 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 @@ -3,7 +3,7 @@ f_thread_attribute_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_delete\fP( \fBf_thread_attribute_t *const \fP\fIattribute\fP 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 be2bf7e7c..3defd9669 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 @@ -3,7 +3,7 @@ f_thread_attribute_detach_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_detach_get\fP( \fBconst f_thread_attribute_t \fP\fIattribute\fP, 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 1f1be01cd..b476c0ffc 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 @@ -3,7 +3,7 @@ f_thread_attribute_detach_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_detach_set\fP( \fBconst int \fP\fIstate\fP, 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 1d00fee92..c17eb537e 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 @@ -3,7 +3,7 @@ f_thread_attribute_guard_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_guard_get\fP( \fBconst f_thread_attribute_t \fP\fIattribute\fP, 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 c43b6dde6..53100f7fa 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 @@ -3,7 +3,7 @@ f_thread_attribute_guard_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_guard_set\fP( \fBconst size_t \fP\fIguard\fP, 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 7ac0dfe18..36572913e 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 @@ -3,7 +3,7 @@ f_thread_attribute_scheduler_inherit_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_scheduler_inherit_get\fP( \fBconst f_thread_attribute_t \fP\fIattribute\fP, 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 15c51dc94..c04d00268 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 @@ -3,7 +3,7 @@ f_thread_attribute_scheduler_inherit_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_scheduler_inherit_set\fP( \fBconst int \fP\fIinherit\fP, 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 c717de6eb..7ab03fd92 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 @@ -3,7 +3,7 @@ f_thread_attribute_scheduler_parameter_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_scheduler_parameter_get\fP( \fBconst f_thread_attribute_t \fP\fIattribute\fP, 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 a365723cb..4b5e197a2 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 @@ -3,7 +3,7 @@ f_thread_attribute_scheduler_parameter_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_scheduler_parameter_set\fP( \fBconst struct sched_param \fP\fIparameter\fP, 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 3aa697dbf..0bb5529be 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 @@ -3,7 +3,7 @@ f_thread_attribute_scheduler_policy_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_scheduler_policy_get\fP( \fBconst f_thread_attribute_t \fP\fIattribute\fP, 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 62656355f..0c902629c 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 @@ -3,7 +3,7 @@ f_thread_attribute_scheduler_policy_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_scheduler_policy_set\fP( \fBconst int \fP\fIpolicy\fP, 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 d6f64ad93..2d2bf834d 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 @@ -3,7 +3,7 @@ f_thread_attribute_scope_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_scope_get\fP( \fBconst f_thread_attribute_t \fP\fIattribute\fP, 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 92487d653..39ab6340e 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 @@ -3,7 +3,7 @@ f_thread_attribute_scope_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_scope_set\fP( \fBconst int \fP\fIscope\fP, 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 7ae51b1a2..16825ebaf 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 @@ -3,7 +3,7 @@ f_thread_attribute_stack_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_stack_get\fP( \fBconst f_thread_attribute_t \fP\fIattribute\fP, 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 e84306a97..b2879f19d 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 @@ -3,7 +3,7 @@ f_thread_attribute_stack_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_stack_set\fP( \fBconst size_t \fP\fIstack_size\fP, 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 b5052f140..0f48b337f 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 @@ -3,7 +3,7 @@ f_thread_attribute_stack_size_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_stack_size_get\fP( \fBconst f_thread_attribute_t \fP\fIattribute\fP, 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 8e4bef791..00bf1cb28 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 @@ -3,7 +3,7 @@ f_thread_attribute_stack_size_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attribute_stack_size_set\fP( \fBconst size_t \fP\fIstack_size\fP, 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 f93bf1260..239a7265e 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 @@ -3,7 +3,7 @@ f_thread_attributes_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attributes_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 1738ba1fd..89a234e71 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 @@ -3,7 +3,7 @@ f_thread_attributes_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attributes_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 36cf4a834..54f6be01d 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 @@ -3,7 +3,7 @@ f_thread_attributes_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attributes_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 ce39d0759..4c979e659 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 @@ -3,7 +3,7 @@ f_thread_attributes_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attributes_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 ba92d6730..095b05d10 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 @@ -3,7 +3,7 @@ f_thread_attributes_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attributes_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 a5618bb44..f69a9132b 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 @@ -3,7 +3,7 @@ f_thread_attributes_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_attributes_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 9b52d0024..72198474a 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 @@ -3,7 +3,7 @@ f_thread_barrier_attribute_create .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barrier_attribute_create\fP( \fBf_thread_barrier_attribute_t *const \fP\fIattribute\fP 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 cb3364982..ce8b92deb 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 @@ -3,7 +3,7 @@ f_thread_barrier_attribute_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barrier_attribute_delete\fP( \fBf_thread_barrier_attribute_t *\fP\fIattribute\fP 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 a4a69287e..5baa5295f 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 @@ -3,7 +3,7 @@ f_thread_barrier_attribute_shared_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barrier_attribute_shared_get\fP( \fBconst f_thread_barrier_attribute_t *const \fP\fIattribute\fP, 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 63a61fb76..bb854d07b 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 @@ -3,7 +3,7 @@ f_thread_barrier_attribute_shared_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barrier_attribute_shared_set\fP( \fBconst int \fP\fIshared\fP, 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 cba2a79cd..a550100a7 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 @@ -3,7 +3,7 @@ f_thread_barrier_attributes_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barrier_attributes_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 c3481b8a5..af40a1c9e 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 @@ -3,7 +3,7 @@ f_thread_barrier_attributes_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barrier_attributes_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 e1892d810..d88c9dab8 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 @@ -3,7 +3,7 @@ f_thread_barrier_attributes_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barrier_attributes_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 ff1632088..ec80deecc 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 @@ -3,7 +3,7 @@ f_thread_barrier_attributes_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barrier_attributes_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 95397153a..679aeb5af 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 @@ -3,7 +3,7 @@ f_thread_barrier_attributes_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barrier_attributes_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 d53807bd5..ab49ddbd6 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 @@ -3,7 +3,7 @@ f_thread_barrier_attributes_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barrier_attributes_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 43575c268..fba019c11 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 @@ -3,7 +3,7 @@ f_thread_barrier_create .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barrier_create\fP( \fBconst unsigned int \fP\fIcount\fP, 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 9b7f0cef5..3beb45c91 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 @@ -3,7 +3,7 @@ f_thread_barrier_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barrier_delete\fP( \fBf_thread_barrier_t *\fP\fIbarrier\fP 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 34da8bc73..5abff5177 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 @@ -3,7 +3,7 @@ f_thread_barrier_wait .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barrier_wait\fP( \fBf_thread_barrier_t *const \fP\fIbarrier\fP, 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 60eddf286..1ce9bd780 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 @@ -3,7 +3,7 @@ f_thread_barriers_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barriers_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 125292806..f42d73b7f 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 @@ -3,7 +3,7 @@ f_thread_barriers_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barriers_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 7323fead3..3d2b6d7bd 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 @@ -3,7 +3,7 @@ f_thread_barriers_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barriers_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 0b50c5d37..5fd2dff61 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 @@ -3,7 +3,7 @@ f_thread_barriers_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barriers_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 0215ae581..cc4273c7c 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 @@ -3,7 +3,7 @@ f_thread_barriers_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barriers_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 66f0b5ce1..6def7e9b7 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 @@ -3,7 +3,7 @@ f_thread_barriers_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_barriers_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 6863c7bb4..c19d4360a 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 @@ -3,7 +3,7 @@ f_thread_caller .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_thread_id_t f_thread_caller\fP( \fBvoid \fP\fI\fP 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 ddf1a8256..c46b1fd60 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 @@ -3,7 +3,7 @@ f_thread_cancel .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_cancel\fP( \fBconst f_thread_id_t \fP\fIid\fP 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 1fbecb2ec..a548e754e 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 @@ -3,7 +3,7 @@ f_thread_cancel_state_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_cancel_state_set\fP( \fBconst int \fP\fIstate\fP, 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 916e4e5fc..f1b0ef6e1 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 @@ -3,7 +3,7 @@ f_thread_cancel_test .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_cancel_test\fP( \fBvoid \fP\fI\fP 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 a1a5f7df1..85d7a986b 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 @@ -3,7 +3,7 @@ f_thread_cancel_type_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_cancel_type_set\fP( \fBconst int \fP\fItype\fP, 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 e158ba6c8..359c5a234 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 @@ -3,7 +3,7 @@ f_thread_clock_get_id .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_clock_get_id\fP( \fBconst f_thread_id_t \fP\fIid_thread\fP, 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 7ca787f35..a2c980beb 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 @@ -3,7 +3,7 @@ f_thread_compare .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_compare\fP( \fBconst f_thread_id_t \fP\fIid1\fP, 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 3b653ddb9..a5b7f7ce3 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 @@ -3,7 +3,7 @@ f_thread_condition_attribute_clock_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_condition_attribute_clock_get\fP( \fBconst f_thread_condition_attribute_t *const \fP\fIattribute\fP, 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 b16c05dcf..49528f9f5 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 @@ -3,7 +3,7 @@ f_thread_condition_attribute_clock_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_condition_attribute_clock_set\fP( \fBconst clockid_t \fP\fIid\fP, 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 c43df51c6..8e6a8a19e 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 @@ -3,7 +3,7 @@ f_thread_condition_attribute_create .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_condition_attribute_create\fP( \fBf_thread_condition_attribute_t *const \fP\fIattribute\fP 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 a44882021..fa1c4e8ca 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 @@ -3,7 +3,7 @@ f_thread_condition_attribute_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_condition_attribute_delete\fP( \fBf_thread_condition_attribute_t *\fP\fIattribute\fP 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 b548985e1..314e1d1a5 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 @@ -3,7 +3,7 @@ f_thread_condition_attribute_shared_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_condition_attribute_shared_get\fP( \fBconst f_thread_condition_attribute_t *const \fP\fIattribute\fP, 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 2f3dd3931..af79cab8a 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 @@ -3,7 +3,7 @@ f_thread_condition_attribute_shared_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_condition_attribute_shared_set\fP( \fBconst int \fP\fIshared\fP, 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 2bd1340c7..390c3c28e 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 @@ -3,7 +3,7 @@ f_thread_condition_attributes_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_condition_attributes_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 9fe7bef16..a7ae4bba2 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 @@ -3,7 +3,7 @@ f_thread_condition_attributes_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_condition_attributes_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 b85838c38..3a9404633 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 @@ -3,7 +3,7 @@ f_thread_condition_attributes_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_condition_attributes_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 b75c552a3..0870e94c5 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 @@ -3,7 +3,7 @@ f_thread_condition_attributes_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_condition_attributes_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 505b0dd10..c916f6afa 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 @@ -3,7 +3,7 @@ f_thread_condition_attributes_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_condition_attributes_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 c31a6fd86..65056feb1 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 @@ -3,7 +3,7 @@ f_thread_condition_attributes_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_condition_attributes_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 c67aa5255..7d412029e 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 @@ -3,7 +3,7 @@ f_thread_condition_create .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_condition_create\fP( \fBconst f_thread_condition_attribute_t *const \fP\fIattribute\fP, 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 6fc411844..6629b793b 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 @@ -3,7 +3,7 @@ f_thread_condition_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_condition_delete\fP( \fBf_thread_condition_t *\fP\fIcondition\fP 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 5f9f88e7b..e4234d628 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 @@ -3,7 +3,7 @@ f_thread_condition_signal .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_condition_signal\fP( \fBf_thread_condition_t *const \fP\fIcondition\fP 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 204dc8f8b..7dd08d961 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 @@ -3,7 +3,7 @@ f_thread_condition_signal_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_condition_signal_all\fP( \fBf_thread_condition_t *const \fP\fIcondition\fP 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 7ed01581d..a4fb03ae4 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 @@ -3,7 +3,7 @@ f_thread_condition_wait .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_condition_wait\fP( \fBf_thread_condition_t *const \fP\fIcondition\fP, 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 85d35ec97..d4ea98214 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 @@ -3,7 +3,7 @@ f_thread_condition_wait_timed .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_condition_wait_timed\fP( \fBconst struct timespec *\fP\fIwait\fP, 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 56504aaa4..829646fdb 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 @@ -3,7 +3,7 @@ f_thread_conditions_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_conditions_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 f404a0f68..7cc6a63ba 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 @@ -3,7 +3,7 @@ f_thread_conditions_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_conditions_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 8accc8be9..9b12dfdad 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 @@ -3,7 +3,7 @@ f_thread_conditions_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_conditions_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 44cbfd748..2e3027034 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 @@ -3,7 +3,7 @@ f_thread_conditions_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_conditions_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 2649b8d57..3ea8c88c0 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 @@ -3,7 +3,7 @@ f_thread_conditions_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_conditions_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 c2b79c62f..bd5b5e343 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 @@ -3,7 +3,7 @@ f_thread_conditions_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_conditions_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 04adfc7c4..1b547da87 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 @@ -3,7 +3,7 @@ f_thread_create .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_create\fP( \fBconst f_thread_attribute_t *const \fP\fIattribute\fP, 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 97c2fb1b6..83985459b 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 @@ -3,7 +3,7 @@ f_thread_detach .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_detach\fP( \fBconst f_thread_id_t \fP\fIid\fP 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 802dcefde..7027767f4 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 @@ -3,7 +3,7 @@ f_thread_exit .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_exit\fP( \fBint *\fP\fIresult\fP 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 c11a23025..9c2b6be5e 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 @@ -3,7 +3,7 @@ f_thread_ids_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_ids_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 c1549729d..4e8ffc50f 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 @@ -3,7 +3,7 @@ f_thread_ids_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_ids_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 d904b56a9..d564df0a0 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 @@ -3,7 +3,7 @@ f_thread_ids_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_ids_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 2313d0045..22e64198e 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 @@ -3,7 +3,7 @@ f_thread_ids_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_ids_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 0c1f19224..68338011e 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 @@ -3,7 +3,7 @@ f_thread_ids_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_ids_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 3617513e6..fc994c36d 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 @@ -3,7 +3,7 @@ f_thread_ids_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_ids_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 0bed5582c..dcf82e27d 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 @@ -3,7 +3,7 @@ f_thread_join .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_join\fP( \fBconst f_thread_id_t \fP\fIid\fP, 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 712728f25..d408a6059 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 @@ -3,7 +3,7 @@ f_thread_join_timed .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_join_timed\fP( \fBconst f_thread_id_t \fP\fIid\fP, 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 0693607a4..8148415ac 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 @@ -3,7 +3,7 @@ f_thread_join_try .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_join_try\fP( \fBconst f_thread_id_t \fP\fIid\fP, 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 d9d151856..2da6461bb 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 @@ -3,7 +3,7 @@ f_thread_key_create .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_key_create\fP( \fBvoid(*)(void *) \fP\fIroutine\fP, 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 444d46c4b..f8534d589 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 @@ -3,7 +3,7 @@ f_thread_key_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_key_delete\fP( \fBf_thread_key_t *\fP\fIkey\fP 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 dddd5d8c1..c5d8fc5f1 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 @@ -3,7 +3,7 @@ f_thread_key_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_key_get\fP( \fBconst f_thread_key_t \fP\fIkey\fP, 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 6ee045791..a2d28583a 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 @@ -3,7 +3,7 @@ f_thread_key_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_key_set\fP( \fBconst f_thread_key_t \fP\fIkey\fP, 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 4e2ad53d7..1735377c9 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 @@ -3,7 +3,7 @@ f_thread_keys_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_keys_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 0bb7aac55..0abbf06df 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 @@ -3,7 +3,7 @@ f_thread_keys_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_keys_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 101f7db09..b76cfb2ca 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 @@ -3,7 +3,7 @@ f_thread_keys_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_keys_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 45d6a870e..82310f3a0 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 @@ -3,7 +3,7 @@ f_thread_keys_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_keys_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 51e591b2e..ff9eaa863 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 @@ -3,7 +3,7 @@ f_thread_keys_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_keys_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 8f31f0bb7..f2878fbfd 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 @@ -3,7 +3,7 @@ f_thread_keys_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_keys_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 935d7898c..9688e70d8 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 @@ -3,7 +3,7 @@ f_thread_lock_attribute_create .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_lock_attribute_create\fP( \fBf_thread_lock_attribute_t *const \fP\fIattribute\fP 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 c3c4123d0..ff7b7192c 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 @@ -3,7 +3,7 @@ f_thread_lock_attribute_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_lock_attribute_delete\fP( \fBf_thread_lock_attribute_t *\fP\fIattribute\fP 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 4c0dc6ebf..dec0753e8 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 @@ -3,7 +3,7 @@ f_thread_lock_attribute_shared_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_lock_attribute_shared_get\fP( \fBconst f_thread_lock_attribute_t *const \fP\fIattribute\fP, 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 452869aec..7a1e6bb47 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 @@ -3,7 +3,7 @@ f_thread_lock_attribute_shared_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_lock_attribute_shared_set\fP( \fBconst int \fP\fIshared\fP, 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 323639529..bb335b06f 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 @@ -3,7 +3,7 @@ f_thread_lock_attributes_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_lock_attributes_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 b4684d708..a0e7fb294 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 @@ -3,7 +3,7 @@ f_thread_lock_attributes_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_lock_attributes_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 7d990e93f..20763413f 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 @@ -3,7 +3,7 @@ f_thread_lock_attributes_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_lock_attributes_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 90ddfce26..7af1cc7a7 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 @@ -3,7 +3,7 @@ f_thread_lock_attributes_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_lock_attributes_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 29e7f2b67..ff84cb3bb 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 @@ -3,7 +3,7 @@ f_thread_lock_attributes_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_lock_attributes_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 056057480..54aba832c 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 @@ -3,7 +3,7 @@ f_thread_lock_attributes_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_lock_attributes_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 963d0c92f..8bdfc570c 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 @@ -3,7 +3,7 @@ f_thread_lock_create .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_lock_create\fP( \fBconst f_thread_lock_attribute_t *const \fP\fIattribute\fP, 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 b2643c9b2..6984ed49c 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 @@ -3,7 +3,7 @@ f_thread_lock_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_lock_delete\fP( \fBf_thread_lock_t *\fP\fIlock\fP 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 d753a7306..0eb9e0606 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 @@ -3,7 +3,7 @@ f_thread_lock_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_lock_read\fP( \fBf_thread_lock_t *const \fP\fIlock\fP 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 9e55c5bd6..ab350a2a6 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 @@ -3,7 +3,7 @@ f_thread_lock_read_timed .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_lock_read_timed\fP( \fBconst struct timespec *const \fP\fItimeout\fP, 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 ffd21bdc6..e53d2a31e 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 @@ -3,7 +3,7 @@ f_thread_lock_read_try .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_lock_read_try\fP( \fBf_thread_lock_t *const \fP\fIlock\fP 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 9a3f3706b..6a23f4f57 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 @@ -3,7 +3,7 @@ f_thread_lock_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_lock_write\fP( \fBf_thread_lock_t *const \fP\fIlock\fP 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 5931f935a..43f1f610f 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 @@ -3,7 +3,7 @@ f_thread_lock_write_timed .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_lock_write_timed\fP( \fBconst struct timespec *const \fP\fItimeout\fP, 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 dac2c2e10..903931dfd 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 @@ -3,7 +3,7 @@ f_thread_lock_write_try .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_lock_write_try\fP( \fBf_thread_lock_t *const \fP\fIlock\fP 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 8f0ccff9e..a0a0c783b 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 @@ -3,7 +3,7 @@ f_thread_locks_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_locks_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 6aa07efd4..10cf827c8 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 @@ -3,7 +3,7 @@ f_thread_locks_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_locks_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 081b990a7..fe8d54738 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 @@ -3,7 +3,7 @@ f_thread_locks_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_locks_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 aa4b4cb12..249e00d01 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 @@ -3,7 +3,7 @@ f_thread_locks_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_locks_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 1e1745bb9..a292df926 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 @@ -3,7 +3,7 @@ f_thread_locks_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_locks_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 085ada382..fa35a8dc7 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 @@ -3,7 +3,7 @@ f_thread_locks_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_locks_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 1ecd4049b..e70b1ae81 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 @@ -3,7 +3,7 @@ f_thread_mutex_attribute_create .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_attribute_create\fP( \fBf_thread_mutex_attribute_t *const \fP\fIattribute\fP 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 8a309cd8b..1b4fcbc83 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 @@ -3,7 +3,7 @@ f_thread_mutex_attribute_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_attribute_delete\fP( \fBf_thread_mutex_attribute_t *\fP\fIattribute\fP 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 8ff15006c..32dc7b06f 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 @@ -3,7 +3,7 @@ f_thread_mutex_attribute_priority_ceiling_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_attribute_priority_ceiling_get\fP( \fBconst f_thread_mutex_attribute_t *const \fP\fIattribute\fP, 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 0031b4882..0e3e843d4 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 @@ -3,7 +3,7 @@ f_thread_mutex_attribute_priority_ceiling_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_attribute_priority_ceiling_set\fP( \fBconst int \fP\fIceiling\fP, 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 d13912d4a..3df7f047c 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 @@ -3,7 +3,7 @@ f_thread_mutex_attribute_protocol_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_attribute_protocol_get\fP( \fBconst f_thread_mutex_attribute_t *const \fP\fIattribute\fP, 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 799571673..d3c7da53a 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 @@ -3,7 +3,7 @@ f_thread_mutex_attribute_protocol_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_attribute_protocol_set\fP( \fBconst int \fP\fIprotocol\fP, 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 66f3b0564..f428db8e2 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 @@ -3,7 +3,7 @@ f_thread_mutex_attribute_shared_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_attribute_shared_get\fP( \fBconst f_thread_mutex_attribute_t *const \fP\fIattribute\fP, 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 8d40261ab..078ff754b 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 @@ -3,7 +3,7 @@ f_thread_mutex_attribute_shared_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_attribute_shared_set\fP( \fBconst int \fP\fIshared\fP, 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 0cac59d86..fddb22039 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 @@ -3,7 +3,7 @@ f_thread_mutex_attribute_type_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_attribute_type_get\fP( \fBconst f_thread_mutex_attribute_t *const \fP\fIattribute\fP, 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 075a1aa42..a2ad437c5 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 @@ -3,7 +3,7 @@ f_thread_mutex_attribute_type_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_attribute_type_set\fP( \fBconst int \fP\fItype\fP, 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 568a4c56e..6c0b2841b 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 @@ -3,7 +3,7 @@ f_thread_mutex_attributes_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_attributes_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 937d7c9c7..5455faad8 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 @@ -3,7 +3,7 @@ f_thread_mutex_attributes_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_attributes_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 1824fb2af..9fbfba1f2 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 @@ -3,7 +3,7 @@ f_thread_mutex_attributes_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_attributes_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 58de54a5b..caf3b80fc 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 @@ -3,7 +3,7 @@ f_thread_mutex_attributes_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_attributes_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 6c7609593..168e5ba28 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 @@ -3,7 +3,7 @@ f_thread_mutex_attributes_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_attributes_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 8a661ddb3..b7e647303 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 @@ -3,7 +3,7 @@ f_thread_mutex_attributes_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_attributes_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 940412b25..ddc3b2f5f 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 @@ -3,7 +3,7 @@ f_thread_mutex_create .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_create\fP( \fBf_thread_mutex_attribute_t *const \fP\fIattribute\fP, 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 d4f23966b..3358e2081 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 @@ -3,7 +3,7 @@ f_thread_mutex_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_delete\fP( \fBf_thread_mutex_t *\fP\fImutex\fP 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 1aa661f9d..a1ea752f8 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 @@ -3,7 +3,7 @@ f_thread_mutex_lock .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_lock\fP( \fBf_thread_mutex_t *const \fP\fImutex\fP 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 f7ccb2ab6..2f7db2d20 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 @@ -3,7 +3,7 @@ f_thread_mutex_lock_timed .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_lock_timed\fP( \fBconst struct timespec *const \fP\fItimeout\fP, 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 bb5bc3f9a..969f13518 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 @@ -3,7 +3,7 @@ f_thread_mutex_lock_try .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_lock_try\fP( \fBf_thread_mutex_t *const \fP\fImutex\fP 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 fcb5585e3..d1d3c4fa9 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 @@ -3,7 +3,7 @@ f_thread_mutex_priority_ceiling_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_priority_ceiling_get\fP( \fBf_thread_mutex_t *const \fP\fImutex\fP, 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 32324db03..f7b888a82 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 @@ -3,7 +3,7 @@ f_thread_mutex_priority_ceiling_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_priority_ceiling_set\fP( \fBconst int \fP\fIceiling\fP, 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 fc1b32418..458e79e89 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 @@ -3,7 +3,7 @@ f_thread_mutex_unlock .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutex_unlock\fP( \fBf_thread_mutex_t *const \fP\fImutex\fP 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 be9528aa5..708b3e2e5 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 @@ -3,7 +3,7 @@ f_thread_mutexs_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutexs_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 2731482d5..7796e9f22 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 @@ -3,7 +3,7 @@ f_thread_mutexs_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutexs_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 9da1e9c88..17d8f0dc7 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 @@ -3,7 +3,7 @@ f_thread_mutexs_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutexs_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 5ec227a9c..ce66d5c7f 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 @@ -3,7 +3,7 @@ f_thread_mutexs_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutexs_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 e488a3c5c..13174177b 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 @@ -3,7 +3,7 @@ f_thread_mutexs_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutexs_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 86dbf140a..eed72fa69 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 @@ -3,7 +3,7 @@ f_thread_mutexs_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_mutexs_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 efab513ea..a029abc86 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 @@ -3,7 +3,7 @@ f_thread_once .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_once\fP( \fBvoid(*)(void) \fP\fIroutine\fP, 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 4733a73cc..582ece921 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 @@ -3,7 +3,7 @@ f_thread_onces_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_onces_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 1d0eef686..e498957d0 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 @@ -3,7 +3,7 @@ f_thread_onces_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_onces_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 8b6312fb4..5cc32951a 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 @@ -3,7 +3,7 @@ f_thread_onces_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_onces_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 df76ff0fe..1b9f0d97e 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 @@ -3,7 +3,7 @@ f_thread_onces_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_onces_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 169c4de4c..e8490b4f0 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 @@ -3,7 +3,7 @@ f_thread_onces_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_onces_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 f33f822d2..562d69480 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 @@ -3,7 +3,7 @@ f_thread_onces_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_onces_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 e208bcd86..36f6fb315 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 @@ -3,7 +3,7 @@ f_thread_scheduler_parameter_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_scheduler_parameter_get\fP( \fBconst f_thread_id_t \fP\fIid\fP, 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 20328d684..187636fb8 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 @@ -3,7 +3,7 @@ f_thread_scheduler_parameter_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_scheduler_parameter_set\fP( \fBconst f_thread_id_t \fP\fIid\fP, 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 80a3ed763..6805093a8 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 @@ -3,7 +3,7 @@ f_thread_scheduler_priority_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_scheduler_priority_set\fP( \fBconst f_thread_id_t \fP\fIid\fP, 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 4d53c6742..6b4fd5ecf 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 @@ -3,7 +3,7 @@ f_thread_semaphore_create .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_semaphore_create\fP( \fBconst bool \fP\fIshared\fP, 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 8f54e2508..e15c58b04 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 @@ -3,7 +3,7 @@ f_thread_semaphore_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_semaphore_delete\fP( \fBf_thread_semaphore_t *\fP\fIsemaphore\fP 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 18d7ed4f1..c372dccca 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 @@ -3,7 +3,7 @@ f_thread_semaphore_file_close .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_semaphore_file_close\fP( \fBf_thread_semaphore_t *\fP\fIsemaphore\fP 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 eadbde098..cfbe43f80 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 @@ -3,7 +3,7 @@ f_thread_semaphore_file_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_semaphore_file_delete\fP( \fBconst f_string_static_t \fP\fIname\fP 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 b1afec744..19f1cb02f 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 @@ -3,7 +3,7 @@ f_thread_semaphore_file_open .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_semaphore_file_open\fP( \fBconst f_string_static_t \fP\fIname\fP, 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 45aca9c99..7ebfb2bf5 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 @@ -3,7 +3,7 @@ f_thread_semaphore_lock .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_semaphore_lock\fP( \fBf_thread_semaphore_t *const \fP\fIsemaphore\fP 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 bfbe8f5e8..4f21ee94d 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 @@ -3,7 +3,7 @@ f_thread_semaphore_lock_timed .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_semaphore_lock_timed\fP( \fBconst struct timespec *const \fP\fItimeout\fP, 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 27cba30fc..ede4436cc 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 @@ -3,7 +3,7 @@ f_thread_semaphore_lock_try .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_semaphore_lock_try\fP( \fBf_thread_semaphore_t *const \fP\fIsemaphore\fP 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 a08fdc7cd..87dc32641 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 @@ -3,7 +3,7 @@ f_thread_semaphore_unlock .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_semaphore_unlock\fP( \fBf_thread_semaphore_t *const \fP\fIsemaphore\fP 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 57dabc8a0..36ca476dd 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 @@ -3,7 +3,7 @@ f_thread_semaphore_value_get .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_semaphore_value_get\fP( \fBf_thread_semaphore_t *const \fP\fIsemaphore\fP, 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 ace69b7d6..afd161d48 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 @@ -3,7 +3,7 @@ f_thread_semaphores_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_semaphores_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 fb71dc0de..2e221fb26 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 @@ -3,7 +3,7 @@ f_thread_semaphores_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_semaphores_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 b32fa2003..e1bf1ba32 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 @@ -3,7 +3,7 @@ f_thread_semaphores_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_semaphores_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 aa2675ec7..86f88b1cc 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 @@ -3,7 +3,7 @@ f_thread_semaphores_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_semaphores_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 6eb312151..32f3b671a 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 @@ -3,7 +3,7 @@ f_thread_semaphores_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_semaphores_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 fc0b5e5ba..ed56cb76a 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 @@ -3,7 +3,7 @@ f_thread_semaphores_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_semaphores_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 fcb5d4923..e4e2c9314 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 @@ -3,7 +3,7 @@ f_thread_sets_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_sets_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 3165ba376..8ff98bddb 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 @@ -3,7 +3,7 @@ f_thread_sets_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_sets_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 627b2e998..7740b2f00 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 @@ -3,7 +3,7 @@ f_thread_sets_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_sets_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 eb101b8e5..1acf17bb7 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 @@ -3,7 +3,7 @@ f_thread_sets_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_sets_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 dc59f4522..a2c628de2 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 @@ -3,7 +3,7 @@ f_thread_sets_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_sets_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 9082e9ba9..8d308613c 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 @@ -3,7 +3,7 @@ f_thread_sets_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_sets_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 9af86ced7..721136acd 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 @@ -3,7 +3,7 @@ f_thread_signal_mask .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_signal_mask\fP( \fBconst int \fP\fIhow\fP, 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 7089db058..d49d12466 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 @@ -3,7 +3,7 @@ f_thread_signal_queue .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_signal_queue\fP( \fBconst f_thread_id_t \fP\fIid\fP, 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 28dad7c4b..01161eda3 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 @@ -3,7 +3,7 @@ f_thread_signal_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_signal_write\fP( \fBconst f_thread_id_t \fP\fIid\fP, 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 8f19e0b21..c8682ba5a 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 @@ -3,7 +3,7 @@ f_thread_spin_create .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_spin_create\fP( \fBconst int \fP\fIshared\fP, 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 8032dd756..04f0c3266 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 @@ -3,7 +3,7 @@ f_thread_spin_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_spin_delete\fP( \fBf_thread_spin_t *\fP\fIspin\fP 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 f63619dce..8e1f07fd0 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 @@ -3,7 +3,7 @@ f_thread_spin_lock .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_spin_lock\fP( \fBf_thread_spin_t *const \fP\fIspin\fP 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 c207455cd..75cd925f7 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 @@ -3,7 +3,7 @@ f_thread_spin_lock_try .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_spin_lock_try\fP( \fBf_thread_spin_t *const \fP\fIspin\fP 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 4cd66e094..c4131bc88 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 @@ -3,7 +3,7 @@ f_thread_spin_unlock .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_spin_unlock\fP( \fBf_thread_spin_t *const \fP\fIspin\fP 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 f1c0865af..1c39bd953 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 @@ -3,7 +3,7 @@ f_thread_spins_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_spins_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 8aac91afd..7c46d64ea 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 @@ -3,7 +3,7 @@ f_thread_spins_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_spins_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 e512a02bb..f28dbab63 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 @@ -3,7 +3,7 @@ f_thread_spins_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_spins_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 fe88db7f6..48117c78e 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 @@ -3,7 +3,7 @@ f_thread_spins_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_spins_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 16a3b85fa..069e00f65 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 @@ -3,7 +3,7 @@ f_thread_spins_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_spins_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 17f30ee29..d0023760f 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 @@ -3,7 +3,7 @@ f_thread_spins_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_spins_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 e721d8ee9..1984b3dd4 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 @@ -3,7 +3,7 @@ f_thread_unlock .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_thread_unlock\fP( \fBf_thread_lock_t *const \fP\fIlock\fP 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 1b515ebfb..5bdff937b 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 @@ -3,7 +3,7 @@ f_array_lengths_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_array_lengths_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 e07c2764c..387c45039 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 @@ -3,7 +3,7 @@ f_array_lengths_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_array_lengths_append\fP( \fBconst f_array_length_t \fP\fIsource\fP, 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 a0e7fcf1c..2ef244a4b 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 @@ -3,7 +3,7 @@ f_array_lengths_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_array_lengths_append_all\fP( \fBconst f_array_lengths_t \fP\fIsource\fP, 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 d5eaea1d7..df02b3118 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 @@ -3,7 +3,7 @@ f_array_lengths_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_array_lengths_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 499406978..496565dc4 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 @@ -3,7 +3,7 @@ f_array_lengths_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_array_lengths_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 4657c0eef..21eb95dd7 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 @@ -3,7 +3,7 @@ f_array_lengths_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_array_lengths_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 149df0ef8..422c94373 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 @@ -3,7 +3,7 @@ f_array_lengths_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_array_lengths_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 271792e23..0c98cb516 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 @@ -3,7 +3,7 @@ f_array_lengths_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_array_lengths_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 5acc0d769..73cf235d5 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 @@ -3,7 +3,7 @@ f_array_lengthss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_array_lengthss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 49b94b496..7317dad49 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 @@ -3,7 +3,7 @@ f_array_lengthss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_array_lengthss_append\fP( \fBconst f_array_lengths_t \fP\fIsource\fP, 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 7dc6240e0..f787df723 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 @@ -3,7 +3,7 @@ f_array_lengthss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_array_lengthss_append_all\fP( \fBconst f_array_lengthss_t \fP\fIsource\fP, 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 7e5ce9a91..dea3f70a3 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 @@ -3,7 +3,7 @@ f_array_lengthss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_array_lengthss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 a642e2c00..dff46417f 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 @@ -3,7 +3,7 @@ f_array_lengthss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_array_lengthss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 b36816da0..4f35e0095 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 @@ -3,7 +3,7 @@ f_array_lengthss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_array_lengthss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 56d1335df..37dfd4b4e 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 @@ -3,7 +3,7 @@ f_array_lengthss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_array_lengthss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 91e2c1ddb..4e8919b38 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 @@ -3,7 +3,7 @@ f_array_lengthss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_array_lengthss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 34f022496..7305c5cb7 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 @@ -3,7 +3,7 @@ f_cells_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_cells_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 a6224b135..3571cdf1f 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 @@ -3,7 +3,7 @@ f_cells_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_cells_append\fP( \fBconst f_cell_t \fP\fIsource\fP, 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 5530df7c5..229462a37 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 @@ -3,7 +3,7 @@ f_cells_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_cells_append_all\fP( \fBconst f_cells_t \fP\fIsource\fP, 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 ed9539402..6b7b190c7 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 @@ -3,7 +3,7 @@ f_cells_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_cells_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 436061aae..e5310a212 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 @@ -3,7 +3,7 @@ f_cells_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_cells_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 0d0b25a7b..b865074ec 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 @@ -3,7 +3,7 @@ f_cells_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_cells_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 4074a9736..5b8aba75a 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 @@ -3,7 +3,7 @@ f_cells_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_cells_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 da9b0068e..3006a9615 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 @@ -3,7 +3,7 @@ f_cells_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_cells_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 a9865916f..fb90ffb1f 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 @@ -3,7 +3,7 @@ f_cellss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_cellss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 eb41fc8ed..61c8fc729 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 @@ -3,7 +3,7 @@ f_cellss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_cellss_append\fP( \fBconst f_cells_t \fP\fIsource\fP, 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 658629c27..cf35dd4b7 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 @@ -3,7 +3,7 @@ f_cellss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_cellss_append_all\fP( \fBconst f_cellss_t \fP\fIsource\fP, 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 b5982aad2..b32291883 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 @@ -3,7 +3,7 @@ f_cellss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_cellss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 c416e580d..8789fdb44 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 @@ -3,7 +3,7 @@ f_cellss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_cellss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 831fc91a0..08c953cfe 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 @@ -3,7 +3,7 @@ f_cellss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_cellss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 f13c9dece..e42103369 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 @@ -3,7 +3,7 @@ f_cellss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_cellss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 e242eb5ff..2e6468d3c 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 @@ -3,7 +3,7 @@ f_cellss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_cellss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 6f219b7d9..0e73ad59e 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 @@ -3,7 +3,7 @@ f_fll_ids_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fll_ids_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 2ab80b269..74640ea93 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 @@ -3,7 +3,7 @@ f_fll_ids_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fll_ids_append\fP( \fBconst f_fll_id_t \fP\fIsource\fP, 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 3b1949f78..4ea1ab1e5 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 @@ -3,7 +3,7 @@ f_fll_ids_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fll_ids_append_all\fP( \fBconst f_fll_ids_t \fP\fIsource\fP, 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 6c41cdbe0..3e118fb85 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 @@ -3,7 +3,7 @@ f_fll_ids_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fll_ids_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 bcc872a47..2a5faa453 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 @@ -3,7 +3,7 @@ f_fll_ids_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fll_ids_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 5921160c7..b9de9cd92 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 @@ -3,7 +3,7 @@ f_fll_ids_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fll_ids_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 082ee99b8..6001d6f26 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 @@ -3,7 +3,7 @@ f_fll_ids_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fll_ids_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 6514de73d..9a67a72cf 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 @@ -3,7 +3,7 @@ f_fll_ids_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fll_ids_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 caca6ab75..c458fe073 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 @@ -3,7 +3,7 @@ f_fll_idss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fll_idss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 2f1dc59fe..89dc4796c 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 @@ -3,7 +3,7 @@ f_fll_idss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fll_idss_append\fP( \fBconst f_fll_ids_t \fP\fIsource\fP, 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 51d300744..123fb913b 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 @@ -3,7 +3,7 @@ f_fll_idss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fll_idss_append_all\fP( \fBconst f_fll_idss_t \fP\fIsource\fP, 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 9001e7e43..18259968e 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 @@ -3,7 +3,7 @@ f_fll_idss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fll_idss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 62b7a2db5..677447268 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 @@ -3,7 +3,7 @@ f_fll_idss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fll_idss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 bd04c5765..edc42dce1 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 @@ -3,7 +3,7 @@ f_fll_idss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fll_idss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 a810442ed..cbb2e7978 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 @@ -3,7 +3,7 @@ f_fll_idss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fll_idss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 e33ee89c9..3901023f8 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 @@ -3,7 +3,7 @@ f_fll_idss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_fll_idss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 1591a6776..75649deef 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 @@ -3,7 +3,7 @@ f_int128s_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int128s_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 4bf891a4d..808acf5e5 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 @@ -3,7 +3,7 @@ f_int128s_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int128s_append\fP( \fBconst int128_t \fP\fIsource\fP, 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 5e82ec5b4..c92561806 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 @@ -3,7 +3,7 @@ f_int128s_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int128s_append_all\fP( \fBconst f_int128s_t \fP\fIsource\fP, 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 3e1051269..b8d554f30 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 @@ -3,7 +3,7 @@ f_int128s_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int128s_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 d7e24cf1b..c8e5a049c 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 @@ -3,7 +3,7 @@ f_int128s_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int128s_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 dd585cb8c..c50449d21 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 @@ -3,7 +3,7 @@ f_int128s_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int128s_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 40dc3bd3c..f0f9a9100 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 @@ -3,7 +3,7 @@ f_int128s_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int128s_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 adb5a5c6e..0c77231b5 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 @@ -3,7 +3,7 @@ f_int128s_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int128s_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 07c2734b5..7ecd3f476 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 @@ -3,7 +3,7 @@ f_int128ss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int128ss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 7beff5df2..233885a7f 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 @@ -3,7 +3,7 @@ f_int128ss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int128ss_append\fP( \fBconst f_int128s_t \fP\fIsource\fP, 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 414acf1c3..57f793757 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 @@ -3,7 +3,7 @@ f_int128ss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int128ss_append_all\fP( \fBconst f_int128ss_t \fP\fIsource\fP, 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 591b85b21..b4a187524 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 @@ -3,7 +3,7 @@ f_int128ss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int128ss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 c13209706..186f009f5 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 @@ -3,7 +3,7 @@ f_int128ss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int128ss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 b139ec717..d043b54f2 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 @@ -3,7 +3,7 @@ f_int128ss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int128ss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 d7e71e467..8d1e9bf8b 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 @@ -3,7 +3,7 @@ f_int128ss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int128ss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 96ff92c94..f41ec4c2c 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 @@ -3,7 +3,7 @@ f_int128ss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int128ss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 fa825ac57..8842f1a4b 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 @@ -3,7 +3,7 @@ f_int16s_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int16s_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 ce2daa97f..38316eedc 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 @@ -3,7 +3,7 @@ f_int16s_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int16s_append\fP( \fBconst int16_t \fP\fIsource\fP, 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 0914a4d97..ca02cd888 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 @@ -3,7 +3,7 @@ f_int16s_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int16s_append_all\fP( \fBconst f_int16s_t \fP\fIsource\fP, 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 25fbd0fe1..d75a21934 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 @@ -3,7 +3,7 @@ f_int16s_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int16s_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 2cbc8d4f6..a71f7a3a3 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 @@ -3,7 +3,7 @@ f_int16s_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int16s_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 bdf970ec5..89f8d8147 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 @@ -3,7 +3,7 @@ f_int16s_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int16s_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 c0c87209f..ed4f8515f 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 @@ -3,7 +3,7 @@ f_int16s_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int16s_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 55b79c47c..bd85f611f 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 @@ -3,7 +3,7 @@ f_int16s_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int16s_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 e72db2378..8aa0498fa 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 @@ -3,7 +3,7 @@ f_int16ss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int16ss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 4c71dab93..341b8136e 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 @@ -3,7 +3,7 @@ f_int16ss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int16ss_append\fP( \fBconst f_int16s_t \fP\fIsource\fP, 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 b68d78329..163ae09f2 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 @@ -3,7 +3,7 @@ f_int16ss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int16ss_append_all\fP( \fBconst f_int16ss_t \fP\fIsource\fP, 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 5ac21f573..69bd9fba8 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 @@ -3,7 +3,7 @@ f_int16ss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int16ss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 64e10717f..0914bd927 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 @@ -3,7 +3,7 @@ f_int16ss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int16ss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 cda77c8ac..f11f48723 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 @@ -3,7 +3,7 @@ f_int16ss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int16ss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 0217c02e2..56ff57b35 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 @@ -3,7 +3,7 @@ f_int16ss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int16ss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 91ed5869c..967d5a176 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 @@ -3,7 +3,7 @@ f_int16ss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int16ss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 62acb08d8..730c0c6eb 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 @@ -3,7 +3,7 @@ f_int32s_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int32s_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 44bbd6b90..e7c418d95 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 @@ -3,7 +3,7 @@ f_int32s_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int32s_append\fP( \fBconst int32_t \fP\fIsource\fP, 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 c69c7b82d..5169380a7 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 @@ -3,7 +3,7 @@ f_int32s_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int32s_append_all\fP( \fBconst f_int32s_t \fP\fIsource\fP, 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 70cc71c90..d75cdc48c 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 @@ -3,7 +3,7 @@ f_int32s_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int32s_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 1c04310e6..bef342999 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 @@ -3,7 +3,7 @@ f_int32s_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int32s_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 347156fd8..433a5280e 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 @@ -3,7 +3,7 @@ f_int32s_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int32s_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 ba60323a9..c87405f69 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 @@ -3,7 +3,7 @@ f_int32s_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int32s_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 1e422835f..18f61fedb 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 @@ -3,7 +3,7 @@ f_int32s_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int32s_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 cce5a9f5e..1062bf5f3 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 @@ -3,7 +3,7 @@ f_int32ss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int32ss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 6a42a36c7..dbff9b9aa 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 @@ -3,7 +3,7 @@ f_int32ss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int32ss_append\fP( \fBconst f_int32s_t \fP\fIsource\fP, 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 f79ebdc82..8182fd938 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 @@ -3,7 +3,7 @@ f_int32ss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int32ss_append_all\fP( \fBconst f_int32ss_t \fP\fIsource\fP, 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 709790df0..57b3786ab 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 @@ -3,7 +3,7 @@ f_int32ss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int32ss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 69e5d8167..c039e9a99 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 @@ -3,7 +3,7 @@ f_int32ss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int32ss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 adf71574f..2da046471 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 @@ -3,7 +3,7 @@ f_int32ss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int32ss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 2076f2588..f1b65fc76 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 @@ -3,7 +3,7 @@ f_int32ss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int32ss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 4e40d5265..aa069eb33 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 @@ -3,7 +3,7 @@ f_int32ss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int32ss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 da43d5398..01594948f 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 @@ -3,7 +3,7 @@ f_int64s_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int64s_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 41a149422..067fe4d81 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 @@ -3,7 +3,7 @@ f_int64s_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int64s_append\fP( \fBconst int64_t \fP\fIsource\fP, 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 54cb0eb91..d924f7cd8 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 @@ -3,7 +3,7 @@ f_int64s_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int64s_append_all\fP( \fBconst f_int64s_t \fP\fIsource\fP, 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 321c1f4f3..974db2c8a 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 @@ -3,7 +3,7 @@ f_int64s_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int64s_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 86471c70a..4eb8e24c6 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 @@ -3,7 +3,7 @@ f_int64s_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int64s_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 a7145232f..0e1d323e4 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 @@ -3,7 +3,7 @@ f_int64s_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int64s_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 ebcc84e7a..c72319803 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 @@ -3,7 +3,7 @@ f_int64s_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int64s_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 68899af43..b0ca9a022 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 @@ -3,7 +3,7 @@ f_int64s_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int64s_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 3e1415d58..f676bb888 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 @@ -3,7 +3,7 @@ f_int64ss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int64ss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 98ec93157..d74f12c69 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 @@ -3,7 +3,7 @@ f_int64ss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int64ss_append\fP( \fBconst f_int64s_t \fP\fIsource\fP, 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 9c3e3cb43..0814104e9 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 @@ -3,7 +3,7 @@ f_int64ss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int64ss_append_all\fP( \fBconst f_int64ss_t \fP\fIsource\fP, 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 4dcb1f528..3cc74a066 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 @@ -3,7 +3,7 @@ f_int64ss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int64ss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 8b2253d43..50983217d 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 @@ -3,7 +3,7 @@ f_int64ss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int64ss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 53ca77ba3..f2203acf1 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 @@ -3,7 +3,7 @@ f_int64ss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int64ss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 3ddbbb914..b0586a4e2 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 @@ -3,7 +3,7 @@ f_int64ss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int64ss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 d97d9851d..34d4154b2 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 @@ -3,7 +3,7 @@ f_int64ss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int64ss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 92933ac32..6e4f6cabb 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 @@ -3,7 +3,7 @@ f_int8s_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int8s_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 1809d793f..4dfaf935c 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 @@ -3,7 +3,7 @@ f_int8s_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int8s_append\fP( \fBconst int8_t \fP\fIsource\fP, 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 f5b22eeb8..affa5c6ce 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 @@ -3,7 +3,7 @@ f_int8s_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int8s_append_all\fP( \fBconst f_int8s_t \fP\fIsource\fP, 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 93234fa79..37ddf70fc 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 @@ -3,7 +3,7 @@ f_int8s_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int8s_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 253ae89d0..eca54cdab 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 @@ -3,7 +3,7 @@ f_int8s_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int8s_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 51efef618..da3a11783 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 @@ -3,7 +3,7 @@ f_int8s_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int8s_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 019ea6b90..d34781930 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 @@ -3,7 +3,7 @@ f_int8s_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int8s_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 a6249e211..9b777c933 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 @@ -3,7 +3,7 @@ f_int8s_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int8s_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 a901b52c3..dc5563c2e 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 @@ -3,7 +3,7 @@ f_int8ss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int8ss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 9574bc868..195a79ba4 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 @@ -3,7 +3,7 @@ f_int8ss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int8ss_append\fP( \fBconst f_int8s_t \fP\fIsource\fP, 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 c0c854576..5a8c96168 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 @@ -3,7 +3,7 @@ f_int8ss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int8ss_append_all\fP( \fBconst f_int8ss_t \fP\fIsource\fP, 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 fc272962b..05df30f39 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 @@ -3,7 +3,7 @@ f_int8ss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int8ss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 55344d048..fc08749e5 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 @@ -3,7 +3,7 @@ f_int8ss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int8ss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 4e2a545af..62d6d9eef 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 @@ -3,7 +3,7 @@ f_int8ss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int8ss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 bc25ae2d4..0c40085fe 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 @@ -3,7 +3,7 @@ f_int8ss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int8ss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 6a7c33512..fa3a49047 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 @@ -3,7 +3,7 @@ f_int8ss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_int8ss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 c454d2f20..5590510a5 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 @@ -3,7 +3,7 @@ f_states_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_states_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 4475b6e01..4a20564f7 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 @@ -3,7 +3,7 @@ f_states_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_states_append\fP( \fBconst f_state_t \fP\fIsource\fP, 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 7bb9686a3..9680912df 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 @@ -3,7 +3,7 @@ f_states_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_states_append_all\fP( \fBconst f_states_t \fP\fIsource\fP, 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 6da5f744c..0c8027bbe 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 @@ -3,7 +3,7 @@ f_states_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_states_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 abeb0e12d..09ca095ed 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 @@ -3,7 +3,7 @@ f_states_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_states_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 83f1f91a4..b5bb275b5 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 @@ -3,7 +3,7 @@ f_states_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_states_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 3bf051852..f1a0720dc 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 @@ -3,7 +3,7 @@ f_states_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_states_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 24ce0ca84..36ac93c8d 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 @@ -3,7 +3,7 @@ f_states_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_states_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 8228bd4dc..dcad1c41d 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 @@ -3,7 +3,7 @@ f_statess_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statess_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 f4b5fc82f..7067de7a5 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 @@ -3,7 +3,7 @@ f_statess_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statess_append\fP( \fBconst f_states_t \fP\fIsource\fP, 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 9b4952876..34dc4e181 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 @@ -3,7 +3,7 @@ f_statess_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statess_append_all\fP( \fBconst f_statess_t \fP\fIsource\fP, 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 5b2d6408f..272b2638b 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 @@ -3,7 +3,7 @@ f_statess_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statess_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 d3c7cce9b..0021c9439 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 @@ -3,7 +3,7 @@ f_statess_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statess_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 6cff216f3..4846acd79 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 @@ -3,7 +3,7 @@ f_statess_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statess_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 df349e1da..6605b49dd 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 @@ -3,7 +3,7 @@ f_statess_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statess_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 09223ab1c..5e4386ff9 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 @@ -3,7 +3,7 @@ f_statess_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_statess_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 f6f85a147..456885f70 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 @@ -3,7 +3,7 @@ f_uint128s_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint128s_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 af5b94d25..2c4082cce 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 @@ -3,7 +3,7 @@ f_uint128s_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint128s_append\fP( \fBconst uint128_t \fP\fIsource\fP, 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 0178de724..2be992b3b 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 @@ -3,7 +3,7 @@ f_uint128s_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint128s_append_all\fP( \fBconst f_uint128s_t \fP\fIsource\fP, 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 e4a16a789..11519d3a5 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 @@ -3,7 +3,7 @@ f_uint128s_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint128s_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 0e6fcdee7..fcd1bfe5a 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 @@ -3,7 +3,7 @@ f_uint128s_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint128s_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 0f387c37b..1b251e35e 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 @@ -3,7 +3,7 @@ f_uint128s_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint128s_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 e8bc60d75..e05e3d8be 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 @@ -3,7 +3,7 @@ f_uint128s_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint128s_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 a8f1aa11f..b523ef8c3 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 @@ -3,7 +3,7 @@ f_uint128s_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint128s_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 2cd298cff..33839ebc3 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 @@ -3,7 +3,7 @@ f_uint128ss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint128ss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 130140a76..013654dd1 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 @@ -3,7 +3,7 @@ f_uint128ss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint128ss_append\fP( \fBconst f_uint128s_t \fP\fIsource\fP, 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 e40b693e6..0bce7be6a 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 @@ -3,7 +3,7 @@ f_uint128ss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint128ss_append_all\fP( \fBconst f_uint128ss_t \fP\fIsource\fP, 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 b2aebbcc6..168dc4b2c 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 @@ -3,7 +3,7 @@ f_uint128ss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint128ss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 10225b99a..0e8824bd4 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 @@ -3,7 +3,7 @@ f_uint128ss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint128ss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 4dc501ae9..44132f570 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 @@ -3,7 +3,7 @@ f_uint128ss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint128ss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 af9edf64a..a573579a5 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 @@ -3,7 +3,7 @@ f_uint128ss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint128ss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 d6c28cbdc..ae6662929 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 @@ -3,7 +3,7 @@ f_uint128ss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint128ss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 0f7da9d39..b63baa2f8 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 @@ -3,7 +3,7 @@ f_uint16s_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint16s_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 1057da26a..d79588918 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 @@ -3,7 +3,7 @@ f_uint16s_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint16s_append\fP( \fBconst uint16_t \fP\fIsource\fP, 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 eb4fc2be6..49c8c9eb0 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 @@ -3,7 +3,7 @@ f_uint16s_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint16s_append_all\fP( \fBconst f_uint16s_t \fP\fIsource\fP, 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 488a280bd..122b237b5 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 @@ -3,7 +3,7 @@ f_uint16s_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint16s_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 a731dc1ab..cb79ed2ba 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 @@ -3,7 +3,7 @@ f_uint16s_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint16s_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 eab0f1c4e..5d14db974 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 @@ -3,7 +3,7 @@ f_uint16s_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint16s_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 75d4bb500..233016e4c 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 @@ -3,7 +3,7 @@ f_uint16s_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint16s_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 9ff531353..296d4cfd4 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 @@ -3,7 +3,7 @@ f_uint16s_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint16s_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 47d24f973..23b08095f 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 @@ -3,7 +3,7 @@ f_uint16ss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint16ss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 d8b9323de..17c7a98e6 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 @@ -3,7 +3,7 @@ f_uint16ss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint16ss_append\fP( \fBconst f_uint16s_t \fP\fIsource\fP, 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 10e659798..20ac8cd22 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 @@ -3,7 +3,7 @@ f_uint16ss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint16ss_append_all\fP( \fBconst f_uint16ss_t \fP\fIsource\fP, 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 aef50cab9..e2b468304 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 @@ -3,7 +3,7 @@ f_uint16ss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint16ss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 1145ef497..61a4e0814 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 @@ -3,7 +3,7 @@ f_uint16ss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint16ss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 9b843b41c..033dd66f1 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 @@ -3,7 +3,7 @@ f_uint16ss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint16ss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 eb514af94..7f01681aa 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 @@ -3,7 +3,7 @@ f_uint16ss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint16ss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 442f93714..18f821247 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 @@ -3,7 +3,7 @@ f_uint16ss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint16ss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 62ae8aba6..6a6567ce9 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 @@ -3,7 +3,7 @@ f_uint32s_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint32s_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 af726aaad..a57dc63c3 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 @@ -3,7 +3,7 @@ f_uint32s_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint32s_append\fP( \fBconst uint32_t \fP\fIsource\fP, 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 9d8e8621f..b55742bec 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 @@ -3,7 +3,7 @@ f_uint32s_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint32s_append_all\fP( \fBconst f_uint32s_t \fP\fIsource\fP, 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 e043120ca..d20136c49 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 @@ -3,7 +3,7 @@ f_uint32s_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint32s_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 f58c22070..2eda26871 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 @@ -3,7 +3,7 @@ f_uint32s_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint32s_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 0eea27fa1..919ad60cb 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 @@ -3,7 +3,7 @@ f_uint32s_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint32s_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 4019b10b2..b9b70d56a 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 @@ -3,7 +3,7 @@ f_uint32s_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint32s_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 ecc094242..fba09c8ed 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 @@ -3,7 +3,7 @@ f_uint32s_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint32s_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 9a773f579..e85836820 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 @@ -3,7 +3,7 @@ f_uint32ss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint32ss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 4a3eb1855..24d7c6728 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 @@ -3,7 +3,7 @@ f_uint32ss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint32ss_append\fP( \fBconst f_uint32s_t \fP\fIsource\fP, 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 4853f465e..982551fa9 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 @@ -3,7 +3,7 @@ f_uint32ss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint32ss_append_all\fP( \fBconst f_uint32ss_t \fP\fIsource\fP, 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 654923133..2a1bda641 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 @@ -3,7 +3,7 @@ f_uint32ss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint32ss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 f3557987f..e6101d27b 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 @@ -3,7 +3,7 @@ f_uint32ss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint32ss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 ab6c99132..cfee8ac54 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 @@ -3,7 +3,7 @@ f_uint32ss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint32ss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 4b0fd8baf..9f875cfb5 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 @@ -3,7 +3,7 @@ f_uint32ss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint32ss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 6bb518c3d..e1ba4987d 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 @@ -3,7 +3,7 @@ f_uint32ss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint32ss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 dc6984f60..73314f0e4 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 @@ -3,7 +3,7 @@ f_uint64s_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint64s_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 d0e9fd140..932a1a33c 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 @@ -3,7 +3,7 @@ f_uint64s_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint64s_append\fP( \fBconst uint64_t \fP\fIsource\fP, 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 2df3b6905..ea56d6abb 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 @@ -3,7 +3,7 @@ f_uint64s_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint64s_append_all\fP( \fBconst f_uint64s_t \fP\fIsource\fP, 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 c6cef3ef8..fb9746fd1 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 @@ -3,7 +3,7 @@ f_uint64s_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint64s_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 7b35538e7..d3c19a40d 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 @@ -3,7 +3,7 @@ f_uint64s_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint64s_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 8a75f642d..a4c826951 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 @@ -3,7 +3,7 @@ f_uint64s_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint64s_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 b7313434c..6aaab4e10 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 @@ -3,7 +3,7 @@ f_uint64s_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint64s_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 79f908a81..e9a9389c0 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 @@ -3,7 +3,7 @@ f_uint64s_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint64s_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 fcf16dfe3..8bd6a1216 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 @@ -3,7 +3,7 @@ f_uint64ss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint64ss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 e42b73513..4c5aba031 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 @@ -3,7 +3,7 @@ f_uint64ss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint64ss_append\fP( \fBconst f_uint64s_t \fP\fIsource\fP, 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 654677a9d..be8dfa529 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 @@ -3,7 +3,7 @@ f_uint64ss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint64ss_append_all\fP( \fBconst f_uint64ss_t \fP\fIsource\fP, 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 ada1eac58..9905f1d50 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 @@ -3,7 +3,7 @@ f_uint64ss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint64ss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 aa75b8de1..c96f11ec3 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 @@ -3,7 +3,7 @@ f_uint64ss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint64ss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 34c935808..592d57ef6 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 @@ -3,7 +3,7 @@ f_uint64ss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint64ss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 0d62a1e31..b6a740d0c 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 @@ -3,7 +3,7 @@ f_uint64ss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint64ss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 566fb0457..a7e56df53 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 @@ -3,7 +3,7 @@ f_uint64ss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint64ss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 c701b418b..862291bad 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 @@ -3,7 +3,7 @@ f_uint8s_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint8s_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 6b1417ff4..c8e4b7084 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 @@ -3,7 +3,7 @@ f_uint8s_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint8s_append\fP( \fBconst uint8_t \fP\fIsource\fP, 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 c9c3c62ca..16c1435e3 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 @@ -3,7 +3,7 @@ f_uint8s_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint8s_append_all\fP( \fBconst f_uint8s_t \fP\fIsource\fP, 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 5ba6e1ce4..b8b69ccf2 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 @@ -3,7 +3,7 @@ f_uint8s_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint8s_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 2aecb94e2..b40f89b03 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 @@ -3,7 +3,7 @@ f_uint8s_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint8s_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 ac6935aec..9b680cd4b 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 @@ -3,7 +3,7 @@ f_uint8s_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint8s_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 483051ec6..7f31060b3 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 @@ -3,7 +3,7 @@ f_uint8s_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint8s_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 4f22f72e2..f07b8badd 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 @@ -3,7 +3,7 @@ f_uint8s_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint8s_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 22c46761d..e24705c0a 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 @@ -3,7 +3,7 @@ f_uint8ss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint8ss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 d07646a5a..686490fda 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 @@ -3,7 +3,7 @@ f_uint8ss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint8ss_append\fP( \fBconst f_uint8s_t \fP\fIsource\fP, 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 bc41191ce..d4295d98c 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 @@ -3,7 +3,7 @@ f_uint8ss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint8ss_append_all\fP( \fBconst f_uint8ss_t \fP\fIsource\fP, 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 b68d54457..633ca3c89 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 @@ -3,7 +3,7 @@ f_uint8ss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint8ss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 5d6f0b75e..54c9b6ba5 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 @@ -3,7 +3,7 @@ f_uint8ss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint8ss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 c6f48c7e8..60108c029 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 @@ -3,7 +3,7 @@ f_uint8ss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint8ss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 e0f90af73..a3fae4380 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 @@ -3,7 +3,7 @@ f_uint8ss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint8ss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 b7f21a87a..dfa9510c9 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 @@ -3,7 +3,7 @@ f_uint8ss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_uint8ss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 4de26d255..a21a74f76 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 @@ -3,7 +3,7 @@ f_utf_buffer_decrement .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_buffer_decrement\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 3484e69ca..daf8f83e2 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 @@ -3,7 +3,7 @@ f_utf_buffer_increment .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_buffer_increment\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 75299875c..6796ca8c1 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 @@ -3,7 +3,7 @@ f_utf_char_to_char .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_char_to_char\fP( \fBconst f_utf_char_t \fP\fIutf_character\fP, 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 f47cb2d1c..cc9c6b2c2 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 @@ -3,7 +3,7 @@ f_utf_char_to_character .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_char_to_character\fP( \fBconst f_string_t \fP\fIcharacter\fP, 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 e7b672902..704d6ff2f 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 @@ -3,7 +3,7 @@ f_utf_character_is .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 2e06976c1..41cbc3796 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 @@ -3,7 +3,7 @@ f_utf_character_is_alphabetic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_alphabetic\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 c062b8dbb..ba8b8d7e5 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 @@ -3,7 +3,7 @@ f_utf_character_is_alphabetic_digit .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_alphabetic_digit\fP( \fBconst f_utf_char_t \fP\fIsequence\fP, 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 650ca744f..a9057ca1c 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 @@ -3,7 +3,7 @@ f_utf_character_is_alphabetic_numeric .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_alphabetic_numeric\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 994851721..cb2c457ac 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 @@ -3,7 +3,7 @@ f_utf_character_is_ascii .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_ascii\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 78027866a..1bcb2176d 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 @@ -3,7 +3,7 @@ f_utf_character_is_combining .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_combining\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 7c6550531..073331f16 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 @@ -3,7 +3,7 @@ f_utf_character_is_control .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_control\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 368007c73..dfc590396 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 @@ -3,7 +3,7 @@ f_utf_character_is_control_code .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_control_code\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 45394ccdc..59b1ce69a 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 @@ -3,7 +3,7 @@ f_utf_character_is_control_format .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_control_format\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 2f44713fc..a54c7f1f1 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 @@ -3,7 +3,7 @@ f_utf_character_is_control_picture .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_control_picture\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 da47b9d33..f3e40fcf0 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 @@ -3,7 +3,7 @@ f_utf_character_is_digit .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_digit\fP( \fBconst f_utf_char_t \fP\fIsequence\fP, 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 33274fa7e..e396e5a71 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 @@ -3,7 +3,7 @@ f_utf_character_is_emoji .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_emoji\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 e261782c4..4779f7c99 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 @@ -3,7 +3,7 @@ f_utf_character_is_fragment .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_fragment\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 52ff0b6cb..35226d0bb 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 @@ -3,7 +3,7 @@ f_utf_character_is_graph .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_graph\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 61230ccf8..749dbc590 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 @@ -3,7 +3,7 @@ f_utf_character_is_numeric .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_numeric\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 bb69faae9..1f975ce87 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 @@ -3,7 +3,7 @@ f_utf_character_is_phonetic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_phonetic\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 8451f7df7..008dddf21 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 @@ -3,7 +3,7 @@ f_utf_character_is_private .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_private\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 8c539ef5f..1ba2afd9a 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 @@ -3,7 +3,7 @@ f_utf_character_is_punctuation .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_punctuation\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 852708809..4d1240246 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 @@ -3,7 +3,7 @@ f_utf_character_is_subscript .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_subscript\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 4649785de..24a404894 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 @@ -3,7 +3,7 @@ f_utf_character_is_superscript .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_superscript\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 ae1c7ec8d..7841ad758 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 @@ -3,7 +3,7 @@ f_utf_character_is_symbol .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_symbol\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 d9d138261..9b493cb7b 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 @@ -3,7 +3,7 @@ f_utf_character_is_unassigned .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_unassigned\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 78437c485..33b62e197 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 @@ -3,7 +3,7 @@ f_utf_character_is_valid .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_valid\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 ddeb5b4c4..6ee2629d8 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 @@ -3,7 +3,7 @@ f_utf_character_is_whitespace .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_whitespace\fP( \fBconst f_utf_char_t \fP\fIsequence\fP, 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 0d6a8d707..4330f13bc 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 @@ -3,7 +3,7 @@ f_utf_character_is_whitespace_modifier .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_whitespace_modifier\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 16a69e5aa..e49a6dd88 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 @@ -3,7 +3,7 @@ f_utf_character_is_whitespace_other .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_whitespace_other\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 ea178f5fb..730f79a5e 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 @@ -3,7 +3,7 @@ f_utf_character_is_whitespace_zero_width .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_whitespace_zero_width\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 26b83e43b..9e75f16e0 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 @@ -3,7 +3,7 @@ f_utf_character_is_wide .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_wide\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 f0b51ae9f..d19f265f1 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 @@ -3,7 +3,7 @@ f_utf_character_is_word .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_word\fP( \fBconst f_utf_char_t \fP\fIsequence\fP, 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 f60a8bad5..773522c01 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 @@ -3,7 +3,7 @@ f_utf_character_is_word_dash .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_word_dash\fP( \fBconst f_utf_char_t \fP\fIsequence\fP, 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 84eb525bb..23a8573c5 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 @@ -3,7 +3,7 @@ f_utf_character_is_word_dash_plus .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_word_dash_plus\fP( \fBconst f_utf_char_t \fP\fIsequence\fP, 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 de4628ef2..086df7cb3 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 @@ -3,7 +3,7 @@ f_utf_character_is_zero_width .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_is_zero_width\fP( \fBconst f_utf_char_t \fP\fIsequence\fP 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 c31800ca9..20ffced9f 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 @@ -3,7 +3,7 @@ f_utf_character_unicode_from .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_unicode_from\fP( \fBconst uint32_t \fP\fIunicode\fP, 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 975ed7f3e..1fac0e538 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 @@ -3,7 +3,7 @@ f_utf_character_unicode_string_to .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_unicode_string_to\fP( \fBconst f_utf_string_t \fP\fIstring\fP, 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 6753a8653..f9f5b46c5 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 @@ -3,7 +3,7 @@ f_utf_character_unicode_to .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_character_unicode_to\fP( \fBconst f_utf_char_t \fP\fIcharacter\fP, 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 adc65f948..412e3d04e 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 @@ -3,7 +3,7 @@ f_utf_is .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is\fP( \fBconst f_string_t \fP\fIsequence\fP 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 d5d809851..2bdd64c26 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 @@ -3,7 +3,7 @@ f_utf_is_alphabetic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_alphabetic\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 0bfb3f45a..8460f1fcb 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 @@ -3,7 +3,7 @@ f_utf_is_alphabetic_digit .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_alphabetic_digit\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 de41380c5..31db4fdb2 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 @@ -3,7 +3,7 @@ f_utf_is_alphabetic_numeric .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_alphabetic_numeric\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 1433fca29..0359d63df 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 @@ -3,7 +3,7 @@ f_utf_is_ascii .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_ascii\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 c0791c35d..76f0a7921 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 @@ -3,7 +3,7 @@ f_utf_is_combining .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_combining\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 623fa4eb2..f9d7cf773 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 @@ -3,7 +3,7 @@ f_utf_is_control .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_control\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 5e2281712..a51ba10b6 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 @@ -3,7 +3,7 @@ f_utf_is_control_code .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_control_code\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 61d36810e..7e66f516b 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 @@ -3,7 +3,7 @@ f_utf_is_control_format .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_control_format\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 60c3e9374..5414220a6 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 @@ -3,7 +3,7 @@ f_utf_is_control_picture .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_control_picture\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 9595a4a0f..4cce50a1b 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 @@ -3,7 +3,7 @@ f_utf_is_digit .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_digit\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 7ae08586b..c8fe37bfc 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 @@ -3,7 +3,7 @@ f_utf_is_emoji .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_emoji\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 459e8c406..8ad93c2dc 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 @@ -3,7 +3,7 @@ f_utf_is_fragment .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_fragment\fP( \fBconst f_string_t \fP\fIsequence\fP 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 16898f8bd..44d6813c0 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 @@ -3,7 +3,7 @@ f_utf_is_graph .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_graph\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 9c80c85a1..b2f2eb70d 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 @@ -3,7 +3,7 @@ f_utf_is_numeric .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_numeric\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 1f8c608e6..0a4482775 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 @@ -3,7 +3,7 @@ f_utf_is_phonetic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_phonetic\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 600bab137..133a8a677 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 @@ -3,7 +3,7 @@ f_utf_is_private .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_private\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 8eb3e8166..bfeaa3cf6 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 @@ -3,7 +3,7 @@ f_utf_is_punctuation .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_punctuation\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 ce4fcbf14..e2349ecf3 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 @@ -3,7 +3,7 @@ f_utf_is_subscript .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_subscript\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 347ca5e24..812bbe7af 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 @@ -3,7 +3,7 @@ f_utf_is_superscript .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_superscript\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 b83bbb3b9..7378cec3c 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 @@ -3,7 +3,7 @@ f_utf_is_symbol .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_symbol\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 1604f70f5..39b3926a3 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 @@ -3,7 +3,7 @@ f_utf_is_unassigned .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_unassigned\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 dc37d823b..6cb63b5eb 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 @@ -3,7 +3,7 @@ f_utf_is_valid .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_valid\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 acd0ba0e5..e0ef577cf 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 @@ -3,7 +3,7 @@ f_utf_is_whitespace .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_whitespace\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 0978fb18f..e6e26c71f 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 @@ -3,7 +3,7 @@ f_utf_is_whitespace_modifier .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_whitespace_modifier\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 f649e05dd..e6f649dea 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 @@ -3,7 +3,7 @@ f_utf_is_whitespace_other .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_whitespace_other\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 ed6b96a10..7561aa15f 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 @@ -3,7 +3,7 @@ f_utf_is_whitespace_zero_width .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_whitespace_zero_width\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 c333116ef..7ed225460 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 @@ -3,7 +3,7 @@ f_utf_is_wide .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_wide\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 d3ac21d3c..b20e210a8 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 @@ -3,7 +3,7 @@ f_utf_is_word .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_word\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 ea72133a7..a51f9b47f 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 @@ -3,7 +3,7 @@ f_utf_is_word_dash .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_word_dash\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 1ca770d2c..cdac12ecd 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 @@ -3,7 +3,7 @@ f_utf_is_word_dash_plus .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_word_dash_plus\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 7664ba5b6..931a1d55e 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 @@ -3,7 +3,7 @@ f_utf_is_zero_width .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_is_zero_width\fP( \fBconst f_string_t \fP\fIsequence\fP, 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 100b23609..1ae875df0 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 @@ -3,7 +3,7 @@ f_utf_string_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_append\fP( \fBconst f_utf_string_t \fP\fIsource\fP, 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 11246cebe..18aa7247a 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 @@ -3,7 +3,7 @@ f_utf_string_append_assure .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_append_assure\fP( \fBconst f_utf_string_t \fP\fIsource\fP, 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 b60fbc87e..748eb904d 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 @@ -3,7 +3,7 @@ f_utf_string_append_assure_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_append_assure_nulless\fP( \fBconst f_utf_string_t \fP\fIsource\fP, 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 32b8dfc4a..9e218fbec 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 @@ -3,7 +3,7 @@ f_utf_string_append_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_append_nulless\fP( \fBconst f_utf_string_t \fP\fIsource\fP, 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 e3094877f..d19c26bb6 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 c15201834..a675ef1d2 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_append\fP( \fBconst f_utf_string_dynamic_t \fP\fIsource\fP, 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 4340771eb..8a537c95c 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_append_assure .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_append_assure\fP( \fBconst f_utf_string_static_t \fP\fIsource\fP, 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 f23c163f5..c03f483b4 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_append_assure_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_append_assure_nulless\fP( \fBconst f_utf_string_static_t \fP\fIsource\fP, 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 46ee16a29..1522d3a6e 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_append_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_append_nulless\fP( \fBconst f_utf_string_static_t \fP\fIsource\fP, 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 299bc6878..c21e26530 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 44b0cc0d8..08dc237f2 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 1164fd30f..9ec6e219f 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 867392cf3..3955fcdcf 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 c583072d5..33e122a65 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_mash .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_mash\fP( \fBconst f_utf_string_static_t \fP\fIglue\fP, 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 55a2a8ab5..3ca77940b 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_mash_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_mash_nulless\fP( \fBconst f_utf_string_static_t \fP\fIglue\fP, 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 593539c8e..81e75699e 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_mish .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_mish\fP( \fBconst f_utf_string_static_t \fP\fIglue\fP, 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 48b63457b..dcc3c7b2a 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_mish_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_mish_nulless\fP( \fBconst f_utf_string_static_t \fP\fIglue\fP, 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 b97215843..435e663a1 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_partial_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_partial_append\fP( \fBconst f_utf_string_static_t \fP\fIsource\fP, 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 4cd1f42d3..1056e946f 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_partial_append_assure .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_partial_append_assure\fP( \fBconst f_utf_string_static_t \fP\fIsource\fP, 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 85cca2ada..33ff565f7 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_partial_append_assure_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_partial_append_assure_nulless\fP( \fBconst f_utf_string_static_t \fP\fIsource\fP, 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 83da5eedf..7d0f35ca4 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_partial_append_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_partial_append_nulless\fP( \fBconst f_utf_string_static_t \fP\fIsource\fP, 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 6502d5d62..9421d5a54 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_partial_mash .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_partial_mash\fP( \fBconst f_utf_string_static_t \fP\fIglue\fP, 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 d5a0b81da..8a2cbd68e 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_partial_mash_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_partial_mash_nulless\fP( \fBconst f_utf_string_static_t \fP\fIglue\fP, 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 d4a19b85e..5973f4d54 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_partial_mish .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_partial_mish\fP( \fBconst f_utf_string_static_t \fP\fIglue\fP, 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 f819e814f..ad588c34a 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_partial_mish_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_partial_mish_nulless\fP( \fBconst f_utf_string_static_t \fP\fIglue\fP, 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 eedcec44e..be902fbbe 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_partial_prepend .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_partial_prepend\fP( \fBconst f_utf_string_static_t \fP\fIsource\fP, 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 d297a7a5b..6b0bbb25f 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_partial_prepend_assure .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_partial_prepend_assure\fP( \fBconst f_utf_string_static_t \fP\fIsource\fP, 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 fce6d4b8c..2af252573 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_partial_prepend_assure_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_partial_prepend_assure_nulless\fP( \fBconst f_utf_string_static_t \fP\fIsource\fP, 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 0e7b03b55..ec591995a 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_partial_prepend_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_partial_prepend_nulless\fP( \fBconst f_utf_string_static_t \fP\fIsource\fP, 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 7a32f2fda..bb4dab120 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_prepend .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_prepend\fP( \fBconst f_utf_string_static_t \fP\fIsource\fP, 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 3efffb6e9..8cb5c8387 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_prepend_assure .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_prepend_assure\fP( \fBconst f_utf_string_static_t \fP\fIsource\fP, 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 08dcc3ba0..617c0669d 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_prepend_assure_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_prepend_assure_nulless\fP( \fBconst f_utf_string_static_t \fP\fIsource\fP, 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 ae622bc99..96ce605a2 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_prepend_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_prepend_nulless\fP( \fBconst f_utf_string_static_t \fP\fIsource\fP, 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 6e49d09dc..b4fa77053 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 bb2bf3844..3c99a36d9 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_seek_line .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_seek_line\fP( \fBconst f_utf_string_static_t \fP\fIbuffer\fP, 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 16abd3b76..6c3410583 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_seek_line_to .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_seek_line_to\fP( \fBconst f_utf_string_static_t \fP\fIbuffer\fP, 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 bd463a761..8941913c5 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_seek_to .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_seek_to\fP( \fBconst f_utf_string_static_t \fP\fIbuffer\fP, 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 fb99f7b8d..d6b076170 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_terminate .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_terminate\fP( \fBf_utf_string_dynamic_t *const \fP\fIdestination\fP 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 00cf30cd2..db276680f 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 @@ -3,7 +3,7 @@ f_utf_string_dynamic_terminate_after .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamic_terminate_after\fP( \fBf_utf_string_dynamic_t *const \fP\fIdestination\fP 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 262db55d4..31556828f 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 @@ -3,7 +3,7 @@ f_utf_string_dynamics_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamics_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 0c6357aca..01c5102bc 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 @@ -3,7 +3,7 @@ f_utf_string_dynamics_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamics_append\fP( \fBconst f_utf_string_dynamic_t \fP\fIsource\fP, 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 554d57e5a..163f72824 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 @@ -3,7 +3,7 @@ f_utf_string_dynamics_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamics_append_all\fP( \fBconst f_utf_string_dynamics_t \fP\fIsource\fP, 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 0b03d11c4..24980bbf1 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 @@ -3,7 +3,7 @@ f_utf_string_dynamics_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamics_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 072037205..cebb09492 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 @@ -3,7 +3,7 @@ f_utf_string_dynamics_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamics_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 01c537be8..42175e0b8 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 @@ -3,7 +3,7 @@ f_utf_string_dynamics_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamics_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 71cf7ae89..766705571 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 @@ -3,7 +3,7 @@ f_utf_string_dynamics_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamics_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 24af61977..4cdec3780 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 @@ -3,7 +3,7 @@ f_utf_string_dynamics_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamics_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 a9dbeb592..15572f2a5 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 @@ -3,7 +3,7 @@ f_utf_string_dynamicss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamicss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 172c63da2..fad48cea7 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 @@ -3,7 +3,7 @@ f_utf_string_dynamicss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamicss_append\fP( \fBconst f_utf_string_dynamics_t \fP\fIsource\fP, 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 4ff5bb359..1863ba4c3 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 @@ -3,7 +3,7 @@ f_utf_string_dynamicss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamicss_append_all\fP( \fBconst f_utf_string_dynamicss_t \fP\fIsource\fP, 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 e43c2aca2..67fb55342 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 @@ -3,7 +3,7 @@ f_utf_string_dynamicss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamicss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 18c42af83..3118a3cf6 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 @@ -3,7 +3,7 @@ f_utf_string_dynamicss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamicss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 84c044f78..5476bb0aa 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 @@ -3,7 +3,7 @@ f_utf_string_dynamicss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamicss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 d95ea2e8d..0a2ce0c49 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 @@ -3,7 +3,7 @@ f_utf_string_dynamicss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamicss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 963dae190..0f2d77a9a 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 @@ -3,7 +3,7 @@ f_utf_string_dynamicss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_dynamicss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 e491aed2a..10befc09e 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 @@ -3,7 +3,7 @@ f_utf_string_map_multis_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_map_multis_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 db03beeb8..f493f1d0b 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 @@ -3,7 +3,7 @@ f_utf_string_map_multis_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_map_multis_append\fP( \fBconst f_utf_string_map_multi_t \fP\fIsource\fP, 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 1f33ba48f..a80f32156 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 @@ -3,7 +3,7 @@ f_utf_string_map_multis_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_map_multis_append_all\fP( \fBconst f_utf_string_map_multis_t \fP\fIsource\fP, 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 f096ba9e5..6ed1af5c0 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 @@ -3,7 +3,7 @@ f_utf_string_map_multis_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_map_multis_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 49fe38efe..2ccbe8e42 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 @@ -3,7 +3,7 @@ f_utf_string_map_multis_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_map_multis_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 5099d4afa..778ad6481 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 @@ -3,7 +3,7 @@ f_utf_string_map_multis_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_map_multis_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 d594d3c78..371f86be7 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 @@ -3,7 +3,7 @@ f_utf_string_map_multis_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_map_multis_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 d7d2866a3..41676fc57 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 @@ -3,7 +3,7 @@ f_utf_string_map_multis_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_map_multis_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 38fee4409..dc820b781 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 @@ -3,7 +3,7 @@ f_utf_string_map_multiss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_map_multiss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 96ee2c784..d0c9b3e18 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 @@ -3,7 +3,7 @@ f_utf_string_map_multiss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_map_multiss_append\fP( \fBconst f_utf_string_map_multis_t \fP\fIsource\fP, 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 2d55de4bd..c59d66662 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 @@ -3,7 +3,7 @@ f_utf_string_map_multiss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_map_multiss_append_all\fP( \fBconst f_utf_string_map_multiss_t \fP\fIsource\fP, 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 926bd45c9..0e9e0b243 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 @@ -3,7 +3,7 @@ f_utf_string_map_multiss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_map_multiss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 a451cc5db..2610a59c1 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 @@ -3,7 +3,7 @@ f_utf_string_map_multiss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_map_multiss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 2a82ea174..5b317f930 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 @@ -3,7 +3,7 @@ f_utf_string_map_multiss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_map_multiss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 3301c5db7..130fd7fd3 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 @@ -3,7 +3,7 @@ f_utf_string_map_multiss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_map_multiss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 91b81d31b..0aa85493a 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 @@ -3,7 +3,7 @@ f_utf_string_map_multiss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_map_multiss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 4d1effa38..74727bc13 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 @@ -3,7 +3,7 @@ f_utf_string_maps_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_maps_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 e9fcfd56f..5c13cf900 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 @@ -3,7 +3,7 @@ f_utf_string_maps_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_maps_append\fP( \fBconst f_utf_string_map_t \fP\fIsource\fP, 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 e1c55c0ca..18b1ca5b7 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 @@ -3,7 +3,7 @@ f_utf_string_maps_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_maps_append_all\fP( \fBconst f_utf_string_maps_t \fP\fIsource\fP, 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 0b25c3d4a..8b9a4bac6 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 @@ -3,7 +3,7 @@ f_utf_string_maps_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_maps_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 6bf0b8fb3..f86885a80 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 @@ -3,7 +3,7 @@ f_utf_string_maps_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_maps_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 3618e4e46..b41b63378 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 @@ -3,7 +3,7 @@ f_utf_string_maps_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_maps_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 715cd9b6e..e538d6381 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 @@ -3,7 +3,7 @@ f_utf_string_maps_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_maps_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 5f8eac797..aa7f93b9c 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 @@ -3,7 +3,7 @@ f_utf_string_maps_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_maps_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 b49c98ebf..a9be58758 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 @@ -3,7 +3,7 @@ f_utf_string_mapss_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_mapss_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 389b9ae9b..d74d0147d 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 @@ -3,7 +3,7 @@ f_utf_string_mapss_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_mapss_append\fP( \fBconst f_utf_string_maps_t \fP\fIsource\fP, 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 b150652c5..044f1e17c 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 @@ -3,7 +3,7 @@ f_utf_string_mapss_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_mapss_append_all\fP( \fBconst f_utf_string_mapss_t \fP\fIsource\fP, 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 469905a5f..848598b54 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 @@ -3,7 +3,7 @@ f_utf_string_mapss_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_mapss_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 382782bd2..d5352d0df 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 @@ -3,7 +3,7 @@ f_utf_string_mapss_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_mapss_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 ad83695f0..a9caf155d 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 @@ -3,7 +3,7 @@ f_utf_string_mapss_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_mapss_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 506e8d48a..8d6e21e68 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 @@ -3,7 +3,7 @@ f_utf_string_mapss_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_mapss_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 7133b1ae1..ef7f03c80 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 @@ -3,7 +3,7 @@ f_utf_string_mapss_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_mapss_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 58e953b3a..b3ba755c9 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 @@ -3,7 +3,7 @@ f_utf_string_mash .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_mash\fP( \fBconst f_utf_string_t \fP\fIglue\fP, 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 ba2aa3077..f45d90d11 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 @@ -3,7 +3,7 @@ f_utf_string_mash_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_mash_nulless\fP( \fBconst f_utf_string_t \fP\fIglue\fP, 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 ec514a70f..00e37ad0d 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 @@ -3,7 +3,7 @@ f_utf_string_mish .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_mish\fP( \fBconst f_utf_string_t \fP\fIglue\fP, 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 9d823180f..d20ee5f6d 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 @@ -3,7 +3,7 @@ f_utf_string_mish_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_mish_nulless\fP( \fBconst f_utf_string_t \fP\fIglue\fP, 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 590ab1983..80f836b6b 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 @@ -3,7 +3,7 @@ f_utf_string_prepend .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_prepend\fP( \fBconst f_utf_string_t \fP\fIsource\fP, 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 5c12c2591..a603a30fb 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 @@ -3,7 +3,7 @@ f_utf_string_prepend_assure .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_prepend_assure\fP( \fBconst f_utf_string_t \fP\fIsource\fP, 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 32368248a..a37a3bd0f 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 @@ -3,7 +3,7 @@ f_utf_string_prepend_assure_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_prepend_assure_nulless\fP( \fBconst f_utf_string_t \fP\fIsource\fP, 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 10548d976..01a5df170 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 @@ -3,7 +3,7 @@ f_utf_string_prepend_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_prepend_nulless\fP( \fBconst f_utf_string_t \fP\fIsource\fP, 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 037d89834..b60062178 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 @@ -3,7 +3,7 @@ f_utf_string_seek_line .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_seek_line\fP( \fBconst f_utf_string_t \fP\fIstring\fP, 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 6ef75d239..f18238507 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 @@ -3,7 +3,7 @@ f_utf_string_seek_line_to .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_seek_line_to\fP( \fBconst f_utf_string_t \fP\fIstring\fP, 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 9f00393f9..b7d6e60a3 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 @@ -3,7 +3,7 @@ f_utf_string_seek_to .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_seek_to\fP( \fBconst f_utf_string_t \fP\fIstring\fP, 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 abfc9a610..13fc07e7e 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 @@ -3,7 +3,7 @@ f_utf_string_triples_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_triples_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 c4b9c63d2..6f565e0dc 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 @@ -3,7 +3,7 @@ f_utf_string_triples_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_triples_append\fP( \fBconst f_utf_string_triple_t \fP\fIsource\fP, 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 a65b6af54..29eac05cd 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 @@ -3,7 +3,7 @@ f_utf_string_triples_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_triples_append_all\fP( \fBconst f_utf_string_triples_t \fP\fIsource\fP, 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 207c87e96..d4b72e759 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 @@ -3,7 +3,7 @@ f_utf_string_triples_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_triples_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 15a14ddbe..b8d7ad8a6 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 @@ -3,7 +3,7 @@ f_utf_string_triples_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_triples_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 3d66ac985..c534317af 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 @@ -3,7 +3,7 @@ f_utf_string_triples_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_triples_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 0d5a58ab6..b5fd1ddd9 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 @@ -3,7 +3,7 @@ f_utf_string_triples_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_triples_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 637ef8a75..42741c496 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 @@ -3,7 +3,7 @@ f_utf_string_triples_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_triples_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 c1d8d7ddf..cec8942bb 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 @@ -3,7 +3,7 @@ f_utf_string_tripless_adjust .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_tripless_adjust\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 11c50aee9..9b2837f7d 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 @@ -3,7 +3,7 @@ f_utf_string_tripless_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_tripless_append\fP( \fBconst f_utf_string_triples_t \fP\fIsource\fP, 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 f83bf4be7..5042767a1 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 @@ -3,7 +3,7 @@ f_utf_string_tripless_append_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_tripless_append_all\fP( \fBconst f_utf_string_tripless_t \fP\fIsource\fP, 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 21cd57493..1b528dff0 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 @@ -3,7 +3,7 @@ f_utf_string_tripless_decimate_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_tripless_decimate_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 dfbb0b97e..f6acb354c 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 @@ -3,7 +3,7 @@ f_utf_string_tripless_decrease_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_tripless_decrease_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 c28283a2a..74a0be933 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 @@ -3,7 +3,7 @@ f_utf_string_tripless_increase .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_tripless_increase\fP( \fBconst f_array_length_t \fP\fIstep\fP, 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 a0cb5ac07..ae0de1c09 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 @@ -3,7 +3,7 @@ f_utf_string_tripless_increase_by .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_tripless_increase_by\fP( \fBconst f_array_length_t \fP\fIamount\fP, 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 26aaa2d34..58f93e801 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 @@ -3,7 +3,7 @@ f_utf_string_tripless_resize .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_string_tripless_resize\fP( \fBconst f_array_length_t \fP\fIlength\fP, 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 b19b24d9f..6ef847250 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 @@ -3,7 +3,7 @@ f_utf_unicode_from .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_unicode_from\fP( \fBconst uint32_t \fP\fIunicode\fP, 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 91b012c5b..64ea482c2 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 @@ -3,7 +3,7 @@ f_utf_unicode_string_to .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_unicode_string_to\fP( \fBconst f_string_t \fP\fIstring\fP, 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 e02410cab..e78d39a80 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 @@ -3,7 +3,7 @@ f_utf_unicode_to .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t f_utf_unicode_to\fP( \fBconst f_string_t \fP\fIcharacter\fP, 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 6725f8db8..3b651e741 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 @@ -3,7 +3,7 @@ fl_control_group_apply .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_control_group_apply\fP( \fBconst f_control_group_t \fP\fIcontrol_group\fP, 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 ef9635cb6..f8743dc95 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 @@ -3,7 +3,7 @@ fl_conversion_dynamic_partial_to_signed .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_conversion_dynamic_partial_to_signed\fP( \fBconst fl_conversion_data_t \fP\fIdata\fP, 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 0644ab2c1..81283bf9a 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 @@ -3,7 +3,7 @@ fl_conversion_dynamic_partial_to_signed_detect .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_conversion_dynamic_partial_to_signed_detect\fP( \fBconst fl_conversion_data_t \fP\fIdata\fP, 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 1d145702f..5817b8f19 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 @@ -3,7 +3,7 @@ fl_conversion_dynamic_partial_to_unsigned .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_conversion_dynamic_partial_to_unsigned\fP( \fBconst fl_conversion_data_t \fP\fIdata\fP, 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 56d209def..5a40662e2 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 @@ -3,7 +3,7 @@ fl_conversion_dynamic_partial_to_unsigned_detect .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_conversion_dynamic_partial_to_unsigned_detect\fP( \fBconst fl_conversion_data_t \fP\fIdata\fP, 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 660e0a447..af317b2f9 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 @@ -3,7 +3,7 @@ fl_conversion_dynamic_to_signed .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_conversion_dynamic_to_signed\fP( \fBconst fl_conversion_data_t \fP\fIdata\fP, 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 5bcb6a3db..f06d5237a 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 @@ -3,7 +3,7 @@ fl_conversion_dynamic_to_signed_detect .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_conversion_dynamic_to_signed_detect\fP( \fBconst fl_conversion_data_t \fP\fIdata\fP, 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 d40def1fa..86c757653 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 @@ -3,7 +3,7 @@ fl_conversion_dynamic_to_unsigned .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_conversion_dynamic_to_unsigned\fP( \fBconst fl_conversion_data_t \fP\fIdata\fP, 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 1de08100b..29c55b9be 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 @@ -3,7 +3,7 @@ fl_conversion_dynamic_to_unsigned_detect .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_conversion_dynamic_to_unsigned_detect\fP( \fBconst fl_conversion_data_t \fP\fIdata\fP, 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 374207c30..d1895f78d 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 @@ -3,7 +3,7 @@ fl_directory_clone .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_directory_clone\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 4cc8bbff1..2b75145c3 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 @@ -3,7 +3,7 @@ fl_directory_clone_content .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_directory_clone_content\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 37bcb9947..c7abd9dfa 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 @@ -3,7 +3,7 @@ fl_directory_copy .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_directory_copy\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 8a5bea18a..e8980cb71 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 @@ -3,7 +3,7 @@ fl_directory_copy_content .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_directory_copy_content\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 dda4d405c..c4cc51afb 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 @@ -3,7 +3,7 @@ fl_directory_create .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_directory_create\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 6add29cbf..3d2ffa98e 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 @@ -3,7 +3,7 @@ fl_directory_list .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_directory_list\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 9a5d74a01..41d847cfe 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 @@ -3,7 +3,7 @@ fl_directory_path_pop .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_directory_path_pop\fP( \fBf_string_static_t *const \fP\fIpath\fP 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 2cd6a92d7..8e67fb745 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 @@ -3,7 +3,7 @@ fl_directory_path_push .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_directory_path_push\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 711bbfd1b..c45b09f4a 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 @@ -3,7 +3,7 @@ fl_environment_load_name .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_environment_load_name\fP( \fBconst f_string_static_t \fP\fIname\fP, 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 839dfb7e5..57e041b2f 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 @@ -3,7 +3,7 @@ fl_environment_load_names .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_environment_load_names\fP( \fBconst f_string_statics_t \fP\fInames\fP, 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 877633450..0b366bd6b 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 @@ -3,7 +3,7 @@ fl_environment_path_explode .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_environment_path_explode\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 fa6822aaa..f020278ef 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 @@ -3,7 +3,7 @@ fl_environment_path_explode_reverse .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_environment_path_explode_reverse\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 2812ce14d..c0548e227 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 @@ -3,7 +3,7 @@ fl_fss_basic_content_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_basic_content_read\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 065db823f..1a20dc149 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 @@ -3,7 +3,7 @@ fl_fss_basic_content_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_basic_content_write\fP( \fBconst f_string_static_t \fP\fIcontent\fP, 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 68a61f1a7..288ed057b 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 @@ -3,7 +3,7 @@ fl_fss_basic_list_content_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_basic_list_content_read\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 d048ee652..4a13cccb1 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 @@ -3,7 +3,7 @@ fl_fss_basic_list_content_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_basic_list_content_write\fP( \fBconst f_string_static_t \fP\fIcontent\fP, 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 fa1db6907..e40f8b274 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 @@ -3,7 +3,7 @@ fl_fss_basic_list_object_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_basic_list_object_read\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 fbeea9d6e..80dfcbf3c 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 @@ -3,7 +3,7 @@ fl_fss_basic_list_object_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_basic_list_object_write\fP( \fBconst f_string_static_t \fP\fIobject\fP, 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 2f40af3f3..0c56aeade 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 @@ -3,7 +3,7 @@ fl_fss_basic_object_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_basic_object_read\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 d43d040a1..48004eb88 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 @@ -3,7 +3,7 @@ fl_fss_basic_object_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_basic_object_write\fP( \fBconst f_string_static_t \fP\fIobject\fP, 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 e6e31bbbf..9adc3fec0 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 @@ -3,7 +3,7 @@ fl_fss_embedded_list_content_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_embedded_list_content_read\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 52a92f347..77df394ce 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 @@ -3,7 +3,7 @@ fl_fss_embedded_list_content_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_embedded_list_content_write\fP( \fBconst f_string_static_t \fP\fIcontent\fP, 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 dba72f767..982bfef2b 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 @@ -3,7 +3,7 @@ fl_fss_embedded_list_object_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_embedded_list_object_read\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 51fe2d433..f8e318e6e 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 @@ -3,7 +3,7 @@ fl_fss_embedded_list_object_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_embedded_list_object_write\fP( \fBconst f_string_static_t \fP\fIobject\fP, 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 c12929359..8ad3389c4 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 @@ -3,7 +3,7 @@ fl_fss_extended_content_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_extended_content_read\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 5d513811a..40263d33d 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 @@ -3,7 +3,7 @@ fl_fss_extended_content_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_extended_content_write\fP( \fBconst f_string_static_t \fP\fIcontent\fP, 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 26068d2fb..51d57441a 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 @@ -3,7 +3,7 @@ fl_fss_extended_list_content_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_extended_list_content_read\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 65d2e234d..9e3c5cee7 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 @@ -3,7 +3,7 @@ fl_fss_extended_list_content_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_extended_list_content_write\fP( \fBconst f_string_static_t \fP\fIcontent\fP, 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 17114038e..b5119d7f9 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 @@ -3,7 +3,7 @@ fl_fss_extended_list_object_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_extended_list_object_read\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 b27651bc2..4f90339b9 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 @@ -3,7 +3,7 @@ fl_fss_extended_list_object_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_extended_list_object_write\fP( \fBconst f_string_static_t \fP\fIobject\fP, 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 9da402f29..21fd12bed 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 @@ -3,7 +3,7 @@ fl_fss_extended_object_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_extended_object_read\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 344b40d0f..8df28deac 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 @@ -3,7 +3,7 @@ fl_fss_extended_object_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_fss_extended_object_write\fP( \fBconst f_string_static_t \fP\fIobject\fP, 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 dec45c45a..15473e193 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 @@ -3,7 +3,7 @@ fl_iki_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_iki_read\fP( \fBconst f_state_t \fP\fIstate\fP, 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 6d2cfb345..1a121fbc3 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 @@ -3,7 +3,7 @@ fl_print_format .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_format\fP( \fBconst f_string_t \fP\fIstring\fP, 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 bf27b5aa0..e96468158 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 @@ -3,7 +3,7 @@ fl_print_format_convert .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_string_t fl_print_format_convert\fP( \fBconst f_string_t \fP\fIstring\fP, 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 a27b5736e..02838ab53 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 @@ -3,7 +3,7 @@ fl_print_string_va .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_string_va\fP( \fBconst f_string_t \fP\fIstring\fP, 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 2611a8d30..5923b881c 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 @@ -3,7 +3,7 @@ fl_print_trim .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim\fP( \fBconst f_string_t \fP\fIstring\fP, 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 92bacf730..3b0ad8fb1 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 @@ -3,7 +3,7 @@ fl_print_trim_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_dynamic\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 404358691..ee29bf024 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 @@ -3,7 +3,7 @@ fl_print_trim_dynamic_partial .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_dynamic_partial\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 ca38f4705..f8bf4df3a 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 @@ -3,7 +3,7 @@ fl_print_trim_dynamic_partial_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_dynamic_partial_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 71f2245d2..634480b77 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 @@ -3,7 +3,7 @@ fl_print_trim_dynamic_partial_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_dynamic_partial_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 7ebe052c5..50a6105c5 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 @@ -3,7 +3,7 @@ fl_print_trim_dynamic_partial_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_dynamic_partial_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 e349583e0..3c7ef5718 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 @@ -3,7 +3,7 @@ fl_print_trim_dynamic_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_dynamic_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 5993e4775..bb64def4e 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 @@ -3,7 +3,7 @@ fl_print_trim_dynamic_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_dynamic_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 75ca76a4e..22e166ee7 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 @@ -3,7 +3,7 @@ fl_print_trim_dynamic_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_dynamic_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 598e4bac1..2c8b5f357 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 @@ -3,7 +3,7 @@ fl_print_trim_except .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except\fP( \fBconst f_string_t \fP\fIstring\fP, 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 836449c6d..84bc1a9f6 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 @@ -3,7 +3,7 @@ fl_print_trim_except_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_dynamic\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 f9a389e86..050309ea0 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 @@ -3,7 +3,7 @@ fl_print_trim_except_dynamic_partial .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_dynamic_partial\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 18e9e52aa..1aa9a74d5 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 @@ -3,7 +3,7 @@ fl_print_trim_except_dynamic_partial_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_dynamic_partial_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 c8a755614..6038e420d 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 @@ -3,7 +3,7 @@ fl_print_trim_except_dynamic_partial_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_dynamic_partial_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 f867845d0..cad7d427c 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 @@ -3,7 +3,7 @@ fl_print_trim_except_dynamic_partial_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_dynamic_partial_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 f0ed6907a..72b929c53 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 @@ -3,7 +3,7 @@ fl_print_trim_except_dynamic_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_dynamic_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 6ba8f3dcc..0fbb3c4d9 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 @@ -3,7 +3,7 @@ fl_print_trim_except_dynamic_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_dynamic_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 cbfe11615..a496deb85 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 @@ -3,7 +3,7 @@ fl_print_trim_except_dynamic_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_dynamic_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 444672e3d..a58f83138 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 @@ -3,7 +3,7 @@ fl_print_trim_except_in .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_in\fP( \fBconst f_string_t \fP\fIstring\fP, 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 7bc007169..b4978ac75 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 @@ -3,7 +3,7 @@ fl_print_trim_except_in_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_in_dynamic\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 64b7c3946..9d8e6e7b5 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 @@ -3,7 +3,7 @@ fl_print_trim_except_in_dynamic_partial .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_in_dynamic_partial\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 3501408e3..8f530ea30 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 @@ -3,7 +3,7 @@ fl_print_trim_except_in_dynamic_partial_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_in_dynamic_partial_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 5075bbe27..5716cc4b2 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 @@ -3,7 +3,7 @@ fl_print_trim_except_in_dynamic_partial_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_in_dynamic_partial_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 36085bde6..9390950d9 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 @@ -3,7 +3,7 @@ fl_print_trim_except_in_dynamic_partial_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_in_dynamic_partial_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 f3aeafaa0..710d91386 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 @@ -3,7 +3,7 @@ fl_print_trim_except_in_dynamic_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_in_dynamic_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 f45f26975..1af81cffa 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 @@ -3,7 +3,7 @@ fl_print_trim_except_in_dynamic_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_in_dynamic_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 89eba5a7d..ac8327686 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 @@ -3,7 +3,7 @@ fl_print_trim_except_in_dynamic_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_in_dynamic_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 724a3ae76..564d8789c 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 @@ -3,7 +3,7 @@ fl_print_trim_except_in_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_in_raw\fP( \fBconst f_string_t \fP\fIstring\fP, 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 c9d6b6b04..ddd0243f1 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 @@ -3,7 +3,7 @@ fl_print_trim_except_in_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_in_raw_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 2d7ff49dc..e928f185e 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 @@ -3,7 +3,7 @@ fl_print_trim_except_in_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_in_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 426f7438b..779c24ad5 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 @@ -3,7 +3,7 @@ fl_print_trim_except_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_raw\fP( \fBconst f_string_t \fP\fIstring\fP, 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 14898cdf6..700083eff 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 @@ -3,7 +3,7 @@ fl_print_trim_except_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_raw_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 31e66ec82..2fe97799a 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 @@ -3,7 +3,7 @@ fl_print_trim_except_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_except_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 c4eb05a4e..fb0f997aa 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 @@ -3,7 +3,7 @@ fl_print_trim_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_raw\fP( \fBconst f_string_t \fP\fIstring\fP, 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 e47fe4b31..25b3e2a9c 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 @@ -3,7 +3,7 @@ fl_print_trim_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_raw_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 2b12871b7..f3c9acc0b 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 @@ -3,7 +3,7 @@ fl_print_trim_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_print_trim_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 eda9417ae..67b0e6c87 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 @@ -3,7 +3,7 @@ fl_signal_state_interrupt .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_signal_state_interrupt\fP( \fBvoid *const \fP\fIstate\fP, 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 7ace41b18..73037dbc9 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 @@ -3,7 +3,7 @@ fl_string_compare .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_compare\fP( \fBconst f_string_t \fP\fIstring1\fP, 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 414352af5..bf0934180 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 @@ -3,7 +3,7 @@ fl_string_compare_except .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_compare_except\fP( \fBconst f_string_t \fP\fIstring1\fP, 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 3721bff3b..89a24374e 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 @@ -3,7 +3,7 @@ fl_string_compare_except_trim .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_compare_except_trim\fP( \fBconst f_string_t \fP\fIstring1\fP, 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 3086df370..b1dd48dad 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 @@ -3,7 +3,7 @@ fl_string_compare_trim .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_compare_trim\fP( \fBconst f_string_t \fP\fIstring1\fP, 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 1056746d6..3de796b18 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 @@ -3,7 +3,7 @@ fl_string_dynamic_compare .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_compare\fP( \fBconst f_string_static_t \fP\fIstring1\fP, 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 b5735fb90..e034840d0 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 @@ -3,7 +3,7 @@ fl_string_dynamic_compare_except .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_compare_except\fP( \fBconst f_string_static_t \fP\fIstring1\fP, 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 e05549b0f..979f7ead0 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 @@ -3,7 +3,7 @@ fl_string_dynamic_compare_except_string .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_compare_except_string\fP( \fBconst f_string_t \fP\fIstring1\fP, 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 ef5255bf3..c82a19a8b 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 @@ -3,7 +3,7 @@ fl_string_dynamic_compare_except_trim .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_compare_except_trim\fP( \fBconst f_string_static_t \fP\fIstring1\fP, 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 853cfe8dc..91a092524 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 @@ -3,7 +3,7 @@ fl_string_dynamic_compare_except_trim_string .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_compare_except_trim_string\fP( \fBconst f_string_t \fP\fIstring1\fP, 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 c331d69fb..105654358 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 @@ -3,7 +3,7 @@ fl_string_dynamic_compare_string .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_compare_string\fP( \fBconst f_string_t \fP\fIstring1\fP, 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 7c6d3d28a..c7b625aad 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 @@ -3,7 +3,7 @@ fl_string_dynamic_compare_trim .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_compare_trim\fP( \fBconst f_string_static_t \fP\fIstring1\fP, 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 e364a0249..a4c76b411 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 @@ -3,7 +3,7 @@ fl_string_dynamic_compare_trim_string .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_compare_trim_string\fP( \fBconst f_string_t \fP\fIstring1\fP, 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 3a4d91d07..59a8f0405 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 @@ -3,7 +3,7 @@ fl_string_dynamic_partial_compare .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_partial_compare\fP( \fBconst f_string_static_t \fP\fIstring1\fP, 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 dfbecad6c..eddcb3709 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 @@ -3,7 +3,7 @@ fl_string_dynamic_partial_compare_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_partial_compare_dynamic\fP( \fBconst f_string_static_t \fP\fIstring1\fP, 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 15edf347a..220bbf182 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 @@ -3,7 +3,7 @@ fl_string_dynamic_partial_compare_except .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_partial_compare_except\fP( \fBconst f_string_static_t \fP\fIstring1\fP, 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 35a346f10..040d2b743 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 @@ -3,7 +3,7 @@ fl_string_dynamic_partial_compare_except_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_partial_compare_except_dynamic\fP( \fBconst f_string_static_t \fP\fIstring1\fP, 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 44d5c91c2..ba8de894d 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 @@ -3,7 +3,7 @@ fl_string_dynamic_partial_compare_except_string .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_partial_compare_except_string\fP( \fBconst f_string_t \fP\fIstring1\fP, 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 f1d92f2a6..204393309 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 @@ -3,7 +3,7 @@ fl_string_dynamic_partial_compare_except_trim .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_partial_compare_except_trim\fP( \fBconst f_string_static_t \fP\fIstring1\fP, 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 d162dfcd4..46de78e0f 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 @@ -3,7 +3,7 @@ fl_string_dynamic_partial_compare_except_trim_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_partial_compare_except_trim_dynamic\fP( \fBconst f_string_static_t \fP\fIstring1\fP, 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 57c0e4c91..d391e4aa0 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 @@ -3,7 +3,7 @@ fl_string_dynamic_partial_compare_except_trim_string .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_partial_compare_except_trim_string\fP( \fBconst f_string_t \fP\fIstring1\fP, 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 773020f76..edd7fd85c 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 @@ -3,7 +3,7 @@ fl_string_dynamic_partial_compare_string .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_partial_compare_string\fP( \fBconst f_string_t \fP\fIstring1\fP, 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 acd9841ed..db06a588e 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 @@ -3,7 +3,7 @@ fl_string_dynamic_partial_compare_trim .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_partial_compare_trim\fP( \fBconst f_string_static_t \fP\fIstring1\fP, 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 5972757c9..42c55310f 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 @@ -3,7 +3,7 @@ fl_string_dynamic_partial_compare_trim_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_partial_compare_trim_dynamic\fP( \fBconst f_string_static_t \fP\fIstring1\fP, 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 86208c53e..192969dfa 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 @@ -3,7 +3,7 @@ fl_string_dynamic_partial_compare_trim_string .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_partial_compare_trim_string\fP( \fBconst f_string_t \fP\fIstring1\fP, 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 eedb3cb1f..3a6958de5 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 @@ -3,7 +3,7 @@ fl_string_dynamic_partial_fll_identify .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_partial_fll_identify\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 bd0605de2..c89a5238b 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 @@ -3,7 +3,7 @@ fl_string_dynamic_partial_rip .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_partial_rip\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 d008568a4..19084e487 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 @@ -3,7 +3,7 @@ fl_string_dynamic_partial_rip_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_partial_rip_nulless\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 72f6a4ce5..7f1785811 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 @@ -3,7 +3,7 @@ fl_string_dynamic_rip .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_rip\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 274e16d66..2f4131aee 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 @@ -3,7 +3,7 @@ fl_string_dynamic_rip_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_rip_nulless\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 849278193..35151af28 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 @@ -3,7 +3,7 @@ fl_string_dynamic_seek_line_to_utf_character .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_seek_line_to_utf_character\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 456dbcf40..ee270ba7a 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 @@ -3,7 +3,7 @@ fl_string_dynamic_seek_line_until_graph .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_seek_line_until_graph\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 cbcf670aa..39d4936ea 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 @@ -3,7 +3,7 @@ fl_string_dynamic_seek_line_until_graph_non .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_seek_line_until_graph_non\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 7fc7c6d84..327092e75 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 @@ -3,7 +3,7 @@ fl_string_dynamic_seek_to_utf_character .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_dynamic_seek_to_utf_character\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 415861010..2d84158ca 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 @@ -3,7 +3,7 @@ fl_string_rip .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_rip\fP( \fBconst f_string_t \fP\fIsource\fP, 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 0fcebc0f3..7c4c32f70 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 @@ -3,7 +3,7 @@ fl_string_rip_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_rip_nulless\fP( \fBconst f_string_t \fP\fIsource\fP, 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 7a82e36e8..980b7740e 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 @@ -3,7 +3,7 @@ fl_string_seek_line_to_utf_character .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_seek_line_to_utf_character\fP( \fBconst f_string_t \fP\fIstring\fP, 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 51fab36a6..a754ceb30 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 @@ -3,7 +3,7 @@ fl_string_seek_line_until_graph .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_seek_line_until_graph\fP( \fBconst f_string_t \fP\fIstring\fP, 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 cb9fc18b3..7e389eedf 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 @@ -3,7 +3,7 @@ fl_string_seek_line_until_graph_non .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_seek_line_until_graph_non\fP( \fBconst f_string_t \fP\fIstring\fP, 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 9d661c680..4ac7a7a50 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 @@ -3,7 +3,7 @@ fl_string_seek_to_utf_character .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_string_seek_to_utf_character\fP( \fBconst f_string_t \fP\fIstring\fP, 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 4d6743c2b..4a19a5a16 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 @@ -3,7 +3,7 @@ fl_utf_string_compare .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_string_compare\fP( \fBconst f_utf_string_t \fP\fIstring1\fP, 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 6abbd5ec6..4027fb912 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 @@ -3,7 +3,7 @@ fl_utf_string_compare_trim .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_string_compare_trim\fP( \fBconst f_utf_string_t \fP\fIstring1\fP, 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 990aa1178..0229070d5 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 @@ -3,7 +3,7 @@ fl_utf_string_dynamic_compare .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_string_dynamic_compare\fP( \fBconst f_utf_string_static_t \fP\fIstring1\fP, 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 81e81cadb..4b17b8e8f 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 @@ -3,7 +3,7 @@ fl_utf_string_dynamic_compare_trim .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_string_dynamic_compare_trim\fP( \fBconst f_utf_string_static_t \fP\fIstring1\fP, 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 536d9f323..efdfd85ca 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 @@ -3,7 +3,7 @@ fl_utf_string_dynamic_partial_compare .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_string_dynamic_partial_compare\fP( \fBconst f_utf_string_static_t \fP\fIstring1\fP, 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 2b46a02a6..8e46bc52b 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 @@ -3,7 +3,7 @@ fl_utf_string_dynamic_partial_compare_trim .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_string_dynamic_partial_compare_trim\fP( \fBconst f_utf_string_static_t \fP\fIstring1\fP, 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 ae934fdf0..8ad811753 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 @@ -3,7 +3,7 @@ fl_utf_string_dynamic_rip .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_string_dynamic_rip\fP( \fBconst f_utf_string_static_t \fP\fIsource\fP, 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 4b15830af..8e40153e1 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 @@ -3,7 +3,7 @@ fl_utf_string_dynamic_rip_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_string_dynamic_rip_nulless\fP( \fBconst f_utf_string_static_t \fP\fIsource\fP, 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 dade6fb23..e4c14d77e 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 @@ -3,7 +3,7 @@ fl_utf_string_dynamic_seek_line_to_char .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_string_dynamic_seek_line_to_char\fP( \fBconst f_utf_string_static_t \fP\fIbuffer\fP, 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 a9ac11a23..3e3dd7af3 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 @@ -3,7 +3,7 @@ fl_utf_string_dynamic_seek_line_until_graph .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_string_dynamic_seek_line_until_graph\fP( \fBconst f_utf_string_static_t \fP\fIbuffer\fP, 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 b3f8c730d..67a78872e 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 @@ -3,7 +3,7 @@ fl_utf_string_dynamic_seek_line_until_graph_non .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_string_dynamic_seek_line_until_graph_non\fP( \fBconst f_utf_string_static_t \fP\fIbuffer\fP, 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 8e3af8766..062514d0d 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 @@ -3,7 +3,7 @@ fl_utf_string_dynamic_seek_to_char .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_string_dynamic_seek_to_char\fP( \fBconst f_utf_string_static_t \fP\fIbuffer\fP, 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 43afda4f1..095a3e1eb 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 @@ -3,7 +3,7 @@ fl_utf_string_rip .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_string_rip\fP( \fBconst f_utf_string_t \fP\fIsource\fP, 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 44f1b6453..91791e72d 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 @@ -3,7 +3,7 @@ fl_utf_string_rip_nulless .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_string_rip_nulless\fP( \fBconst f_utf_string_t \fP\fIsource\fP, 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 e2a3cb5dd..ee59b91c4 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 @@ -3,7 +3,7 @@ fl_utf_string_seek_line_to_char .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_string_seek_line_to_char\fP( \fBconst f_utf_string_t \fP\fIstring\fP, 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 ac5bcaf9e..1fb831d91 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 @@ -3,7 +3,7 @@ fl_utf_string_seek_line_until_graph .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_string_seek_line_until_graph\fP( \fBconst f_utf_string_t \fP\fIstring\fP, 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 4776192a5..0dbed016d 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 @@ -3,7 +3,7 @@ fl_utf_string_seek_line_until_graph_non .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_string_seek_line_until_graph_non\fP( \fBconst f_utf_string_t \fP\fIstring\fP, 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 0bb816989..4e4f29dc6 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 @@ -3,7 +3,7 @@ fl_utf_string_seek_to_char .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_string_seek_to_char\fP( \fBconst f_utf_string_t \fP\fIstring\fP, 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 410356c2a..2949a5143 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 @@ -3,7 +3,7 @@ fl_utf_file_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_file_read\fP( \fBconst f_file_t \fP\fIfile\fP, 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 b18bf992e..fdfdc2c19 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 @@ -3,7 +3,7 @@ fl_utf_file_read_block .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_file_read_block\fP( \fBconst f_file_t \fP\fIfile\fP, 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 30a6da470..deca6a104 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 @@ -3,7 +3,7 @@ fl_utf_file_read_until .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_file_read_until\fP( \fBconst f_file_t \fP\fIfile\fP, 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 21bfb51ec..a7b184af8 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 @@ -3,7 +3,7 @@ fl_utf_file_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_file_write\fP( \fBconst f_file_t \fP\fIfile\fP, 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 80f007286..3d070b719 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 @@ -3,7 +3,7 @@ fl_utf_file_write_block .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_file_write_block\fP( \fBconst f_file_t \fP\fIfile\fP, 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 ee0113df8..4c432fa05 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 @@ -3,7 +3,7 @@ fl_utf_file_write_range .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_file_write_range\fP( \fBconst f_file_t \fP\fIfile\fP, 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 0d3a0656a..47017502d 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 @@ -3,7 +3,7 @@ fl_utf_file_write_until .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fl_utf_file_write_until\fP( \fBconst f_file_t \fP\fIfile\fP, 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 b0d63051d..de182547c 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 @@ -3,7 +3,7 @@ fll_control_group_prepare .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_control_group_prepare\fP( \fBconst f_control_group_t \fP\fIcontrol_group\fP 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 fdc1d97e3..9039e86e1 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 @@ -3,7 +3,7 @@ fll_error_file_print .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_error_file_print\fP( \fBconst fl_print_t \fP\fIprint\fP, 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 b4a1fa61e..777d4736d 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 @@ -3,7 +3,7 @@ fll_error_parameter_integer_print .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_error_parameter_integer_print\fP( \fBconst fl_print_t \fP\fIprint\fP, 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 271e6ceed..7a2fd5da7 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 @@ -3,7 +3,7 @@ fll_error_print .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_error_print\fP( \fBconst fl_print_t \fP\fIprint\fP, 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 d9db41088..5e9a6e508 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 @@ -3,7 +3,7 @@ fll_execute_arguments_add .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_execute_arguments_add\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 ec2b65eb5..ffb22a841 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 @@ -3,7 +3,7 @@ fll_execute_arguments_add_parameter .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_execute_arguments_add_parameter\fP( \fBconst f_string_static_t \fP\fIprefix\fP, 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 261aa84d6..cf4899130 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 @@ -3,7 +3,7 @@ fll_execute_arguments_add_parameter_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_execute_arguments_add_parameter_set\fP( \fBconst f_string_static_t \fP\fIprefix\fP, 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 5beb3c0b3..fef6f597e 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 @@ -3,7 +3,7 @@ fll_execute_arguments_add_set .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_execute_arguments_add_set\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 2b8e85399..21b458b78 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 @@ -3,7 +3,7 @@ fll_execute_into .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_execute_into\fP( \fBconst f_string_static_t \fP\fIprogram\fP, 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 37013ec1f..4908c6585 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 @@ -3,7 +3,7 @@ fll_execute_program .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_execute_program\fP( \fBconst f_string_static_t \fP\fIprogram\fP, 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 f88003740..16c1c16ad 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 @@ -3,7 +3,7 @@ fll_file_mode_set_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_file_mode_set_all\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 83355ef99..b61c7f8ec 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 @@ -3,7 +3,7 @@ fll_file_move .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_file_move\fP( \fBconst f_string_static_t \fP\fIsource\fP, 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 960c78dfb..8687928a1 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 @@ -3,7 +3,7 @@ fll_file_role_change_all .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_file_role_change_all\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 9054841d2..623947e6b 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 @@ -3,7 +3,7 @@ fll_fss_basic_list_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_basic_list_read\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 bbcd793d9..03049c8ed 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 @@ -3,7 +3,7 @@ fll_fss_basic_list_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_basic_list_write\fP( \fBconst f_string_static_t \fP\fIobject\fP, 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 d7999ca75..10585dd58 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 @@ -3,7 +3,7 @@ fll_fss_basic_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_basic_read\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 4cc70cd08..0f1a8c0a5 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 @@ -3,7 +3,7 @@ fll_fss_basic_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_basic_write\fP( \fBconst f_string_static_t \fP\fIobject\fP, 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 88becb42c..050873528 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 @@ -3,7 +3,7 @@ fll_fss_embedded_list_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_embedded_list_read\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 6e21bd593..807949133 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 @@ -3,7 +3,7 @@ fll_fss_embedded_list_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_embedded_list_write\fP( \fBconst f_string_static_t \fP\fIobject\fP, 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 b22ba15e1..4cce691c3 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 @@ -3,7 +3,7 @@ fll_fss_extended_list_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_extended_list_read\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 4dc4aa8d7..02dc183c5 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 @@ -3,7 +3,7 @@ fll_fss_extended_list_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_extended_list_write\fP( \fBconst f_string_static_t \fP\fIobject\fP, 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 54beb4ef8..5eb4041ab 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 @@ -3,7 +3,7 @@ fll_fss_extended_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_extended_read\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 000d553a1..6d5fdc710 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 @@ -3,7 +3,7 @@ fll_fss_extended_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_extended_write\fP( \fBconst f_string_static_t \fP\fIobject\fP, 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 29ec37574..e0fa62a18 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 @@ -3,7 +3,7 @@ fll_fss_identify .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_identify\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 b045f6f45..8e75c385b 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 @@ -3,7 +3,7 @@ fll_fss_payload_read .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_payload_read\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 d8b1cee09..4385a1552 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 @@ -3,7 +3,7 @@ fll_fss_payload_write .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_payload_write\fP( \fBconst f_string_static_t \fP\fIobject\fP, 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 2214d9e2e..cfbac76b3 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 @@ -3,7 +3,7 @@ fll_fss_snatch .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_snatch\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 e47af6e59..2326df280 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 @@ -3,7 +3,7 @@ fll_fss_snatch_apart .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_snatch_apart\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 c2df759a4..2128d59e4 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 @@ -3,7 +3,7 @@ fll_fss_snatch_map .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_snatch_map\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 4692188d9..a5fca4489 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 @@ -3,7 +3,7 @@ fll_fss_snatch_map_apart .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_snatch_map_apart\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 4b56abaa8..3dba116c8 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 @@ -3,7 +3,7 @@ fll_fss_snatch_map_mash .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_snatch_map_mash\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 6953f2c2d..367df94f7 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 @@ -3,7 +3,7 @@ fll_fss_snatch_map_mash_apart .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_snatch_map_mash_apart\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 c2a3b46a6..a7f2fc9f9 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 @@ -3,7 +3,7 @@ fll_fss_snatch_map_together .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_snatch_map_together\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 50a1f9a06..9265fc66a 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 @@ -3,7 +3,7 @@ fll_fss_snatch_mash .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_snatch_mash\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 aba48244f..280f3b3fb 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 @@ -3,7 +3,7 @@ fll_fss_snatch_mash_apart .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_snatch_mash_apart\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 db6639d9e..94ff91146 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 @@ -3,7 +3,7 @@ fll_fss_snatch_together .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_snatch_together\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_status_string_from.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_status_string_from.3 index afd92aaea..5b0faa1bb 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_status_string_from.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_status_string_from.3 @@ -3,7 +3,7 @@ fll_fss_status_string_from .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_status_string_from\fP( \fBconst f_string_static_t \fP\fIname\fP, diff --git a/level_2/fll_fss/data/documentation/man/man3/fll_fss_status_string_to.3 b/level_2/fll_fss/data/documentation/man/man3/fll_fss_status_string_to.3 index 9c75856ff..1bfe9facf 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_status_string_to.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_status_string_to.3 @@ -3,7 +3,7 @@ fll_fss_status_string_to .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_fss_status_string_to\fP( \fBconst f_status_t \fP\fIcode\fP, 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 78dc1f397..0c2240890 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 @@ -3,7 +3,7 @@ fll_iki_content_escape .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_iki_content_escape\fP( \fBconst f_string_static_t \fP\fIcontent\fP, 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 50501f81f..c5c7a3004 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 @@ -3,7 +3,7 @@ fll_iki_content_partial_escape .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_iki_content_partial_escape\fP( \fBconst f_string_static_t \fP\fIcontent\fP, 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 ec350c0e9..0f5a3f439 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 @@ -3,7 +3,7 @@ fll_iki_content_partial_unescape .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_iki_content_partial_unescape\fP( \fBconst f_string_static_t \fP\fIcontent\fP, 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 0bf0fe40e..9ff25c4b3 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 @@ -3,7 +3,7 @@ fll_iki_content_unescape .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_iki_content_unescape\fP( \fBconst f_string_static_t \fP\fIcontent\fP, 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 215823b04..6113fc409 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 @@ -3,7 +3,7 @@ fll_path_canonical .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_path_canonical\fP( \fBconst f_string_static_t \fP\fIpath\fP, 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 62ffe93a5..5c780d5b0 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 @@ -3,7 +3,7 @@ fll_print .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print\fP( \fBconst f_string_t \fP\fIstring\fP, 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 0f86148e2..a362c37d8 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 @@ -3,7 +3,7 @@ fll_print_character .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_character\fP( \fBconst f_char_t \fP\fIcharacter\fP, 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 ae5585932..9717e51b3 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 @@ -3,7 +3,7 @@ fll_print_character_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_character_safely\fP( \fBconst f_char_t \fP\fIcharacter\fP, 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 48d0edeef..4126e4a7c 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 @@ -3,7 +3,7 @@ fll_print_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_dynamic\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 47b64a963..ba32f3a8f 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 @@ -3,7 +3,7 @@ fll_print_dynamic_partial .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_dynamic_partial\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 f07e33a40..d5ebd742f 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 @@ -3,7 +3,7 @@ fll_print_dynamic_partial_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_dynamic_partial_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 5783deffd..42c3d1411 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 @@ -3,7 +3,7 @@ fll_print_dynamic_partial_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_dynamic_partial_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 126662385..9d2cb64b1 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 @@ -3,7 +3,7 @@ fll_print_dynamic_partial_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_dynamic_partial_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 a98da3d84..0082c377e 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 @@ -3,7 +3,7 @@ fll_print_dynamic_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_dynamic_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 74cac0ddd..636ab3720 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 @@ -3,7 +3,7 @@ fll_print_dynamic_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_dynamic_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 d83395d18..0db54a396 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 @@ -3,7 +3,7 @@ fll_print_dynamic_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_dynamic_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 9d78b4ed4..abae7dfea 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 @@ -3,7 +3,7 @@ fll_print_except .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except\fP( \fBconst f_string_t \fP\fIstring\fP, 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 3ad5049b2..bee45f30e 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 @@ -3,7 +3,7 @@ fll_print_except_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_dynamic\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 90d6c833c..b3cd9e253 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 @@ -3,7 +3,7 @@ fll_print_except_dynamic_partial .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_dynamic_partial\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 9e86037fc..3af4f6be7 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 @@ -3,7 +3,7 @@ fll_print_except_dynamic_partial_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_dynamic_partial_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 1dae72537..a690b8e14 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 @@ -3,7 +3,7 @@ fll_print_except_dynamic_partial_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_dynamic_partial_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 e96e01e6e..7b4b2fa49 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 @@ -3,7 +3,7 @@ fll_print_except_dynamic_partial_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_dynamic_partial_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 7daaaef9e..783183a39 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 @@ -3,7 +3,7 @@ fll_print_except_dynamic_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_dynamic_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 82a68f386..01dc7b46a 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 @@ -3,7 +3,7 @@ fll_print_except_dynamic_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_dynamic_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 980f5f48b..85a009544 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 @@ -3,7 +3,7 @@ fll_print_except_dynamic_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_dynamic_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 5ba10273b..e70a1969b 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 @@ -3,7 +3,7 @@ fll_print_except_in .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_in\fP( \fBconst f_string_t \fP\fIstring\fP, 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 120339a63..5e6f53eb0 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 @@ -3,7 +3,7 @@ fll_print_except_in_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_in_dynamic\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 ad9f41c7b..29564b84f 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 @@ -3,7 +3,7 @@ fll_print_except_in_dynamic_partial .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_in_dynamic_partial\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 5fdf4292c..a5040f530 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 @@ -3,7 +3,7 @@ fll_print_except_in_dynamic_partial_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_in_dynamic_partial_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 b9b88da4b..6522f929b 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 @@ -3,7 +3,7 @@ fll_print_except_in_dynamic_partial_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_in_dynamic_partial_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 7693695b6..4b07343b6 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 @@ -3,7 +3,7 @@ fll_print_except_in_dynamic_partial_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_in_dynamic_partial_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 3d0edb61d..bf018a5de 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 @@ -3,7 +3,7 @@ fll_print_except_in_dynamic_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_in_dynamic_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 30d5c6ba3..888231d9e 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 @@ -3,7 +3,7 @@ fll_print_except_in_dynamic_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_in_dynamic_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 83258a0ee..4753747ab 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 @@ -3,7 +3,7 @@ fll_print_except_in_dynamic_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_in_dynamic_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 96e3c0c84..278c9c2e7 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 @@ -3,7 +3,7 @@ fll_print_except_in_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_in_raw\fP( \fBconst f_string_t \fP\fIstring\fP, 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 fcc38533a..c455b71ef 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 @@ -3,7 +3,7 @@ fll_print_except_in_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_in_raw_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 19f83ac34..c3008e860 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 @@ -3,7 +3,7 @@ fll_print_except_in_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_in_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 09f7b0607..e43223fef 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 @@ -3,7 +3,7 @@ fll_print_except_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_raw\fP( \fBconst f_string_t \fP\fIstring\fP, 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 82ba255df..cb08ebcc2 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 @@ -3,7 +3,7 @@ fll_print_except_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_raw_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 a7c56b27f..42579068b 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 @@ -3,7 +3,7 @@ fll_print_except_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_except_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 1a828d335..c6955e085 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 @@ -3,7 +3,7 @@ fll_print_format .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_format\fP( \fBconst f_string_t \fP\fIstring\fP, 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 541ecca6d..ce17b4079 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 @@ -3,7 +3,7 @@ fll_print_format_convert .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_string_t fll_print_format_convert\fP( \fBconst f_string_t \fP\fIcurrent\fP, 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 3cdfa92ab..1945ebced 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 @@ -3,7 +3,7 @@ fll_print_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_raw\fP( \fBconst f_string_t \fP\fIstring\fP, 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 e0a930db1..be56c627d 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 @@ -3,7 +3,7 @@ fll_print_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_raw_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 308fa414f..494eabcc3 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 @@ -3,7 +3,7 @@ fll_print_raw_terminated .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_raw_terminated\fP( \fBconst f_string_t \fP\fIstring\fP, 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 5c44bfd34..417fd13d3 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 @@ -3,7 +3,7 @@ fll_print_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 4dee0b433..7d096a666 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 @@ -3,7 +3,7 @@ fll_print_safely_terminated .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_safely_terminated\fP( \fBconst f_string_t \fP\fIstring\fP, 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 8e3bfa8b0..06da1dab0 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 @@ -3,7 +3,7 @@ fll_print_string_va .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_string_va\fP( \fBconst f_string_t \fP\fIstring\fP, 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 7d301dff3..d7a8b5bb7 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 @@ -3,7 +3,7 @@ fll_print_terminated .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_terminated\fP( \fBconst f_string_t \fP\fIstring\fP, 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 1ca70220a..d26e8514c 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 @@ -3,7 +3,7 @@ fll_print_trim .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim\fP( \fBconst f_string_t \fP\fIstring\fP, 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 b512c7fe0..9ccb26b39 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 @@ -3,7 +3,7 @@ fll_print_trim_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_dynamic\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 f8bc25fd5..631107c7b 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 @@ -3,7 +3,7 @@ fll_print_trim_dynamic_partial .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_dynamic_partial\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 679a92145..631e1564a 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 @@ -3,7 +3,7 @@ fll_print_trim_dynamic_partial_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_dynamic_partial_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 1d46591ea..9d3e16704 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 @@ -3,7 +3,7 @@ fll_print_trim_dynamic_partial_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_dynamic_partial_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 095c1e3ec..370879203 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 @@ -3,7 +3,7 @@ fll_print_trim_dynamic_partial_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_dynamic_partial_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 d90d4a3a4..e446ab3fd 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 @@ -3,7 +3,7 @@ fll_print_trim_dynamic_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_dynamic_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 3b813a4c6..f7cdbf205 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 @@ -3,7 +3,7 @@ fll_print_trim_dynamic_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_dynamic_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 7ad950668..b60fd375c 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 @@ -3,7 +3,7 @@ fll_print_trim_dynamic_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_dynamic_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 0e01bbaad..66e3e86ff 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 @@ -3,7 +3,7 @@ fll_print_trim_except .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except\fP( \fBconst f_string_t \fP\fIstring\fP, 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 10923a416..1837c9674 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 @@ -3,7 +3,7 @@ fll_print_trim_except_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_dynamic\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 812798006..a85670b25 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 @@ -3,7 +3,7 @@ fll_print_trim_except_dynamic_partial .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_dynamic_partial\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 d95e8ba1f..7cd6e341e 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 @@ -3,7 +3,7 @@ fll_print_trim_except_dynamic_partial_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_dynamic_partial_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 ee0ce67b5..d0f647441 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 @@ -3,7 +3,7 @@ fll_print_trim_except_dynamic_partial_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_dynamic_partial_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 3ded2f79c..52ac72aa8 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 @@ -3,7 +3,7 @@ fll_print_trim_except_dynamic_partial_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_dynamic_partial_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 0b64330da..c98b82510 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 @@ -3,7 +3,7 @@ fll_print_trim_except_dynamic_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_dynamic_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 9ba78034e..05ae23f9a 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 @@ -3,7 +3,7 @@ fll_print_trim_except_dynamic_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_dynamic_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 d744c6479..1a4436cb6 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 @@ -3,7 +3,7 @@ fll_print_trim_except_dynamic_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_dynamic_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 c63c3f92e..5e3209365 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 @@ -3,7 +3,7 @@ fll_print_trim_except_in .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_in\fP( \fBconst f_string_t \fP\fIstring\fP, 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 ee0f55b87..41a8d77d7 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 @@ -3,7 +3,7 @@ fll_print_trim_except_in_dynamic .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_in_dynamic\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 c93c0c0bc..404282bf2 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 @@ -3,7 +3,7 @@ fll_print_trim_except_in_dynamic_partial .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_in_dynamic_partial\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 e0399cf8f..99bef5f0e 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 @@ -3,7 +3,7 @@ fll_print_trim_except_in_dynamic_partial_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_in_dynamic_partial_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 d41ac6fa0..806ab2078 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 @@ -3,7 +3,7 @@ fll_print_trim_except_in_dynamic_partial_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_in_dynamic_partial_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 4fc0eccb7..bf41d6b0b 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 @@ -3,7 +3,7 @@ fll_print_trim_except_in_dynamic_partial_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_in_dynamic_partial_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 340563927..e93496b43 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 @@ -3,7 +3,7 @@ fll_print_trim_except_in_dynamic_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_in_dynamic_raw\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 fbfc440fb..315dcf3be 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 @@ -3,7 +3,7 @@ fll_print_trim_except_in_dynamic_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_in_dynamic_raw_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 996f17c8d..a42e526f0 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 @@ -3,7 +3,7 @@ fll_print_trim_except_in_dynamic_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_in_dynamic_safely\fP( \fBconst f_string_static_t \fP\fIbuffer\fP, 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 56589b738..2ee0566f8 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 @@ -3,7 +3,7 @@ fll_print_trim_except_in_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_in_raw\fP( \fBconst f_string_t \fP\fIstring\fP, 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 c961aacef..4e3c39f8c 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 @@ -3,7 +3,7 @@ fll_print_trim_except_in_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_in_raw_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 f927f61a0..84a4d8c8a 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 @@ -3,7 +3,7 @@ fll_print_trim_except_in_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_in_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 8b7ff1fd1..97d48fc5b 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 @@ -3,7 +3,7 @@ fll_print_trim_except_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_raw\fP( \fBconst f_string_t \fP\fIstring\fP, 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 ee570e7c3..d1b25cefc 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 @@ -3,7 +3,7 @@ fll_print_trim_except_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_raw_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 6405f88ed..658defe34 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 @@ -3,7 +3,7 @@ fll_print_trim_except_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_except_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 79ec00e52..a8ac6bb61 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 @@ -3,7 +3,7 @@ fll_print_trim_raw .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_raw\fP( \fBconst f_string_t \fP\fIstring\fP, 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 9922869f2..74b3a7b9d 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 @@ -3,7 +3,7 @@ fll_print_trim_raw_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_raw_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 97277fb8f..a0db431b3 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 @@ -3,7 +3,7 @@ fll_print_trim_safely .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_print_trim_safely\fP( \fBconst f_string_t \fP\fIstring\fP, 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 88f7842c1..6ffb7ad4c 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 @@ -3,7 +3,7 @@ fll_program_data_delete .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_program_data_delete\fP( \fBfll_program_data_t *const \fP\fIdata\fP 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 35dbc9e46..ae74ac607 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 @@ -3,7 +3,7 @@ fll_program_data_destroy .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_program_data_destroy\fP( \fBfll_program_data_t *const \fP\fIdata\fP 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 08310b909..5ce1f2cf4 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 @@ -3,7 +3,7 @@ fll_program_parameter_additional_append .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_program_parameter_additional_append\fP( \fBconst f_string_static_t *const \fP\fIarguments\fP, 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 79b5fc182..682d31be5 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 @@ -3,7 +3,7 @@ fll_program_parameter_additional_mash .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_program_parameter_additional_mash\fP( \fBconst f_string_static_t \fP\fIglue\fP, 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 bee59253f..0973d369c 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 @@ -3,7 +3,7 @@ fll_program_parameter_additional_rip .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_program_parameter_additional_rip\fP( \fBconst f_string_static_t *const \fP\fIarguments\fP, 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 eedc3fa8e..a72b8e470 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 @@ -3,7 +3,7 @@ fll_program_parameter_additional_rip_mash .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_program_parameter_additional_rip_mash\fP( \fBconst f_string_static_t \fP\fIglue\fP, 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 8a1559844..ad328ec7a 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 @@ -3,7 +3,7 @@ fll_program_parameter_long_print_cannot_use_with .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_program_parameter_long_print_cannot_use_with\fP( \fBconst fl_print_t \fP\fIprint\fP, 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 a46cd2880..ed098018b 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 @@ -3,7 +3,7 @@ fll_program_parameter_process .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_program_parameter_process\fP( \fBconst f_console_arguments_t \fP\fIarguments\fP, 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 2a113bd75..451686f3f 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 @@ -3,7 +3,7 @@ fll_program_parameter_process_empty .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBvoid fll_program_parameter_process_empty\fP( \fBf_color_context_t *const \fP\fIcontext\fP, 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 d76c13b86..a8fbea082 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 @@ -3,7 +3,7 @@ fll_program_print_help_header .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_program_print_help_header\fP( \fBconst f_file_t \fP\fIoutput\fP, 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 c0c959836..5b9239da4 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 @@ -3,7 +3,7 @@ fll_program_print_help_option .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_program_print_help_option\fP( \fBconst f_file_t \fP\fIoutput\fP, 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 eded77bf9..a4fc8ab8b 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 @@ -3,7 +3,7 @@ fll_program_print_help_option_long .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_program_print_help_option_long\fP( \fBconst f_file_t \fP\fIoutput\fP, 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 8b2ad21f2..492d918ac 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 @@ -3,7 +3,7 @@ fll_program_print_help_option_other .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_program_print_help_option_other\fP( \fBconst f_file_t \fP\fIoutput\fP, 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 e36d87800..45037f538 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 @@ -3,7 +3,7 @@ fll_program_print_help_usage .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_program_print_help_usage\fP( \fBconst f_file_t \fP\fIoutput\fP, 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 c88d6811d..7982c49d1 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 @@ -3,7 +3,7 @@ fll_program_print_version .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_program_print_version\fP( \fBconst f_file_t \fP\fIoutput\fP, 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 eef0cddfd..559a657d7 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 @@ -3,7 +3,7 @@ fll_program_standard_setdown .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_program_standard_setdown\fP( \fBf_signal_t *const \fP\fIsignal\fP 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 3e057b5fa..de7755aeb 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 @@ -3,7 +3,7 @@ fll_program_standard_setup .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_program_standard_setup\fP( \fBf_signal_t *const \fP\fIsignal\fP 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 3109e9b09..0d5fefa68 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 @@ -3,7 +3,7 @@ fll_program_standard_signal_received .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_program_standard_signal_received\fP( \fBfll_program_data_t *const \fP\fImain\fP 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 fa04528cb..d88d36252 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 @@ -3,7 +3,7 @@ fll_program_standard_signal_state .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_program_standard_signal_state\fP( \fBvoid *const \fP\fIstate\fP, 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 6e56e5a85..e1a2c10f4 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 @@ -3,7 +3,7 @@ fll_status_string_from .SH SYNOPSIS .nf -.B #include +.B #include .sp \fBf_status_t fll_status_string_from\fP( \fBconst f_string_static_t \fP\fIname\fP, -- 2.47.3