From: Kevin Day Date: Sun, 2 Jul 2023 04:07:44 +0000 (-0500) Subject: Bugfix: Use more correct include paths in the man pages. X-Git-Tag: 0.6.6~3 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=ecddd4d16504d3e2d9502d6a4dfe67658dce98dc;p=fll 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. --- 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 aa4035b..8fec760 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 15bf6a4..c70e524 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 75dd4d2..bfc2a52 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 77d487d..67e6829 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 985ee14..0f483b4 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 12f09a0..6a82997 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 eab6ae4..fbf3e94 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 e89804e..6b61bae 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 001a556..ffb386a 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 4300615..dd8b18d 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 2e9e2e7..90f98f5 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 496b34c..7e5b27b 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 2e3ec8a..1866731 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 5699ae8..2454737 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 0533d53..55ac60c 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 0d1979d..fdef26b 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 0573cbe..da9a4ef 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 f41d93e..2fdcf67 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 cd65af0..0dc9a15 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 1d9a3aa..66467e2 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 dda1988..3921cb5 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 7b8cc11..2628f0f 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 04020cc..a674eb2 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 a945382..5870d23 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 d02a4f0..fc38a4f 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 249ad51..b3bbde2 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 fe3be7d..9962a61 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 f033059..877fcc9 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 d66d11d..58f24b6 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 2ab62ea..1ef9aee 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 5f6e2ac..ff9366b 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 3f77bce..a6f139d 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 c326d60..32a6026 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 cebf989..cc50478 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 b554687..3c45b11 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 4fcf216..708f3a3 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 4de90b8..85ed1e7 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 668714e..12680ea 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 06c3a3f..3d12873 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 7af5b43..7e9abda 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 4ac5bc4..f552ebb 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 ae8258f..3fd659f 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 fd7fdce..287f6d3 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 79ac948..ec67d07 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 73f8f98..03e8b4a 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 532d865..5736828 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 7386367..0484037 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 c44dc04..69de536 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 5727dd6..6c93256 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 c8273ca..8268508 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 89caf97..f5d29a6 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 1f11269..0a7c0e3 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 9493a1b..2d7c081 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 36ad102..a952558 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 6706494..431c40c 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 30a95c2..8abf154 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 2a85736..b328bde 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 4565c76..93e5efa 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 cf29c24..858b6d6 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 faddb3f..68e096f 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 0b1b5b9..0754e35 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 b065aca..4d6bb00 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 c62ce4d..33bec19 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 7769301..463189b 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 96c25f0..fba359b 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 7fb45d5..faf491e 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 954daa7..d0b3551 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 7a98eb1..ccad229 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 b81d923..f060ff1 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 c6ad055..51d9b34 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 aa2e106..089c1e3 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 01fd217..24fb041 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 caecd37..824e230 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 0d1203b..3ae8d8c 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 a324b41..34665e8 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 011c26b..57876cc 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 402be8e..bee3ed8 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 fe37034..8733c07 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 19dac31..063c479 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 37e3213..a491be3 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 1292e23..ac92555 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 509cd0c..c44ae0a 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 936d356..e16e888 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 682b8f3..7363b7e 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 f0aaa45..e0a3b58 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 196a95d..79536f6 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 4152fbf..e55f46b 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 eb77259..c510131 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 f68a617..96863c5 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 0a64eb1..c567dfc 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 5bc8452..2300422 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 866a6e2..823448b 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 1f90fc6..ba096f2 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 863ad18..e3d85ad 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 9718002..c21a518 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 1f4ac90..66dac72 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 bfd749a..ff4ae51 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 7ad4f9d..898efc7 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 5118157..4bf7c20 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 82c6d70..7a075c0 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 3e979c8..8c1b62b 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 362035c..1975e3f 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 487157e..f5b870f 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 b3f3b84..5f43fc0 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 aeb4e06..3afac7d 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 2d205af..452d8df 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 716dac5..0a60a06 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 2730469..963157d 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 9099bbe..e29539e 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 7b08350..ab169ca 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 ab5837e..9608ba7 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 8920a40..c2420e0 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 f53656f..a6dce04 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 135fd3f..fcf4c57 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 7839d3f..a7c5c3a 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 8fa4f86..2997c24 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 676a093..7c89f97 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 498838d..8cc0643 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 aa0ddee..0633062 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 8c0d051..ede40fc 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 121906b..35528f2 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 a86e929..1063556 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 08ca94c..89158f8 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 22a6b61..f795733 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 fd04f03..bd82d01 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 e85612c..c259016 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 301f10c..c7502b2 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 5390d9d..2b9f9ac 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 79e5de9..3c39888 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 bcacef6..780a834 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 857b8be..1b99ee1 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 f801375..ab3f7ce 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 541cbcd..b6b1d00 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 db9c4d0..c9c9347 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 4a8076e..c843e45 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 e1ae3fc..88552bb 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 45b4c7b..2c2af4a 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 efc924e..5469cbb 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 bf7781d..fec5f5b 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 6344403..73b5771 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 0049017..445e8bb 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 5716857..5899dc5 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 7882eec..1413388 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 6b7e658..742d229 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 676fb3b..02780b5 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 e8ef1cb..f230b51 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 617f8e1..4f31d13 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 2734211..0c2677c 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 bc98d82..07a6c98 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 d163236..e44176d 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 b8a6bc7..784b53c 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 83ca09d..e03f951 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 a7cdabe..230b6e6 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 becc772..8581b4a 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 cb88269..0b04824 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 c8a14a9..7cc6aae 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 0286912..2c13b6a 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 c8b26be..fe73d6e 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 dfd5179..be7acbf 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 0d0aa86..47d2587 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 eaf4c7d..189e54b 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 0abec46..ca7d8b4 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 31d21fc..5916abf 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 45ef7ef..5a456a8 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 1d9ebaf..ffd27c8 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 ab0e5d0..e004486 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 aef9f4d..c2fe438 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 07c8dbe..b301175 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 cba3776..36fa4cc 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 9bbdddb..92b6e05 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 9d6f325..d8d823f 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 4b15b39..c725983 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 59bb7b1..4228255 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 52330b1..140bc19 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 b905b3a..34a7c62 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 aae6eb3..b307f0a 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 fc5e981..20da7d9 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 3ba41fc..3922cdd 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 c04e610..a56a3ea 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 722faab..55b15fd 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 07c7a2e..ff74d10 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 1370579..0858e69 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 a4fabac..0382970 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 5431d93..5f23947 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 72f027b..e94287c 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 36c8c52..41af2c4 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 5cc1766..82c03b3 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 eca3f82..a6ddebf 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 de0f272..3ee0f0a 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 57283a9..d5f6015 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 cfbde0b..5829f2b 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 4502a02..1615092 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 31944ba..fe34ece 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 bf8d3a2..0cee381 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 3515771..f17ac33 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 4fd885d..bbdf7be 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 1477ea0..2c566b0 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 0cf1ee5..5adf0bf 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 b8dcb0a..2f94a07 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 f70cd0a..6bf65e8 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 11f1b39..5370283 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 d383f07..8a73869 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 e4b2d9b..c100100 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 02972aa..71bd6d6 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 ccf0c26..97f00bb 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 0d0e75c..dca5905 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 c5683aa..78bf6dd 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 4c47bdd..d55df90 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 aae87be..10fbce7 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 ae1f3ec..30606da 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 b53f53a..90bbb9b 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 3f14736..5c1d381 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 79ce298..6e4d32a 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 32a8b0c..8bedb21 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 bdeee87..e3e1ac5 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 fd06664..fa0e520 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 c652dd6..c86470a 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 64c27f2..cd8ecff 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 63b3dab..f7f5e0c 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 3aa80e7..d8f6cea 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 93e1f83..7339402 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 7c993f7..2d3dce0 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 264be45..e8da987 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 f0f003d..dceb76e 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 aac7164..7a13fb2 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 25f9b98..9a9f24e 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 3e741cc..d0535b4 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 bba596d..2667848 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 b70d09e..9297647 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 95c8f5e..28bd285 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 7966678..35727ba 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 846573e..9497f3a 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 698a2b9..36fb5d6 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 a4c408f..0e0bf67 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 49e13ae..40d9a68 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 c4576df..84d393c 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 a308899..5854b44 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 2eccd5b..c5ba540 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 2506398..c977f8b 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 3b57311..c9d4c74 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 3aa3514..1f139b1 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 affc76f..fe65d88 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 59e5f42..855c64f 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 bfc4890..ebaa7a1 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 606a4e3..6f32cae 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 2226428..4586d95 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 fcdf6d3..486681b 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 cd22e34..07c3378 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 c61e82f..0d3f96c 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 1e32ca1..1968761 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 47fc820..fcbaf06 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 e078082..45bc08b 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 2feca80..fd1ed92 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 ba2efac..52fa744 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 affdbce..ceff774 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 2c10cfa..2aa4400 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 99a71c0..9e38e24 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 bab4544..2ab1edc 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 4e8fb1c..65cf5ee 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 731c263..055d231 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 dcf339d..ef55d53 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 102c6e1..8230d2e 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 300dadd..ccb216f 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 19586b4..6a0373a 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 3d57055..69a16c3 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 ee648df..3cbc8ae 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 f50398a..9c7ae8b 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 42aafb3..ac58c97 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 11deffc..5ba92ad 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 648cd12..69320b0 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 22bdc19..407d650 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 f890e7e..081ef62 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 50e14e3..2adfc43 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 c570bd0..7f890a3 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 8f8d474..336c59f 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 e38663c..02a9279 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 62c0516..6d99167 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 bcf1252..edf5186 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 c939ce5..28d13fa 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 74be585..8d47f4a 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 44737a9..f518917 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 31401e0..4fcf3bd 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 a7074cf..6fcb2f2 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 dc02a9b..f95c1b2 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 e1bf962..2e3c8a8 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 07c3973..ea743ee 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 030b92e..ca2728d 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 1443de4..47a8ad3 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 3089563..9b8d8c9 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 bea1488..2c27f22 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 fb40215..3e7f33b 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 f8825b7..fa4e169 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 a74744f..c2decb2 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 abac109..3a886cf 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 4db2d87..86250ef 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 26bfe37..844c43a 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 955165e..a5b93dd 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 1307af9..3b83cea 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 9273023..a46ca70 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 261bba6..6e21113 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 a97bdbd..be6e23e 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 c8c6880..8f3fe3d 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 d8c6d2c..0114fb8 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 8cfb24d..c91038f 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 b32cc83..ae6a6b6 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 2c76a67..30e26e5 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 ca17cef..ac19b11 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 70b84d0..dfefd2c 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 a427e00..03c6358 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 f916d9e..1fae7fa 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 a61093b..dd0c4b6 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 42ab743..3286aae 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 17c0e30..e6d7009 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 dccea33..0725753 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 44687b9..6933c83 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 058ec33..2f9b617 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 f817cc8..6423d5e 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 b8df9dc..1899003 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 f24e23c..f4267c8 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 8b09c77..5525cd8 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 85b076b..cd5a955 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 c6dfb1d..e6d6ccb 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 e24858c..0733a76 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 c565f7f..a5b3c29 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 b4c07fd..7262f53 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 418de8d..088d8c8 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 bbfbd5f..d504098 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 e90a8f8..96d7d6d 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 fc371bf..bc9b581 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 7cc0390..ec14dc3 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 3b64ce9..3fb3424 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 717d567..e031e50 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 d9e5365..7bebe62 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 78c4bf0..293ccd4 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 1b8aee8..5fb4b2b 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 f30e467..7c84739 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 be61a56..f6b9cb3 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 3053f76..dbea087 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 30bb00f..9c983f4 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 84c6817..aafcb9b 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 00e3262..a7b8aed 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 c82e564..8f014aa 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 0c14905..65956a3 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 567d10c..70234ea 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 2970fd9..d638807 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 8d1203b..c7879d0 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 75053c8..2b8373f 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 26dea3f..84dd518 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 9105d3d..5c712d1 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 da2c162..a28b2f3 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 268f8b3..5bd98b9 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 910dec9..1e0ccda 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 54a2b7c..6c36d13 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 901ac1b..aa56c2a 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 58dd773..848d42f 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 fb4c620..a6bdd70 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 82c546a..80d29ef 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 d40c3bd..799833c 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 66b30cf..02b8e3a 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 bb32be4..beda0d7 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 84322cc..8cf182b 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 c930487..244913b 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 03be79c..6e85e24 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 71df009..a31f54e 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 d357386..921f3f8 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 8d0743b..8e7e8b1 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 af116c9..e0f4788 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 9a6cd3b..d356823 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 1966698..285ec21 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 266b588..1ebc33d 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 5ed52ee..fb40ef9 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 29df3e7..47c8571 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 aa22b05..fb55906 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 f8a653e..019c0e6 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 1dd6235..adbcffb 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 ade028d..cdcb7d0 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 34651f6..d74ce30 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 2c04ed1..286dfaa 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 b6bacf2..d4f2e1c 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 d1d7c8a..be0b85c 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 b8d43bb..a97a7bf 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 45db0bb..e8639dd 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 c95c6ed..de0a776 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 88115ec..c093f38 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 baf1c05..0f0952c 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 b117c69..0845830 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 060f031..7634b34 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 16c29f6..3afb64a 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 07d7268..21d0969 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 8846ef0..3f4fdfc 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 5984f10..98baa6d 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 94e30d5..cfb4116 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 0db5bd0..d743216 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 3d25975..57655a8 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 269807b..5ad9e4a 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 9fd7640..b9dfc5c 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 ec3c944..bb78488 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 2c3acf7..8f85633 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 2665181..c38ac07 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 08c23fd..071b98b 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 edc9d25..8737ed6 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 1355e2f..0216ee1 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 5bd1382..6fc0ee8 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 4e0d6d7..df8bcdf 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 97ef048..a1cfd09 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 bdf1d0f..4abcb5a 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 937ef73..27cb6bf 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 cd73cc7..7c76592 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 04b45ea..ab31727 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 75ed66c..d72d13c 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 3928508..d60cea0 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 583b3d3..20b4188 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 edb0b7e..4d29924 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 46129d5..bbc60a3 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 44fb229..7ab5166 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 8371388..7d03d9e 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 65c9484..524953b 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 d188421..f82f8ad 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 104a8c0..4bd2c50 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 8b8f077..964262a 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 8353a98..ed40afa 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 5c64032..f51bae3 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 a4d3e99..3379c4f 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 62791ed..80b5ed2 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 32d8a5f..f55b1c8 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 cb6b5e9..f3bc26d 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 36b535d..d02f36d 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 28c9a36..08b9839 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 cc9a392..3c0d649 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 fde7d71..e44c276 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 b65cfa1..ca8ec6c 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 b6c159b..e5ed91e 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 38421ab..f775550 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 3b2d7b0..581ab0c 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 715284d..a372a03 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 010911c..5ea0397 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 2179bd3..e4e6e73 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 ccb1ec5..373c4bf 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 2536e33..bb3a916 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 2d9ebee..425d2f4 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 bb9de69..6bc9974 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 583783d..50032ff 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 8eab410..7289729 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 445c6d5..93e0c45 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 165a42c..b8ef62a 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 ffc5603..2c5af34 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 966c80c..e1c25a5 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 141296f..9216437 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 2834c50..b1868fe 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 c9a0521..f86adcb 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 6f6e50d..cec2540 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 4520cb7..bea921a 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 abdaa0f..2337341 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 d1ea150..2ce0ec0 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 68fecfa..219ab11 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 191d66f..af9af89 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 2f817fd..5f0dfe3 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 cb4c91b..3c1a93d 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 f34c9a4..bf02b3c 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 7af318c..4145ca4 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 d0b80a7..89aba06 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 4ec21f9..38e7481 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 ff93b09..fef61d0 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 6749e30..8505014 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 456812e..1ae1a21 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 54ee347..ecce4fa 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 33b2acd..b969e19 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 9249229..783914b 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 488bca7..dde641c 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 d6f63ab..c4703a4 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 fabee6d..4b08634 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 8c18e4c..b5d6791 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 65eb71a..dd73e7e 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 66fe97f..db8a9e3 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 7a71100..018f978 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 547cd1d..ea40245 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 544975d..5fb4b42 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 70593d0..695d070 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 41510a9..e2d924a 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 5ef5d6d..6590c24 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 f48473b..b8bba39 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 3fb4975..5370aa2 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 8b72406..f6dabdb 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 3236a17..97c198e 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 16f06c7..30d828d 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 eea1591..1e0da5b 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 6815b45..5882ee1 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 b5ca584..1bbf676 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 69b5e7c..d9796b6 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 10144da..1db5790 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 1823ec9..24d4b5c 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 4882fd6..f42dcd3 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 92a85bd..8bc7a70 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 8832a66..79aa098 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 eda8cde..ff2f148 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 61db105..b56caf3 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 56956af..95c42ae 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 6b377f9..948563d 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 71b3f74..8c48d49 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 47735f6..79db5fe9 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 df7ee94..bc3cb22 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 ff707dc..f9b14d4 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 5c5f9a2..dc3b5fe 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 3bab88d..f32a533 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 42b731b..42e749e 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 8a3b0c5..6bfd2a9 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 c98966e..017d88d 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 744b9b0..13dc2bb 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 2fc04a2..a2fb066 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 5462130..8760236 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 ff25b22..703c4b6 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 77da0f3..aa16f33 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 74ac51d..a0dd62d 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 00ccee4..093937b 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 6bc81c9..7498661 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 2c5d2f4..c9612cd 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 af76576..c09090f 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 7cf7bc6..9a57e48 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 1a7b3a8..b0eb8d9 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 c544a2c..fd207e7 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 195c67d..6853164 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 98e09b8..0736353 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 c51aead..3f6f170 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 a8d146d..d3e5e58 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 092331b..6b6dca5 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 4832d6c..6b3475f 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 89fd760..5450ef1 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 11bb4b5..98f770d 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 53b4aa9..fe06b48 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 a8cc371..4e0f1d0 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 93a9c24..2455b90 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 3d6f986..a1cef4f 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 fef588b..7691ed4 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 7bdcaee..0dd7df5 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 6c5db8b..ef79271 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 ad10c51..6375d75 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 e62d916..c385a6e 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 2851732..8060848 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 19e6ecd..3ebce14 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 7cfc779..6911c65 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 2796b27..05468cc 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 f4d19ee..6e05ed5 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 1c671f5..7e6244b 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 31ced21..fae99ca 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 71f7436..acfee5c 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 2e43794..0bb0275 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 47659fb..9c447fe 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 39f5e32..7a211c3 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 898f5ac..1628783 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 ae318c6..02f30f3 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 ddaa132..ed2cbe1 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 f8f05e4..6379c5e 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 844584d..03aaf83 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 3b4a3e7..5db1367 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 bee7958..bd8da00 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 d7e21f2..f8e27f1 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 d130b38..c2a5ae2 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 d557d2a..02d19e3 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 e4e0fb5..36e9447 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 b20d16c..b3205aa 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 d5a4349..f412ad4 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 efd4103..ece86a6 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 8191194..ee8afa3 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 f910294..5f348d2 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 c4a7db8..680c2ce 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 7f85b8e..93a0ad5 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 f428f9b..62a6f0e 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 1c14901..19fb7d0 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 9f7ff12..f159a33 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 93c3360..e2562da 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 512d710..c0c347a 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 3e4e6c6..86884fa 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 53d1faf..e9ee1f8 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 86f003f..854c709 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 875d376..af4cd58 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 6886ccf..a3fe8fe 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 9c5d9e9..c5899ac 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 b5e02ae..9b6a7c1 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 6ae2001..c79fdce 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 16eb8d3..c059ca7 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 1496d88..13c653c 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 99ef4bd..bfd9a7b 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 af3eba5..a03c71d 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 23b7c71..4e458bd 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 d5dda7a..e056003 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 4bf8661..2ee00f1 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 afb9855..2fffd42 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 4f641ea..24bd010 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 6fe8e12..e031940 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 e730d5d..45059cd 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 47ce499..96a3479 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 968e0e9..3329e73 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 8a5127b..4645bc4 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 ae5a446..f8db37b 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 0b36d42..d45b204 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 8ca4cc6..16bb96f 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 eb206a8..571b030 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 b8a84b5..0eb4ac6 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 852bd0a..2673bfa 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 fb4246e..54f5497 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 5aa26b2..ff173f9 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 6bb9869..d0d63a1 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 7d35410..2c56d8f 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 c4eb991..41d7723 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 30ee222..cc4dfef 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 dd22383..8dc6ad2 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 5ecfb8f..e69f304 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 73ed394..80700cc 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 f591a86..c3ef9a9 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 9a743b0..83574b5 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 bc9b78e..257baac 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 72ceace..48eb384 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 be2bf7e..3defd96 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 1f1be01..b476c0f 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 1d00fee..c17eb53 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 c43b6dd..53100f7 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 7ac0dfe..3657291 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 15c51dc..c04d002 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 c717de6..7ab03fd 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 a365723..4b5e197 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 3aa697d..0bb5529 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 6265635..0c90262 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 d6f64ad..2d2bf83 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 92487d6..39ab634 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 7ae51b1..16825eb 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 e84306a..b2879f1 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 b5052f1..0f48b33 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 8e4bef7..00bf1cb 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 f93bf12..239a726 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 1738ba1..89a234e 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 36cf4a8..54f6be0 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 ce39d07..4c979e6 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 ba92d67..095b05d 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 a5618bb..f69a913 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 9b52d00..7219847 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 cb33649..ce8b92d 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 a4a6928..5baa529 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 63a61fb..bb854d0 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 cba2a79..a550100 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 c3481b8..af40a1c 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 e1892d8..d88c9da 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 ff16320..ec80dee 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 9539715..679aeb5 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 d53807b..ab49ddb 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 43575c2..fba019c 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 9b7f0ce..3beb45c 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 34da8bc..5abff51 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 60eddf2..1ce9bd7 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 1252928..f42d73b 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 7323fea..3d2b6d7 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 0b50c5d..5fd2dff 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 0215ae5..cc4273c 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 66f0b5c..6def7e9 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 6863c7b..c19d436 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 ddf1a82..c46b1fd 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 1fbecb2..a548e75 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 916e4e5..f1b0ef6 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 a1a5f7d..85d7a98 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 e158ba6..359c5a2 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 7ca787f..a2c980b 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 3b653dd..a5b7f7c 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 b16c05d..49528f9 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 c43df51..8e6a8a1 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 a448820..fa1c4e8 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 b548985..314e1d1 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 2f3dd39..af79cab 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 2bd1340..390c3c2 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 9fe7bef..a7ae4bb 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 b85838c..3a94046 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 b75c552..0870e94 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 505b0dd..c916f6a 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 c31a6fd..65056fe 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 c67aa52..7d41202 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 6fc4118..6629b79 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 5f9f88e..e4234d6 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 204dc8f..7dd08d9 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 7ed0158..a4fb03a 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 85d35ec..d4ea982 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 56504aa..829646f 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 f404a0f..7cc6a63 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 8accc8b..9b12dfd 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 44cbfd7..2e30270 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 2649b8d..3ea8c88 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 c2b79c6..bd5b5e3 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 04adfc7..1b547da 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 97c2fb1..8398545 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 802dcef..7027767 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 c11a230..9c2b6be 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 c154972..4e8ffc5 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 d904b56..d564df0 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 2313d00..22e6419 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 0c1f192..6833801 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 3617513..fc994c3 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 0bed558..dcf82e2 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 712728f..d408a60 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 0693607..8148415 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 d9d1518..2da6461 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 444d46c..f8534d5 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 dddd5d8..c5d8fc5 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 6ee0457..a2d2858 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 4e2ad53..1735377 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 0bb7aac..0abbf06 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 101f7db..b76cfb2 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 45d6a87..82310f3 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 51e591b..ff9eaa8 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 8f31f0b..f2878fb 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 935d789..9688e70 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 c3c4123..ff7b719 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 4c0dc6e..dec0753 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 452869a..7a1e6bb 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 3236395..bb335b0 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 b4684d7..a0e7fb2 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 7d990e9..2076341 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 90ddfce..7af1cc7 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 29e7f2b..ff84cb3 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 0560574..54aba83 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 963d0c9..8bdfc57 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 b2643c9..6984ed4 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 d753a73..0eb9e06 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 9e55c5b..ab350a2 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 ffd21bd..e53d2a3 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 9a3f370..6a23f4f 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 5931f93..43f1f61 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 dac2c2e..903931d 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 8f0ccff..a0a0c78 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 6aa07ef..10cf827 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 081b990..fe8d547 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 aa4b4cb..249e00d 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 1e1745b..a292df9 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 085ada3..fa35a8d 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 1ecd404..e70b1ae 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 8a309cd..1b4fcbc 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 8ff1500..32dc7b0 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 0031b48..0e3e843 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 d13912d..3df7f04 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 7995716..d3c7da5 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 66f3b05..f428db8 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 8d40261..078ff75 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 0cac59d..fddb220 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 075a1aa..a2ad437 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 568a4c5..6c0b284 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 937d7c9..5455faa 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 1824fb2..9fbfba1 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 58de54a..caf3b80 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 6c76095..168e5ba 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 8a661dd..b7e6473 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 940412b..ddc3b2f 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 d4f2396..3358e20 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 1aa661f..a1ea752 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 f7ccb2a..2f7db2d 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 bb5bc3f..969f135 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 fcb5585..d1d3c4f 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 32324db..f7b888a 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 fc1b324..458e79e 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 be9528a..708b3e2 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 2731482..7796e9f 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 9da1e9c..17d8f0d 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 5ec227a..ce66d5c 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 e488a3c..1317417 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 86dbf14..eed72fa 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 efab513..a029abc 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 4733a73..582ece9 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 1d0eef6..e498957 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 8b6312f..5cc3295 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 df76ff0..1b9f0d9 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 169c4de..e8490b4 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 f33f822..562d694 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 e208bcd..36f6fb3 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 20328d6..187636f 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 80a3ed7..6805093 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 4d53c67..6b4fd5e 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 8f54e25..e15c58b 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 18d7ed4..c372dcc 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 eadbde0..cfbe43f 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 b1afec7..19f1cb0 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 45aca9c..7ebfb2b 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 bfbe8f5..4f21ee9 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 27cba30..ede4436 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 a08fdc7..87dc326 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 57dabc8..36ca476 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 ace69b7..afd161d 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 fb71dc0..2e221fb 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 b32fa20..e1bf1ba 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 aa2675e..86f88b1 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 6eb3121..32f3b67 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 fc0b5e5..ed56cb7 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 fcb5d49..e4e2c93 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 3165ba3..8ff98bd 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 627b2e9..7740b2f 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 eb101b8..1acf17b 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 dc59f45..a2c628d 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 9082e9b..8d30861 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 9af86ce..721136a 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 7089db0..d49d124 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 28dad7c..01161ed 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 8f19e0b..c8682ba 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 8032dd7..04f0c32 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 f63619d..8e1f07f 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 c207455..75cd925 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 4cd66e0..c4131bc 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 f1c0865..1c39bd9 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 8aac91a..7c46d64 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 e512a02..f28dbab 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 fe88db7..48117c7 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 16a3b85..069e00f 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 17f30ee..d002376 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 e721d8e..1984b3d 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 1b515eb..5bdff93 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 e07c276..387c450 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 a0e7fcf..2ef244a 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 d5eaea1..df02b31 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 4994069..496565d 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 4657c0e..21eb95d 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 149df0e..422c943 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 271792e..0c98cb5 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 5acc0d7..73cf235 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 49b94b4..7317dad 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 7dc6240..f787df7 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 7e5ce9a..dea3f70 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 a642e2c..dff4641 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 b36816d..4f35e00 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 56d1335..37dfd4b 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 91e2c1d..4e8919b 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 34f0224..7305c5c 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 a6224b1..3571cdf 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 5530df7..229462a 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 ed95394..6b7b190 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 436061a..e5310a2 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 0d0b25a..b865074 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 4074a97..5b8aba7 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 da9b006..3006a96 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 a986591..fb90ffb 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 eb41fc8..61c8fc7 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 658629c..cf35dd4 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 b5982aa..b322918 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 c416e58..8789fdb 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 831fc91..08c953c 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 f13c9de..e421033 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 e242eb5..2e6468d 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 6f219b7..0e73ad5 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 2ab80b2..74640ea 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 3b1949f..4ea1ab1 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 6c41cdb..3e118fb 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 bcc872a..2a5faa4 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 5921160..b9de9cd 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 082ee99..6001d6f 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 6514de7..9a67a72 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 caca6ab..c458fe0 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 2f1dc59..89dc479 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 51d3007..123fb91 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 9001e7e..1825996 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 62b7a2d..6774472 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 bd04c57..edc42dc 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 a810442..cbb2e79 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 e33ee89..3901023 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 1591a67..75649de 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 4bf891a..808acf5 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 5e82ec5..c925618 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 3e10512..b8d554f 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 d7e24cf..c8e5a04 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 dd585cb..c50449d 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 40dc3bd..f0f9a91 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 adb5a5c..0c77231 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 07c2734..7ecd3f4 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 7beff5d..233885a 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 414acf1..57f7937 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 591b85b..b4a1875 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 c132097..186f009 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 b139ec7..d043b54 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 d7e71e4..8d1e9bf 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 96ff92c..f41ec4c 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 fa825ac..8842f1a 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 ce2daa9..38316ee 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 0914a4d..ca02cd8 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 25fbd0f..d75a219 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 2cbc8d4..a71f7a3 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 bdf970e..89f8d81 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 c0c8720..ed4f851 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 55b79c4..bd85f61 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 e72db23..8aa0498 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 4c71dab..341b813 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 b68d783..163ae09 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 5ac21f5..69bd9fb 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 64e1071..0914bd9 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 cda77c8..f11f487 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 0217c02..56ff57b 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 91ed586..967d5a1 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 62acb08..730c0c6 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 44bbd6b..e7c418d 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 c69c7b8..5169380 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 70cc71c..d75cdc4 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 1c04310..bef3429 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 347156f..433a528 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 ba60323..c87405f 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 1e42283..18f61fe 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 cce5a9f..1062bf5 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 6a42a36..dbff9b9 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 f79ebdc..8182fd9 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 709790d..57b3786 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 69e5d81..c039e9a 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 adf7157..2da0464 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 2076f25..f1b65fc 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 4e40d52..aa069eb 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 da43d53..0159494 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 41a1494..067fe4d 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 54cb0eb..d924f7c 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 321c1f4..974db2c 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 86471c7..4eb8e24 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 a714523..0e1d323 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 ebcc84e..c723198 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 68899af..b0ca9a0 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 3e1415d..f676bb8 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 98ec931..d74f12c 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 9c3e3cb..0814104 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 4dcb1f5..3cc74a0 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 8b2253d..5098321 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 53ca77b..f2203ac 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 3ddbbb9..b0586a4 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 d97d985..34d4154 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 92933ac..6e4f6ca 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 1809d79..4dfaf93 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 f5b22ee..affa5c6 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 93234fa..37ddf70 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 253ae89..eca54cd 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 51efef6..da3a117 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 019ea6b..d347819 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 a6249e2..9b777c9 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 a901b52..dc5563c 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 9574bc8..195a79b 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 c0c8545..5a8c961 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 fc27296..05df30f 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 55344d0..fc08749 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 4e2a545..62d6d9e 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 bc25ae2..0c40085 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 6a7c335..fa3a490 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 c454d2f..5590510 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 4475b6e..4a20564 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 7bb9686..9680912 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 6da5f74..0c8027b 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 abeb0e1..09ca095 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 83f1f91..b5bb275 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 3bf0518..f1a0720 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 24ce0ca..36ac93c 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 8228bd4..dcad1c4 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 f4b5fc8..7067de7 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 9b49528..34dc4e1 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 5b2d640..272b263 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 d3c7cce..0021c94 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 6cff216..4846acd 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 df349e1..6605b49 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 09223ab..5e4386f 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 f6f85a1..456885f 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 af5b94d..2c4082c 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 0178de7..2be992b 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 e4a16a7..11519d3 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 0e6fcde..fcd1bfe 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 0f387c3..1b251e3 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 e8bc60d..e05e3d8 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 a8f1aa1..b523ef8 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 2cd298c..33839eb 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 130140a..013654d 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 e40b693..0bce7be 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 b2aebbc..168dc4b 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 10225b9..0e8824b 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 4dc501a..44132f5 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 af9edf6..a573579 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 d6c28cb..ae66629 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 0f7da9d..b63baa2 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 1057da2..d795889 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 eb4fc2b..49c8c9e 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 488a280..122b237 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 a731dc1..cb79ed2 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 eab0f1c..5d14db9 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 75d4bb5..233016e 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 9ff5313..296d4cf 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 47d24f9..23b0809 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 d8b9323..17c7a98 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 10e6597..20ac8cd 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 aef50ca..e2b4683 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 1145ef4..61a4e08 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 9b843b4..033dd66 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 eb514af..7f01681 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 442f937..18f8212 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 62ae8ab..6a6567c 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 af726aa..a57dc63 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 9d8e862..b55742b 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 e043120..d20136c 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 f58c220..2eda268 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 0eea27f..919ad60 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 4019b10..b9b70d5 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 ecc0942..fba09c8 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 9a773f5..e858368 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 4a3eb18..24d7c67 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 4853f46..982551f 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 6549231..2a1bda6 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 f355798..e6101d2 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 ab6c991..cfee8ac 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 4b0fd8b..9f875cf 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 6bb518c..e1ba498 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 dc6984f..73314f0 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 d0e9fd1..932a1a3 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 2df3b69..ea56d6a 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 c6cef3e..fb9746f 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 7b35538..d3c19a4 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 8a75f64..a4c8269 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 b731343..6aaab4e 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 79f908a..e9a9389 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 fcf16df..8bd6a12 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 e42b735..4c5aba0 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 654677a..be8dfa5 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 ada1eac..9905f1d 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 aa75b8d..c96f11e 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 34c9358..592d57e 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 0d62a1e..b6a740d 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 566fb04..a7e56df 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 c701b41..862291b 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 6b1417f..c8e4b70 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 c9c3c62..16c1435 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 5ba6e1c..b8b69cc 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 2aecb94..b40f89b 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 ac6935a..9b680cd 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 483051e..7f31060 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 4f22f72..f07b8ba 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 22c4676..e24705c 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 d07646a..686490f 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 bc41191..d4295d9 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 b68d544..633ca3c 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 5d6f0b7..54c9b6b 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 c6f48c7..60108c0 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 e0f90af..a3fae43 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 b7f21a8..dfa9510 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 4de26d2..a21a74f 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 3484e69..daf8f83 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 7529987..6796ca8 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 f47cb2d..cc9c6b2 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 e7b6729..704d6ff 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 2e06976..41cbc37 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 c062b8d..ba8b8d7 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 650ca74..a9057ca 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 9948517..cb2c457 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 7802786..1bcb217 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 7c65505..073331f 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 368007c..dfc5903 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 45394cc..59b1ce6 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 2f44713..a54c7f1 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 da47b9d..f3e40fc 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 33274fa..e396e5a 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 e261782..4779f7c 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 52ff0b6..35226d0 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 61230cc..749dbc5 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 bb69faa..1f975ce 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 8451f7d..008dddf 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 8c539ef..1ba2afd 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 8527088..4d12402 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 4649785..24a4048 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 ae1c7ec..7841ad7 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 d9d1382..9b493cb 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 78437c4..33b62e1 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 ddeb5b4..6ee2629 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 0d6a8d7..4330f13 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 16a69e5..e49a6dd 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 ea178f5..730f79a 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 26b83e4..9e75f16 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 f0b51ae..d19f265 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 f60a8ba..773522c 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 84eb525..23a8573 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 de4628e..086df7c 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 c31800c..20ffced 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 975ed7f..1fac0e5 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 6753a86..f9f5b46 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 adc65f9..412e3d0 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 d5d8098..2bdd64c 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 0bfb3f4..8460f1f 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 de41380..31db4fd 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 1433fca..0359d63 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 c0791c3..76f0a79 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 623fa4e..f9d7cf7 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 5e22817..a51ba10 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 61d3681..7e66f51 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 60c3e93..5414220 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 9595a4a..4cce50a 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 7ae0858..c8fe37b 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 459e8c4..8ad93c2 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 16898f8..44d6813 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 9c80c85..b2f2eb7 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 1f8c608..0a44827 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 600bab1..133a8a6 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 8eb3e81..bfeaa3c 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 ce4fcbf..e2349ec 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 347ca5e..812bbe7 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 b83bbb3..7378cec 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 1604f70..39b3926 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 dc37d82..6cb63b5 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 acd0ba0..e0ef577 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 0978fb1..e6e26c7 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 f649e05..e6f649d 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 ed6b96a..7561aa1 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 c333116..7ed2254 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 d3ac21d..b20e210 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 ea72133..a51f9b4 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 1ca770d..cdac12e 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 7664ba5..931a1d5 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 100b236..1ae875d 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 11246ce..18aa724 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 b60fbc8..748eb90 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 32b8dfc..9e218fb 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 e309487..d19c26b 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 c152018..a675ef1 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 4340771..8a537c9 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 f23c163..c03f483 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 46ee16a..1522d3a 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 299bc68..c21e265 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 44b0cc0..08dc237 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 1164fd3..9ec6e21 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 867392c..3955fcd 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 c583072..33e122a 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 55a2a8a..3ca7794 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 593539c..81e7569 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 48b6345..dcc3c7b 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 b972158..435e663 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 4cd1f42..1056e94 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 85cca2a..33ff565 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 83da5ee..7d0f35c 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 6502d5d..9421d5a 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 d5a0b81..8a2cbd6 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 d4a19b8..5973f4d 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 f819e81..ad588c3 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 eedcec4..be902fb 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 d297a7a..6b0bbb2 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 fce6d4b..2af2525 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 0e7b03b..ec59199 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 7a32f2f..bb4dab1 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 3efffb6..8cb5c83 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 08dcc3b..617c066 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 ae622bc..96ce605 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 6e49d09..b4fa770 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 bb2bf38..3c99a36 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 16abd3b..6c34105 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 bd463a7..8941913 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 fb99f7b..d6b0761 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 00cf30c..db27668 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 262db55..3155682 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 0c6357a..01c5102 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 554d57e..163f728 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 0b03d11..24980bb 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 0720372..cebb094 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 01c537b..42175e0 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 71cf7ae..7667055 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 24af619..4cdec37 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 a9dbeb5..15572f2 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 172c63d..fad48ce 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 4ff5bb3..1863ba4 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 e43c2ac..67fb553 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 18c42af..3118a3c 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 84c044f..5476bb0 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 d95ea2e..0a2ce0c 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 963dae1..0f2d77a 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 e491aed..10befc0 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 db03bee..f493f1d 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 1f33ba4..a80f321 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 f096ba9..6ed1af5 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 49fe38e..2ccbe8e 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 5099d4a..778ad64 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 d594d3c..371f86b 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 d7d2866..41676fc 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 38fee44..dc820b7 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 96ee2c7..d0c9b3e 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 2d55de4..c59d666 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 926bd45..0e9e0b2 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 a451cc5..2610a59 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 2a82ea1..5b317f9 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 3301c5d..130fd7f 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 91b81d3..0aa8549 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 4d1effa..74727bc 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 e9fcfd5..5c13cf9 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 e1c55c0..18b1ca5 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 0b25c3d..8b9a4ba 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 6bf0b8f..f86885a 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 3618e4e..b41b633 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 715cd9b..e538d63 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 5f8eac7..aa7f93b 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 b49c98e..a9be587 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 389b9ae..d74d014 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 b150652..044f1e1 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 469905a..848598b 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 382782b..d5352d0 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 ad83695..a9caf15 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 506e8d4..8d6e21e 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 7133b1a..ef7f03c 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 58e953b..b3ba755 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 ba2aa30..f45d90d 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 ec514a7..00e37ad 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 9d82318..d20ee5f 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 590ab19..80f836b 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 5c12c25..a603a30 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 3236824..a37a3bd 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 10548d9..01a5df1 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 037d898..b600621 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 6ef75d2..f182385 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 9f00393..b7d6e60 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 abfc9a6..13fc07e 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 c4b9c63..6f565e0 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 a65b6af..29eac05 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 207c87e..d4b72e7 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 15a14dd..b8d7ad8 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 3d66ac9..c534317 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 0d5a58a..b5fd1dd 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 637ef8a..42741c4 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 c1d8d7d..cec8942 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 11c50ae..9b2837f 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 f83bf4b..5042767 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 21cd574..1b528df 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 dfbb0b9..f6acb35 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 c28283a..74a0be9 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 a0cb5ac..ae0de1c 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 26aaa2d..58f93e8 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 b19b24d..6ef8472 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 91b012c..64ea482 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 e02410c..e78d39a 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 6725f8d..3b651e7 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 ef9635c..f8743dc 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 0644ab2..81283bf 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 1d14570..5817b8f 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 56d209d..5a40662 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 660e0a4..af317b2 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 5bcb6a3..f06d523 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 d40def1..86c7576 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 1de0810..29c55b9 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 374207c..d1895f7 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 4cc8bbf..2b75145 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 37bcb99..c7abd9d 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 8a5bea1..e8980cb 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 dda4d40..c4cc51a 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 6add29c..3d2ffa9 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 9a5d74a..41d847c 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 2cd6a92..8e67fb7 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 711bbfd..c45b09f 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 839dfb7..57e041b 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 8776334..0b366bd 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 fa6822a..f020278 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 2812ce1..c0548e2 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 065db82..1a20dc1 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 68a61f1..288ed05 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 d048ee6..4a13ccc 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 fa1db69..e40f8b2 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 fbeea9d..80dfcbf 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 2f40af3..0c56aea 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 d43d040..48004eb 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 e6e31bb..9adc3fe 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 52a92f3..77df394 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 dba72f7..982bfef 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 51fe2d4..f8e318e 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 c129293..8ad3389 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 5d51381..40263d3 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 26068d2..51d5744 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 65d2e23..9e3c5ce 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 1711403..b5119d7 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 b27651b..4f90339 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 9da402f..21fd12b 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 344b40d..8df28de 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 dec45c4..15473e1 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 6d2cfb3..1a121fb 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 bf27b5a..e964681 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 a27b573..02838ab 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 2611a8d..5923b88 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 92bacf7..3b0ad8f 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 4043586..ee29bf0 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 ca38f47..f8bf4df 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 71f2245..634480b 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 7ebe052..50a6105 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 e349583..3c7ef57 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 5993e47..bb64def 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 75ca76a..22e166e 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 598e4ba..2c8b5f3 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 836449c..84bc1a9 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 f9a389e..050309e 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 18e9e52..1aa9a74 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 c8a7556..6038e42 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 f867845..cad7d42 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 f0ed690..72b929c 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 6ba8f3d..0fbb3c4 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 cbfe116..a496deb 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 444672e..a58f831 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 7bc0071..b4978ac 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 64b7c39..9d8e6e7 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 3501408..8f530ea 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 5075bbe..5716cc4 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 36085bd..9390950 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 f3aeafa..710d913 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 f45f269..1af81cf 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 89eba5a..ac83276 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 724a3ae..564d878 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 c9d6b6b..ddd0243 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 2d7ff49..e928f18 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 426f743..779c24a 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 14898cd..700083e 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 31e66ec..2fe9779 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 c4eb05a..fb0f997 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 e47fe4b..25b3e2a 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 2b12871..f3c9acc 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 eda9417..67b0e6c 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 7ace41b..73037db 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 414352a..bf09341 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 3721bff..89a2437 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 3086df3..b1dd48d 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 1056746..3de796b 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 b5735fb..e034840 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 e05549b..979f7ea 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 ef5255b..c82a19a 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 853cfe8..91a0925 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 c331d69..1056543 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 7c6d3d2..c7b625a 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 e364a02..a4c76b4 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 3a4d91d..59a8f04 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 dfbecad..eddcb37 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 15edf34..220bbf1 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 35a346f..040d2b7 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 44d5c91..ba8de89 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 f1d92f2..2043933 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 d162dfc..46de78e 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 57c0e4c..d391e4a 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 773020f..edd7fd8 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 acd9841..db06a58 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 5972757..42c5531 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 86208c5..192969d 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 eedb3cb..3a6958d 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 bd0605d..c89a523 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 d008568..19084e4 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 72f6a4c..7f17858 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 274e16d..2f4131a 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 8492781..35151af 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 456dbcf..ee270ba 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 cbcf670..39d4936 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 7fc7c6d..327092e 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 4158610..2d84158 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 0fcebc0..7c4c32f 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 7a82e36..980b774 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 51fab36..a754ceb 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 cb9fc18..7e389ee 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 9d661c6..4ac7a7a 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 4d6743c..4a19a5a 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 6abbd5e..4027fb9 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 990aa11..0229070 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 81e81ca..4b17b8e 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 536d9f3..efdfd85 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 2b46a02..8e46bc5 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 ae934fd..8ad8117 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 4b15830..8e40153 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 dade6fb..e4c14d7 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 a9ac11a..3e3dd7a 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 b3f8c73..67a7887 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 8e3af87..062514d 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 43afda4..095a3e1 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 44f1b64..91791e7 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 e2a3cb5..ee59b91 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 ac5bcaf..1fb831d 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 4776192..0dbed01 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 0bb8169..4e4f29d 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 410356c..2949a51 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 b18bf99..fdfdc2c 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 30a6da4..deca6a1 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 21bfb51..a7b184a 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 80f0072..3d070b7 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 ee0113d..4c432fa 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 0d3a065..4701750 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 b0d6305..de18254 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 fdc1d97..9039e86 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 b4a1fa6..777d473 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 271e6ce..7a2fd5d 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 d9db410..5e9a6e5 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 ec2b65e..ffb22a8 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 261aa84..cf48991 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 5beb3c0..fef6f59 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 2b8e853..21b458b 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 37013ec..4908c65 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 f880037..16c1c16 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 83355ef..b61c7f8 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 960c78d..8687928 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 9054841..623947e 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 bbcd793..03049c8 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 d7999ca..10585dd 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 4cc70cd..0f1a8c0 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 88becb4..0508735 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 6e21bd5..8079491 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 b22ba15..4cce691 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 4dc4aa8..02dc183 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 54beb4e..5eb4041 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 000d553..6d5fdc7 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 29ec375..e0fa62a 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 b045f6f..8e75c38 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 d8b1cee..4385a15 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 2214d9e..cfbac76 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 e47af6e..2326df2 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 c2df759..2128d59 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 4692188..a5fca44 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 4b56aba..3dba116 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 6953f2c..367df94 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 c2a3b46..a7f2fc9 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 50a1f9a..9265fc6 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 aba4824..280f3b3 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 db6639d..94ff911 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 afd92aa..5b0faa1 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 9c75856..1bfe9fa 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 78dc1f3..0c22408 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 50501f8..c5c7a30 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 ec350c0..0f5a3f4 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 0bf0fe4..9ff25c4 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 215823b..6113fc4 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 62ffe93..5c780d5 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 0f86148..a362c37 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 ae55859..9717e51 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 48d0ede..4126e4a 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 47b64a9..ba32f3a 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 f07e33a..d5ebd74 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 5783def..42c3d14 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 1266623..9d2cb64 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 a98da3d..0082c37 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 74cac0d..636ab37 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 d83395d..0db54a3 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 9d78b4e..abae7df 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 3ad5049..bee45f3 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 90d6c83..b3cd9e2 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 9e86037..3af4f6b 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 1dae725..a690b8e 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 e96e01e..7b4b2fa 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 7daaaef..783183a 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 82a68f3..01dc7b4 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 980f5f4..85a0095 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 5ba1027..e70a196 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 120339a..5e6f53e 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 ad9f41c..29564b8 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 5fdf429..a5040f5 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 b9b88da..6522f92 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 7693695..4b07343 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 3d0edb6..bf018a5 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 30d5c6b..888231d 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 83258a0..4753747 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 96e3c0c..278c9c2 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 fcc3853..c455b71 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 19f83ac..c3008e8 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 09f7b06..e43223f 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 82ba255..cb08ebc 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 a7c56b2..4257906 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 1a828d3..c6955e0 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 541ecca..ce17b40 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 3cdfa92..1945ebc 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 e0a930d..be56c62 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 308fa41..494eabc 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 5c44bfd..417fd13 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 4dee0b4..7d096a6 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 8e3bfa8..06da1da 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 7d301df..d7a8b5b 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 1ca7022..d26e851 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 b512c7f..9ccb26b 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 f8bc25f..631107c 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 679a921..631e156 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 1d46591..9d3e167 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 095c1e3..3708792 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 d90d4a3..e446ab3 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 3b813a4..f7cdbf2 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 7ad9506..b60fd37 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 0e01bba..66e3e86 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 10923a4..1837c96 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 8127980..a85670b 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 d95e8ba..7cd6e34 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 ee0ce67..d0f6474 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 3ded2f7..52ac72a 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 0b64330..c98b825 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 9ba7803..05ae23f 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 d744c64..1a4436c 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 c63c3f9..5e32093 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 ee0f55b..41a8d77 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 c93c0c0..404282b 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 e0399cf..99bef5f 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 d41ac6f..806ab20 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 4fc0ecc..bf41d6b 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 3405639..e93496b 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 fbfc440..315dcf3 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 996f17c..a42e526 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 56589b7..2ee0566 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 c961aac..4e3c39f 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 f927f61..84a4d8c 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 8b7ff1f..97d48fc 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 ee570e7..d1b25ce 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 6405f88..658defe 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 79ec00e..a8ac6bb 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 9922869..74b3a7b 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 97277fb..a0db431 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 88f7842..6ffb7ad 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 35dbc9e..ae74ac6 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 08310b9..5ce1f2c 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 79b5fc1..682d31b 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 bee5925..0973d36 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 eedc3fa..a72b8e4 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 8a15598..ad328ec 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 a46cd28..ed09801 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 2a113bd..451686f 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 d76c13b..a8fbea0 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 c0c9598..5b9239d 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 eded77bf..a4fc8ab 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 8b2ad21..492d918 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 e36d878..45037f5 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 c88d681..7982c49 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 eef0cdd..559a657 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 3e057b5..de7755a 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 3109e9b..0d5fefa 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 fa04528..d88d362 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 6e56e5a..e1a2c10 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,