From: Kevin Day Date: Sat, 24 Feb 2024 07:06:16 +0000 (-0600) Subject: Update: Documentation man pages. X-Git-Tag: 0.6.9~11 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=0e47e68b5ae9f7de39298abe28d5c89cf1b81b12;p=fll Update: Documentation man pages. This repeats the process outlined in commit 63be746d22d66870ae89f9575c82db7d0b784e32. The following changes are made: - TAB_SIZE = 2 - PROJECT_NUMBER = 0.6.9 Setting "JAVADOC_AUTOBRIEF = yes" may be something worth looking into but for now the default of "JAVADOC_AUTOBRIEF = no" is being used. It is unclear whether or not the "@see" is being processed without looking closes (and given the size of this, I did not do that). I decided to leave the SEE ALSO sections that are generated, regardless of their state. I noticed and removed man page documentation comments that somehow ended up in unit test data files. The program function documentation is also generated and provided now. This was not done so in the past. Performing the process of generating and then reviewing the generated man pages exposed a number of problems that I fixed in commits prior to this commit. Most of the changes are code clean ups but a security concern regarding handling a NULL pointer in a parameter was caught and identified during this process. The commit referenced above mentioned the doxy2man but never documented the process. The doxy2man used can be found at https://github.com/gsauthof/doxy2man.git . The commit hash used for the generation is 5ce113f4d2a3fc6712f8eb8606a6b0899dc6f8d1 (dated Wed Aug 31 09:06:46 2016 +0200). The doxy2man tool was performed against every XML file generated from doxywizard via a Bash for loop over each XML file. I may make a copy of this doxy2man tool to help preserve this useful tool. This is a massive set of changes (almost 1600 man pages) and so my review is rather lax and generalized. --- 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 7fed793..841c121 100644 --- a/level_0/f_account/data/documentation/man/man3/f_account_by_id.3 +++ b/level_0/f_account/data/documentation/man/man3/f_account_by_id.3 @@ -1,4 +1,4 @@ -.TH f_account_by_id "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_account_by_id "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_account_by_id .SH SYNOPSIS @@ -43,8 +43,15 @@ This is replaced with by the account information. All strings will be NULL termi \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_account_by_id\fP(3), \fIf_account_by_name\fP(3), \fIf_account_group_id_by_name\fP(3), \fIf_account_group_name_by_id\fP(3), \fIf_account_id_by_name\fP(3), \fIf_account_name_by_id\fP(3), \fIgetpwuid_r()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1e8a41b..70e7e28 100644 --- a/level_0/f_account/data/documentation/man/man3/f_account_by_name.3 +++ b/level_0/f_account/data/documentation/man/man3/f_account_by_name.3 @@ -1,4 +1,4 @@ -.TH f_account_by_name "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_account_by_name "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_account_by_name .SH SYNOPSIS @@ -41,8 +41,15 @@ This is replaced with by the account information. All strings will be NULL termi \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_account_by_id\fP(3), \fIf_account_by_name\fP(3), \fIf_account_group_id_by_name\fP(3), \fIf_account_group_name_by_id\fP(3), \fIf_account_id_by_name\fP(3), \fIf_account_name_by_id\fP(3), \fIgetpwnam_r()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7d97788..92b96d4 100644 --- a/level_0/f_account/data/documentation/man/man3/f_account_group_id_by_name.3 +++ b/level_0/f_account/data/documentation/man/man3/f_account_group_id_by_name.3 @@ -1,4 +1,4 @@ -.TH f_account_group_id_by_name "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_account_group_id_by_name "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_account_group_id_by_name .SH SYNOPSIS @@ -41,8 +41,15 @@ The id associated with the given name. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_account_by_id\fP(3), \fIf_account_by_name\fP(3), \fIf_account_group_id_by_name\fP(3), \fIf_account_group_name_by_id\fP(3), \fIf_account_id_by_name\fP(3), \fIf_account_name_by_id\fP(3), \fIgetgrnam_r()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4c7e691..3979760 100644 --- a/level_0/f_account/data/documentation/man/man3/f_account_group_name_by_id.3 +++ b/level_0/f_account/data/documentation/man/man3/f_account_group_name_by_id.3 @@ -1,4 +1,4 @@ -.TH f_account_group_name_by_id "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_account_group_name_by_id "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_account_group_name_by_id .SH SYNOPSIS @@ -41,8 +41,15 @@ This is replaced with by the group name. The name will be NULL terminated after \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_account_by_id\fP(3), \fIf_account_by_name\fP(3), \fIf_account_group_id_by_name\fP(3), \fIf_account_group_name_by_id\fP(3), \fIf_account_id_by_name\fP(3), \fIf_account_name_by_id\fP(3), \fIgetgrgid_r()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6847e13..4e36852 100644 --- a/level_0/f_account/data/documentation/man/man3/f_account_id_by_name.3 +++ b/level_0/f_account/data/documentation/man/man3/f_account_id_by_name.3 @@ -1,4 +1,4 @@ -.TH f_account_id_by_name "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_account_id_by_name "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_account_id_by_name .SH SYNOPSIS @@ -41,8 +41,15 @@ The id associated with the given name. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_account_by_id\fP(3), \fIf_account_by_name\fP(3), \fIf_account_group_id_by_name\fP(3), \fIf_account_group_name_by_id\fP(3), \fIf_account_id_by_name\fP(3), \fIf_account_name_by_id\fP(3), \fIgetpwnam_r()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6d6f514..a70fb83 100644 --- a/level_0/f_account/data/documentation/man/man3/f_account_name_by_id.3 +++ b/level_0/f_account/data/documentation/man/man3/f_account_name_by_id.3 @@ -1,4 +1,4 @@ -.TH f_account_name_by_id "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_account_name_by_id "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_account_name_by_id .SH SYNOPSIS @@ -41,8 +41,15 @@ This is replaced with by the user name. The name will be NULL terminated after t \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_account_by_id\fP(3), \fIf_account_by_name\fP(3), \fIf_account_group_id_by_name\fP(3), \fIf_account_group_name_by_id\fP(3), \fIf_account_id_by_name\fP(3), \fIf_account_name_by_id\fP(3), \fIgetpwuid_r()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5c353ff..3a98ceb 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_ambient_get.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_ambient_get.3 @@ -1,4 +1,4 @@ -.TH f_capability_ambient_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_ambient_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_ambient_get .SH SYNOPSIS @@ -39,8 +39,15 @@ The retrieved ambient value. \fBF_supported_not\fP (with error bit) if the system does not support ambient capabilities. .br \fBF_failure\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_set_ambient()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 62e543c..d53ac81 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_ambient_reset.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_ambient_reset.3 @@ -1,4 +1,4 @@ -.TH f_capability_ambient_reset "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_ambient_reset "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_ambient_reset .SH SYNOPSIS @@ -25,8 +25,15 @@ Reset the ambient capability. \fBF_prohibited\fP (with error bit) if the file system does not permit this operation. .br \fBF_failure\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_reset_ambient()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a47f376..bb9522c 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_ambient_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_ambient_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_ambient_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_ambient_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_ambient_set .SH SYNOPSIS @@ -35,8 +35,15 @@ The capability flag value. \fBF_prohibited\fP (with error bit) if the file system does not permit this operation. .br \fBF_failure\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_set_ambient()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 132b06a..ac12ecc 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_clear.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_clear.3 @@ -1,4 +1,4 @@ -.TH f_capability_clear "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_clear "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_clear .SH SYNOPSIS @@ -26,8 +26,15 @@ The capability to clear. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_clear()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 32e5484..890e6e6 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_clear_flag.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_clear_flag.3 @@ -1,4 +1,4 @@ -.TH f_capability_clear_flag "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_clear_flag "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_clear_flag .SH SYNOPSIS @@ -33,8 +33,15 @@ The capability to clear the flag of. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_clear_flag()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ac92705..be091e0 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_compare.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_compare.3 @@ -1,4 +1,4 @@ -.TH f_capability_compare "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_compare "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_compare .SH SYNOPSIS @@ -38,8 +38,15 @@ The second capability to compare. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_compare()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 accc47b..6e68a21 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_copy.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_copy.3 @@ -1,4 +1,4 @@ -.TH f_capability_copy "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_copy "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_copy .SH SYNOPSIS @@ -33,8 +33,15 @@ The capability to copy to. This must be freed via f_capability_delete() when fin \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_dup()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7b182bd..a89d91c 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_copy_external.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_copy_external.3 @@ -1,4 +1,4 @@ -.TH f_capability_copy_external "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_copy_external "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_copy_external .SH SYNOPSIS @@ -43,8 +43,15 @@ The (external) capability the (internal) capability is copied to. \fBF_range_not\fP (with error bit) on out of range when processing (external) capability. .br \fBF_failure\fP (with error bit) on failure to get size. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_copy_ext()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8b5b76f..d9c75ce 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_copy_internal.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_copy_internal.3 @@ -1,4 +1,4 @@ -.TH f_capability_copy_internal "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_copy_internal "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_copy_internal .SH SYNOPSIS @@ -33,8 +33,15 @@ The (internal) capability the (external) capability is copied into. This must be \fBF_range_not\fP (with error bit) on out of range when processing (external) capability. .br \fBF_failure\fP (with error bit) on failure to get size. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_copy_int()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 192c1f3..d229107 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_delete.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_delete.3 @@ -1,4 +1,4 @@ -.TH f_capability_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_delete .SH SYNOPSIS @@ -28,8 +28,15 @@ The capability to delete. Pointer address is set to 0 on success. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_free()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d3d747f..640805f 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_file_descriptor_get.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_file_descriptor_get.3 @@ -1,4 +1,4 @@ -.TH f_capability_file_descriptor_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_file_descriptor_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_file_descriptor_get .SH SYNOPSIS @@ -47,8 +47,15 @@ The retrieved capability. This must be freed via f_capability_delete() when fini \fBF_supported_not\fP (with error bit) if the file system does not support this operation. .br \fBF_failure\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_get_fd()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 144458c..524e196 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_file_descriptor_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_file_descriptor_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_file_descriptor_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_file_descriptor_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_file_descriptor_set .SH SYNOPSIS @@ -47,8 +47,15 @@ The capability to set. \fBF_supported_not\fP (with error bit) if the file system does not support this operation. .br \fBF_failure\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_set_fd()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f07285d..094b040 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_file_get.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_file_get.3 @@ -1,4 +1,4 @@ -.TH f_capability_file_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_file_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_file_get .SH SYNOPSIS @@ -47,8 +47,15 @@ The retrieved capability. This must be freed via f_capability_delete() when fini \fBF_supported_not\fP (with error bit) if the file system does not support this operation. .br \fBF_failure\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_get_file()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 98b5b2f..2c847f4 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_file_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_file_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_file_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_file_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_file_set .SH SYNOPSIS @@ -47,8 +47,15 @@ The capability to set. \fBF_supported_not\fP (with error bit) if the file system does not support this operation. .br \fBF_failure\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_set_file()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 706edcc..e927927 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_flag_get.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_flag_get.3 @@ -1,4 +1,4 @@ -.TH f_capability_flag_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_flag_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_flag_get .SH SYNOPSIS @@ -41,8 +41,15 @@ The determined capability code flag value. This is TRUE when the flag is enabled \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_get_flag()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 eb08eb9..750a9f7 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_flag_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_flag_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_flag_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_flag_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_flag_set .SH SYNOPSIS @@ -41,8 +41,15 @@ The capability to set the flag of. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_set_flag()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9d3ac7d..779de4f 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_from_name.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_from_name.3 @@ -1,4 +1,4 @@ -.TH f_capability_from_name "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_from_name "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_from_name .SH SYNOPSIS @@ -33,8 +33,15 @@ The name of the capability (must be all lower case). \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_from_name()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9caf2cd..11fc466 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_from_text.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_from_text.3 @@ -1,4 +1,4 @@ -.TH f_capability_from_text "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_from_text "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_from_text .SH SYNOPSIS @@ -33,8 +33,15 @@ The determined capabilities. This must be freed via f_capability_delete(). \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_from_text()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 631d3d8..3bb72ef 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_groups_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_groups_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_groups_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_groups_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_groups_set .SH SYNOPSIS @@ -42,8 +42,15 @@ The array of supplementary group IDs (as in setgroups()). \fBF_prohibited\fP (with error bit) if the file system does not permit this operation. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_setgroups()\fP, \fIsetgid()\fP, \fIsetgroups()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5715ef1..5c6d16c 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_initialize.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_initialize.3 @@ -1,4 +1,4 @@ -.TH f_capability_initialize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_initialize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_initialize .SH SYNOPSIS @@ -28,8 +28,15 @@ The capability to initialize. This must be freed via f_capability_delete() when \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on failure to initialize. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_init()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3c8d136..0d743ff 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_mode_get.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_mode_get.3 @@ -1,4 +1,4 @@ -.TH f_capability_mode_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_mode_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_mode_get .SH SYNOPSIS @@ -24,8 +24,15 @@ The capability mode. \fBF_implemented_not\fP (with error bit) if this function is not available (due to not having libcap support compiled in). .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_get_mode()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2ebb0c8..89a940a 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_mode_get_name.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_mode_get_name.3 @@ -1,4 +1,4 @@ -.TH f_capability_mode_get_name "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_mode_get_name "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_mode_get_name .SH SYNOPSIS @@ -29,8 +29,15 @@ The name of the mode. This is a NULL terminated string. \fBF_implemented_not\fP (with error bit) if this function is not available (due to not having libcap support compiled in). .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_get_mode()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e6aa5ff..fbc73f0 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_mode_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_mode_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_mode_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_mode_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_mode_set .SH SYNOPSIS @@ -30,8 +30,15 @@ The capability mode. \fBF_prohibited\fP (with error bit) if the file system does not permit this operation. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_set_mode()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7c83f8d..bfebcfc 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_owner_get.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_owner_get.3 @@ -1,4 +1,4 @@ -.TH f_capability_owner_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_owner_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_owner_get .SH SYNOPSIS @@ -29,8 +29,15 @@ The ID of the user. \fBF_implemented_not\fP (with error bit) if this function is not available (due to not having libcap support compiled in). .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_get_owner()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bd0be7e..8b5f7bb 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_owner_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_owner_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_owner_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_owner_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_owner_set .SH SYNOPSIS @@ -49,8 +49,15 @@ The ID of the user. \fBF_supported_not\fP (with error bit) if the file system does not support this operation. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_set_owner()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ad662d7..0f721fa 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_process_bound_drop.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_process_bound_drop.3 @@ -1,4 +1,4 @@ -.TH f_capability_process_bound_drop "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_process_bound_drop "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_process_bound_drop .SH SYNOPSIS @@ -37,8 +37,15 @@ The determined bound value. \fBF_prohibited\fP (with error bit) if the file system does not permit this operation. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_drop_bound()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ade33a9..ddea010 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_process_bound_get.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_process_bound_get.3 @@ -1,4 +1,4 @@ -.TH f_capability_process_bound_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_process_bound_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_process_bound_get .SH SYNOPSIS @@ -33,8 +33,15 @@ The determined bound value. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_get_bound()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 52cc004..060acb4 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_process_get.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_process_get.3 @@ -1,4 +1,4 @@ -.TH f_capability_process_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_process_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_process_get .SH SYNOPSIS @@ -26,8 +26,15 @@ The determined capability. This must be freed via f_capability_delete() when fin \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_get_proc()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 540eac6..ee28136 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_process_get_by_id.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_process_get_by_id.3 @@ -1,4 +1,4 @@ -.TH f_capability_process_get_by_id "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_process_get_by_id "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_process_get_by_id .SH SYNOPSIS @@ -31,8 +31,15 @@ The determined capability. This must be freed via f_capability_delete() when fin \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_get_pid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7c2dbd4..67c8af6 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_process_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_process_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_process_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_process_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_process_set .SH SYNOPSIS @@ -30,8 +30,15 @@ The capability to assign. \fBF_prohibited\fP (with error bit) if the file system does not permit this operation. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_set_proc()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ca0b155..f35e1cc 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_security_bits_get.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_security_bits_get.3 @@ -1,4 +1,4 @@ -.TH f_capability_security_bits_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_security_bits_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_security_bits_get .SH SYNOPSIS @@ -24,8 +24,15 @@ The security bits. \fBF_implemented_not\fP (with error bit) if this function is not available (due to not having libcap support compiled in). .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_get_secbits()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2ad23fe..168ba46 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_security_bits_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_security_bits_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_security_bits_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_security_bits_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_security_bits_set .SH SYNOPSIS @@ -30,8 +30,15 @@ The security bits. \fBF_prohibited\fP (with error bit) if the file system does not permit this operation. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_set_secbits()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 12f14c2..35929f6 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_size.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_size.3 @@ -1,4 +1,4 @@ -.TH f_capability_size "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_size "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_size .SH SYNOPSIS @@ -33,8 +33,15 @@ The size of the external representation of capability. Size may be set to -1 on \fBF_range_not\fP (with error bit) on out of range when processing size. .br \fBF_failure\fP (with error bit) on failure to get size. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_size()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9c925f4..c461994 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_supported.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_supported.3 @@ -1,4 +1,4 @@ -.TH f_capability_supported "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_supported "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_supported .SH SYNOPSIS @@ -14,9 +14,18 @@ f_capability_supported Check if capabilities are supported. .SH RETURN VALUE .PP -TRUE if supported. FALSE otherwise. +\fBF_true\fP if supported. +.br +\fBF_false\fP otherwise. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 23d4504..50c73e1 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_supported_ambient.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_supported_ambient.3 @@ -1,4 +1,4 @@ -.TH f_capability_supported_ambient "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_supported_ambient "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_supported_ambient .SH SYNOPSIS @@ -14,9 +14,18 @@ f_capability_supported_ambient Check if capabilities support ambient, using special libcap function/macro. .SH RETURN VALUE .PP -TRUE if ambient is supported. FALSE otherwise. +\fBF_true\fP if ambient is supported. +.br +\fBF_false\fP otherwise. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fICAP_AMBIENT_SUPPORTED()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ae769f8..4d8f6d8 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_supported_code.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_supported_code.3 @@ -1,4 +1,4 @@ -.TH f_capability_supported_code "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_supported_code "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_supported_code .SH SYNOPSIS @@ -19,9 +19,18 @@ The capability code. .SH RETURN VALUE .PP -TRUE if the code is supported. FALSE otherwise. +\fBF_true\fP if the code is supported. +.br +\fBF_false\fP otherwise. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fICAP_IS_SUPPORTED()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 934a3be..18afabb 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_to_name.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_to_name.3 @@ -1,4 +1,4 @@ -.TH f_capability_to_name "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_to_name "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_to_name .SH SYNOPSIS @@ -37,8 +37,15 @@ The determined name. The name is appended into this variable. This is NULL termi \fBF_failure\fP (with error bit) on any other failure. .br Errors (with error bit) from: f_string_dynamic_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIf_string_dynamic_resize()\fP, \fIcap_free()\fP, \fIcap_to_name()\fP, \fIf_string_dynamic_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 32fe74e..0a7839f 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_to_text.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_to_text.3 @@ -1,4 +1,4 @@ -.TH f_capability_to_text "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_to_text "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_to_text .SH SYNOPSIS @@ -39,8 +39,15 @@ The determined human-readable string. This is NULL terminated after the text.use \fBF_failure\fP (with error bit) on any other failure. .br Errors (with error bit) from: f_string_dynamic_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIf_string_dynamic_resize()\fP, \fIcap_free()\fP, \fIcap_to_text()\fP, \fIf_string_dynamic_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 884fc14..374d1c9 100644 --- a/level_0/f_capability/data/documentation/man/man3/f_capability_user_set.3 +++ b/level_0/f_capability/data/documentation/man/man3/f_capability_user_set.3 @@ -1,4 +1,4 @@ -.TH f_capability_user_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_capability_user_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_capability_user_set .SH SYNOPSIS @@ -32,8 +32,15 @@ The ID of the user. \fBF_prohibited\fP (with error bit) if the file system does not permit this operation. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_capability_ambient_get\fP(3), \fIf_capability_ambient_reset\fP(3), \fIf_capability_ambient_set\fP(3), \fIf_capability_clear\fP(3), \fIf_capability_clear_flag\fP(3), \fIf_capability_compare\fP(3), \fIf_capability_copy\fP(3), \fIf_capability_copy_external\fP(3), \fIf_capability_copy_internal\fP(3), \fIf_capability_delete\fP(3), \fIf_capability_file_descriptor_get\fP(3), \fIf_capability_file_descriptor_set\fP(3), \fIf_capability_file_get\fP(3), \fIf_capability_file_set\fP(3), \fIf_capability_flag_get\fP(3), \fIf_capability_flag_set\fP(3), \fIf_capability_from_name\fP(3), \fIf_capability_from_text\fP(3), \fIf_capability_groups_set\fP(3), \fIf_capability_initialize\fP(3), \fIf_capability_mode_get\fP(3), \fIf_capability_mode_get_name\fP(3), \fIf_capability_mode_set\fP(3), \fIf_capability_owner_get\fP(3), \fIf_capability_owner_set\fP(3), \fIf_capability_process_bound_drop\fP(3), \fIf_capability_process_bound_get\fP(3), \fIf_capability_process_get\fP(3), \fIf_capability_process_get_by_id\fP(3), \fIf_capability_process_set\fP(3), \fIf_capability_security_bits_get\fP(3), \fIf_capability_security_bits_set\fP(3), \fIf_capability_size\fP(3), \fIf_capability_supported\fP(3), \fIf_capability_supported_ambient\fP(3), \fIf_capability_supported_code\fP(3), \fIf_capability_to_name\fP(3), \fIf_capability_to_text\fP(3), \fIf_capability_user_set\fP(3), \fIcap_setuid()\fP, \fIsetuid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e9115ad..1a8d2f8 100644 --- a/level_0/f_color/data/documentation/man/man3/f_color_context_delete.3 +++ b/level_0/f_color/data/documentation/man/man3/f_color_context_delete.3 @@ -1,4 +1,4 @@ -.TH f_color_context_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_color_context_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_color_context_delete .SH SYNOPSIS @@ -24,8 +24,15 @@ The context object. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_string_dynamic_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_color_context_delete\fP(3), \fIf_color_context_destroy\fP(3), \fIf_string_dynamic_resize()\fP, \fIf_string_dynamic_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 de12181..c6d21a1 100644 --- a/level_0/f_color/data/documentation/man/man3/f_color_context_destroy.3 +++ b/level_0/f_color/data/documentation/man/man3/f_color_context_destroy.3 @@ -1,4 +1,4 @@ -.TH f_color_context_destroy "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_color_context_destroy "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_color_context_destroy .SH SYNOPSIS @@ -24,8 +24,15 @@ The context object. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_string_dynamic_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_color_context_delete\fP(3), \fIf_color_context_destroy\fP(3), \fIf_string_dynamic_adjust()\fP, \fIf_string_dynamic_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 dcadbd3..95de51a 100644 --- a/level_0/f_color/data/documentation/man/man3/f_color_load_context.3 +++ b/level_0/f_color/data/documentation/man/man3/f_color_load_context.3 @@ -1,4 +1,4 @@ -.TH f_color_load_context "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_color_load_context "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_color_load_context .SH SYNOPSIS @@ -35,8 +35,15 @@ The color context the load the color codes into. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_string_dynamic_increase_by() +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_color_load_context\fP(3), \fIf_color_save_1\fP(3), \fIf_color_save_2\fP(3), \fIf_color_save_3\fP(3), \fIf_color_save_4\fP(3), \fIf_color_save_5\fP(3), \fIf_string_dynamic_increase_by()\fP, \fImemcpy()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c4220a2..c5aed53 100644 --- a/level_0/f_color/data/documentation/man/man3/f_color_save_1.3 +++ b/level_0/f_color/data/documentation/man/man3/f_color_save_1.3 @@ -1,4 +1,4 @@ -.TH f_color_save_1 "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_color_save_1 "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_color_save_1 .SH SYNOPSIS @@ -36,8 +36,15 @@ The string to save the colors to. The buffer will become NULL terminated after t \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_string_dynamic_increase_by() +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_color_load_context\fP(3), \fIf_color_save_1\fP(3), \fIf_color_save_2\fP(3), \fIf_color_save_3\fP(3), \fIf_color_save_4\fP(3), \fIf_color_save_5\fP(3), \fImacro_f_color_t_set_linux()\fP, \fImacro_f_color_t_set_xterminal()\fP, \fIf_string_dynamic_increase_by()\fP, \fImemcpy()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d4efac4..8c70f20 100644 --- a/level_0/f_color/data/documentation/man/man3/f_color_save_2.3 +++ b/level_0/f_color/data/documentation/man/man3/f_color_save_2.3 @@ -1,4 +1,4 @@ -.TH f_color_save_2 "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_color_save_2 "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_color_save_2 .SH SYNOPSIS @@ -41,8 +41,15 @@ The string to save the colors to. The buffer will become NULL terminated after t \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_string_dynamic_increase_by() +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_color_load_context\fP(3), \fIf_color_save_1\fP(3), \fIf_color_save_2\fP(3), \fIf_color_save_3\fP(3), \fIf_color_save_4\fP(3), \fIf_color_save_5\fP(3), \fImacro_f_color_t_set_linux()\fP, \fImacro_f_color_t_set_xterminal()\fP, \fIf_string_dynamic_increase_by()\fP, \fImemcpy()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1bd1fe2..bcf5d69 100644 --- a/level_0/f_color/data/documentation/man/man3/f_color_save_3.3 +++ b/level_0/f_color/data/documentation/man/man3/f_color_save_3.3 @@ -1,4 +1,4 @@ -.TH f_color_save_3 "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_color_save_3 "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_color_save_3 .SH SYNOPSIS @@ -46,8 +46,15 @@ The string to save the colors to. The buffer will become NULL terminated after t \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_string_dynamic_increase_by() +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_color_load_context\fP(3), \fIf_color_save_1\fP(3), \fIf_color_save_2\fP(3), \fIf_color_save_3\fP(3), \fIf_color_save_4\fP(3), \fIf_color_save_5\fP(3), \fImacro_f_color_t_set_linux()\fP, \fImacro_f_color_t_set_xterminal()\fP, \fIf_string_dynamic_increase_by()\fP, \fImemcpy()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7184a01..ecfa5d6 100644 --- a/level_0/f_color/data/documentation/man/man3/f_color_save_4.3 +++ b/level_0/f_color/data/documentation/man/man3/f_color_save_4.3 @@ -1,4 +1,4 @@ -.TH f_color_save_4 "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_color_save_4 "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_color_save_4 .SH SYNOPSIS @@ -51,8 +51,15 @@ The string to save the colors to. The buffer will become NULL terminated after t \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_string_dynamic_increase_by() +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_color_load_context\fP(3), \fIf_color_save_1\fP(3), \fIf_color_save_2\fP(3), \fIf_color_save_3\fP(3), \fIf_color_save_4\fP(3), \fIf_color_save_5\fP(3), \fImacro_f_color_t_set_linux()\fP, \fImacro_f_color_t_set_xterminal()\fP, \fIf_string_dynamic_increase_by()\fP, \fImemcpy()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5033fb9..f6d53d0 100644 --- a/level_0/f_color/data/documentation/man/man3/f_color_save_5.3 +++ b/level_0/f_color/data/documentation/man/man3/f_color_save_5.3 @@ -1,4 +1,4 @@ -.TH f_color_save_5 "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_color_save_5 "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_color_save_5 .SH SYNOPSIS @@ -58,8 +58,15 @@ The string to save the colors to. The buffer will become NULL terminated after t \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_string_dynamic_increase_by() +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_color_load_context\fP(3), \fIf_color_save_1\fP(3), \fIf_color_save_2\fP(3), \fIf_color_save_3\fP(3), \fIf_color_save_4\fP(3), \fIf_color_save_5\fP(3), \fImacro_f_color_t_set_linux()\fP, \fImacro_f_color_t_set_xterminal()\fP, \fIf_string_dynamic_increase_by()\fP, \fImemcpy()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3287360..ba9bb23 100644 --- a/level_0/f_console/data/documentation/man/man3/f_console_environment_process.3 +++ b/level_0/f_console/data/documentation/man/man3/f_console_environment_process.3 @@ -1,4 +1,4 @@ -.TH f_console_environment_process "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_console_environment_process "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_console_environment_process .SH SYNOPSIS @@ -15,11 +15,10 @@ f_console_environment_process Some console input/output commands. Transcribe the NULL terminated environment strings into maps. .PP All values are appended to the environment maps. -.PP -Errors (with error bit) from: f_string_maps_increase_by(). .SH PARAMETERS .TP .B arguments +The arguments to process. .TP .B environment @@ -30,8 +29,17 @@ Maps representing the environment variable names and values. Both the name and t \fBF_none\fP on success. .br \fBF_data_not\fP if the arguments.envp pointer is NULL or there are no environment variables in arguments.envp. +.br +Errors (with error bit) from: f_string_maps_increase_by(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_console_environment_process\fP(3), \fIf_console_identify\fP(3), \fIf_console_parameter_prioritize_left\fP(3), \fIf_console_parameter_prioritize_right\fP(3), \fIf_console_parameter_process\fP(3), \fIf_string_maps_increase_by()\fP, \fIf_string_maps_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7e3385a..9c42cac 100644 --- a/level_0/f_console/data/documentation/man/man3/f_console_identify.3 +++ b/level_0/f_console/data/documentation/man/man3/f_console_identify.3 @@ -1,4 +1,4 @@ -.TH f_console_identify "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_console_identify "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_console_identify .SH SYNOPSIS @@ -27,8 +27,15 @@ The resulting console type code determined by this function. \fBF_none\fP on success. .br \fBF_data_not\fP the input string is empty. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_console_environment_process\fP(3), \fIf_console_identify\fP(3), \fIf_console_parameter_prioritize_left\fP(3), \fIf_console_parameter_prioritize_right\fP(3), \fIf_console_parameter_process\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 032d867..01d16ac 100644 --- a/level_0/f_console/data/documentation/man/man3/f_console_parameter_prioritize_left.3 +++ b/level_0/f_console/data/documentation/man/man3/f_console_parameter_prioritize_left.3 @@ -1,4 +1,4 @@ -.TH f_console_parameter_prioritize_left "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_console_parameter_prioritize_left "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_console_parameter_prioritize_left .SH SYNOPSIS @@ -40,8 +40,15 @@ The resulting decision. If none of the parameters are found, then this will not \fBF_data_not\fP if no parameters were found. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_console_environment_process\fP(3), \fIf_console_identify\fP(3), \fIf_console_parameter_prioritize_left\fP(3), \fIf_console_parameter_prioritize_right\fP(3), \fIf_console_parameter_process\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a3fd967..f37a152 100644 --- a/level_0/f_console/data/documentation/man/man3/f_console_parameter_prioritize_right.3 +++ b/level_0/f_console/data/documentation/man/man3/f_console_parameter_prioritize_right.3 @@ -1,4 +1,4 @@ -.TH f_console_parameter_prioritize_right "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_console_parameter_prioritize_right "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_console_parameter_prioritize_right .SH SYNOPSIS @@ -40,8 +40,15 @@ The resulting decision. If none of the parameters are found, then this will not \fBF_data_not\fP if no parameters were found. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_console_environment_process\fP(3), \fIf_console_identify\fP(3), \fIf_console_parameter_prioritize_left\fP(3), \fIf_console_parameter_prioritize_right\fP(3), \fIf_console_parameter_process\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f98e169..132e77a 100644 --- a/level_0/f_console/data/documentation/man/man3/f_console_parameter_process.3 +++ b/level_0/f_console/data/documentation/man/man3/f_console_parameter_process.3 @@ -1,4 +1,4 @@ -.TH f_console_parameter_process "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_console_parameter_process "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_console_parameter_process .SH SYNOPSIS @@ -49,8 +49,15 @@ Errors (with error bit) from: f_array_lengths_increase_by(). Errors (with error bit) from: f_string_dynamics_increase_by(). .br Errors (with error bit) from: f_utf_char_to_character(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_console_environment_process\fP(3), \fIf_console_identify\fP(3), \fIf_console_parameter_prioritize_left\fP(3), \fIf_console_parameter_prioritize_right\fP(3), \fIf_console_parameter_process\fP(3), \fIf_array_lengths_increase()\fP, \fIf_array_lengths_increase_by()\fP, \fIf_string_dynamics_increase_by()\fP, \fIf_utf_char_to_character()\fP, \fIf_array_lengths_increase()\fP, \fIf_array_lengths_increase_by()\fP, \fIf_string_dynamics_increase_by()\fP, \fIf_utf_char_to_character()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2c217fe..88a075e 100644 --- a/level_0/f_console/data/documentation/man/man3/f_console_parameters_delete.3 +++ b/level_0/f_console/data/documentation/man/man3/f_console_parameters_delete.3 @@ -1,4 +1,4 @@ -.TH f_console_parameters_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_console_parameters_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_console_parameters_delete .SH SYNOPSIS @@ -22,12 +22,19 @@ The parameters object. \fBF_none\fP on success. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. -.PP +.br Errors (with error bit) from: f_string_dynamics_resize(). .br Errors (with error bit) from: f_array_lengths_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_console_parameters_delete\fP(3), \fIf_console_parameters_destroy\fP(3), \fIf_string_dynamics_resize()\fP, \fIf_array_lengths_resize()\fP, \fIf_string_dynamics_resize()\fP, \fIf_array_lengths_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 18d6aba..f872b94 100644 --- a/level_0/f_console/data/documentation/man/man3/f_console_parameters_destroy.3 +++ b/level_0/f_console/data/documentation/man/man3/f_console_parameters_destroy.3 @@ -1,4 +1,4 @@ -.TH f_console_parameters_destroy "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_console_parameters_destroy "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_console_parameters_destroy .SH SYNOPSIS @@ -26,8 +26,15 @@ The parameters object. Errors (with error bit) from: f_string_dynamics_adjust(). .br Errors (with error bit) from: f_array_lengths_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_console_parameters_delete\fP(3), \fIf_console_parameters_destroy\fP(3), \fIf_string_dynamics_adjust()\fP, \fIf_array_lengths_adjust()\fP, \fIf_string_dynamics_adjust()\fP, \fIf_array_lengths_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d845788..e16fb0a 100644 --- a/level_0/f_control_group/data/documentation/man/man3/f_control_group_copy.3 +++ b/level_0/f_control_group/data/documentation/man/man3/f_control_group_copy.3 @@ -1,4 +1,4 @@ -.TH f_control_group_copy "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_control_group_copy "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_control_group_copy .SH SYNOPSIS @@ -12,6 +12,10 @@ f_control_group_copy .fi .SH DESCRIPTION .PP +FLL - Level 0 +.PP +Project: Control Group API Version: 0.6 Licenses: lgpl-2.1-or-later +.PP Provides control group (cgroup) related functionality. .PP It appears that the control group, as documented in the Linux kernel, is changed via the sysfs instead of system calls. If there are system calls to set the control group for a given process then this will need to be updated to utilize that. Until then, this is an implementation that helps facilitate writing to the sysfs file system for adding a process to a particular control group. @@ -32,9 +36,18 @@ The destination the source is appended onto. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. .br -Errors (with error bit) from: f_string_dynamic_append(). Errors (with error bit) from: f_string_dynamics_append_all(). +Errors (with error bit) from: f_string_dynamic_append(). +.br +Errors (with error bit) from: f_string_dynamics_append_all(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_control_group_copy\fP(3), \fIf_string_dynamic_append()\fP, \fIf_string_dynamics_append_all()\fP, \fIf_string_dynamic_append()\fP, \fIf_string_dynamics_append_all()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c3a62d0..95ee566 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_binary.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_binary.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_is_binary "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_conversion_character_is_binary "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_conversion_character_is_binary .SH SYNOPSIS @@ -11,6 +11,10 @@ f_conversion_character_is_binary .fi .SH DESCRIPTION .PP +FLL - Level 0 +.PP +Project: Conversion API Version: 0.6 Licenses: lgpl-2.1-or-later +.PP Provide means to convert one data type to another, such as a string to an integer. Identify whether or not the given 1-byte character represents a boolean digit. .PP A boolean digit is either '0' or '1'. @@ -23,11 +27,16 @@ The character to validate. .SH RETURN VALUE .PP -\fBF_true\fP if character is a binary. -.br -\fBF_false\fP if character is not a binary. +F_true if character is a binary. F_false if character is not a binary. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_conversion_character_is_binary\fP(3), \fIf_conversion_character_is_decimal\fP(3), \fIf_conversion_character_is_duodecimal\fP(3), \fIf_conversion_character_is_hexidecimal\fP(3), \fIf_conversion_character_is_octal\fP(3), \fIf_conversion_character_to_binary\fP(3), \fIf_conversion_character_to_decimal\fP(3), \fIf_conversion_character_to_duodecimal\fP(3), \fIf_conversion_character_to_hexidecimal\fP(3), \fIf_conversion_character_to_octal\fP(3), \fIf_conversion_number_signed_print\fP(3), \fIf_conversion_number_signed_to_string\fP(3), \fIf_conversion_number_unsigned_print\fP(3), \fIf_conversion_number_unsigned_to_string\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 aa7368c..85ad456 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_decimal.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_decimal.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_is_decimal "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_conversion_character_is_decimal "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_conversion_character_is_decimal .SH SYNOPSIS @@ -23,11 +23,16 @@ The character to validate. .SH RETURN VALUE .PP -\fBF_true\fP if character is a decimal. -.br -\fBF_false\fP if character is not a decimal. +F_true if character is a decimal. F_false if character is not a decimal. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_conversion_character_is_binary\fP(3), \fIf_conversion_character_is_decimal\fP(3), \fIf_conversion_character_is_duodecimal\fP(3), \fIf_conversion_character_is_hexidecimal\fP(3), \fIf_conversion_character_is_octal\fP(3), \fIf_conversion_character_to_binary\fP(3), \fIf_conversion_character_to_decimal\fP(3), \fIf_conversion_character_to_duodecimal\fP(3), \fIf_conversion_character_to_hexidecimal\fP(3), \fIf_conversion_character_to_octal\fP(3), \fIf_conversion_number_signed_print\fP(3), \fIf_conversion_number_signed_to_string\fP(3), \fIf_conversion_number_unsigned_print\fP(3), \fIf_conversion_number_unsigned_to_string\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f0b3be2..fd6096d 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_duodecimal.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_duodecimal.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_is_duodecimal "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_conversion_character_is_duodecimal "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_conversion_character_is_duodecimal .SH SYNOPSIS @@ -23,11 +23,16 @@ The character to validate. .SH RETURN VALUE .PP -\fBF_true\fP if character is a duodecimal. -.br -\fBF_false\fP if character is not a duodecimal. +F_true if character is a duodecimal. F_false if character is not a duodecimal. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_conversion_character_is_binary\fP(3), \fIf_conversion_character_is_decimal\fP(3), \fIf_conversion_character_is_duodecimal\fP(3), \fIf_conversion_character_is_hexidecimal\fP(3), \fIf_conversion_character_is_octal\fP(3), \fIf_conversion_character_to_binary\fP(3), \fIf_conversion_character_to_decimal\fP(3), \fIf_conversion_character_to_duodecimal\fP(3), \fIf_conversion_character_to_hexidecimal\fP(3), \fIf_conversion_character_to_octal\fP(3), \fIf_conversion_number_signed_print\fP(3), \fIf_conversion_number_signed_to_string\fP(3), \fIf_conversion_number_unsigned_print\fP(3), \fIf_conversion_number_unsigned_to_string\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3217b0f..a421d79 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_hexidecimal.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_hexidecimal.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_is_hexidecimal "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_conversion_character_is_hexidecimal "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_conversion_character_is_hexidecimal .SH SYNOPSIS @@ -23,11 +23,16 @@ The character to validate. .SH RETURN VALUE .PP -\fBF_true\fP if character is a hexidecimal. -.br -\fBF_false\fP if character is not a hexidecimal. +F_true if character is a hexidecimal. F_false if character is not a hexidecimal. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_conversion_character_is_binary\fP(3), \fIf_conversion_character_is_decimal\fP(3), \fIf_conversion_character_is_duodecimal\fP(3), \fIf_conversion_character_is_hexidecimal\fP(3), \fIf_conversion_character_is_octal\fP(3), \fIf_conversion_character_to_binary\fP(3), \fIf_conversion_character_to_decimal\fP(3), \fIf_conversion_character_to_duodecimal\fP(3), \fIf_conversion_character_to_hexidecimal\fP(3), \fIf_conversion_character_to_octal\fP(3), \fIf_conversion_number_signed_print\fP(3), \fIf_conversion_number_signed_to_string\fP(3), \fIf_conversion_number_unsigned_print\fP(3), \fIf_conversion_number_unsigned_to_string\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 35b2a29..d382a21 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_octal.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_is_octal.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_is_octal "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_conversion_character_is_octal "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_conversion_character_is_octal .SH SYNOPSIS @@ -23,11 +23,16 @@ The character to validate. .SH RETURN VALUE .PP -\fBF_true\fP if character is an octal. -.br -\fBF_false\fP if character is not an octal. +F_true if character is an octal. F_false if character is not an octal. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_conversion_character_is_binary\fP(3), \fIf_conversion_character_is_decimal\fP(3), \fIf_conversion_character_is_duodecimal\fP(3), \fIf_conversion_character_is_hexidecimal\fP(3), \fIf_conversion_character_is_octal\fP(3), \fIf_conversion_character_to_binary\fP(3), \fIf_conversion_character_to_decimal\fP(3), \fIf_conversion_character_to_duodecimal\fP(3), \fIf_conversion_character_to_hexidecimal\fP(3), \fIf_conversion_character_to_octal\fP(3), \fIf_conversion_number_signed_print\fP(3), \fIf_conversion_number_signed_to_string\fP(3), \fIf_conversion_number_unsigned_print\fP(3), \fIf_conversion_number_unsigned_to_string\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4ff35a2..e065067 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_binary.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_binary.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_to_binary "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_conversion_character_to_binary "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_conversion_character_to_binary .SH SYNOPSIS @@ -13,6 +13,8 @@ f_conversion_character_to_binary .SH DESCRIPTION .PP Convert a single character into the binary digit that it represents. +.PP +F_number (with error bit) if no conversion was made due to non-binary values being found. F_parameter (with error bit) if a parameter is invalid. .SH PARAMETERS .TP .B character @@ -24,13 +26,16 @@ This will store the value of the converted character. This value is only changed .SH RETURN VALUE .PP -\fBF_none\fP if character was converted to a binary. -.br -\fBF_number\fP (with error bit) if no conversion was made due to non-binary values being found. -.br -\fBF_parameter\fP (with error bit) if a parameter is invalid. +F_none if character was converted to a binary. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_conversion_character_is_binary\fP(3), \fIf_conversion_character_is_decimal\fP(3), \fIf_conversion_character_is_duodecimal\fP(3), \fIf_conversion_character_is_hexidecimal\fP(3), \fIf_conversion_character_is_octal\fP(3), \fIf_conversion_character_to_binary\fP(3), \fIf_conversion_character_to_decimal\fP(3), \fIf_conversion_character_to_duodecimal\fP(3), \fIf_conversion_character_to_hexidecimal\fP(3), \fIf_conversion_character_to_octal\fP(3), \fIf_conversion_number_signed_print\fP(3), \fIf_conversion_number_signed_to_string\fP(3), \fIf_conversion_number_unsigned_print\fP(3), \fIf_conversion_number_unsigned_to_string\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3f0977f..56c7694 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_decimal.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_decimal.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_to_decimal "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_conversion_character_to_decimal "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_conversion_character_to_decimal .SH SYNOPSIS @@ -14,6 +14,7 @@ f_conversion_character_to_decimal .PP Convert a single character into the decimal digit that it represents. .PP +F_number (with error bit) if no conversion was made due to non-decimal values being found. F_parameter (with error bit) if a parameter is invalid. .SH PARAMETERS .TP .B character @@ -25,13 +26,16 @@ This will store the value of the converted character. This value is only changed .SH RETURN VALUE .PP -\fBF_none\fP if character was converted to a decimal. -.br -\fBF_number\fP (with error bit) if no conversion was made due to non-decimal values being found. -.br -\fBF_parameter\fP (with error bit) if a parameter is invalid. +F_none if character was converted to a decimal. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_conversion_character_is_binary\fP(3), \fIf_conversion_character_is_decimal\fP(3), \fIf_conversion_character_is_duodecimal\fP(3), \fIf_conversion_character_is_hexidecimal\fP(3), \fIf_conversion_character_is_octal\fP(3), \fIf_conversion_character_to_binary\fP(3), \fIf_conversion_character_to_decimal\fP(3), \fIf_conversion_character_to_duodecimal\fP(3), \fIf_conversion_character_to_hexidecimal\fP(3), \fIf_conversion_character_to_octal\fP(3), \fIf_conversion_number_signed_print\fP(3), \fIf_conversion_number_signed_to_string\fP(3), \fIf_conversion_number_unsigned_print\fP(3), \fIf_conversion_number_unsigned_to_string\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 03b1e4d..ecbcd49 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_duodecimal.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_duodecimal.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_to_duodecimal "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_conversion_character_to_duodecimal "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_conversion_character_to_duodecimal .SH SYNOPSIS @@ -14,6 +14,7 @@ f_conversion_character_to_duodecimal .PP Convert a single character into the duodecimal digit that it represents. .PP +F_number (with error bit) if no conversion was made due to non-duodecimal values being found. F_parameter (with error bit) if a parameter is invalid. .SH PARAMETERS .TP .B character @@ -25,13 +26,16 @@ This will store the value of the converted character. This value is only changed .SH RETURN VALUE .PP -\fBF_none\fP if character was converted to a duodecimal. -.br -\fBF_number\fP (with error bit) if no conversion was made due to non-duodecimal values being found. -.br -\fBF_parameter\fP (with error bit) if a parameter is invalid. +F_none if character was converted to a duodecimal. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_conversion_character_is_binary\fP(3), \fIf_conversion_character_is_decimal\fP(3), \fIf_conversion_character_is_duodecimal\fP(3), \fIf_conversion_character_is_hexidecimal\fP(3), \fIf_conversion_character_is_octal\fP(3), \fIf_conversion_character_to_binary\fP(3), \fIf_conversion_character_to_decimal\fP(3), \fIf_conversion_character_to_duodecimal\fP(3), \fIf_conversion_character_to_hexidecimal\fP(3), \fIf_conversion_character_to_octal\fP(3), \fIf_conversion_number_signed_print\fP(3), \fIf_conversion_number_signed_to_string\fP(3), \fIf_conversion_number_unsigned_print\fP(3), \fIf_conversion_number_unsigned_to_string\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8d8bfd3..29ed2bd 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_hexidecimal.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_hexidecimal.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_to_hexidecimal "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_conversion_character_to_hexidecimal "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_conversion_character_to_hexidecimal .SH SYNOPSIS @@ -14,6 +14,7 @@ f_conversion_character_to_hexidecimal .PP Convert a single character into the hexidecimal digit that it represents. .PP +F_number (with error bit) if no conversion was made due to non-hexidecimal values being found. F_parameter (with error bit) if a parameter is invalid. .SH PARAMETERS .TP .B character @@ -25,13 +26,16 @@ This will store the value of the converted character. This value is only changed .SH RETURN VALUE .PP -\fBF_none\fP if character was converted to a hexidecimal. -.br -\fBF_number\fP (with error bit) if no conversion was made due to non-hexidecimal values being found. -.br -\fBF_parameter\fP (with error bit) if a parameter is invalid. +F_none if character was converted to a hexidecimal. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_conversion_character_is_binary\fP(3), \fIf_conversion_character_is_decimal\fP(3), \fIf_conversion_character_is_duodecimal\fP(3), \fIf_conversion_character_is_hexidecimal\fP(3), \fIf_conversion_character_is_octal\fP(3), \fIf_conversion_character_to_binary\fP(3), \fIf_conversion_character_to_decimal\fP(3), \fIf_conversion_character_to_duodecimal\fP(3), \fIf_conversion_character_to_hexidecimal\fP(3), \fIf_conversion_character_to_octal\fP(3), \fIf_conversion_number_signed_print\fP(3), \fIf_conversion_number_signed_to_string\fP(3), \fIf_conversion_number_unsigned_print\fP(3), \fIf_conversion_number_unsigned_to_string\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 548dd4a..2a28afd 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_octal.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_character_to_octal.3 @@ -1,4 +1,4 @@ -.TH f_conversion_character_to_octal "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_conversion_character_to_octal "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_conversion_character_to_octal .SH SYNOPSIS @@ -14,6 +14,7 @@ f_conversion_character_to_octal .PP Convert a single character into the octal digit that it represents. .PP +F_number (with error bit) if no conversion was made due to non-hexidecimal values being found. F_parameter (with error bit) if a parameter is invalid. .SH PARAMETERS .TP .B character @@ -25,13 +26,16 @@ This will store the value of the converted character. This value is only changed .SH RETURN VALUE .PP -\fBF_none\fP if character was converted to a hexidecimal. -.br -\fBF_number\fP (with error bit) if no conversion was made due to non-hexidecimal values being found. -.br -\fBF_parameter\fP (with error bit) if a parameter is invalid. +F_none if character was converted to a hexidecimal. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_conversion_character_is_binary\fP(3), \fIf_conversion_character_is_decimal\fP(3), \fIf_conversion_character_is_duodecimal\fP(3), \fIf_conversion_character_is_hexidecimal\fP(3), \fIf_conversion_character_is_octal\fP(3), \fIf_conversion_character_to_binary\fP(3), \fIf_conversion_character_to_decimal\fP(3), \fIf_conversion_character_to_duodecimal\fP(3), \fIf_conversion_character_to_hexidecimal\fP(3), \fIf_conversion_character_to_octal\fP(3), \fIf_conversion_number_signed_print\fP(3), \fIf_conversion_number_signed_to_string\fP(3), \fIf_conversion_number_unsigned_print\fP(3), \fIf_conversion_number_unsigned_to_string\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6292120..512b6c6 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_signed_print.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_signed_print.3 @@ -1,4 +1,4 @@ -.TH f_conversion_number_signed_print "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_conversion_number_signed_print "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_conversion_number_signed_print .SH SYNOPSIS @@ -20,6 +20,8 @@ The generated number is printed to the file stream. This only supports the following base units: 2 through 16. This only supports base prefixes for: 2, 8, 10, 12, and 16. .PP This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called. +.PP +F_block (with error bit) if file stream is set to non-block and the write would result in a blocking operation. F_buffer (with error bit) if the buffer is invalid. F_file_type_directory (with error bit) if file descriptor represents a directory. F_input_output (with error bit) on I/O error. F_interrupt (with error bit) if interrupt was received. F_output (with error bit) on any other file output error. F_parameter (with error bit) if a parameter is invalid. .SH PARAMETERS .TP .B number @@ -35,23 +37,16 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP -\fBF_none\fP if the number was converted to a string. -.br -\fBF_block\fP (with error bit) if file stream is set to non-block and the write would result in a blocking operation. -.br -\fBF_buffer\fP (with error bit) if the buffer is invalid. -.br -\fBF_file_type_directory\fP (with error bit) if file descriptor represents a directory. -.br -\fBF_input_output\fP (with error bit) on I/O error. -.br -\fBF_interrupt\fP (with error bit) if interrupt was received. -.br -\fBF_output\fP (with error bit) on any other file output error. -.br -\fBF_parameter\fP (with error bit) if a parameter is invalid. +F_none if the number was converted to a string. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_conversion_character_is_binary\fP(3), \fIf_conversion_character_is_decimal\fP(3), \fIf_conversion_character_is_duodecimal\fP(3), \fIf_conversion_character_is_hexidecimal\fP(3), \fIf_conversion_character_is_octal\fP(3), \fIf_conversion_character_to_binary\fP(3), \fIf_conversion_character_to_decimal\fP(3), \fIf_conversion_character_to_duodecimal\fP(3), \fIf_conversion_character_to_hexidecimal\fP(3), \fIf_conversion_character_to_octal\fP(3), \fIf_conversion_number_signed_print\fP(3), \fIf_conversion_number_signed_to_string\fP(3), \fIf_conversion_number_unsigned_print\fP(3), \fIf_conversion_number_unsigned_to_string\fP(3), \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2b34ed0..e694105 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_signed_to_string.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_signed_to_string.3 @@ -1,4 +1,4 @@ -.TH f_conversion_number_signed_to_string "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_conversion_number_signed_to_string "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_conversion_number_signed_to_string .SH SYNOPSIS @@ -18,6 +18,10 @@ Convert a signed number into the decimal digit string that it represents. The generated number is appended to the destination string. .PP This only supports the following base units: 2 through 16. This only supports base prefixes for: 2, 8, 10, 12, and 16. +.PP +F_parameter (with error bit) if a parameter is invalid. +.PP +Errors (with error bit) from: f_string_dynamic_increase_by() .SH PARAMETERS .TP .B number @@ -33,13 +37,16 @@ The destination the converted string is saved into. .SH RETURN VALUE .PP -\fBF_none\fP if the number was converted to a string. -.br -\fBF_parameter\fP (with error bit) if a parameter is invalid. -.br -Errors (with error bit) from: f_string_dynamic_increase_by() +F_none if the number was converted to a string. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_conversion_character_is_binary\fP(3), \fIf_conversion_character_is_decimal\fP(3), \fIf_conversion_character_is_duodecimal\fP(3), \fIf_conversion_character_is_hexidecimal\fP(3), \fIf_conversion_character_is_octal\fP(3), \fIf_conversion_character_to_binary\fP(3), \fIf_conversion_character_to_decimal\fP(3), \fIf_conversion_character_to_duodecimal\fP(3), \fIf_conversion_character_to_hexidecimal\fP(3), \fIf_conversion_character_to_octal\fP(3), \fIf_conversion_number_signed_print\fP(3), \fIf_conversion_number_signed_to_string\fP(3), \fIf_conversion_number_unsigned_print\fP(3), \fIf_conversion_number_unsigned_to_string\fP(3), \fIf_string_dynamic_increase_by()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 23dd6e0..d9ead27 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_unsigned_print.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_unsigned_print.3 @@ -1,4 +1,4 @@ -.TH f_conversion_number_unsigned_print "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_conversion_number_unsigned_print "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_conversion_number_unsigned_print .SH SYNOPSIS @@ -21,6 +21,7 @@ This only supports the following base units: 2 through 16. This only supports ba .PP This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called. .PP +F_block (with error bit) if file stream is set to non-block and the write would result in a blocking operation. F_buffer (with error bit) if the buffer is invalid. F_file_type_directory (with error bit) if file descriptor represents a directory. F_input_output (with error bit) on I/O error. F_interrupt (with error bit) if interrupt was received. F_output (with error bit) on any other file output error. F_parameter (with error bit) if a parameter is invalid. .SH PARAMETERS .TP .B number @@ -36,23 +37,16 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP -\fBF_none\fP if the number was converted to a string. -.br -\fBF_block\fP (with error bit) if file stream is set to non-block and the write would result in a blocking operation. -.br -\fBF_buffer\fP (with error bit) if the buffer is invalid. -.br -\fBF_file_type_directory\fP (with error bit) if file descriptor represents a directory. -.br -\fBF_input_output\fP (with error bit) on I/O error. -.br -\fBF_interrupt\fP (with error bit) if interrupt was received. -.br -\fBF_output\fP (with error bit) on any other file output error. -.br -\fBF_parameter\fP (with error bit) if a parameter is invalid. +F_none if the number was converted to a string. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_conversion_character_is_binary\fP(3), \fIf_conversion_character_is_decimal\fP(3), \fIf_conversion_character_is_duodecimal\fP(3), \fIf_conversion_character_is_hexidecimal\fP(3), \fIf_conversion_character_is_octal\fP(3), \fIf_conversion_character_to_binary\fP(3), \fIf_conversion_character_to_decimal\fP(3), \fIf_conversion_character_to_duodecimal\fP(3), \fIf_conversion_character_to_hexidecimal\fP(3), \fIf_conversion_character_to_octal\fP(3), \fIf_conversion_number_signed_print\fP(3), \fIf_conversion_number_signed_to_string\fP(3), \fIf_conversion_number_unsigned_print\fP(3), \fIf_conversion_number_unsigned_to_string\fP(3), \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4e6f01b..883d135 100644 --- a/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_unsigned_to_string.3 +++ b/level_0/f_conversion/data/documentation/man/man3/f_conversion_number_unsigned_to_string.3 @@ -1,4 +1,4 @@ -.TH f_conversion_number_unsigned_to_string "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_conversion_number_unsigned_to_string "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_conversion_number_unsigned_to_string .SH SYNOPSIS @@ -18,6 +18,10 @@ Convert an unsigned number into the decimal digit string that it represents. The generated number is appended to the destination string. .PP This only supports the following base units: 2 through 16. This only supports base prefixes for: 2, 8, 10, 12, and 16. +.PP +F_parameter (with error bit) if a parameter is invalid. +.PP +Errors (with error bit) from: f_string_dynamic_increase_by() .SH PARAMETERS .TP .B number @@ -33,13 +37,16 @@ The destination the converted string is saved into. .SH RETURN VALUE .PP -\fBF_none\fP if the number was converted to a string..br -.br -\fBF_parameter\fP (with error bit) if a parameter is invalid. -.br -Errors (with error bit) from: f_string_dynamic_increase_by() +F_none if the number was converted to a string. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_conversion_character_is_binary\fP(3), \fIf_conversion_character_is_decimal\fP(3), \fIf_conversion_character_is_duodecimal\fP(3), \fIf_conversion_character_is_hexidecimal\fP(3), \fIf_conversion_character_is_octal\fP(3), \fIf_conversion_character_to_binary\fP(3), \fIf_conversion_character_to_decimal\fP(3), \fIf_conversion_character_to_duodecimal\fP(3), \fIf_conversion_character_to_hexidecimal\fP(3), \fIf_conversion_character_to_octal\fP(3), \fIf_conversion_number_signed_print\fP(3), \fIf_conversion_number_signed_to_string\fP(3), \fIf_conversion_number_unsigned_print\fP(3), \fIf_conversion_number_unsigned_to_string\fP(3), \fIf_string_dynamic_increase_by()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b1834d0..e0ab3ab 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_create.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_create.3 @@ -1,4 +1,4 @@ -.TH f_directory_create "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_directory_create "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_directory_create .SH SYNOPSIS @@ -55,8 +55,15 @@ The directory mode to use when creating. \fBF_space_not\fP (with error bit) if file system is out of space (or file system quota is reached). .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_directory_create\fP(3), \fIf_directory_create_at\fP(3), \fIf_directory_exists\fP(3), \fIf_directory_exists_at\fP(3), \fIf_directory_is\fP(3), \fIf_directory_is_at\fP(3), \fIf_directory_list\fP(3), \fIf_directory_open\fP(3), \fIf_directory_open_at\fP(3), \fIf_directory_remove\fP(3), \fIf_directory_remove_custom\fP(3), \fIf_directory_touch\fP(3), \fIf_directory_touch_at\fP(3), \fImkdir()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e56d010..9744268 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_create_at.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_create_at.3 @@ -1,4 +1,4 @@ -.TH f_directory_create_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_directory_create_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_directory_create_at .SH SYNOPSIS @@ -62,8 +62,15 @@ The directory mode to use when creating. \fBF_space_not\fP (with error bit) if file system is out of space (or file system quota is reached). .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_directory_create\fP(3), \fIf_directory_create_at\fP(3), \fIf_directory_exists\fP(3), \fIf_directory_exists_at\fP(3), \fIf_directory_is\fP(3), \fIf_directory_is_at\fP(3), \fIf_directory_list\fP(3), \fIf_directory_open\fP(3), \fIf_directory_open_at\fP(3), \fIf_directory_remove\fP(3), \fIf_directory_remove_custom\fP(3), \fIf_directory_touch\fP(3), \fIf_directory_touch_at\fP(3), \fImkdirat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c9b0ac1..6f07905 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_exists.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_exists.3 @@ -1,4 +1,4 @@ -.TH f_directory_exists "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_directory_exists "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_directory_exists .SH SYNOPSIS @@ -20,8 +20,11 @@ The file path to the directory. .SH RETURN VALUE .PP \fBF_true\fP if path was found and path is a directory (or a symlink to a directory). +.br \fBF_false\fP if path was found and path is not a directory. +.br \fBF_file_found_not\fP if the path was not found. +.br \fBF_data_not\fP if path.used is 0. .br \fBF_access_denied\fP (with error bit) if access to the file was denied. @@ -35,8 +38,15 @@ The file path to the directory. \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_directory_create\fP(3), \fIf_directory_create_at\fP(3), \fIf_directory_exists\fP(3), \fIf_directory_exists_at\fP(3), \fIf_directory_is\fP(3), \fIf_directory_is_at\fP(3), \fIf_directory_list\fP(3), \fIf_directory_open\fP(3), \fIf_directory_open_at\fP(3), \fIf_directory_remove\fP(3), \fIf_directory_remove_custom\fP(3), \fIf_directory_touch\fP(3), \fIf_directory_touch_at\fP(3), \fIstat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 388ef66..1cec9fb 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_exists_at.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_exists_at.3 @@ -1,4 +1,4 @@ -.TH f_directory_exists_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_directory_exists_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_directory_exists_at .SH SYNOPSIS @@ -30,8 +30,11 @@ Any valid flag, such as F_directory_at_path_empty_d, F_directory_at_automount_no .SH RETURN VALUE .PP \fBF_true\fP if path was found and path is a directory (or a symlink to a directory). +.br \fBF_false\fP if path was found and path is not a directory. +.br \fBF_file_found_not\fP if the path was not found. +.br \fBF_data_not\fP if path.used is 0. .br \fBF_access_denied\fP (with error bit) if access to the file was denied. @@ -42,13 +45,20 @@ Any valid flag, such as F_directory_at_path_empty_d, F_directory_at_automount_no .br \fBF_memory_not\fP (with error bit) if out of memory. .br -\fBF_name\fP (with error bit) on path name error. +\fBF_name\fP (with error bit) on path name werror. .br \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_directory_create\fP(3), \fIf_directory_create_at\fP(3), \fIf_directory_exists\fP(3), \fIf_directory_exists_at\fP(3), \fIf_directory_is\fP(3), \fIf_directory_is_at\fP(3), \fIf_directory_list\fP(3), \fIf_directory_open\fP(3), \fIf_directory_open_at\fP(3), \fIf_directory_remove\fP(3), \fIf_directory_remove_custom\fP(3), \fIf_directory_touch\fP(3), \fIf_directory_touch_at\fP(3), \fIfstatat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ff892a2..47e7ddd 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_is.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_is.3 @@ -1,4 +1,4 @@ -.TH f_directory_is "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_directory_is "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_directory_is .SH SYNOPSIS @@ -20,8 +20,11 @@ The file path to the directory. .SH RETURN VALUE .PP \fBF_true\fP if path was found and path is a directory. +.br \fBF_false\fP if path was found and path is not a directory (this includes symlinks). +.br \fBF_file_found_not\fP if the path was not found. +.br \fBF_data_not\fP if path.used is 0. .br \fBF_access_denied\fP (with error bit) if access to the file was denied. @@ -35,8 +38,15 @@ The file path to the directory. \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_directory_create\fP(3), \fIf_directory_create_at\fP(3), \fIf_directory_exists\fP(3), \fIf_directory_exists_at\fP(3), \fIf_directory_is\fP(3), \fIf_directory_is_at\fP(3), \fIf_directory_list\fP(3), \fIf_directory_open\fP(3), \fIf_directory_open_at\fP(3), \fIf_directory_remove\fP(3), \fIf_directory_remove_custom\fP(3), \fIf_directory_touch\fP(3), \fIf_directory_touch_at\fP(3), \fIstat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5a925e5..0fcf839 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_is_at.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_is_at.3 @@ -1,4 +1,4 @@ -.TH f_directory_is_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_directory_is_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_directory_is_at .SH SYNOPSIS @@ -30,8 +30,11 @@ Any valid flag, such as F_directory_at_path_empty_d, F_directory_at_automount_no .SH RETURN VALUE .PP \fBF_true\fP if path was found and path is a directory. +.br \fBF_false\fP if path was found and path is not a directory. +.br \fBF_file_found_not\fP if the path was not found. +.br \fBF_data_not\fP if path.used is 0. .br \fBF_access_denied\fP (with error bit) if access to the file was denied. @@ -47,8 +50,15 @@ Any valid flag, such as F_directory_at_path_empty_d, F_directory_at_automount_no \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_directory_create\fP(3), \fIf_directory_create_at\fP(3), \fIf_directory_exists\fP(3), \fIf_directory_exists_at\fP(3), \fIf_directory_is\fP(3), \fIf_directory_is_at\fP(3), \fIf_directory_list\fP(3), \fIf_directory_open\fP(3), \fIf_directory_open_at\fP(3), \fIf_directory_remove\fP(3), \fIf_directory_remove_custom\fP(3), \fIf_directory_touch\fP(3), \fIf_directory_touch_at\fP(3), \fIfstatat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 41a70fe..17fe67a 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_list.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_list.3 @@ -1,4 +1,4 @@ -.TH f_directory_list "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_directory_list "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_directory_list .SH SYNOPSIS @@ -49,8 +49,15 @@ Will be populated with the names of each file and/or directory inside path. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_directory_create\fP(3), \fIf_directory_create_at\fP(3), \fIf_directory_exists\fP(3), \fIf_directory_exists_at\fP(3), \fIf_directory_is\fP(3), \fIf_directory_is_at\fP(3), \fIf_directory_list\fP(3), \fIf_directory_open\fP(3), \fIf_directory_open_at\fP(3), \fIf_directory_remove\fP(3), \fIf_directory_remove_custom\fP(3), \fIf_directory_touch\fP(3), \fIf_directory_touch_at\fP(3), \fIalphasort()\fP, \fIscandir()\fP, \fIversionsort()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bf7d77a..9493ae1 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_open.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_open.3 @@ -1,4 +1,4 @@ -.TH f_directory_open "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_directory_open "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_directory_open .SH SYNOPSIS @@ -64,8 +64,15 @@ The file descriptor. This is updated with the result of open() or openat(). \fBF_read_only\fP (with error bit) if file is read-only. .br \fBF_space_not\fP (with error bit) if file system is out of space (or file system quota is reached). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_directory_create\fP(3), \fIf_directory_create_at\fP(3), \fIf_directory_exists\fP(3), \fIf_directory_exists_at\fP(3), \fIf_directory_is\fP(3), \fIf_directory_is_at\fP(3), \fIf_directory_list\fP(3), \fIf_directory_open\fP(3), \fIf_directory_open_at\fP(3), \fIf_directory_remove\fP(3), \fIf_directory_remove_custom\fP(3), \fIf_directory_touch\fP(3), \fIf_directory_touch_at\fP(3), \fIopen()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8b576d3..97e5200 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_open_at.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_open_at.3 @@ -1,4 +1,4 @@ -.TH f_directory_open_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_directory_open_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_directory_open_at .SH SYNOPSIS @@ -71,8 +71,15 @@ The file descriptor. This is updated with the result of open() or openat(). \fBF_read_only\fP (with error bit) if file is read-only. .br \fBF_space_not\fP (with error bit) if file system is out of space (or file system quota is reached). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_directory_create\fP(3), \fIf_directory_create_at\fP(3), \fIf_directory_exists\fP(3), \fIf_directory_exists_at\fP(3), \fIf_directory_is\fP(3), \fIf_directory_is_at\fP(3), \fIf_directory_list\fP(3), \fIf_directory_open\fP(3), \fIf_directory_open_at\fP(3), \fIf_directory_remove\fP(3), \fIf_directory_remove_custom\fP(3), \fIf_directory_touch\fP(3), \fIf_directory_touch_at\fP(3), \fIopenat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 29ea686..8676314 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_remove.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_remove.3 @@ -1,4 +1,4 @@ -.TH f_directory_remove "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_directory_remove "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_directory_remove .SH SYNOPSIS @@ -64,8 +64,15 @@ When depth_max > 0, this designates whether or not to preserve the directory at \fBF_read_only\fP (with error bit) if file is read-only. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_directory_create\fP(3), \fIf_directory_create_at\fP(3), \fIf_directory_exists\fP(3), \fIf_directory_exists_at\fP(3), \fIf_directory_is\fP(3), \fIf_directory_is_at\fP(3), \fIf_directory_list\fP(3), \fIf_directory_open\fP(3), \fIf_directory_open_at\fP(3), \fIf_directory_remove\fP(3), \fIf_directory_remove_custom\fP(3), \fIf_directory_touch\fP(3), \fIf_directory_touch_at\fP(3), \fInftw()\fP, \fIremove()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5eb6c92..c28249f 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_remove_custom.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_remove_custom.3 @@ -1,4 +1,4 @@ -.TH f_directory_remove_custom "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_directory_remove_custom "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_directory_remove_custom .SH SYNOPSIS @@ -69,8 +69,15 @@ A custom function to pass to nftw() instead of using the internal one. Such as a \fBF_read_only\fP (with error bit) if file is read-only. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_directory_create\fP(3), \fIf_directory_create_at\fP(3), \fIf_directory_exists\fP(3), \fIf_directory_exists_at\fP(3), \fIf_directory_is\fP(3), \fIf_directory_is_at\fP(3), \fIf_directory_list\fP(3), \fIf_directory_open\fP(3), \fIf_directory_open_at\fP(3), \fIf_directory_remove\fP(3), \fIf_directory_remove_custom\fP(3), \fIf_directory_touch\fP(3), \fIf_directory_touch_at\fP(3), \fInftw()\fP, \fIremove()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9ed98e1..6dc4a08 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_touch.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_touch.3 @@ -1,4 +1,4 @@ -.TH f_directory_touch "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_directory_touch "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_directory_touch .SH SYNOPSIS @@ -67,8 +67,15 @@ The file mode to use when (directory) file is created. \fBF_search\fP (with error bit) if search permission is denied for one of the paths to the file. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_directory_create\fP(3), \fIf_directory_create_at\fP(3), \fIf_directory_exists\fP(3), \fIf_directory_exists_at\fP(3), \fIf_directory_is\fP(3), \fIf_directory_is_at\fP(3), \fIf_directory_list\fP(3), \fIf_directory_open\fP(3), \fIf_directory_open_at\fP(3), \fIf_directory_remove\fP(3), \fIf_directory_remove_custom\fP(3), \fIf_directory_touch\fP(3), \fIf_directory_touch_at\fP(3), \fIutimensat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 91d76f9..8667b39 100644 --- a/level_0/f_directory/data/documentation/man/man3/f_directory_touch_at.3 +++ b/level_0/f_directory/data/documentation/man/man3/f_directory_touch_at.3 @@ -1,4 +1,4 @@ -.TH f_directory_touch_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_directory_touch_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_directory_touch_at .SH SYNOPSIS @@ -77,8 +77,15 @@ Any valid flag, such as F_file_at_path_empty_d, F_file_at_automount_no_d, or F_f \fBF_search\fP (with error bit) if search permission is denied for one of the paths to the file. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_directory_create\fP(3), \fIf_directory_create_at\fP(3), \fIf_directory_exists\fP(3), \fIf_directory_exists_at\fP(3), \fIf_directory_is\fP(3), \fIf_directory_is_at\fP(3), \fIf_directory_list\fP(3), \fIf_directory_open\fP(3), \fIf_directory_open_at\fP(3), \fIf_directory_remove\fP(3), \fIf_directory_remove_custom\fP(3), \fIf_directory_touch\fP(3), \fIf_directory_touch_at\fP(3), \fIutimensat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2a5626f..08d68d4 100644 --- a/level_0/f_environment/data/documentation/man/man3/f_environment_clear.3 +++ b/level_0/f_environment/data/documentation/man/man3/f_environment_clear.3 @@ -1,4 +1,4 @@ -.TH f_environment_clear "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_environment_clear "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_environment_clear .SH SYNOPSIS @@ -17,8 +17,15 @@ Provides environment processing functionality, such as environment variable hand \fBF_none\fP on success. .br \fBF_failure\fP (with error bit) on failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_environment_clear\fP(3), \fIf_environment_exists\fP(3), \fIf_environment_get\fP(3), \fIf_environment_get_all\fP(3), \fIf_environment_secure_is\fP(3), \fIf_environment_set\fP(3), \fIf_environment_unset\fP(3), \fIclearenv()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ee0a9e3..f4b08ca 100644 --- a/level_0/f_environment/data/documentation/man/man3/f_environment_exists.3 +++ b/level_0/f_environment/data/documentation/man/man3/f_environment_exists.3 @@ -1,4 +1,4 @@ -.TH f_environment_exists "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_environment_exists "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_environment_exists .SH SYNOPSIS @@ -17,7 +17,7 @@ The variable is copied into a new dynamically allocated string and is safe to al .SH PARAMETERS .TP .B name -The name of the environment variable to get. The name string must not contain the '=' character. The name must be NULL terminated. +The name of the environment variable to check the existence of. The name string must not contain the '=' character. The name must be NULL terminated. .SH RETURN VALUE .PP @@ -26,8 +26,15 @@ The name of the environment variable to get. The name string must not contain th \fBF_true\fP on success and environment variable exists. .br \fBF_false\fP on success and environment variable does not exist. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_environment_clear\fP(3), \fIf_environment_exists\fP(3), \fIf_environment_get\fP(3), \fIf_environment_get_all\fP(3), \fIf_environment_secure_is\fP(3), \fIf_environment_set\fP(3), \fIf_environment_unset\fP(3), \fIgetenv()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1eadd5f..a050884 100644 --- a/level_0/f_environment/data/documentation/man/man3/f_environment_get.3 +++ b/level_0/f_environment/data/documentation/man/man3/f_environment_get.3 @@ -1,4 +1,4 @@ -.TH f_environment_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_environment_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_environment_get .SH SYNOPSIS @@ -35,8 +35,15 @@ The value associated with name. The value is be null terminated. The value is be \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_string_dynamic_increase_by(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_environment_clear\fP(3), \fIf_environment_exists\fP(3), \fIf_environment_get\fP(3), \fIf_environment_get_all\fP(3), \fIf_environment_secure_is\fP(3), \fIf_environment_set\fP(3), \fIf_environment_unset\fP(3), \fIf_string_dynamic_increase_by()\fP, \fIgetenv()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 80567a9..8d80dd5 100644 --- a/level_0/f_environment/data/documentation/man/man3/f_environment_get_all.3 +++ b/level_0/f_environment/data/documentation/man/man3/f_environment_get_all.3 @@ -1,4 +1,4 @@ -.TH f_environment_get_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_environment_get_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_environment_get_all .SH SYNOPSIS @@ -26,8 +26,15 @@ An array of maps containing all available environment variable name and value pa \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_string_maps_append(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_environment_clear\fP(3), \fIf_environment_exists\fP(3), \fIf_environment_get\fP(3), \fIf_environment_get_all\fP(3), \fIf_environment_secure_is\fP(3), \fIf_environment_set\fP(3), \fIf_environment_unset\fP(3), \fIf_string_maps_append()\fP, \fIf_string_maps_append()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8cb3973..3be7ee3 100644 --- a/level_0/f_environment/data/documentation/man/man3/f_environment_secure_is.3 +++ b/level_0/f_environment/data/documentation/man/man3/f_environment_secure_is.3 @@ -1,4 +1,4 @@ -.TH f_environment_secure_is "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_environment_secure_is "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_environment_secure_is .SH SYNOPSIS @@ -31,8 +31,15 @@ The documentation for secure_getenv() is unclear on which capabilities are expec \fBF_prohibited\fP (with error bit) if the file system does not permit this operation (usually due to the cap_get_proc() call). .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_environment_clear\fP(3), \fIf_environment_exists\fP(3), \fIf_environment_get\fP(3), \fIf_environment_get_all\fP(3), \fIf_environment_secure_is\fP(3), \fIf_environment_set\fP(3), \fIf_environment_unset\fP(3), \fIcap_get_flag()\fP, \fIcap_get_proc()\fP, \fIgetegid()\fP, \fIgeteuid()\fP, \fIgetgid()\fP, \fIgetuid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c26694a..92a0064 100644 --- a/level_0/f_environment/data/documentation/man/man3/f_environment_set.3 +++ b/level_0/f_environment/data/documentation/man/man3/f_environment_set.3 @@ -1,4 +1,4 @@ -.TH f_environment_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_environment_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_environment_set .SH SYNOPSIS @@ -40,8 +40,15 @@ Set to TRUE to replace value if name already exists. Set to FALSE to not replace \fBF_parameter\fP (with error bit) if name is an invalid string. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_environment_clear\fP(3), \fIf_environment_exists\fP(3), \fIf_environment_get\fP(3), \fIf_environment_get_all\fP(3), \fIf_environment_secure_is\fP(3), \fIf_environment_set\fP(3), \fIf_environment_unset\fP(3), \fIsetenv()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 41ab8a8..a02865d 100644 --- a/level_0/f_environment/data/documentation/man/man3/f_environment_unset.3 +++ b/level_0/f_environment/data/documentation/man/man3/f_environment_unset.3 @@ -1,4 +1,4 @@ -.TH f_environment_unset "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_environment_unset "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_environment_unset .SH SYNOPSIS @@ -28,8 +28,15 @@ The name of the environment variable to remove. The name string must not contain \fBF_parameter\fP (with error bit) if name is an invalid string. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_environment_clear\fP(3), \fIf_environment_exists\fP(3), \fIf_environment_get\fP(3), \fIf_environment_get_all\fP(3), \fIf_environment_secure_is\fP(3), \fIf_environment_set\fP(3), \fIf_environment_unset\fP(3), \fIunsetenv()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4f0b3d2..92f3691 100644 --- a/level_0/f_execute/data/documentation/man/man3/f_execute_status_from_status.3 +++ b/level_0/f_execute/data/documentation/man/man3/f_execute_status_from_status.3 @@ -1,4 +1,4 @@ -.TH f_execute_status_from_status "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_execute_status_from_status "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_execute_status_from_status .SH SYNOPSIS @@ -12,8 +12,6 @@ f_execute_status_from_status .SH DESCRIPTION .PP Convert from F_status_t to execute status. -.PP -F_execute_code_last is returned when there are no matching execute states. .SH PARAMETERS .TP .B status @@ -22,8 +20,17 @@ The status to convert from. The execute status does not support flags and so fla .SH RETURN VALUE .PP The appropriate execute status code is returned on match. +.br +\fBF_execute_code_last\fP is returned when there are no matching execute states. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_execute_status_from_status\fP(3), \fIf_execute_status_to_status\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 beecf29..5a84aa8 100644 --- a/level_0/f_execute/data/documentation/man/man3/f_execute_status_to_status.3 +++ b/level_0/f_execute/data/documentation/man/man3/f_execute_status_to_status.3 @@ -1,4 +1,4 @@ -.TH f_execute_status_to_status "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_execute_status_to_status "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_execute_status_to_status .SH SYNOPSIS @@ -22,8 +22,15 @@ An execute status number to convert. The execute status has no flags and is only The appropriate status code is returned on match (no bits, error or otherwise are set for the status code if there is no error). .br \fBF_known_not\fP (with error bit) if the given number has no known execute state to convert. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_execute_status_from_status\fP(3), \fIf_execute_status_to_status\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_file/c/file.h b/level_0/f_file/c/file.h index 0316846..9e5b025 100644 --- a/level_0/f_file/c/file.h +++ b/level_0/f_file/c/file.h @@ -7,10 +7,6 @@ * * Provides structures and data types for a file I/O. * Provides operations for opening/closing files. - * - * @fixme Currently this uses makedev(3) to create devices, which is non-standard. - * The documentation for mknod(2) isn't clear on how to make major/minor based block and character devices. - * Find out how to implement this and elliminate the use of the non-standard makedev(3) call. */ #ifndef _F_file_h #define _F_file_h 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 8ca3bea..f716dc6 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_access.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_access.3 @@ -1,4 +1,4 @@ -.TH f_file_access "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_access "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_access .SH SYNOPSIS @@ -12,25 +12,20 @@ f_file_access .fi .SH DESCRIPTION .PP -A string that is analogous to f_string_dynamic_t but intended for static-only uses. +Check if a file can be accessed. .PP -The f_string_static_t type should never be directly allocated or deallocated. +Do not use this to check file access before immediately attempting to open a file due to the possibility that the permissions change between this call and the open call. Instead, use the f_file_open() directly. .PP -A special macro_f_string_static_t_initialize() is provided for the special purpose of easily initialize a static string. A special macro_f_string_static_t_initialize2() is provided for the special purpose of easily initialize a static string with an identical used and size. -.PP -string: The string. size: Total amount of space available. used: Total number of space used. -.sp -.RS -.nf -\fB -struct f_string_static_t { - f_string_t \fIstring\fP; - f_array_length_t \fIsize\fP; - f_array_length_t \fIused\fP; -}; -\fP -.fi -.RE +The access() method always follows symbolic links, so if a symbolic link itself needs to be checked, instead use f_file_access_at() with the AT_SYMLINK_NOFOLLOW flag. +.SH PARAMETERS +.TP +.B path +The path file name. + +.TP +.B mode +The file mode to check access of. + .SH RETURN VALUE .PP \fBF_true\fP if requested access is allowed. @@ -38,8 +33,33 @@ struct f_string_static_t { \fBF_false\fP if requested access is denied. .br \fBF_data_not\fP if path.used is 0. +.br +\fBF_access_denied\fP (with error bit) on access denied. +.br +\fBF_directory_not\fP (with error bit) on invalid directory. +.br +\fBF_file_not\fP (with error bit) the file does not exist. +.br +\fBF_loop\fP (with error bit) on loop error. +.br +\fBF_memory_not\fP (with error bit) if out of memory. +.br +\fBF_name\fP (with error bit) on path name error. +.br +\fBF_number_overflow\fP (with error bit) on overflow error. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +\fBF_failure\fP (with error bit) for any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIf_file_open()\fP, \fIf_file_access_at()\fP, \fIaccess()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5c5c859..436cbf3 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_access_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_access_at.3 @@ -1,4 +1,4 @@ -.TH f_file_access_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_access_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_access_at .SH SYNOPSIS @@ -61,8 +61,15 @@ Options to control how this operates. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) for any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIf_file_open()\fP, \fIfaccessat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f965d57..e10d69e 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_clone.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_clone.3 @@ -1,4 +1,4 @@ -.TH f_file_clone "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_clone "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_clone .SH SYNOPSIS @@ -23,8 +23,6 @@ For directory file types, this will only copy the directory itself and not its c This does not copy unknown file types. .PP If f_file_stat_flag_reference_e, will operate directly on a link rather than what it references. If not f_file_stat_flag_reference_e, will dereference any links. -.PP -If either f_file_stat_flag_group_e or f_file_stat_flag_owner_e, will copy the owner and group ids. If neither f_file_stat_flag_group_e nor f_file_stat_flag_owner_e, will not copy the owner and group ids. .SH PARAMETERS .TP .B source @@ -48,6 +46,10 @@ If f_file_stat_flag_exclusive_e, will fail when file already exists. If not f_fi .br \fBF_data_not\fP if source.used or destination.used is 0. .br +If either f_file_stat_flag_group_e or f_file_stat_flag_owner_e, will copy the owner and group ids. +.br +If neither f_file_stat_flag_group_e nor f_file_stat_flag_owner_e, will not copy the owner and group ids. +.br \fBF_access_denied\fP (with error bit) on access denied. .br \fBF_access_group\fP (with error bit) if the current user does not have access to assign the specified group. @@ -91,8 +93,15 @@ If f_file_stat_flag_exclusive_e, will fail when file already exists. If not f_fi \fBF_supported_not\fP if copying a given type of file is unsupported. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 efc3a19..822b8cb 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_close.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_close.3 @@ -1,4 +1,4 @@ -.TH f_file_close "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_close "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_close .SH SYNOPSIS @@ -36,8 +36,15 @@ The file descriptor. \fBF_interrupt\fP (with error bit) when program received an interrupt signal, halting operation. .br \fBF_space_not\fP (with error bit) if file system is out of space (or file system quota is reached). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIfclose()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 08ab173..b98060d 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_close_flush.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_close_flush.3 @@ -1,4 +1,4 @@ -.TH f_file_close_flush "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_close_flush "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_close_flush .SH SYNOPSIS @@ -36,8 +36,15 @@ The file descriptor. \fBF_interrupt\fP (with error bit) when program received an interrupt signal, halting operation. .br \fBF_space_not\fP (with error bit) if file system is out of space (or file system quota is reached). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIfclose()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 495dca3..768d099 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_copy.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_copy.3 @@ -1,4 +1,4 @@ -.TH f_file_copy "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_copy "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_copy .SH SYNOPSIS @@ -90,8 +90,15 @@ If f_file_stat_flag_exclusive_e, will fail when file already exists. If not f_fi \fBF_supported_not\fP if copying a given type of file is unsupported. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5058c98..db2d408 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_create.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_create.3 @@ -1,4 +1,4 @@ -.TH f_file_create "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_create "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_create .SH SYNOPSIS @@ -66,8 +66,15 @@ If TRUE, will fail when file already exists. If FALSE, will not fail if file alr \fBF_space_not\fP (with error bit) if file system is out of space (or file system quota is reached). .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIopen()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c59e386..79fb1fe 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_create_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_create_at.3 @@ -1,4 +1,4 @@ -.TH f_file_create_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_create_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_create_at .SH SYNOPSIS @@ -73,8 +73,15 @@ If TRUE, will fail when file already exists. If FALSE, will not fail if file alr \fBF_space_not\fP (with error bit) if file system is out of space (or file system quota is reached). .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIopenat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d3cb882..48f5b03 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_create_device.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_create_device.3 @@ -1,4 +1,4 @@ -.TH f_file_create_device "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_create_device "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_create_device .SH SYNOPSIS @@ -63,8 +63,15 @@ The minor device number for character and block file types. Is ignored by pipe f \fBF_supported_not\fP (with error bit) for unsupported file types. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fImakedev()\fP, \fImknod()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 91883e6..2cd52f5 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_create_device_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_create_device_at.3 @@ -1,4 +1,4 @@ -.TH f_file_create_device_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_create_device_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_create_device_at .SH SYNOPSIS @@ -70,8 +70,15 @@ The minor device number for character and block file types. Is ignored by pipe f \fBF_supported_not\fP (with error bit) for unsupported file types. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fImakedev()\fP, \fImknodat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ac124fa..d343210 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_create_fifo.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_create_fifo.3 @@ -1,4 +1,4 @@ -.TH f_file_create_fifo "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_create_fifo "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_create_fifo .SH SYNOPSIS @@ -51,8 +51,15 @@ The file mode to assign. \fBF_supported_not\fP (with error bit) for unsupported file types. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fImkfifo()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 560fe65..4363ee8 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_create_fifo_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_create_fifo_at.3 @@ -1,4 +1,4 @@ -.TH f_file_create_fifo_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_create_fifo_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_create_fifo_at .SH SYNOPSIS @@ -58,8 +58,15 @@ The file mode to assign. \fBF_supported_not\fP (with error bit) for unsupported file types. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fImkfifoat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a19e834..59f82c0 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_create_node.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_create_node.3 @@ -1,4 +1,4 @@ -.TH f_file_create_node "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_create_node "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_create_node .SH SYNOPSIS @@ -56,8 +56,15 @@ The device number for character and block file types. Is ignored by pipe file ty \fBF_supported_not\fP (with error bit) for unsupported file types. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fImknod()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 829df69..57bbf3c 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_create_node_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_create_node_at.3 @@ -1,4 +1,4 @@ -.TH f_file_create_node_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_create_node_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_create_node_at .SH SYNOPSIS @@ -63,8 +63,15 @@ The device number for character and block file types. Is ignored by pipe file ty \fBF_failure\fP (with error bit) for any other error. .br \fBF_supported_not\fP (with error bit) for unsupported file types. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fImknodat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8e3ad41..7c8b5e8 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_descriptor.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_descriptor.3 @@ -1,4 +1,4 @@ -.TH f_file_descriptor "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_descriptor "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_descriptor .SH SYNOPSIS @@ -24,8 +24,15 @@ The file stream to get descriptor of. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_stream_not\fP (with error bit) if file is not a valid stream. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIfileno()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2ad330a..5179cfc 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_exists.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_exists.3 @@ -1,4 +1,4 @@ -.TH f_file_exists "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_exists "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_exists .SH SYNOPSIS @@ -45,8 +45,15 @@ Set to TRUE to dereference symlinks. Set to FALSE to operate on the symlink itse \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIlstat()\fP, \fIstat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0989097..d29a144 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_exists_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_exists_at.3 @@ -1,4 +1,4 @@ -.TH f_file_exists_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_exists_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_exists_at .SH SYNOPSIS @@ -54,8 +54,15 @@ Any valid flag, such as F_file_at_path_empty_d, F_file_at_automount_no_d, or F_f \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIfstatat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b4df3e5..0a9c8f5 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_flush.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_flush.3 @@ -1,4 +1,4 @@ -.TH f_file_flush "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_flush "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_flush .SH SYNOPSIS @@ -34,8 +34,15 @@ The file descriptor. \fBF_supported_not\fP (with error bit) if the file system or file type does not support flushing. .br \fBF_failure\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIfsync()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fd4487c..e6c75a5 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_group_read.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_group_read.3 @@ -1,4 +1,4 @@ -.TH f_file_group_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_group_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_group_read .SH SYNOPSIS @@ -48,8 +48,15 @@ The id of the file's group. \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIstat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 81d8008..16ace3f 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_is.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_is.3 @@ -1,4 +1,4 @@ -.TH f_file_is "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_is "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_is .SH SYNOPSIS @@ -52,8 +52,15 @@ Set to TRUE to dereference symlinks (often is what is desired). Set to FALSE to \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIstat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f2b3bf9..38f48d3 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_is_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_is_at.3 @@ -1,4 +1,4 @@ -.TH f_file_is_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_is_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_is_at .SH SYNOPSIS @@ -57,8 +57,15 @@ Any valid flag, such as F_file_at_path_empty_d, F_file_at_automount_no_d, or F_f \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIfstatat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8e6eea1..f76d246 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_link.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_link.3 @@ -1,4 +1,4 @@ -.TH f_file_link "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_link "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_link .SH SYNOPSIS @@ -61,8 +61,15 @@ A path to the link that does the pointing. \fBF_read_only\fP (with error bit) if file system is read-only. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIsymlink()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bc8bd33..6579bef 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_link_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_link_at.3 @@ -1,4 +1,4 @@ -.TH f_file_link_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_link_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_link_at .SH SYNOPSIS @@ -68,8 +68,15 @@ A path to the link that does the pointing. \fBF_read_only\fP (with error bit) if file system is read-only. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIsymlinkat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8e64e91..cbc1682 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_link_hard.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_link_hard.3 @@ -1,4 +1,4 @@ -.TH f_file_link_hard "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_link_hard "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_link_hard .SH SYNOPSIS @@ -61,8 +61,15 @@ A path to the link that does the pointing. \fBF_read_only\fP (with error bit) if file system is read-only. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIlink()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d8393c3..d1d03df 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_link_hard_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_link_hard_at.3 @@ -1,4 +1,4 @@ -.TH f_file_link_hard_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_link_hard_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_link_hard_at .SH SYNOPSIS @@ -80,8 +80,15 @@ Any valid flag, such as F_file_at_path_empty_d, F_file_at_automount_no_d, or F_f \fBF_read_only\fP (with error bit) if file system is read-only. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIlinkat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d4c3fe4..0fc4e49 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_link_read.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_link_read.3 @@ -1,4 +1,4 @@ -.TH f_file_link_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_link_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_link_read .SH SYNOPSIS @@ -58,8 +58,15 @@ Will be replaced with the path in which the link points to. Will be NULL termina \fBF_failure\fP (with error bit) for any other error. .br Errors (with error bit) from: f_string_dynamic_increase_by() Errors (with error bit) from: f_string_dynamic_terminate_after() +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIf_string_dynamic_increase_by()\fP, \fIf_string_dynamic_terminate_after()\fP, \fIlstat()\fP, \fIreadlink()\fP, \fIstat()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_string_dynamic_terminate_after()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 45edeb5..e9a1d86 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_link_read_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_link_read_at.3 @@ -1,4 +1,4 @@ -.TH f_file_link_read_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_link_read_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_link_read_at .SH SYNOPSIS @@ -65,8 +65,15 @@ Will be replaced with the path in which the link points to. Will be NULL termina \fBF_failure\fP (with error bit) for any other error. .br Errors (with error bit) from: f_string_dynamic_increase_by() Errors (with error bit) from: f_string_dynamic_terminate_after() +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIf_string_dynamic_increase_by()\fP, \fIf_string_dynamic_terminate_after()\fP, \fIfstatat()\fP, \fIreadlinkat()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_string_dynamic_terminate_after()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5a837fc..089f5f1 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_mode_determine.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_mode_determine.3 @@ -1,4 +1,4 @@ -.TH f_file_mode_determine "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_mode_determine "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_mode_determine .SH SYNOPSIS @@ -18,8 +18,6 @@ f_file_mode_determine Determine how the mode should be applied based on different file properties and the given mode properties. .PP This does not set mode based on umask(), which is already applied if f_file_mode_from_string() was used to create mode_change. -.PP -apparently "u+g" is valid such that the mode from the group (g) is applied to the user (u) mode. .SH PARAMETERS .TP .B mode_file @@ -46,8 +44,15 @@ The determined mode. \fBF_none\fP on success. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIf_file_mode_from_string()\fP, \fIf_file_mode_from_string()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2aa3bc2..5e5eeb3 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_mode_from_string.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_mode_from_string.3 @@ -1,4 +1,4 @@ -.TH f_file_mode_from_string "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_mode_from_string "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_mode_from_string .SH SYNOPSIS @@ -32,10 +32,6 @@ This means that "chmod 1 some_directory" would not change the setuid/setgid/stic .PP Considering the behavior, assume that when "=" or a leading "0" is provided, this will change the setuid/setgid/sticky bits, otherwise it preserves those bits for directories. .PP -the possibilities are a bit extensive and this needs additional review; remove this fixme when this review is completed. -.PP -apparently "u+g" is valid such that the mode from the group (g) is applied to the user (u) mode. -.PP The flags F_file_mode_t_replace_* are used to designate which mask bits are to be replaced. For example F_file_mode_t_replace_owner_d would designate that the owner bits are to be replaced. A value of 0 means that there are no replacements being made. .PP Replacements replace the entire existing mode values where as "add" and "subtract" add or subtract modes, respectively, to the existing mode values. @@ -65,8 +61,15 @@ The determined modes that are to be replaced, such as: F_file_mode_t_replace_own \fBF_syntax\fP (with error bit) if the string fails to follow the syntax rules. .br The parameters how, mode_normal, and mode_executable are all set to 0 on error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cf7cd5b..9ba312b 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_mode_read.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_mode_read.3 @@ -1,4 +1,4 @@ -.TH f_file_mode_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_mode_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_mode_read .SH SYNOPSIS @@ -50,8 +50,15 @@ The read file mode. \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIlstat()\fP, \fIstat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a9b5f2d..59beabe 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_mode_read_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_mode_read_at.3 @@ -1,4 +1,4 @@ -.TH f_file_mode_read_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_mode_read_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_mode_read_at .SH SYNOPSIS @@ -55,8 +55,15 @@ The read file mode. \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIfstatat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2c8cc09..696eccf 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_mode_set.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_mode_set.3 @@ -1,4 +1,4 @@ -.TH f_file_mode_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_mode_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_mode_set .SH SYNOPSIS @@ -51,8 +51,15 @@ The new mode to use. \fBF_read_only\fP (with error bit) if file is read-only. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIchmod()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0ca7e0d..32e8f92 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_mode_set_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_mode_set_at.3 @@ -1,4 +1,4 @@ -.TH f_file_mode_set_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_mode_set_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_mode_set_at .SH SYNOPSIS @@ -58,8 +58,15 @@ The new mode to use. \fBF_read_only\fP (with error bit) if file is read-only. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIfchmodat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e952943..20f931e 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_mode_to_mode.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_mode_to_mode.3 @@ -1,4 +1,4 @@ -.TH f_file_mode_to_mode "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_mode_to_mode "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_mode_to_mode .SH SYNOPSIS @@ -29,8 +29,15 @@ The determined mode. \fBF_none\fP on success. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIf_file_mode_from_string()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9a5aa1e..6edcd93 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_name_base.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_name_base.3 @@ -1,4 +1,4 @@ -.TH f_file_name_base "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_name_base "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_name_base .SH SYNOPSIS @@ -35,8 +35,15 @@ The resulting base name as per basename(). The base name is appended onto this. \fBF_string_too_large\fP (with error bit) if string is too large to store in the buffer. .br Errors (with error bit) from: f_string_dynamic_increase_by(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIf_string_dynamic_increase_by()\fP, \fIbasename()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4ace58e..1f19dc6 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_name_directory.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_name_directory.3 @@ -1,4 +1,4 @@ -.TH f_file_name_directory "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_name_directory "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_name_directory .SH SYNOPSIS @@ -36,9 +36,18 @@ The resulting base name as per dirname(). The directory name is appended onto th .br \fBF_string_too_large\fP (with error bit) if string is too large to store in the buffer. .br -Errors (with error bit) from: f_string_dynamic_increase_by(). Errors (with error bit) from: f_string_dynamic_terminate_after(). +Errors (with error bit) from: f_string_dynamic_increase_by(). +.br +Errors (with error bit) from: f_string_dynamic_terminate_after(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIf_string_dynamic_increase_by()\fP, \fIf_string_dynamic_terminate_after()\fP, \fIdirname()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_string_dynamic_terminate_after()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 97b819a..674e617 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_open.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_open.3 @@ -1,4 +1,4 @@ -.TH f_file_open "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_open "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_open .SH SYNOPSIS @@ -41,15 +41,15 @@ The data related to the file being opened. This will be updated with the file de .br \fBF_busy\fP (with error bit) if file system is too busy to perform write. .br -\fBF_directory\fP (with error bit) if path is a directory and is unable to access a directory (read, write, already exists, etc.. depending on requested open action). +\fBF_directory\fP (with error bit) if path is a directory and is unable to access a directory (read, write, already exists, etc.. +.br +depending on requested open action). .br \fBF_file_found_not\fP (with error bit) if the file was not found. .br \fBF_file_open_max\fP (with error bit) when system-wide max open files is reached. .br -\fBF_file_type_not_directory\fP (with error bit) if -.br -\fBF_NOTIFY\fP was specified and file.id is not a directory. +\fBF_file_type_not_directory\fP (with error bit) if F_NOTIFY was specified and file.id is not a directory. .br \fBF_filesystem_quota_block\fP (with error bit) if file system's disk blocks or inodes are exhausted. .br @@ -72,8 +72,15 @@ The data related to the file being opened. This will be updated with the file de \fBF_supported_not\fP (with error bit) fo unsupported file types. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIopen()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9fad895..301298f 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_open_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_open_at.3 @@ -1,4 +1,4 @@ -.TH f_file_open_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_open_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_open_at .SH SYNOPSIS @@ -47,8 +47,15 @@ The data related to the file being opened. This will be updated with the file de \fBF_file_open\fP (with error bit) if the file is already open. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIopenat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3b5ef7f..2154699 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_owner_read.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_owner_read.3 @@ -1,4 +1,4 @@ -.TH f_file_owner_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_owner_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_owner_read .SH SYNOPSIS @@ -48,8 +48,15 @@ The id of the file's owner. \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIstat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 29a75a8..088d9e1 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_read.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_read.3 @@ -1,4 +1,4 @@ -.TH f_file_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_read .SH SYNOPSIS @@ -45,8 +45,15 @@ The buffer the file is being read into. The contents of the file is appended int \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_string_dynamic_increase_by(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIf_string_dynamic_increase_by()\fP, \fIread()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e5c6d78..6b97c9d 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_read_block.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_read_block.3 @@ -1,4 +1,4 @@ -.TH f_file_read_block "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_read_block "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_read_block .SH SYNOPSIS @@ -45,8 +45,15 @@ The buffer the file is being read into. The contents of the file is appended int \fBF_interrupt\fP (with error bit) if interrupt was received. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIread()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9a7f1e3..15e5886 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_read_until.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_read_until.3 @@ -1,4 +1,4 @@ -.TH f_file_read_until "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_read_until "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_read_until .SH SYNOPSIS @@ -54,8 +54,15 @@ The buffer the file is being read into. \fBF_interrupt\fP (with error bit) if interrupt was received. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIread()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8f90576..03efe38 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_remove.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_remove.3 @@ -1,4 +1,4 @@ -.TH f_file_remove "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_remove "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_remove .SH SYNOPSIS @@ -46,8 +46,15 @@ The path file name. \fBF_read_only\fP (with error bit) if file is read-only. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIunlink()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 21085e4..508f1fb 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_remove_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_remove_at.3 @@ -1,4 +1,4 @@ -.TH f_file_remove_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_remove_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_remove_at .SH SYNOPSIS @@ -58,8 +58,15 @@ Any valid flag, such as F_file_at_path_empty_d, F_file_at_automount_no_d, or F_f \fBF_read_only\fP (with error bit) if file is read-only. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIunlinkat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 30e84b4..bf9047c 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_rename.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_rename.3 @@ -1,4 +1,4 @@ -.TH f_file_rename "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_rename "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_rename .SH SYNOPSIS @@ -31,8 +31,6 @@ The path to copy to. .SH RETURN VALUE .PP \fBF_none\fP on success. -.SH AUTHOR -Written by Kevin Day. .br \fBF_access_denied\fP (with error bit) on access denied. .br @@ -69,6 +67,15 @@ Written by Kevin Day. \fBF_space_not\fP (with error bit) if file system is out of space (or file system quota is reached). .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIrename()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7ce2c9b..c45292e 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_rename_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_rename_at.3 @@ -1,4 +1,4 @@ -.TH f_file_rename_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_rename_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_rename_at .SH SYNOPSIS @@ -84,8 +84,15 @@ Any valid flag, such as F_file_at_path_empty_d, F_file_at_automount_no_d, or F_f \fBF_space_not\fP (with error bit) if file system is out of space (or file system quota is reached). .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIrenameat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6bcc58b..ea90860 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_role_change.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_role_change.3 @@ -1,4 +1,4 @@ -.TH f_file_role_change "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_role_change "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_role_change .SH SYNOPSIS @@ -63,8 +63,15 @@ Set to TRUE to dereference symlinks (often is what is desired). Set to FALSE to \fBF_read_only\fP (with error bit) if file is read-only. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIchown()\fP, \fIlchown()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c80ca6c..08919db 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_role_change_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_role_change_at.3 @@ -1,4 +1,4 @@ -.TH f_file_role_change_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_role_change_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_role_change_at .SH SYNOPSIS @@ -70,8 +70,15 @@ Any valid flag, such as F_file_at_path_empty_d, F_file_at_automount_no_d, or F_f \fBF_read_only\fP (with error bit) if file is read-only. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIfchownat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ac33275..09a0416 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_seek.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_seek.3 @@ -1,4 +1,4 @@ -.TH f_file_seek "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_seek "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_seek .SH SYNOPSIS @@ -47,8 +47,15 @@ This gets update to represent the total amount seeked. To be compared against of \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIlseek()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2b9800f..7ce6543 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_size.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_size.3 @@ -1,4 +1,4 @@ -.TH f_file_size "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_size "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_size .SH SYNOPSIS @@ -46,8 +46,15 @@ This gets set to the size of the file. \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIf_file_stat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b1817d7..f754101 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_size_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_size_at.3 @@ -1,4 +1,4 @@ -.TH f_file_size_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_size_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_size_at .SH SYNOPSIS @@ -53,8 +53,15 @@ This gets set to the size of the file. \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIf_file_stat_at()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c9accd0..972ffdf 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_size_by_id.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_size_by_id.3 @@ -1,4 +1,4 @@ -.TH f_file_size_by_id "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_size_by_id "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_size_by_id .SH SYNOPSIS @@ -45,8 +45,15 @@ This gets set to the size of the file. \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIf_file_stat_by_id()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6618ca0..a8660a5 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stat.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stat.3 @@ -1,4 +1,4 @@ -.TH f_file_stat "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_stat "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_stat .SH SYNOPSIS @@ -46,8 +46,15 @@ The statistics read. \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIstat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 82fd9ba..a1164b9 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stat_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stat_at.3 @@ -1,4 +1,4 @@ -.TH f_file_stat_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_stat_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_stat_at .SH SYNOPSIS @@ -53,8 +53,15 @@ The statistics read. \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIfstatat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3dd98d5..97ae516 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stat_by_id.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stat_by_id.3 @@ -1,4 +1,4 @@ -.TH f_file_stat_by_id "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_stat_by_id "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_stat_by_id .SH SYNOPSIS @@ -41,8 +41,15 @@ The statistics read. \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIfstat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7a62548..f2a97c4 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_close.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_close.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_close "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_stream_close "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_stream_close .SH SYNOPSIS @@ -44,9 +44,7 @@ The file information. The file.stream is set to 0, on success or on failure. The .br \fBF_file_synchronize\fP (with error bit) on flush failure. .br -\fBF_file_type_not_directory\fP (with error bit) if -.br -\fBF_NOTIFY\fP was specified and file.id is not a directory. +\fBF_file_type_not_directory\fP (with error bit) if F_NOTIFY was specified and file.id is not a directory. .br \fBF_filesystem_quota_block\fP (with error bit) if file system's disk blocks or inodes are exhausted. .br @@ -63,8 +61,15 @@ The file information. The file.stream is set to 0, on success or on failure. The \fBF_space_not\fP (with error bit) if file system is out of space (or file system quota is reached). .br \fBF_socket_not\fP (with error bit) if the datagram socket in which a peer has not been set (for socket related streams). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIclose()\fP, \fIfclose()\fP, \fIfflush()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 838195d..841a340 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_open.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_open.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_open "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_stream_open "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_stream_open .SH SYNOPSIS @@ -51,9 +51,7 @@ The file information. The file.stream is updated if necessary. The file.id is up .br \fBF_file_open_max\fP (with error bit) when system-wide max open files is reached. .br -\fBF_file_type_not_directory\fP (with error bit) if -.br -\fBF_NOTIFY\fP was specified and file.id is not a directory. +\fBF_file_type_not_directory\fP (with error bit) if F_NOTIFY was specified and file.id is not a directory. .br \fBF_filesystem_quota_block\fP (with error bit) if file system's disk blocks or inodes are exhausted. .br @@ -76,8 +74,15 @@ The file information. The file.stream is updated if necessary. The file.id is up \fBF_supported_not\fP (with error bit) fo unsupported file types. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIfileno()\fP, \fIfopen()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 deb41f6..ac4ee7b 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_open_descriptor.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_open_descriptor.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_open_descriptor "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_stream_open_descriptor "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_stream_open_descriptor .SH SYNOPSIS @@ -40,9 +40,7 @@ The file with a valid file descriptor (file.id). THe file stream (file.stream) i .br \fBF_file_overflow\fP (with error bit) if the write exceeds some implementation defined maximum file size. .br -\fBF_file_type_not_directory\fP (with error bit) if -.br -\fBF_NOTIFY\fP was specified and file.id is not a directory. +\fBF_file_type_not_directory\fP (with error bit) if F_NOTIFY was specified and file.id is not a directory. .br \fBF_interrupt\fP (with error bit) when program received an interrupt signal, halting operation. .br @@ -57,8 +55,15 @@ The file with a valid file descriptor (file.id). THe file stream (file.stream) i \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_space_not\fP (with error bit) if the file system is out of space (or file system quota is reached). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIfdopen()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a8398dc..e8e09b4 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_read.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_read.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_stream_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_stream_read .SH SYNOPSIS @@ -45,8 +45,15 @@ The buffer the file is being read into. The contents of the file is appended int \fBF_interrupt\fP (with error bit) if interrupt was received. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIflockfile()\fP, \fIfeof_unlocked()\fP, \fIferror_unlocked()\fP, \fIfread_unlocked()\fP, \fIfunlockfile()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1784c70..c7be585 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_read_block.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_read_block.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_read_block "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_stream_read_block "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_stream_read_block .SH SYNOPSIS @@ -37,8 +37,15 @@ The buffer the file is being read into. The contents of the file is appended int \fBF_file_read\fP (with error bit) on file read error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIfeof_unlocked()\fP, \fIferror_unlocked()\fP, \fIflockfile()\fP, \fIfread()\fP, \fIfunlockfile()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 db3c054..96c803b 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_read_until.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_read_until.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_read_until "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_stream_read_until "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_stream_read_until .SH SYNOPSIS @@ -46,8 +46,15 @@ The buffer the file is being read into. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_string_dynamic_increase_by(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIf_string_dynamic_increase_by()\fP, \fIfeof_unlocked()\fP, \fIferror_unlocked()\fP, \fIflockfile()\fP, \fIfread_unlocked()\fP, \fIfunlockfile()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1707025..3e760e7 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_reopen.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_reopen.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_reopen "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_stream_reopen "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_stream_reopen .SH SYNOPSIS @@ -49,9 +49,7 @@ The file information. The file.stream is updated, if necessary. The file.id is u .br \fBF_file_open_max\fP (with error bit) when system-wide max open files is reached. .br -\fBF_file_type_not_directory\fP (with error bit) if -.br -\fBF_NOTIFY\fP was specified and file.id is not a directory. +\fBF_file_type_not_directory\fP (with error bit) if F_NOTIFY was specified and file.id is not a directory. .br \fBF_filesystem_quota_block\fP (with error bit) if file system's disk blocks or inodes are exhausted. .br @@ -74,8 +72,15 @@ The file information. The file.stream is updated, if necessary. The file.id is u \fBF_supported_not\fP (with error bit) fo unsupported file types. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIfileno()\fP, \fIfreopen()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 951df90..dc56d59 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_write.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_write.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_stream_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_stream_write .SH SYNOPSIS @@ -42,8 +42,15 @@ The total bytes written. Set pointer to 0 to not use. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_file_write\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIferror_unlocked()\fP, \fIflockfile()\fP, \fIfwrite_unlocked()\fP, \fIfunlockfile()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 26b426d..d081e91 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_write_block.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_write_block.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_write_block "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_stream_write_block "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_stream_write_block .SH SYNOPSIS @@ -44,8 +44,15 @@ The total bytes written. Set pointer to 0 to not use. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_file_write\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIflockfile()\fP, \fIfwrite_unlocked()\fP, \fIferror_unlocked()\fP, \fIfunlockfile()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b6c7c42..ea0f632 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_write_range.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_write_range.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_write_range "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_stream_write_range "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_stream_write_range .SH SYNOPSIS @@ -43,8 +43,15 @@ The total bytes written. Set pointer to 0 to not use. \fBF_file_write\fP (with error bit) on error during file write. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ab643bc..0bf6192 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_stream_write_until.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_stream_write_until.3 @@ -1,4 +1,4 @@ -.TH f_file_stream_write_until "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_stream_write_until "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_stream_write_until .SH SYNOPSIS @@ -49,8 +49,15 @@ The total bytes written. Set pointer to 0 to not use. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_file_write\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIflockfile()\fP, \fIfwrite_unlocked()\fP, \fIferror_unlocked()\fP, \fIfunlockfile()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ede972d..4d75f99 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_touch.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_touch.3 @@ -1,4 +1,4 @@ -.TH f_file_touch "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_touch "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_touch .SH SYNOPSIS @@ -70,8 +70,15 @@ Set to TRUE to dereference symlinks (often is what is desired). Set to FALSE to \fBF_search\fP (with error bit) if search permission is denied for one of the paths to the file. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIutimensat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5bb8c2d..1267d2a 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_touch_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_touch_at.3 @@ -1,4 +1,4 @@ -.TH f_file_touch_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_touch_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_touch_at .SH SYNOPSIS @@ -75,8 +75,15 @@ Any valid flag, such as F_file_at_path_empty_d, F_file_at_automount_no_d, or F_f \fBF_search\fP (with error bit) if search permission is denied for one of the paths to the file. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIutimensat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 06fe88e..a1e84dd 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_type.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_type.3 @@ -1,4 +1,4 @@ -.TH f_file_type "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_type "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_type .SH SYNOPSIS @@ -48,8 +48,15 @@ The type of the file. \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIstat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 87fd009..f99ec60 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_type_at.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_type_at.3 @@ -1,4 +1,4 @@ -.TH f_file_type_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_type_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_type_at .SH SYNOPSIS @@ -53,8 +53,15 @@ The type of the file. \fBF_number_overflow\fP (with error bit) on overflow error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIfstatat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3e052d0..fa1dfed 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_umask_get.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_umask_get.3 @@ -1,4 +1,4 @@ -.TH f_file_umask_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_umask_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_umask_get .SH SYNOPSIS @@ -24,8 +24,15 @@ The umask value. (The name "mask" is used avoid a naming conflict with the umask \fBF_none\fP on success. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIumask()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 acd84b6..eceea9f 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_umask_set.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_umask_set.3 @@ -1,4 +1,4 @@ -.TH f_file_umask_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_umask_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_umask_set .SH SYNOPSIS @@ -20,8 +20,15 @@ The umask value to assigned. (The name "mask" is used avoid a naming conflict wi .SH RETURN VALUE .PP \fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 48c57b2..d1efcd1 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_write.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_write.3 @@ -1,4 +1,4 @@ -.TH f_file_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_write .SH SYNOPSIS @@ -50,8 +50,15 @@ The total bytes written. Set pointer to 0 to not use. \fBF_interrupt\fP (with error bit) if interrupt was received. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7d19be6..7ce90bb 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_write_block.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_write_block.3 @@ -1,4 +1,4 @@ -.TH f_file_write_block "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_write_block "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_write_block .SH SYNOPSIS @@ -52,8 +52,15 @@ The total bytes written. Set pointer to 0 to not use. \fBF_interrupt\fP (with error bit) if interrupt was received. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6572117..132d94b 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_write_range.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_write_range.3 @@ -1,4 +1,4 @@ -.TH f_file_write_range "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_write_range "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_write_range .SH SYNOPSIS @@ -55,8 +55,15 @@ The total bytes written. Set pointer to 0 to not use. \fBF_interrupt\fP (with error bit) if interrupt was received. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 de14f6e..fbc608e 100644 --- a/level_0/f_file/data/documentation/man/man3/f_file_write_until.3 +++ b/level_0/f_file/data/documentation/man/man3/f_file_write_until.3 @@ -1,4 +1,4 @@ -.TH f_file_write_until "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_file_write_until "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_file_write_until .SH SYNOPSIS @@ -57,8 +57,15 @@ The total bytes written. Set pointer to 0 to not use. \fBF_interrupt\fP (with error bit) if interrupt was received. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_file_access\fP(3), \fIf_file_access_at\fP(3), \fIf_file_clone\fP(3), \fIf_file_close\fP(3), \fIf_file_close_flush\fP(3), \fIf_file_copy\fP(3), \fIf_file_create\fP(3), \fIf_file_create_at\fP(3), \fIf_file_create_device\fP(3), \fIf_file_create_device_at\fP(3), \fIf_file_create_fifo\fP(3), \fIf_file_create_fifo_at\fP(3), \fIf_file_create_node\fP(3), \fIf_file_create_node_at\fP(3), \fIf_file_descriptor\fP(3), \fIf_file_exists\fP(3), \fIf_file_exists_at\fP(3), \fIf_file_flush\fP(3), \fIf_file_group_read\fP(3), \fIf_file_is\fP(3), \fIf_file_is_at\fP(3), \fIf_file_link\fP(3), \fIf_file_link_at\fP(3), \fIf_file_link_hard\fP(3), \fIf_file_link_hard_at\fP(3), \fIf_file_link_read\fP(3), \fIf_file_link_read_at\fP(3), \fIf_file_mode_determine\fP(3), \fIf_file_mode_from_string\fP(3), \fIf_file_mode_read\fP(3), \fIf_file_mode_read_at\fP(3), \fIf_file_mode_set\fP(3), \fIf_file_mode_set_at\fP(3), \fIf_file_mode_to_mode\fP(3), \fIf_file_name_base\fP(3), \fIf_file_name_directory\fP(3), \fIf_file_open\fP(3), \fIf_file_open_at\fP(3), \fIf_file_owner_read\fP(3), \fIf_file_read\fP(3), \fIf_file_read_block\fP(3), \fIf_file_read_until\fP(3), \fIf_file_remove\fP(3), \fIf_file_remove_at\fP(3), \fIf_file_rename\fP(3), \fIf_file_rename_at\fP(3), \fIf_file_role_change\fP(3), \fIf_file_role_change_at\fP(3), \fIf_file_seek\fP(3), \fIf_file_size\fP(3), \fIf_file_size_at\fP(3), \fIf_file_size_by_id\fP(3), \fIf_file_stat\fP(3), \fIf_file_stat_at\fP(3), \fIf_file_stat_by_id\fP(3), \fIf_file_stream_close\fP(3), \fIf_file_stream_open\fP(3), \fIf_file_stream_open_descriptor\fP(3), \fIf_file_stream_read\fP(3), \fIf_file_stream_read_block\fP(3), \fIf_file_stream_read_until\fP(3), \fIf_file_stream_reopen\fP(3), \fIf_file_stream_write\fP(3), \fIf_file_stream_write_block\fP(3), \fIf_file_stream_write_range\fP(3), \fIf_file_stream_write_until\fP(3), \fIf_file_touch\fP(3), \fIf_file_touch_at\fP(3), \fIf_file_type\fP(3), \fIf_file_type_at\fP(3), \fIf_file_umask_get\fP(3), \fIf_file_umask_set\fP(3), \fIf_file_write\fP(3), \fIf_file_write_block\fP(3), \fIf_file_write_range\fP(3), \fIf_file_write_until\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5a7b3d6..c295870 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_apply_delimit.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_apply_delimit.3 @@ -1,4 +1,4 @@ -.TH f_fss_apply_delimit "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_apply_delimit "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_apply_delimit .SH SYNOPSIS @@ -13,32 +13,38 @@ f_fss_apply_delimit .fi .SH DESCRIPTION .PP -A string that is analogous to f_string_dynamic_t but intended for static-only uses. +Replace all 1-byte character locations specified by the delimits within the given buffer by a delimit placeholder. .PP -The f_string_static_t type should never be directly allocated or deallocated. -.PP -A special macro_f_string_static_t_initialize() is provided for the special purpose of easily initialize a static string. A special macro_f_string_static_t_initialize2() is provided for the special purpose of easily initialize a static string with an identical used and size. -.PP -string: The string. size: Total amount of space available. used: Total number of space used. -.sp -.RS -.nf -\fB -struct f_string_static_t { - f_string_t \fIstring\fP; - f_array_length_t \fIsize\fP; - f_array_length_t \fIused\fP; -}; -\fP -.fi -.RE +Any delimits out of range (beyond the buffer.used) are ignored. +.SH PARAMETERS +.TP +.B state +A state for providing flags and handling interrupts during long running operations. + +.TP +.B delimits +An array of locations containing the delimits to apply within the buffer. + +.TP +.B buffer +The string to process. + .SH RETURN VALUE .PP \fBF_none\fP on success. .br \fBF_data_not\fP on success but buffer.used is 0. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_apply_delimit\fP(3), \fIf_fss_apply_delimit_range\fP(3), \fIf_fss_count_lines\fP(3), \fIf_fss_count_lines_range\fP(3), \fIf_fss_fail_utf\fP(3), \fIf_fss_fail_utf_to_false\fP(3), \fIf_fss_is_combining\fP(3), \fIf_fss_is_graph\fP(3), \fIf_fss_is_space\fP(3), \fIf_fss_is_zero_width\fP(3), \fIf_fss_seek_to_eol\fP(3), \fIf_fss_skip_past_delimit\fP(3), \fIf_fss_skip_past_space\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 36201a7..c52af5f 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_apply_delimit_range.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_apply_delimit_range.3 @@ -1,4 +1,4 @@ -.TH f_fss_apply_delimit_range "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_apply_delimit_range "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_apply_delimit_range .SH SYNOPSIS @@ -41,8 +41,15 @@ The string to process. \fBF_data_not\fP on success but buffer.used is 0. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_apply_delimit\fP(3), \fIf_fss_apply_delimit_range\fP(3), \fIf_fss_count_lines\fP(3), \fIf_fss_count_lines_range\fP(3), \fIf_fss_fail_utf\fP(3), \fIf_fss_fail_utf_to_false\fP(3), \fIf_fss_is_combining\fP(3), \fIf_fss_is_graph\fP(3), \fIf_fss_is_space\fP(3), \fIf_fss_is_zero_width\fP(3), \fIf_fss_seek_to_eol\fP(3), \fIf_fss_skip_past_delimit\fP(3), \fIf_fss_skip_past_space\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0dacffb..c47f2db 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_count_lines.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_count_lines.3 @@ -1,4 +1,4 @@ -.TH f_fss_count_lines "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_count_lines "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_count_lines .SH SYNOPSIS @@ -43,8 +43,15 @@ The total lines found leading up to but not including before. This value is not \fBF_data_not\fP on success but buffer.used is 0 (line is set to 0). .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_apply_delimit\fP(3), \fIf_fss_apply_delimit_range\fP(3), \fIf_fss_count_lines\fP(3), \fIf_fss_count_lines_range\fP(3), \fIf_fss_fail_utf\fP(3), \fIf_fss_fail_utf_to_false\fP(3), \fIf_fss_is_combining\fP(3), \fIf_fss_is_graph\fP(3), \fIf_fss_is_space\fP(3), \fIf_fss_is_zero_width\fP(3), \fIf_fss_seek_to_eol\fP(3), \fIf_fss_skip_past_delimit\fP(3), \fIf_fss_skip_past_space\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e1e74db..6b37192 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_count_lines_range.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_count_lines_range.3 @@ -1,4 +1,4 @@ -.TH f_fss_count_lines_range "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_count_lines_range "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_count_lines_range .SH SYNOPSIS @@ -43,8 +43,15 @@ The total lines found leading up to but not including before. This value is not \fBF_data_not\fP on success but the range.start is greater than buffer.used or buffer.used is 0 (line is set to 0). .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_apply_delimit\fP(3), \fIf_fss_apply_delimit_range\fP(3), \fIf_fss_count_lines\fP(3), \fIf_fss_count_lines_range\fP(3), \fIf_fss_fail_utf\fP(3), \fIf_fss_fail_utf_to_false\fP(3), \fIf_fss_is_combining\fP(3), \fIf_fss_is_graph\fP(3), \fIf_fss_is_space\fP(3), \fIf_fss_is_zero_width\fP(3), \fIf_fss_seek_to_eol\fP(3), \fIf_fss_skip_past_delimit\fP(3), \fIf_fss_skip_past_space\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5674850..3219d62 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_fail_utf.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_fail_utf.3 @@ -1,4 +1,4 @@ -.TH f_fss_fail_utf "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_fail_utf "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_fail_utf .SH SYNOPSIS @@ -22,14 +22,25 @@ A state for providing flags and handling interrupts during long running operatio .TP .B status -F_utf_not + This handles status codes (with error bit set): + - F_complete_not_utf + - F_utf_fragment + - F_utf_not + .SH RETURN VALUE .PP Status is either directly passed through or the error bit is removed depending on state.flag. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_apply_delimit\fP(3), \fIf_fss_apply_delimit_range\fP(3), \fIf_fss_count_lines\fP(3), \fIf_fss_count_lines_range\fP(3), \fIf_fss_fail_utf\fP(3), \fIf_fss_fail_utf_to_false\fP(3), \fIf_fss_is_combining\fP(3), \fIf_fss_is_graph\fP(3), \fIf_fss_is_space\fP(3), \fIf_fss_is_zero_width\fP(3), \fIf_fss_seek_to_eol\fP(3), \fIf_fss_skip_past_delimit\fP(3), \fIf_fss_skip_past_space\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a28f103..c103b17 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_fail_utf_to_false.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_fail_utf_to_false.3 @@ -1,4 +1,4 @@ -.TH f_fss_fail_utf_to_false "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_fail_utf_to_false "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_fail_utf_to_false .SH SYNOPSIS @@ -28,8 +28,15 @@ F_utf_not .SH RETURN VALUE .PP Status is either directly passed through or F_false is returned depending on state.flag. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_apply_delimit\fP(3), \fIf_fss_apply_delimit_range\fP(3), \fIf_fss_count_lines\fP(3), \fIf_fss_count_lines_range\fP(3), \fIf_fss_fail_utf\fP(3), \fIf_fss_fail_utf_to_false\fP(3), \fIf_fss_is_combining\fP(3), \fIf_fss_is_graph\fP(3), \fIf_fss_is_space\fP(3), \fIf_fss_is_zero_width\fP(3), \fIf_fss_seek_to_eol\fP(3), \fIf_fss_skip_past_delimit\fP(3), \fIf_fss_skip_past_space\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c4b9b8b..4f270f5 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_is_combining.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_is_combining.3 @@ -1,4 +1,4 @@ -.TH f_fss_is_combining "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_is_combining "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_is_combining .SH SYNOPSIS @@ -40,8 +40,15 @@ The character at the start position will be checked against the graph. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_utf_is_combining(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_apply_delimit\fP(3), \fIf_fss_apply_delimit_range\fP(3), \fIf_fss_count_lines\fP(3), \fIf_fss_count_lines_range\fP(3), \fIf_fss_fail_utf\fP(3), \fIf_fss_fail_utf_to_false\fP(3), \fIf_fss_is_combining\fP(3), \fIf_fss_is_graph\fP(3), \fIf_fss_is_space\fP(3), \fIf_fss_is_zero_width\fP(3), \fIf_fss_seek_to_eol\fP(3), \fIf_fss_skip_past_delimit\fP(3), \fIf_fss_skip_past_space\fP(3), \fIf_fss_is_space()\fP, \fIf_fss_is_graph()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_combining()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 eb47dd2..9b1905e 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_is_graph.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_is_graph.3 @@ -1,4 +1,4 @@ -.TH f_fss_is_graph "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_is_graph "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_is_graph .SH SYNOPSIS @@ -14,8 +14,6 @@ f_fss_is_graph .SH DESCRIPTION .PP Identify whether or not a character in the buffer is a graph (ASCII or UTF-8) character. -.PP -Errors (with error bit) from: f_utf_is_graph(). .SH PARAMETERS .TP .B state @@ -36,8 +34,17 @@ The character at the start position will be checked against the graph. \fBF_false\fP if the character in the buffer is not a graph character. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_utf_is_graph(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_apply_delimit\fP(3), \fIf_fss_apply_delimit_range\fP(3), \fIf_fss_count_lines\fP(3), \fIf_fss_count_lines_range\fP(3), \fIf_fss_fail_utf\fP(3), \fIf_fss_fail_utf_to_false\fP(3), \fIf_fss_is_combining\fP(3), \fIf_fss_is_graph\fP(3), \fIf_fss_is_space\fP(3), \fIf_fss_is_zero_width\fP(3), \fIf_fss_seek_to_eol\fP(3), \fIf_fss_skip_past_delimit\fP(3), \fIf_fss_skip_past_space\fP(3), \fIf_utf_is_graph()\fP, \fIf_utf_is_graph()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f45f616..5ca463f 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_is_space.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_is_space.3 @@ -1,4 +1,4 @@ -.TH f_fss_is_space "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_is_space "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_is_space .SH SYNOPSIS @@ -40,8 +40,15 @@ Errors (with error bit) from: f_utf_is_control(). Errors (with error bit) from: f_utf_is_whitespace(). .br Errors (with error bit) from: f_utf_is_zero_width(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_apply_delimit\fP(3), \fIf_fss_apply_delimit_range\fP(3), \fIf_fss_count_lines\fP(3), \fIf_fss_count_lines_range\fP(3), \fIf_fss_fail_utf\fP(3), \fIf_fss_fail_utf_to_false\fP(3), \fIf_fss_is_combining\fP(3), \fIf_fss_is_graph\fP(3), \fIf_fss_is_space\fP(3), \fIf_fss_is_zero_width\fP(3), \fIf_fss_seek_to_eol\fP(3), \fIf_fss_skip_past_delimit\fP(3), \fIf_fss_skip_past_space\fP(3), \fIf_utf_is_control()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_zero_width()\fP, \fIf_utf_is_control()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_zero_width()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8a7091d..a1a5d02 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_is_zero_width.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_is_zero_width.3 @@ -1,4 +1,4 @@ -.TH f_fss_is_zero_width "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_is_zero_width "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_is_zero_width .SH SYNOPSIS @@ -38,8 +38,15 @@ The character at the start position will be checked against the graph. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_utf_is_zero_width(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_apply_delimit\fP(3), \fIf_fss_apply_delimit_range\fP(3), \fIf_fss_count_lines\fP(3), \fIf_fss_count_lines_range\fP(3), \fIf_fss_fail_utf\fP(3), \fIf_fss_fail_utf_to_false\fP(3), \fIf_fss_is_combining\fP(3), \fIf_fss_is_graph\fP(3), \fIf_fss_is_space\fP(3), \fIf_fss_is_zero_width\fP(3), \fIf_fss_seek_to_eol\fP(3), \fIf_fss_skip_past_delimit\fP(3), \fIf_fss_skip_past_space\fP(3), \fIf_utf_is_zero_width()\fP, \fIf_utf_is_zero_width()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b1b5ba1..307e473 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_items_adjust.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_items_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fss_items_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_items_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_items_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The items array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_items_adjust\fP(3), \fIf_fss_items_decimate_by\fP(3), \fIf_fss_items_decrease_by\fP(3), \fIf_fss_items_increase\fP(3), \fIf_fss_items_increase_by\fP(3), \fIf_fss_items_resize\fP(3), \fIf_fss_nest_adjust\fP(3), \fIf_fss_nest_decimate_by\fP(3), \fIf_fss_nest_decrease_by\fP(3), \fIf_fss_nest_increase\fP(3), \fIf_fss_nest_increase_by\fP(3), \fIf_fss_nest_resize\fP(3), \fIf_fss_nests_adjust\fP(3), \fIf_fss_nests_decimate_by\fP(3), \fIf_fss_nests_decrease_by\fP(3), \fIf_fss_nests_increase\fP(3), \fIf_fss_nests_increase_by\fP(3), \fIf_fss_nests_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 09821d4..6670b5b 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_items_decimate_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_items_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_items_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_items_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_items_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The items array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_items_adjust\fP(3), \fIf_fss_items_decimate_by\fP(3), \fIf_fss_items_decrease_by\fP(3), \fIf_fss_items_increase\fP(3), \fIf_fss_items_increase_by\fP(3), \fIf_fss_items_resize\fP(3), \fIf_fss_nest_adjust\fP(3), \fIf_fss_nest_decimate_by\fP(3), \fIf_fss_nest_decrease_by\fP(3), \fIf_fss_nest_increase\fP(3), \fIf_fss_nest_increase_by\fP(3), \fIf_fss_nest_resize\fP(3), \fIf_fss_nests_adjust\fP(3), \fIf_fss_nests_decimate_by\fP(3), \fIf_fss_nests_decrease_by\fP(3), \fIf_fss_nests_increase\fP(3), \fIf_fss_nests_increase_by\fP(3), \fIf_fss_nests_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f0af907..b139d015 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_items_decrease_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_items_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_items_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_items_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_items_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The items array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_items_adjust\fP(3), \fIf_fss_items_decimate_by\fP(3), \fIf_fss_items_decrease_by\fP(3), \fIf_fss_items_increase\fP(3), \fIf_fss_items_increase_by\fP(3), \fIf_fss_items_resize\fP(3), \fIf_fss_nest_adjust\fP(3), \fIf_fss_nest_decimate_by\fP(3), \fIf_fss_nest_decrease_by\fP(3), \fIf_fss_nest_increase\fP(3), \fIf_fss_nest_increase_by\fP(3), \fIf_fss_nest_resize\fP(3), \fIf_fss_nests_adjust\fP(3), \fIf_fss_nests_decimate_by\fP(3), \fIf_fss_nests_decrease_by\fP(3), \fIf_fss_nests_increase\fP(3), \fIf_fss_nests_increase_by\fP(3), \fIf_fss_nests_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8b0d6f9..81b7fca 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_items_increase.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_items_increase.3 @@ -1,4 +1,4 @@ -.TH f_fss_items_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_items_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_items_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The items array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_items_adjust\fP(3), \fIf_fss_items_decimate_by\fP(3), \fIf_fss_items_decrease_by\fP(3), \fIf_fss_items_increase\fP(3), \fIf_fss_items_increase_by\fP(3), \fIf_fss_items_resize\fP(3), \fIf_fss_nest_adjust\fP(3), \fIf_fss_nest_decimate_by\fP(3), \fIf_fss_nest_decrease_by\fP(3), \fIf_fss_nest_increase\fP(3), \fIf_fss_nest_increase_by\fP(3), \fIf_fss_nest_resize\fP(3), \fIf_fss_nests_adjust\fP(3), \fIf_fss_nests_decimate_by\fP(3), \fIf_fss_nests_decrease_by\fP(3), \fIf_fss_nests_increase\fP(3), \fIf_fss_nests_increase_by\fP(3), \fIf_fss_nests_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2769e57..9ecbb21 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_items_increase_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_items_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_items_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_items_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_items_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The items array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_array_too_large\fP (with error bit) if the new array length is too large. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_items_adjust\fP(3), \fIf_fss_items_decimate_by\fP(3), \fIf_fss_items_decrease_by\fP(3), \fIf_fss_items_increase\fP(3), \fIf_fss_items_increase_by\fP(3), \fIf_fss_items_resize\fP(3), \fIf_fss_nest_adjust\fP(3), \fIf_fss_nest_decimate_by\fP(3), \fIf_fss_nest_decrease_by\fP(3), \fIf_fss_nest_increase\fP(3), \fIf_fss_nest_increase_by\fP(3), \fIf_fss_nest_resize\fP(3), \fIf_fss_nests_adjust\fP(3), \fIf_fss_nests_decimate_by\fP(3), \fIf_fss_nests_decrease_by\fP(3), \fIf_fss_nests_increase\fP(3), \fIf_fss_nests_increase_by\fP(3), \fIf_fss_nests_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7f99a2d..275fccc 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_items_resize.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_items_resize.3 @@ -1,4 +1,4 @@ -.TH f_fss_items_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_items_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_items_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The items array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_items_adjust\fP(3), \fIf_fss_items_decimate_by\fP(3), \fIf_fss_items_decrease_by\fP(3), \fIf_fss_items_increase\fP(3), \fIf_fss_items_increase_by\fP(3), \fIf_fss_items_resize\fP(3), \fIf_fss_nest_adjust\fP(3), \fIf_fss_nest_decimate_by\fP(3), \fIf_fss_nest_decrease_by\fP(3), \fIf_fss_nest_increase\fP(3), \fIf_fss_nest_increase_by\fP(3), \fIf_fss_nest_resize\fP(3), \fIf_fss_nests_adjust\fP(3), \fIf_fss_nests_decimate_by\fP(3), \fIf_fss_nests_decrease_by\fP(3), \fIf_fss_nests_increase\fP(3), \fIf_fss_nests_increase_by\fP(3), \fIf_fss_nests_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4ab326c..edcb318 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_named_adjust.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_named_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fss_named_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_named_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_named_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The named structure to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_named_adjust\fP(3), \fIf_fss_named_decimate_by\fP(3), \fIf_fss_named_decrease_by\fP(3), \fIf_fss_named_increase\fP(3), \fIf_fss_named_increase_by\fP(3), \fIf_fss_named_resize\fP(3), \fIf_fss_nameds_adjust\fP(3), \fIf_fss_nameds_decimate_by\fP(3), \fIf_fss_nameds_decrease_by\fP(3), \fIf_fss_nameds_increase\fP(3), \fIf_fss_nameds_increase_by\fP(3), \fIf_fss_nameds_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3fb08dd..0f724b2 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_named_decimate_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_named_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_named_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_named_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_named_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The named array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_named_adjust\fP(3), \fIf_fss_named_decimate_by\fP(3), \fIf_fss_named_decrease_by\fP(3), \fIf_fss_named_increase\fP(3), \fIf_fss_named_increase_by\fP(3), \fIf_fss_named_resize\fP(3), \fIf_fss_nameds_adjust\fP(3), \fIf_fss_nameds_decimate_by\fP(3), \fIf_fss_nameds_decrease_by\fP(3), \fIf_fss_nameds_increase\fP(3), \fIf_fss_nameds_increase_by\fP(3), \fIf_fss_nameds_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3473f54..60fc1dd 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_named_decrease_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_named_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_named_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_named_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_named_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The named array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_named_adjust\fP(3), \fIf_fss_named_decimate_by\fP(3), \fIf_fss_named_decrease_by\fP(3), \fIf_fss_named_increase\fP(3), \fIf_fss_named_increase_by\fP(3), \fIf_fss_named_resize\fP(3), \fIf_fss_nameds_adjust\fP(3), \fIf_fss_nameds_decimate_by\fP(3), \fIf_fss_nameds_decrease_by\fP(3), \fIf_fss_nameds_increase\fP(3), \fIf_fss_nameds_increase_by\fP(3), \fIf_fss_nameds_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 126dfd5..3561990 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_named_increase.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_named_increase.3 @@ -1,4 +1,4 @@ -.TH f_fss_named_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_named_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_named_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The named array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_named_adjust\fP(3), \fIf_fss_named_decimate_by\fP(3), \fIf_fss_named_decrease_by\fP(3), \fIf_fss_named_increase\fP(3), \fIf_fss_named_increase_by\fP(3), \fIf_fss_named_resize\fP(3), \fIf_fss_nameds_adjust\fP(3), \fIf_fss_nameds_decimate_by\fP(3), \fIf_fss_nameds_decrease_by\fP(3), \fIf_fss_nameds_increase\fP(3), \fIf_fss_nameds_increase_by\fP(3), \fIf_fss_nameds_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 24fbcbb..5c9c2dd 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_named_increase_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_named_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_named_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_named_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_named_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The named array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_array_too_large\fP (with error bit) if the new array length is too large. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_named_adjust\fP(3), \fIf_fss_named_decimate_by\fP(3), \fIf_fss_named_decrease_by\fP(3), \fIf_fss_named_increase\fP(3), \fIf_fss_named_increase_by\fP(3), \fIf_fss_named_resize\fP(3), \fIf_fss_nameds_adjust\fP(3), \fIf_fss_nameds_decimate_by\fP(3), \fIf_fss_nameds_decrease_by\fP(3), \fIf_fss_nameds_increase\fP(3), \fIf_fss_nameds_increase_by\fP(3), \fIf_fss_nameds_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ed80e81..42e9b3d 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_named_resize.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_named_resize.3 @@ -1,4 +1,4 @@ -.TH f_fss_named_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_named_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_named_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The named structure to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_named_adjust\fP(3), \fIf_fss_named_decimate_by\fP(3), \fIf_fss_named_decrease_by\fP(3), \fIf_fss_named_increase\fP(3), \fIf_fss_named_increase_by\fP(3), \fIf_fss_named_resize\fP(3), \fIf_fss_nameds_adjust\fP(3), \fIf_fss_nameds_decimate_by\fP(3), \fIf_fss_nameds_decrease_by\fP(3), \fIf_fss_nameds_increase\fP(3), \fIf_fss_nameds_increase_by\fP(3), \fIf_fss_nameds_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e796c66..804b1be 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_adjust.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fss_nameds_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_nameds_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_nameds_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The nameds array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_named_adjust\fP(3), \fIf_fss_named_decimate_by\fP(3), \fIf_fss_named_decrease_by\fP(3), \fIf_fss_named_increase\fP(3), \fIf_fss_named_increase_by\fP(3), \fIf_fss_named_resize\fP(3), \fIf_fss_nameds_adjust\fP(3), \fIf_fss_nameds_decimate_by\fP(3), \fIf_fss_nameds_decrease_by\fP(3), \fIf_fss_nameds_increase\fP(3), \fIf_fss_nameds_increase_by\fP(3), \fIf_fss_nameds_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 683e2e2..22c1437 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_decimate_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_nameds_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_nameds_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_nameds_decimate_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The nameds array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_named_adjust\fP(3), \fIf_fss_named_decimate_by\fP(3), \fIf_fss_named_decrease_by\fP(3), \fIf_fss_named_increase\fP(3), \fIf_fss_named_increase_by\fP(3), \fIf_fss_named_resize\fP(3), \fIf_fss_nameds_adjust\fP(3), \fIf_fss_nameds_decimate_by\fP(3), \fIf_fss_nameds_decrease_by\fP(3), \fIf_fss_nameds_increase\fP(3), \fIf_fss_nameds_increase_by\fP(3), \fIf_fss_nameds_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bd52dfb..bf8f4ab 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_decrease_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_nameds_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_nameds_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_nameds_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The nameds array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_named_adjust\fP(3), \fIf_fss_named_decimate_by\fP(3), \fIf_fss_named_decrease_by\fP(3), \fIf_fss_named_increase\fP(3), \fIf_fss_named_increase_by\fP(3), \fIf_fss_named_resize\fP(3), \fIf_fss_nameds_adjust\fP(3), \fIf_fss_nameds_decimate_by\fP(3), \fIf_fss_nameds_decrease_by\fP(3), \fIf_fss_nameds_increase\fP(3), \fIf_fss_nameds_increase_by\fP(3), \fIf_fss_nameds_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cca4264..1308ca7 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_increase.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_increase.3 @@ -1,4 +1,4 @@ -.TH f_fss_nameds_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_nameds_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_nameds_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The nameds array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_named_adjust\fP(3), \fIf_fss_named_decimate_by\fP(3), \fIf_fss_named_decrease_by\fP(3), \fIf_fss_named_increase\fP(3), \fIf_fss_named_increase_by\fP(3), \fIf_fss_named_resize\fP(3), \fIf_fss_nameds_adjust\fP(3), \fIf_fss_nameds_decimate_by\fP(3), \fIf_fss_nameds_decrease_by\fP(3), \fIf_fss_nameds_increase\fP(3), \fIf_fss_nameds_increase_by\fP(3), \fIf_fss_nameds_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 43df775..2f93a10 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_increase_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_nameds_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_nameds_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_nameds_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The nameds array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_array_too_large\fP (with error bit) if the new array length is too large. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_named_adjust\fP(3), \fIf_fss_named_decimate_by\fP(3), \fIf_fss_named_decrease_by\fP(3), \fIf_fss_named_increase\fP(3), \fIf_fss_named_increase_by\fP(3), \fIf_fss_named_resize\fP(3), \fIf_fss_nameds_adjust\fP(3), \fIf_fss_nameds_decimate_by\fP(3), \fIf_fss_nameds_decrease_by\fP(3), \fIf_fss_nameds_increase\fP(3), \fIf_fss_nameds_increase_by\fP(3), \fIf_fss_nameds_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d57ce88..3141a0f 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_resize.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nameds_resize.3 @@ -1,4 +1,4 @@ -.TH f_fss_nameds_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_nameds_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_nameds_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The nameds array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_named_adjust\fP(3), \fIf_fss_named_decimate_by\fP(3), \fIf_fss_named_decrease_by\fP(3), \fIf_fss_named_increase\fP(3), \fIf_fss_named_increase_by\fP(3), \fIf_fss_named_resize\fP(3), \fIf_fss_nameds_adjust\fP(3), \fIf_fss_nameds_decimate_by\fP(3), \fIf_fss_nameds_decrease_by\fP(3), \fIf_fss_nameds_increase\fP(3), \fIf_fss_nameds_increase_by\fP(3), \fIf_fss_nameds_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b1061a2..bee31d6 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nest_adjust.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nest_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fss_nest_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_nest_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_nest_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The nest array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_items_adjust\fP(3), \fIf_fss_items_decimate_by\fP(3), \fIf_fss_items_decrease_by\fP(3), \fIf_fss_items_increase\fP(3), \fIf_fss_items_increase_by\fP(3), \fIf_fss_items_resize\fP(3), \fIf_fss_nest_adjust\fP(3), \fIf_fss_nest_decimate_by\fP(3), \fIf_fss_nest_decrease_by\fP(3), \fIf_fss_nest_increase\fP(3), \fIf_fss_nest_increase_by\fP(3), \fIf_fss_nest_resize\fP(3), \fIf_fss_nests_adjust\fP(3), \fIf_fss_nests_decimate_by\fP(3), \fIf_fss_nests_decrease_by\fP(3), \fIf_fss_nests_increase\fP(3), \fIf_fss_nests_increase_by\fP(3), \fIf_fss_nests_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2d732ba..24bf19d 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nest_decimate_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nest_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_nest_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_nest_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_nest_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The nest array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_items_adjust\fP(3), \fIf_fss_items_decimate_by\fP(3), \fIf_fss_items_decrease_by\fP(3), \fIf_fss_items_increase\fP(3), \fIf_fss_items_increase_by\fP(3), \fIf_fss_items_resize\fP(3), \fIf_fss_nest_adjust\fP(3), \fIf_fss_nest_decimate_by\fP(3), \fIf_fss_nest_decrease_by\fP(3), \fIf_fss_nest_increase\fP(3), \fIf_fss_nest_increase_by\fP(3), \fIf_fss_nest_resize\fP(3), \fIf_fss_nests_adjust\fP(3), \fIf_fss_nests_decimate_by\fP(3), \fIf_fss_nests_decrease_by\fP(3), \fIf_fss_nests_increase\fP(3), \fIf_fss_nests_increase_by\fP(3), \fIf_fss_nests_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cc3783e..1c4bb71 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nest_decrease_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nest_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_nest_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_nest_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_nest_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The nest array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_items_adjust\fP(3), \fIf_fss_items_decimate_by\fP(3), \fIf_fss_items_decrease_by\fP(3), \fIf_fss_items_increase\fP(3), \fIf_fss_items_increase_by\fP(3), \fIf_fss_items_resize\fP(3), \fIf_fss_nest_adjust\fP(3), \fIf_fss_nest_decimate_by\fP(3), \fIf_fss_nest_decrease_by\fP(3), \fIf_fss_nest_increase\fP(3), \fIf_fss_nest_increase_by\fP(3), \fIf_fss_nest_resize\fP(3), \fIf_fss_nests_adjust\fP(3), \fIf_fss_nests_decimate_by\fP(3), \fIf_fss_nests_decrease_by\fP(3), \fIf_fss_nests_increase\fP(3), \fIf_fss_nests_increase_by\fP(3), \fIf_fss_nests_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3125253..a6aa9c4 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nest_increase.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nest_increase.3 @@ -1,4 +1,4 @@ -.TH f_fss_nest_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_nest_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_nest_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The nest array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_items_adjust\fP(3), \fIf_fss_items_decimate_by\fP(3), \fIf_fss_items_decrease_by\fP(3), \fIf_fss_items_increase\fP(3), \fIf_fss_items_increase_by\fP(3), \fIf_fss_items_resize\fP(3), \fIf_fss_nest_adjust\fP(3), \fIf_fss_nest_decimate_by\fP(3), \fIf_fss_nest_decrease_by\fP(3), \fIf_fss_nest_increase\fP(3), \fIf_fss_nest_increase_by\fP(3), \fIf_fss_nest_resize\fP(3), \fIf_fss_nests_adjust\fP(3), \fIf_fss_nests_decimate_by\fP(3), \fIf_fss_nests_decrease_by\fP(3), \fIf_fss_nests_increase\fP(3), \fIf_fss_nests_increase_by\fP(3), \fIf_fss_nests_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4af1890..723fbd9 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nest_increase_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nest_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_nest_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_nest_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_nest_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The nest array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_array_too_large\fP (with error bit) if the new array length is too large. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_items_adjust\fP(3), \fIf_fss_items_decimate_by\fP(3), \fIf_fss_items_decrease_by\fP(3), \fIf_fss_items_increase\fP(3), \fIf_fss_items_increase_by\fP(3), \fIf_fss_items_resize\fP(3), \fIf_fss_nest_adjust\fP(3), \fIf_fss_nest_decimate_by\fP(3), \fIf_fss_nest_decrease_by\fP(3), \fIf_fss_nest_increase\fP(3), \fIf_fss_nest_increase_by\fP(3), \fIf_fss_nest_resize\fP(3), \fIf_fss_nests_adjust\fP(3), \fIf_fss_nests_decimate_by\fP(3), \fIf_fss_nests_decrease_by\fP(3), \fIf_fss_nests_increase\fP(3), \fIf_fss_nests_increase_by\fP(3), \fIf_fss_nests_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f18f877..6c722b2 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nest_resize.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nest_resize.3 @@ -1,4 +1,4 @@ -.TH f_fss_nest_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_nest_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_nest_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The nest array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_items_adjust\fP(3), \fIf_fss_items_decimate_by\fP(3), \fIf_fss_items_decrease_by\fP(3), \fIf_fss_items_increase\fP(3), \fIf_fss_items_increase_by\fP(3), \fIf_fss_items_resize\fP(3), \fIf_fss_nest_adjust\fP(3), \fIf_fss_nest_decimate_by\fP(3), \fIf_fss_nest_decrease_by\fP(3), \fIf_fss_nest_increase\fP(3), \fIf_fss_nest_increase_by\fP(3), \fIf_fss_nest_resize\fP(3), \fIf_fss_nests_adjust\fP(3), \fIf_fss_nests_decimate_by\fP(3), \fIf_fss_nests_decrease_by\fP(3), \fIf_fss_nests_increase\fP(3), \fIf_fss_nests_increase_by\fP(3), \fIf_fss_nests_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e88238b..ce30768 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nests_adjust.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nests_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fss_nests_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_nests_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_nests_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The nests array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_items_adjust\fP(3), \fIf_fss_items_decimate_by\fP(3), \fIf_fss_items_decrease_by\fP(3), \fIf_fss_items_increase\fP(3), \fIf_fss_items_increase_by\fP(3), \fIf_fss_items_resize\fP(3), \fIf_fss_nest_adjust\fP(3), \fIf_fss_nest_decimate_by\fP(3), \fIf_fss_nest_decrease_by\fP(3), \fIf_fss_nest_increase\fP(3), \fIf_fss_nest_increase_by\fP(3), \fIf_fss_nest_resize\fP(3), \fIf_fss_nests_adjust\fP(3), \fIf_fss_nests_decimate_by\fP(3), \fIf_fss_nests_decrease_by\fP(3), \fIf_fss_nests_increase\fP(3), \fIf_fss_nests_increase_by\fP(3), \fIf_fss_nests_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7994e0e..1bb9f55 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nests_decimate_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nests_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_nests_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_nests_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_nests_decimate_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The nests array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_items_adjust\fP(3), \fIf_fss_items_decimate_by\fP(3), \fIf_fss_items_decrease_by\fP(3), \fIf_fss_items_increase\fP(3), \fIf_fss_items_increase_by\fP(3), \fIf_fss_items_resize\fP(3), \fIf_fss_nest_adjust\fP(3), \fIf_fss_nest_decimate_by\fP(3), \fIf_fss_nest_decrease_by\fP(3), \fIf_fss_nest_increase\fP(3), \fIf_fss_nest_increase_by\fP(3), \fIf_fss_nest_resize\fP(3), \fIf_fss_nests_adjust\fP(3), \fIf_fss_nests_decimate_by\fP(3), \fIf_fss_nests_decrease_by\fP(3), \fIf_fss_nests_increase\fP(3), \fIf_fss_nests_increase_by\fP(3), \fIf_fss_nests_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a43df60..9cd3e1d 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nests_decrease_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nests_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_nests_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_nests_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_nests_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The nests array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_items_adjust\fP(3), \fIf_fss_items_decimate_by\fP(3), \fIf_fss_items_decrease_by\fP(3), \fIf_fss_items_increase\fP(3), \fIf_fss_items_increase_by\fP(3), \fIf_fss_items_resize\fP(3), \fIf_fss_nest_adjust\fP(3), \fIf_fss_nest_decimate_by\fP(3), \fIf_fss_nest_decrease_by\fP(3), \fIf_fss_nest_increase\fP(3), \fIf_fss_nest_increase_by\fP(3), \fIf_fss_nest_resize\fP(3), \fIf_fss_nests_adjust\fP(3), \fIf_fss_nests_decimate_by\fP(3), \fIf_fss_nests_decrease_by\fP(3), \fIf_fss_nests_increase\fP(3), \fIf_fss_nests_increase_by\fP(3), \fIf_fss_nests_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 202a1b8..5a1aa3e 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nests_increase.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nests_increase.3 @@ -1,4 +1,4 @@ -.TH f_fss_nests_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_nests_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_nests_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The nests array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_items_adjust\fP(3), \fIf_fss_items_decimate_by\fP(3), \fIf_fss_items_decrease_by\fP(3), \fIf_fss_items_increase\fP(3), \fIf_fss_items_increase_by\fP(3), \fIf_fss_items_resize\fP(3), \fIf_fss_nest_adjust\fP(3), \fIf_fss_nest_decimate_by\fP(3), \fIf_fss_nest_decrease_by\fP(3), \fIf_fss_nest_increase\fP(3), \fIf_fss_nest_increase_by\fP(3), \fIf_fss_nest_resize\fP(3), \fIf_fss_nests_adjust\fP(3), \fIf_fss_nests_decimate_by\fP(3), \fIf_fss_nests_decrease_by\fP(3), \fIf_fss_nests_increase\fP(3), \fIf_fss_nests_increase_by\fP(3), \fIf_fss_nests_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fe39963..d191afd 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nests_increase_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nests_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_nests_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_nests_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_nests_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The nests array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_array_too_large\fP (with error bit) if the new array length is too large. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_items_adjust\fP(3), \fIf_fss_items_decimate_by\fP(3), \fIf_fss_items_decrease_by\fP(3), \fIf_fss_items_increase\fP(3), \fIf_fss_items_increase_by\fP(3), \fIf_fss_items_resize\fP(3), \fIf_fss_nest_adjust\fP(3), \fIf_fss_nest_decimate_by\fP(3), \fIf_fss_nest_decrease_by\fP(3), \fIf_fss_nest_increase\fP(3), \fIf_fss_nest_increase_by\fP(3), \fIf_fss_nest_resize\fP(3), \fIf_fss_nests_adjust\fP(3), \fIf_fss_nests_decimate_by\fP(3), \fIf_fss_nests_decrease_by\fP(3), \fIf_fss_nests_increase\fP(3), \fIf_fss_nests_increase_by\fP(3), \fIf_fss_nests_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3096aeb..3a230b4 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_nests_resize.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_nests_resize.3 @@ -1,4 +1,4 @@ -.TH f_fss_nests_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_nests_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_nests_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The nests array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_items_adjust\fP(3), \fIf_fss_items_decimate_by\fP(3), \fIf_fss_items_decrease_by\fP(3), \fIf_fss_items_increase\fP(3), \fIf_fss_items_increase_by\fP(3), \fIf_fss_items_resize\fP(3), \fIf_fss_nest_adjust\fP(3), \fIf_fss_nest_decimate_by\fP(3), \fIf_fss_nest_decrease_by\fP(3), \fIf_fss_nest_increase\fP(3), \fIf_fss_nest_increase_by\fP(3), \fIf_fss_nest_resize\fP(3), \fIf_fss_nests_adjust\fP(3), \fIf_fss_nests_decimate_by\fP(3), \fIf_fss_nests_decrease_by\fP(3), \fIf_fss_nests_increase\fP(3), \fIf_fss_nests_increase_by\fP(3), \fIf_fss_nests_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 197bf7e..fcc4e18 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_seek_to_eol.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_seek_to_eol.3 @@ -1,4 +1,4 @@ -.TH f_fss_seek_to_eol "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_seek_to_eol "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_seek_to_eol .SH SYNOPSIS @@ -40,8 +40,15 @@ The start and stop positions in the buffer being processed. This increments rang \fBF_none_stop\fP on success and stop point was reached. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_apply_delimit\fP(3), \fIf_fss_apply_delimit_range\fP(3), \fIf_fss_count_lines\fP(3), \fIf_fss_count_lines_range\fP(3), \fIf_fss_fail_utf\fP(3), \fIf_fss_fail_utf_to_false\fP(3), \fIf_fss_is_combining\fP(3), \fIf_fss_is_graph\fP(3), \fIf_fss_is_space\fP(3), \fIf_fss_is_zero_width\fP(3), \fIf_fss_seek_to_eol\fP(3), \fIf_fss_skip_past_delimit\fP(3), \fIf_fss_skip_past_space\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8548b01..7e13228 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_adjust.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_set_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_set_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The set array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6440661..5b6cde4 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_decimate_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_set_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_set_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The set array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5998117..a40bef2 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_decrease_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_set_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_set_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The set array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b36dcfa..d923228 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_increase.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_increase.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_set_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_set_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The set array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 72f014c..e56e198 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_increase_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_set_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_set_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The set array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_array_too_large\fP (with error bit) if the new array length is too large. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bc8cb6a..24e36c9 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_adjust.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quote_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_set_quote_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_set_quote_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The set_quote array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fd43bc9..84c27c6 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_decimate_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quote_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_set_quote_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_set_quote_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The set_quote array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b282f0f..3d675eb 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_decrease_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quote_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_set_quote_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_set_quote_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The set_quote array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9be2213..f332212 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_increase.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_increase.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quote_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_set_quote_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_set_quote_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The set_quote array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b860a7d..d18f50b 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_increase_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quote_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_set_quote_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_set_quote_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The set_quote array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_array_too_large\fP (with error bit) if the new array length is too large. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a9918ec..8a7cc55 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_resize.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quote_resize.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quote_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_set_quote_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_set_quote_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The set_quote array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7c34f80..3fbcc8a 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_adjust.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quotes_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_set_quotes_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_set_quotes_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The set_quotes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d39c8c2..0bfeb0b 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_decimate_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quotes_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_set_quotes_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_set_quotes_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The set_quotes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4766473..631a3e6 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_decrease_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quotes_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_set_quotes_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_set_quotes_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The set_quotes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0b02b7b..e36e969 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_increase.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_increase.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quotes_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_set_quotes_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_set_quotes_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The set_quotes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3baa503..b429c67 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_increase_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quotes_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_set_quotes_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_set_quotes_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The set_quotes array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_array_too_large\fP (with error bit) if the new array length is too large. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6a8a45d..07c9667 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_resize.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_quotes_resize.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_quotes_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_set_quotes_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_set_quotes_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The set_quotes array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f964a62..0edc182 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_set_resize.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_set_resize.3 @@ -1,4 +1,4 @@ -.TH f_fss_set_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_set_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_set_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The set array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0a57240..2c487fc 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_sets_adjust.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_sets_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fss_sets_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_sets_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_sets_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The sets array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bc46e2a..2778534 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_sets_decimate_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_sets_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_sets_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_sets_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_sets_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The sets array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7bbb126..896e6a8 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_sets_decrease_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_sets_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_sets_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_sets_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_sets_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The sets array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f6ef596..783bbc8 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_sets_increase.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_sets_increase.3 @@ -1,4 +1,4 @@ -.TH f_fss_sets_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_sets_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_sets_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The sets array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 510b218..6ff136d 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_sets_increase_by.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_sets_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fss_sets_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_sets_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_sets_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The sets array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_array_too_large\fP (with error bit) if the new array length is too large. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3bfe5f0..19bb74c 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_sets_resize.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_sets_resize.3 @@ -1,4 +1,4 @@ -.TH f_fss_sets_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_sets_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_sets_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The sets array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_set_adjust\fP(3), \fIf_fss_set_decimate_by\fP(3), \fIf_fss_set_decrease_by\fP(3), \fIf_fss_set_increase\fP(3), \fIf_fss_set_increase_by\fP(3), \fIf_fss_set_quote_adjust\fP(3), \fIf_fss_set_quote_decimate_by\fP(3), \fIf_fss_set_quote_decrease_by\fP(3), \fIf_fss_set_quote_increase\fP(3), \fIf_fss_set_quote_increase_by\fP(3), \fIf_fss_set_quote_resize\fP(3), \fIf_fss_set_quotes_adjust\fP(3), \fIf_fss_set_quotes_decimate_by\fP(3), \fIf_fss_set_quotes_decrease_by\fP(3), \fIf_fss_set_quotes_increase\fP(3), \fIf_fss_set_quotes_increase_by\fP(3), \fIf_fss_set_quotes_resize\fP(3), \fIf_fss_set_resize\fP(3), \fIf_fss_sets_adjust\fP(3), \fIf_fss_sets_decimate_by\fP(3), \fIf_fss_sets_decrease_by\fP(3), \fIf_fss_sets_increase\fP(3), \fIf_fss_sets_increase_by\fP(3), \fIf_fss_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a821d24..10af609 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_skip_past_delimit.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_skip_past_delimit.3 @@ -1,4 +1,4 @@ -.TH f_fss_skip_past_delimit "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_skip_past_delimit "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_skip_past_delimit .SH SYNOPSIS @@ -38,8 +38,15 @@ The start and stop positions in the buffer being processed. This increments rang \fBF_none_stop\fP on success and stop point was reached. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_apply_delimit\fP(3), \fIf_fss_apply_delimit_range\fP(3), \fIf_fss_count_lines\fP(3), \fIf_fss_count_lines_range\fP(3), \fIf_fss_fail_utf\fP(3), \fIf_fss_fail_utf_to_false\fP(3), \fIf_fss_is_combining\fP(3), \fIf_fss_is_graph\fP(3), \fIf_fss_is_space\fP(3), \fIf_fss_is_zero_width\fP(3), \fIf_fss_seek_to_eol\fP(3), \fIf_fss_skip_past_delimit\fP(3), \fIf_fss_skip_past_space\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 20a49ab..ff97096 100644 --- a/level_0/f_fss/data/documentation/man/man3/f_fss_skip_past_space.3 +++ b/level_0/f_fss/data/documentation/man/man3/f_fss_skip_past_space.3 @@ -1,4 +1,4 @@ -.TH f_fss_skip_past_space "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fss_skip_past_space "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fss_skip_past_space .SH SYNOPSIS @@ -58,8 +58,15 @@ Errors (with error bit) from: f_utf_is_control(). Errors (with error bit) from: f_utf_is_whitespace(). .br Errors (with error bit) from: f_utf_is_zero_width(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fss_apply_delimit\fP(3), \fIf_fss_apply_delimit_range\fP(3), \fIf_fss_count_lines\fP(3), \fIf_fss_count_lines_range\fP(3), \fIf_fss_fail_utf\fP(3), \fIf_fss_fail_utf_to_false\fP(3), \fIf_fss_is_combining\fP(3), \fIf_fss_is_graph\fP(3), \fIf_fss_is_space\fP(3), \fIf_fss_is_zero_width\fP(3), \fIf_fss_seek_to_eol\fP(3), \fIf_fss_skip_past_delimit\fP(3), \fIf_fss_skip_past_space\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_control()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_zero_width()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_control()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_zero_width()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 667e8fa..29caa8c 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_content_is.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_content_is.3 @@ -1,4 +1,4 @@ -.TH f_iki_content_is "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_content_is "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_content_is .SH SYNOPSIS @@ -12,36 +12,36 @@ f_iki_content_is .fi .SH DESCRIPTION .PP -A string that is analogous to f_string_dynamic_t but intended for static-only uses. +Determine if an content is a valid IKI content name. .PP -The f_string_static_t type should never be directly allocated or deallocated. -.PP -A special macro_f_string_static_t_initialize() is provided for the special purpose of easily initialize a static string. A special macro_f_string_static_t_initialize2() is provided for the special purpose of easily initialize a static string with an identical used and size. -.PP -string: The string. size: Total amount of space available. used: Total number of space used. -.sp -.RS -.nf -\fB -struct f_string_static_t { - f_string_t \fIstring\fP; - f_array_length_t \fIsize\fP; - f_array_length_t \fIused\fP; -}; -\fP -.fi -.RE +The content does not include the wrapping quotes. +.SH PARAMETERS +.TP +.B content +The string to validate as an content name. + +.TP +.B quote +The quote character in use. This must be either a single (') or double (") quote. + .SH RETURN VALUE .PP - -.br \fBF_true\fP on success and string is a valid content name. .br \fBF_false\fP on success and string is not a valid content name. .br \fBF_data_not\fP on success, but the content.used is 0. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_content_is\fP(3), \fIf_iki_content_partial_is\fP(3), \fIf_iki_object_is\fP(3), \fIf_iki_object_partial_is\fP(3), \fIf_iki_read\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 93aad68..82fc48e 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_content_partial_is.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_content_partial_is.3 @@ -1,4 +1,4 @@ -.TH f_iki_content_partial_is "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_content_partial_is "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_content_partial_is .SH SYNOPSIS @@ -42,8 +42,15 @@ The quote character in use. This must be either a single (') or double (") quote \fBF_data_not_stop\fP on success but the start range exceeds the stop range. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_content_is\fP(3), \fIf_iki_content_partial_is\fP(3), \fIf_iki_object_is\fP(3), \fIf_iki_object_partial_is\fP(3), \fIf_iki_read\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2fcd4a6..d3cbfcc 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_data_delete.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_data_delete.3 @@ -1,4 +1,4 @@ -.TH f_iki_data_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_data_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_data_delete .SH SYNOPSIS @@ -26,8 +26,15 @@ The IKI data to delete. Errors (with error bit) from: f_array_lengths_resize(). .br Errors (with error bit) from: f_string_ranges_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_data_delete\fP(3), \fIf_iki_data_destroy\fP(3), \fIf_iki_datas_adjust\fP(3), \fIf_iki_datas_append\fP(3), \fIf_iki_datas_append_all\fP(3), \fIf_iki_datas_decimate_by\fP(3), \fIf_iki_datas_decrease_by\fP(3), \fIf_iki_datas_increase\fP(3), \fIf_iki_datas_increase_by\fP(3), \fIf_iki_datas_resize\fP(3), \fIf_iki_datass_adjust\fP(3), \fIf_iki_datass_append\fP(3), \fIf_iki_datass_append_all\fP(3), \fIf_iki_datass_decimate_by\fP(3), \fIf_iki_datass_decrease_by\fP(3), \fIf_iki_datass_increase\fP(3), \fIf_iki_datass_increase_by\fP(3), \fIf_iki_datass_resize\fP(3), \fIf_array_lengths_resize()\fP, \fIf_string_ranges_resize()\fP, \fIf_array_lengths_resize()\fP, \fIf_string_ranges_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 99ac1fa..b7abd47 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_data_destroy.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_data_destroy.3 @@ -1,4 +1,4 @@ -.TH f_iki_data_destroy "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_data_destroy "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_data_destroy .SH SYNOPSIS @@ -26,8 +26,15 @@ The IKI data to destroy. Errors (with error bit) from: f_array_lengths_adjust(). .br Errors (with error bit) from: f_string_ranges_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_data_delete\fP(3), \fIf_iki_data_destroy\fP(3), \fIf_iki_datas_adjust\fP(3), \fIf_iki_datas_append\fP(3), \fIf_iki_datas_append_all\fP(3), \fIf_iki_datas_decimate_by\fP(3), \fIf_iki_datas_decrease_by\fP(3), \fIf_iki_datas_increase\fP(3), \fIf_iki_datas_increase_by\fP(3), \fIf_iki_datas_resize\fP(3), \fIf_iki_datass_adjust\fP(3), \fIf_iki_datass_append\fP(3), \fIf_iki_datass_append_all\fP(3), \fIf_iki_datass_decimate_by\fP(3), \fIf_iki_datass_decrease_by\fP(3), \fIf_iki_datass_increase\fP(3), \fIf_iki_datass_increase_by\fP(3), \fIf_iki_datass_resize\fP(3), \fIf_array_lengths_adjust()\fP, \fIf_string_ranges_adjust()\fP, \fIf_array_lengths_adjust()\fP, \fIf_string_ranges_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b0bf7fc..fbed8ba 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_adjust.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_adjust.3 @@ -1,4 +1,4 @@ -.TH f_iki_datas_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_datas_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_datas_adjust .SH SYNOPSIS @@ -20,6 +20,7 @@ The new size to use. .TP .B datas +The array to resize. .SH RETURN VALUE .PP @@ -28,8 +29,15 @@ The new size to use. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_data_delete\fP(3), \fIf_iki_data_destroy\fP(3), \fIf_iki_datas_adjust\fP(3), \fIf_iki_datas_append\fP(3), \fIf_iki_datas_append_all\fP(3), \fIf_iki_datas_decimate_by\fP(3), \fIf_iki_datas_decrease_by\fP(3), \fIf_iki_datas_increase\fP(3), \fIf_iki_datas_increase_by\fP(3), \fIf_iki_datas_resize\fP(3), \fIf_iki_datass_adjust\fP(3), \fIf_iki_datass_append\fP(3), \fIf_iki_datass_append_all\fP(3), \fIf_iki_datass_decimate_by\fP(3), \fIf_iki_datass_decrease_by\fP(3), \fIf_iki_datass_increase\fP(3), \fIf_iki_datass_increase_by\fP(3), \fIf_iki_datass_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 66aeed2..548b374 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_append.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_append.3 @@ -1,4 +1,4 @@ -.TH f_iki_datas_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_datas_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_datas_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination iki_datas the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_data_delete\fP(3), \fIf_iki_data_destroy\fP(3), \fIf_iki_datas_adjust\fP(3), \fIf_iki_datas_append\fP(3), \fIf_iki_datas_append_all\fP(3), \fIf_iki_datas_decimate_by\fP(3), \fIf_iki_datas_decrease_by\fP(3), \fIf_iki_datas_increase\fP(3), \fIf_iki_datas_increase_by\fP(3), \fIf_iki_datas_resize\fP(3), \fIf_iki_datass_adjust\fP(3), \fIf_iki_datass_append\fP(3), \fIf_iki_datass_append_all\fP(3), \fIf_iki_datass_decimate_by\fP(3), \fIf_iki_datass_decrease_by\fP(3), \fIf_iki_datass_increase\fP(3), \fIf_iki_datass_increase_by\fP(3), \fIf_iki_datass_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4dccc6a..a5e3ed9 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_append_all.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_append_all.3 @@ -1,4 +1,4 @@ -.TH f_iki_datas_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_datas_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_datas_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination iki_datas the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_data_delete\fP(3), \fIf_iki_data_destroy\fP(3), \fIf_iki_datas_adjust\fP(3), \fIf_iki_datas_append\fP(3), \fIf_iki_datas_append_all\fP(3), \fIf_iki_datas_decimate_by\fP(3), \fIf_iki_datas_decrease_by\fP(3), \fIf_iki_datas_increase\fP(3), \fIf_iki_datas_increase_by\fP(3), \fIf_iki_datas_resize\fP(3), \fIf_iki_datass_adjust\fP(3), \fIf_iki_datass_append\fP(3), \fIf_iki_datass_append_all\fP(3), \fIf_iki_datass_decimate_by\fP(3), \fIf_iki_datass_decrease_by\fP(3), \fIf_iki_datass_increase\fP(3), \fIf_iki_datass_increase_by\fP(3), \fIf_iki_datass_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 287d5d6..8439a4e 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_decimate_by.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_iki_datas_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_datas_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_datas_decimate_by .SH SYNOPSIS @@ -22,6 +22,7 @@ A positive number representing how much to decimate the size by. .TP .B datas +The array to resize. .SH RETURN VALUE .PP @@ -32,8 +33,15 @@ A positive number representing how much to decimate the size by. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_data_delete\fP(3), \fIf_iki_data_destroy\fP(3), \fIf_iki_datas_adjust\fP(3), \fIf_iki_datas_append\fP(3), \fIf_iki_datas_append_all\fP(3), \fIf_iki_datas_decimate_by\fP(3), \fIf_iki_datas_decrease_by\fP(3), \fIf_iki_datas_increase\fP(3), \fIf_iki_datas_increase_by\fP(3), \fIf_iki_datas_resize\fP(3), \fIf_iki_datass_adjust\fP(3), \fIf_iki_datass_append\fP(3), \fIf_iki_datass_append_all\fP(3), \fIf_iki_datass_decimate_by\fP(3), \fIf_iki_datass_decrease_by\fP(3), \fIf_iki_datass_increase\fP(3), \fIf_iki_datass_increase_by\fP(3), \fIf_iki_datass_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2a0dd1f..58bac8b 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_decrease_by.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_iki_datas_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_datas_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_datas_decrease_by .SH SYNOPSIS @@ -22,6 +22,7 @@ A positive number representing how much to decrease the size by. .TP .B datas +The array to resize. .SH RETURN VALUE .PP @@ -32,8 +33,15 @@ A positive number representing how much to decrease the size by. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_data_delete\fP(3), \fIf_iki_data_destroy\fP(3), \fIf_iki_datas_adjust\fP(3), \fIf_iki_datas_append\fP(3), \fIf_iki_datas_append_all\fP(3), \fIf_iki_datas_decimate_by\fP(3), \fIf_iki_datas_decrease_by\fP(3), \fIf_iki_datas_increase\fP(3), \fIf_iki_datas_increase_by\fP(3), \fIf_iki_datas_resize\fP(3), \fIf_iki_datass_adjust\fP(3), \fIf_iki_datass_append\fP(3), \fIf_iki_datass_append_all\fP(3), \fIf_iki_datass_decimate_by\fP(3), \fIf_iki_datass_decrease_by\fP(3), \fIf_iki_datass_increase\fP(3), \fIf_iki_datass_increase_by\fP(3), \fIf_iki_datass_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4ce0173..87628a5 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_increase.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_increase.3 @@ -1,4 +1,4 @@ -.TH f_iki_datas_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_datas_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_datas_increase .SH SYNOPSIS @@ -22,6 +22,7 @@ The allocation step to use. Must be greater than 0. .TP .B datas +The array to resize. .SH RETURN VALUE .PP @@ -34,8 +35,15 @@ The allocation step to use. Must be greater than 0. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_data_delete\fP(3), \fIf_iki_data_destroy\fP(3), \fIf_iki_datas_adjust\fP(3), \fIf_iki_datas_append\fP(3), \fIf_iki_datas_append_all\fP(3), \fIf_iki_datas_decimate_by\fP(3), \fIf_iki_datas_decrease_by\fP(3), \fIf_iki_datas_increase\fP(3), \fIf_iki_datas_increase_by\fP(3), \fIf_iki_datas_resize\fP(3), \fIf_iki_datass_adjust\fP(3), \fIf_iki_datass_append\fP(3), \fIf_iki_datass_append_all\fP(3), \fIf_iki_datass_decimate_by\fP(3), \fIf_iki_datass_decrease_by\fP(3), \fIf_iki_datass_increase\fP(3), \fIf_iki_datass_increase_by\fP(3), \fIf_iki_datass_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ddcb471..fe69341 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_increase_by.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_iki_datas_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_datas_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_datas_increase_by .SH SYNOPSIS @@ -22,6 +22,7 @@ A positive number representing how much to increase the size by. .TP .B datas +The array to resize. .SH RETURN VALUE .PP @@ -34,8 +35,15 @@ A positive number representing how much to increase the size by. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_data_delete\fP(3), \fIf_iki_data_destroy\fP(3), \fIf_iki_datas_adjust\fP(3), \fIf_iki_datas_append\fP(3), \fIf_iki_datas_append_all\fP(3), \fIf_iki_datas_decimate_by\fP(3), \fIf_iki_datas_decrease_by\fP(3), \fIf_iki_datas_increase\fP(3), \fIf_iki_datas_increase_by\fP(3), \fIf_iki_datas_resize\fP(3), \fIf_iki_datass_adjust\fP(3), \fIf_iki_datass_append\fP(3), \fIf_iki_datass_append_all\fP(3), \fIf_iki_datass_decimate_by\fP(3), \fIf_iki_datass_decrease_by\fP(3), \fIf_iki_datass_increase\fP(3), \fIf_iki_datass_increase_by\fP(3), \fIf_iki_datass_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 19e4b95..9dca479 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datas_resize.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datas_resize.3 @@ -1,4 +1,4 @@ -.TH f_iki_datas_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_datas_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_datas_resize .SH SYNOPSIS @@ -15,11 +15,12 @@ f_iki_datas_resize Resize the iki_datas array. .SH PARAMETERS .TP -.B lengthw +.B length The new size to use. .TP .B datas +The array to adjust. .SH RETURN VALUE .PP @@ -28,8 +29,15 @@ The new size to use. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_data_delete\fP(3), \fIf_iki_data_destroy\fP(3), \fIf_iki_datas_adjust\fP(3), \fIf_iki_datas_append\fP(3), \fIf_iki_datas_append_all\fP(3), \fIf_iki_datas_decimate_by\fP(3), \fIf_iki_datas_decrease_by\fP(3), \fIf_iki_datas_increase\fP(3), \fIf_iki_datas_increase_by\fP(3), \fIf_iki_datas_resize\fP(3), \fIf_iki_datass_adjust\fP(3), \fIf_iki_datass_append\fP(3), \fIf_iki_datass_append_all\fP(3), \fIf_iki_datass_decimate_by\fP(3), \fIf_iki_datass_decrease_by\fP(3), \fIf_iki_datass_increase\fP(3), \fIf_iki_datass_increase_by\fP(3), \fIf_iki_datass_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7bc99e7..3ef6919 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_adjust.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_adjust.3 @@ -1,4 +1,4 @@ -.TH f_iki_datass_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_datass_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_datass_adjust .SH SYNOPSIS @@ -20,6 +20,7 @@ The new size to use. .TP .B datass +The array to resize. .SH RETURN VALUE .PP @@ -30,8 +31,15 @@ The new size to use. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_data_delete\fP(3), \fIf_iki_data_destroy\fP(3), \fIf_iki_datas_adjust\fP(3), \fIf_iki_datas_append\fP(3), \fIf_iki_datas_append_all\fP(3), \fIf_iki_datas_decimate_by\fP(3), \fIf_iki_datas_decrease_by\fP(3), \fIf_iki_datas_increase\fP(3), \fIf_iki_datas_increase_by\fP(3), \fIf_iki_datas_resize\fP(3), \fIf_iki_datass_adjust\fP(3), \fIf_iki_datass_append\fP(3), \fIf_iki_datass_append_all\fP(3), \fIf_iki_datass_decimate_by\fP(3), \fIf_iki_datass_decrease_by\fP(3), \fIf_iki_datass_increase\fP(3), \fIf_iki_datass_increase_by\fP(3), \fIf_iki_datass_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0ac9cf9..df20e9e 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_append.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_append.3 @@ -1,4 +1,4 @@ -.TH f_iki_datass_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_datass_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_datass_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_data_delete\fP(3), \fIf_iki_data_destroy\fP(3), \fIf_iki_datas_adjust\fP(3), \fIf_iki_datas_append\fP(3), \fIf_iki_datas_append_all\fP(3), \fIf_iki_datas_decimate_by\fP(3), \fIf_iki_datas_decrease_by\fP(3), \fIf_iki_datas_increase\fP(3), \fIf_iki_datas_increase_by\fP(3), \fIf_iki_datas_resize\fP(3), \fIf_iki_datass_adjust\fP(3), \fIf_iki_datass_append\fP(3), \fIf_iki_datass_append_all\fP(3), \fIf_iki_datass_decimate_by\fP(3), \fIf_iki_datass_decrease_by\fP(3), \fIf_iki_datass_increase\fP(3), \fIf_iki_datass_increase_by\fP(3), \fIf_iki_datass_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6298a91..fff38df 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_append_all.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_append_all.3 @@ -1,4 +1,4 @@ -.TH f_iki_datass_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_datass_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_datass_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_data_delete\fP(3), \fIf_iki_data_destroy\fP(3), \fIf_iki_datas_adjust\fP(3), \fIf_iki_datas_append\fP(3), \fIf_iki_datas_append_all\fP(3), \fIf_iki_datas_decimate_by\fP(3), \fIf_iki_datas_decrease_by\fP(3), \fIf_iki_datas_increase\fP(3), \fIf_iki_datas_increase_by\fP(3), \fIf_iki_datas_resize\fP(3), \fIf_iki_datass_adjust\fP(3), \fIf_iki_datass_append\fP(3), \fIf_iki_datass_append_all\fP(3), \fIf_iki_datass_decimate_by\fP(3), \fIf_iki_datass_decrease_by\fP(3), \fIf_iki_datass_increase\fP(3), \fIf_iki_datass_increase_by\fP(3), \fIf_iki_datass_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5b2f515..2d2d9c1 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_decimate_by.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_iki_datass_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_datass_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_datass_decimate_by .SH SYNOPSIS @@ -22,6 +22,7 @@ A positive number representing how much to decimate the size by. .TP .B datass +The array to resize. .SH RETURN VALUE .PP @@ -34,8 +35,15 @@ A positive number representing how much to decimate the size by. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_data_delete\fP(3), \fIf_iki_data_destroy\fP(3), \fIf_iki_datas_adjust\fP(3), \fIf_iki_datas_append\fP(3), \fIf_iki_datas_append_all\fP(3), \fIf_iki_datas_decimate_by\fP(3), \fIf_iki_datas_decrease_by\fP(3), \fIf_iki_datas_increase\fP(3), \fIf_iki_datas_increase_by\fP(3), \fIf_iki_datas_resize\fP(3), \fIf_iki_datass_adjust\fP(3), \fIf_iki_datass_append\fP(3), \fIf_iki_datass_append_all\fP(3), \fIf_iki_datass_decimate_by\fP(3), \fIf_iki_datass_decrease_by\fP(3), \fIf_iki_datass_increase\fP(3), \fIf_iki_datass_increase_by\fP(3), \fIf_iki_datass_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6f4de02..b50466a 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_decrease_by.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_iki_datass_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_datass_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_datass_decrease_by .SH SYNOPSIS @@ -22,6 +22,7 @@ A positive number representing how much to decrease the size by. .TP .B datass +The array to resize. .SH RETURN VALUE .PP @@ -34,8 +35,15 @@ A positive number representing how much to decrease the size by. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_data_delete\fP(3), \fIf_iki_data_destroy\fP(3), \fIf_iki_datas_adjust\fP(3), \fIf_iki_datas_append\fP(3), \fIf_iki_datas_append_all\fP(3), \fIf_iki_datas_decimate_by\fP(3), \fIf_iki_datas_decrease_by\fP(3), \fIf_iki_datas_increase\fP(3), \fIf_iki_datas_increase_by\fP(3), \fIf_iki_datas_resize\fP(3), \fIf_iki_datass_adjust\fP(3), \fIf_iki_datass_append\fP(3), \fIf_iki_datass_append_all\fP(3), \fIf_iki_datass_decimate_by\fP(3), \fIf_iki_datass_decrease_by\fP(3), \fIf_iki_datass_increase\fP(3), \fIf_iki_datass_increase_by\fP(3), \fIf_iki_datass_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b232589..6b6ebda 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_increase.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_increase.3 @@ -1,4 +1,4 @@ -.TH f_iki_datass_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_datass_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_datass_increase .SH SYNOPSIS @@ -22,6 +22,7 @@ The allocation step to use. Must be greater than 0. .TP .B datass +The array to resize. .SH RETURN VALUE .PP @@ -34,8 +35,15 @@ The allocation step to use. Must be greater than 0. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_data_delete\fP(3), \fIf_iki_data_destroy\fP(3), \fIf_iki_datas_adjust\fP(3), \fIf_iki_datas_append\fP(3), \fIf_iki_datas_append_all\fP(3), \fIf_iki_datas_decimate_by\fP(3), \fIf_iki_datas_decrease_by\fP(3), \fIf_iki_datas_increase\fP(3), \fIf_iki_datas_increase_by\fP(3), \fIf_iki_datas_resize\fP(3), \fIf_iki_datass_adjust\fP(3), \fIf_iki_datass_append\fP(3), \fIf_iki_datass_append_all\fP(3), \fIf_iki_datass_decimate_by\fP(3), \fIf_iki_datass_decrease_by\fP(3), \fIf_iki_datass_increase\fP(3), \fIf_iki_datass_increase_by\fP(3), \fIf_iki_datass_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7970aeb..be23552 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_increase_by.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_iki_datass_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_datass_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_datass_increase_by .SH SYNOPSIS @@ -22,6 +22,7 @@ A positive number representing how much to increase the size by. .TP .B datass +The array to resize. .SH RETURN VALUE .PP @@ -34,8 +35,15 @@ A positive number representing how much to increase the size by. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_data_delete\fP(3), \fIf_iki_data_destroy\fP(3), \fIf_iki_datas_adjust\fP(3), \fIf_iki_datas_append\fP(3), \fIf_iki_datas_append_all\fP(3), \fIf_iki_datas_decimate_by\fP(3), \fIf_iki_datas_decrease_by\fP(3), \fIf_iki_datas_increase\fP(3), \fIf_iki_datas_increase_by\fP(3), \fIf_iki_datas_resize\fP(3), \fIf_iki_datass_adjust\fP(3), \fIf_iki_datass_append\fP(3), \fIf_iki_datass_append_all\fP(3), \fIf_iki_datass_decimate_by\fP(3), \fIf_iki_datass_decrease_by\fP(3), \fIf_iki_datass_increase\fP(3), \fIf_iki_datass_increase_by\fP(3), \fIf_iki_datass_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5f2eba6..5e2814a 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_datass_resize.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_datass_resize.3 @@ -1,4 +1,4 @@ -.TH f_iki_datass_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_datass_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_datass_resize .SH SYNOPSIS @@ -20,6 +20,7 @@ The new size to use. .TP .B datass +The array to adjust. .SH RETURN VALUE .PP @@ -30,8 +31,15 @@ The new size to use. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_data_delete\fP(3), \fIf_iki_data_destroy\fP(3), \fIf_iki_datas_adjust\fP(3), \fIf_iki_datas_append\fP(3), \fIf_iki_datas_append_all\fP(3), \fIf_iki_datas_decimate_by\fP(3), \fIf_iki_datas_decrease_by\fP(3), \fIf_iki_datas_increase\fP(3), \fIf_iki_datas_increase_by\fP(3), \fIf_iki_datas_resize\fP(3), \fIf_iki_datass_adjust\fP(3), \fIf_iki_datass_append\fP(3), \fIf_iki_datass_append_all\fP(3), \fIf_iki_datass_decimate_by\fP(3), \fIf_iki_datass_decrease_by\fP(3), \fIf_iki_datass_increase\fP(3), \fIf_iki_datass_increase_by\fP(3), \fIf_iki_datass_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b13acdc..aa398a9 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_object_is.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_object_is.3 @@ -1,4 +1,4 @@ -.TH f_iki_object_is "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_object_is "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_object_is .SH SYNOPSIS @@ -28,8 +28,15 @@ The string to validate as an object name. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_utf_is_word(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_content_is\fP(3), \fIf_iki_content_partial_is\fP(3), \fIf_iki_object_is\fP(3), \fIf_iki_object_partial_is\fP(3), \fIf_iki_read\fP(3), \fIf_utf_is_word()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 baee341..0f889a7 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_object_partial_is.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_object_partial_is.3 @@ -1,4 +1,4 @@ -.TH f_iki_object_partial_is "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_object_partial_is "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_object_partial_is .SH SYNOPSIS @@ -37,8 +37,15 @@ The range within the buffer that represents the object name. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_utf_is_word_dash_plus(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_content_is\fP(3), \fIf_iki_content_partial_is\fP(3), \fIf_iki_object_is\fP(3), \fIf_iki_object_partial_is\fP(3), \fIf_iki_read\fP(3), \fIf_utf_is_word_dash_plus()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 401fe4f..94faad2 100644 --- a/level_0/f_iki/data/documentation/man/man3/f_iki_read.3 +++ b/level_0/f_iki/data/documentation/man/man3/f_iki_read.3 @@ -1,4 +1,4 @@ -.TH f_iki_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_iki_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_iki_read .SH SYNOPSIS @@ -67,8 +67,15 @@ The IKI variable data. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_string_too_large\fP (with error bit) if a string length is too large to store in the buffer. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_iki_content_is\fP(3), \fIf_iki_content_partial_is\fP(3), \fIf_iki_object_is\fP(3), \fIf_iki_object_partial_is\fP(3), \fIf_iki_read\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 dc7d83c..eaa48b7 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_process.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_process.3 @@ -1,4 +1,4 @@ -.TH f_limit_process "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_process "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_process .SH SYNOPSIS @@ -45,8 +45,15 @@ The resource value currently assigned. If 0, then value_next is assigning the va \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_prohibited\fP (with error bit) if not allowed to perform this action. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_process\fP(3), \fIprlimit()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3766190..516e842 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_adjust.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_adjust.3 @@ -1,4 +1,4 @@ -.TH f_limit_sets_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_sets_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_sets_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The sets array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_sets_adjust\fP(3), \fIf_limit_sets_append\fP(3), \fIf_limit_sets_append_all\fP(3), \fIf_limit_sets_decimate_by\fP(3), \fIf_limit_sets_decrease_by\fP(3), \fIf_limit_sets_increase\fP(3), \fIf_limit_sets_increase_by\fP(3), \fIf_limit_sets_resize\fP(3), \fIf_limit_setss_adjust\fP(3), \fIf_limit_setss_append\fP(3), \fIf_limit_setss_append_all\fP(3), \fIf_limit_setss_decimate_by\fP(3), \fIf_limit_setss_decrease_by\fP(3), \fIf_limit_setss_increase\fP(3), \fIf_limit_setss_increase_by\fP(3), \fIf_limit_setss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cb31ac5..8e59b81 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_append.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_append.3 @@ -1,4 +1,4 @@ -.TH f_limit_sets_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_sets_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_sets_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination sets the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_sets_adjust\fP(3), \fIf_limit_sets_append\fP(3), \fIf_limit_sets_append_all\fP(3), \fIf_limit_sets_decimate_by\fP(3), \fIf_limit_sets_decrease_by\fP(3), \fIf_limit_sets_increase\fP(3), \fIf_limit_sets_increase_by\fP(3), \fIf_limit_sets_resize\fP(3), \fIf_limit_setss_adjust\fP(3), \fIf_limit_setss_append\fP(3), \fIf_limit_setss_append_all\fP(3), \fIf_limit_setss_decimate_by\fP(3), \fIf_limit_setss_decrease_by\fP(3), \fIf_limit_setss_increase\fP(3), \fIf_limit_setss_increase_by\fP(3), \fIf_limit_setss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d0fb434..377726b 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_append_all.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_append_all.3 @@ -1,4 +1,4 @@ -.TH f_limit_sets_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_sets_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_sets_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination sets the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_sets_adjust\fP(3), \fIf_limit_sets_append\fP(3), \fIf_limit_sets_append_all\fP(3), \fIf_limit_sets_decimate_by\fP(3), \fIf_limit_sets_decrease_by\fP(3), \fIf_limit_sets_increase\fP(3), \fIf_limit_sets_increase_by\fP(3), \fIf_limit_sets_resize\fP(3), \fIf_limit_setss_adjust\fP(3), \fIf_limit_setss_append\fP(3), \fIf_limit_setss_append_all\fP(3), \fIf_limit_setss_decimate_by\fP(3), \fIf_limit_setss_decrease_by\fP(3), \fIf_limit_setss_increase\fP(3), \fIf_limit_setss_increase_by\fP(3), \fIf_limit_setss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cab4093..2839557 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_decimate_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_sets_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_sets_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_sets_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The sets array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_sets_adjust\fP(3), \fIf_limit_sets_append\fP(3), \fIf_limit_sets_append_all\fP(3), \fIf_limit_sets_decimate_by\fP(3), \fIf_limit_sets_decrease_by\fP(3), \fIf_limit_sets_increase\fP(3), \fIf_limit_sets_increase_by\fP(3), \fIf_limit_sets_resize\fP(3), \fIf_limit_setss_adjust\fP(3), \fIf_limit_setss_append\fP(3), \fIf_limit_setss_append_all\fP(3), \fIf_limit_setss_decimate_by\fP(3), \fIf_limit_setss_decrease_by\fP(3), \fIf_limit_setss_increase\fP(3), \fIf_limit_setss_increase_by\fP(3), \fIf_limit_setss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 10dc9e2..274c860 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_decrease_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_sets_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_sets_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_sets_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The sets array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_sets_adjust\fP(3), \fIf_limit_sets_append\fP(3), \fIf_limit_sets_append_all\fP(3), \fIf_limit_sets_decimate_by\fP(3), \fIf_limit_sets_decrease_by\fP(3), \fIf_limit_sets_increase\fP(3), \fIf_limit_sets_increase_by\fP(3), \fIf_limit_sets_resize\fP(3), \fIf_limit_setss_adjust\fP(3), \fIf_limit_setss_append\fP(3), \fIf_limit_setss_append_all\fP(3), \fIf_limit_setss_decimate_by\fP(3), \fIf_limit_setss_decrease_by\fP(3), \fIf_limit_setss_increase\fP(3), \fIf_limit_setss_increase_by\fP(3), \fIf_limit_setss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9ee3748..3d59305 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_increase.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_increase.3 @@ -1,4 +1,4 @@ -.TH f_limit_sets_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_sets_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_sets_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The sets array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_sets_adjust\fP(3), \fIf_limit_sets_append\fP(3), \fIf_limit_sets_append_all\fP(3), \fIf_limit_sets_decimate_by\fP(3), \fIf_limit_sets_decrease_by\fP(3), \fIf_limit_sets_increase\fP(3), \fIf_limit_sets_increase_by\fP(3), \fIf_limit_sets_resize\fP(3), \fIf_limit_setss_adjust\fP(3), \fIf_limit_setss_append\fP(3), \fIf_limit_setss_append_all\fP(3), \fIf_limit_setss_decimate_by\fP(3), \fIf_limit_setss_decrease_by\fP(3), \fIf_limit_setss_increase\fP(3), \fIf_limit_setss_increase_by\fP(3), \fIf_limit_setss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0752fb8..57e977d 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_increase_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_sets_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_sets_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_sets_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The sets array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_sets_adjust\fP(3), \fIf_limit_sets_append\fP(3), \fIf_limit_sets_append_all\fP(3), \fIf_limit_sets_decimate_by\fP(3), \fIf_limit_sets_decrease_by\fP(3), \fIf_limit_sets_increase\fP(3), \fIf_limit_sets_increase_by\fP(3), \fIf_limit_sets_resize\fP(3), \fIf_limit_setss_adjust\fP(3), \fIf_limit_setss_append\fP(3), \fIf_limit_setss_append_all\fP(3), \fIf_limit_setss_decimate_by\fP(3), \fIf_limit_setss_decrease_by\fP(3), \fIf_limit_setss_increase\fP(3), \fIf_limit_setss_increase_by\fP(3), \fIf_limit_setss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ae36fef..37a85b9 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_sets_resize.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_sets_resize.3 @@ -1,4 +1,4 @@ -.TH f_limit_sets_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_sets_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_sets_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The sets array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_sets_adjust\fP(3), \fIf_limit_sets_append\fP(3), \fIf_limit_sets_append_all\fP(3), \fIf_limit_sets_decimate_by\fP(3), \fIf_limit_sets_decrease_by\fP(3), \fIf_limit_sets_increase\fP(3), \fIf_limit_sets_increase_by\fP(3), \fIf_limit_sets_resize\fP(3), \fIf_limit_setss_adjust\fP(3), \fIf_limit_setss_append\fP(3), \fIf_limit_setss_append_all\fP(3), \fIf_limit_setss_decimate_by\fP(3), \fIf_limit_setss_decrease_by\fP(3), \fIf_limit_setss_increase\fP(3), \fIf_limit_setss_increase_by\fP(3), \fIf_limit_setss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 79beb95..89b63ee 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_adjust.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_limit_setss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_setss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_setss_adjust .SH SYNOPSIS @@ -31,8 +31,15 @@ The setss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_sets_adjust\fP(3), \fIf_limit_sets_append\fP(3), \fIf_limit_sets_append_all\fP(3), \fIf_limit_sets_decimate_by\fP(3), \fIf_limit_sets_decrease_by\fP(3), \fIf_limit_sets_increase\fP(3), \fIf_limit_sets_increase_by\fP(3), \fIf_limit_sets_resize\fP(3), \fIf_limit_setss_adjust\fP(3), \fIf_limit_setss_append\fP(3), \fIf_limit_setss_append_all\fP(3), \fIf_limit_setss_decimate_by\fP(3), \fIf_limit_setss_decrease_by\fP(3), \fIf_limit_setss_increase\fP(3), \fIf_limit_setss_increase_by\fP(3), \fIf_limit_setss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9a32790..78e0df5 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_append.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_append.3 @@ -1,4 +1,4 @@ -.TH f_limit_setss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_setss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_setss_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_sets_adjust\fP(3), \fIf_limit_sets_append\fP(3), \fIf_limit_sets_append_all\fP(3), \fIf_limit_sets_decimate_by\fP(3), \fIf_limit_sets_decrease_by\fP(3), \fIf_limit_sets_increase\fP(3), \fIf_limit_sets_increase_by\fP(3), \fIf_limit_sets_resize\fP(3), \fIf_limit_setss_adjust\fP(3), \fIf_limit_setss_append\fP(3), \fIf_limit_setss_append_all\fP(3), \fIf_limit_setss_decimate_by\fP(3), \fIf_limit_setss_decrease_by\fP(3), \fIf_limit_setss_increase\fP(3), \fIf_limit_setss_increase_by\fP(3), \fIf_limit_setss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5050861..1e6b73b 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_append_all.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_limit_setss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_setss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_setss_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_sets_adjust\fP(3), \fIf_limit_sets_append\fP(3), \fIf_limit_sets_append_all\fP(3), \fIf_limit_sets_decimate_by\fP(3), \fIf_limit_sets_decrease_by\fP(3), \fIf_limit_sets_increase\fP(3), \fIf_limit_sets_increase_by\fP(3), \fIf_limit_sets_resize\fP(3), \fIf_limit_setss_adjust\fP(3), \fIf_limit_setss_append\fP(3), \fIf_limit_setss_append_all\fP(3), \fIf_limit_setss_decimate_by\fP(3), \fIf_limit_setss_decrease_by\fP(3), \fIf_limit_setss_increase\fP(3), \fIf_limit_setss_increase_by\fP(3), \fIf_limit_setss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8e4b6fd..9b1f8ff 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_decimate_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_setss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_setss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_setss_decimate_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The setss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_sets_adjust\fP(3), \fIf_limit_sets_append\fP(3), \fIf_limit_sets_append_all\fP(3), \fIf_limit_sets_decimate_by\fP(3), \fIf_limit_sets_decrease_by\fP(3), \fIf_limit_sets_increase\fP(3), \fIf_limit_sets_increase_by\fP(3), \fIf_limit_sets_resize\fP(3), \fIf_limit_setss_adjust\fP(3), \fIf_limit_setss_append\fP(3), \fIf_limit_setss_append_all\fP(3), \fIf_limit_setss_decimate_by\fP(3), \fIf_limit_setss_decrease_by\fP(3), \fIf_limit_setss_increase\fP(3), \fIf_limit_setss_increase_by\fP(3), \fIf_limit_setss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2b12efa..5d6840c 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_decrease_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_setss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_setss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_setss_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The setss array to resize. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_sets_adjust\fP(3), \fIf_limit_sets_append\fP(3), \fIf_limit_sets_append_all\fP(3), \fIf_limit_sets_decimate_by\fP(3), \fIf_limit_sets_decrease_by\fP(3), \fIf_limit_sets_increase\fP(3), \fIf_limit_sets_increase_by\fP(3), \fIf_limit_sets_resize\fP(3), \fIf_limit_setss_adjust\fP(3), \fIf_limit_setss_append\fP(3), \fIf_limit_setss_append_all\fP(3), \fIf_limit_setss_decimate_by\fP(3), \fIf_limit_setss_decrease_by\fP(3), \fIf_limit_setss_increase\fP(3), \fIf_limit_setss_increase_by\fP(3), \fIf_limit_setss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3495bdd..89ba818 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_increase.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_increase.3 @@ -1,4 +1,4 @@ -.TH f_limit_setss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_setss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_setss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The setss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_sets_adjust\fP(3), \fIf_limit_sets_append\fP(3), \fIf_limit_sets_append_all\fP(3), \fIf_limit_sets_decimate_by\fP(3), \fIf_limit_sets_decrease_by\fP(3), \fIf_limit_sets_increase\fP(3), \fIf_limit_sets_increase_by\fP(3), \fIf_limit_sets_resize\fP(3), \fIf_limit_setss_adjust\fP(3), \fIf_limit_setss_append\fP(3), \fIf_limit_setss_append_all\fP(3), \fIf_limit_setss_decimate_by\fP(3), \fIf_limit_setss_decrease_by\fP(3), \fIf_limit_setss_increase\fP(3), \fIf_limit_setss_increase_by\fP(3), \fIf_limit_setss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d7714c9..be083eb 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_increase_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_setss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_setss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_setss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The setss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_sets_adjust\fP(3), \fIf_limit_sets_append\fP(3), \fIf_limit_sets_append_all\fP(3), \fIf_limit_sets_decimate_by\fP(3), \fIf_limit_sets_decrease_by\fP(3), \fIf_limit_sets_increase\fP(3), \fIf_limit_sets_increase_by\fP(3), \fIf_limit_sets_resize\fP(3), \fIf_limit_setss_adjust\fP(3), \fIf_limit_setss_append\fP(3), \fIf_limit_setss_append_all\fP(3), \fIf_limit_setss_decimate_by\fP(3), \fIf_limit_setss_decrease_by\fP(3), \fIf_limit_setss_increase\fP(3), \fIf_limit_setss_increase_by\fP(3), \fIf_limit_setss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 906ab24..fdb51f0 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_setss_resize.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_setss_resize.3 @@ -1,4 +1,4 @@ -.TH f_limit_setss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_setss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_setss_resize .SH SYNOPSIS @@ -31,8 +31,15 @@ The setss array to adjust. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_sets_adjust\fP(3), \fIf_limit_sets_append\fP(3), \fIf_limit_sets_append_all\fP(3), \fIf_limit_sets_decimate_by\fP(3), \fIf_limit_sets_decrease_by\fP(3), \fIf_limit_sets_increase\fP(3), \fIf_limit_sets_increase_by\fP(3), \fIf_limit_sets_resize\fP(3), \fIf_limit_setss_adjust\fP(3), \fIf_limit_setss_append\fP(3), \fIf_limit_setss_append_all\fP(3), \fIf_limit_setss_decimate_by\fP(3), \fIf_limit_setss_decrease_by\fP(3), \fIf_limit_setss_increase\fP(3), \fIf_limit_setss_increase_by\fP(3), \fIf_limit_setss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 aeffc19..1e46fc3 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_values_adjust.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_values_adjust.3 @@ -1,4 +1,4 @@ -.TH f_limit_values_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_values_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_values_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The values array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_values_adjust\fP(3), \fIf_limit_values_append\fP(3), \fIf_limit_values_append_all\fP(3), \fIf_limit_values_decimate_by\fP(3), \fIf_limit_values_decrease_by\fP(3), \fIf_limit_values_increase\fP(3), \fIf_limit_values_increase_by\fP(3), \fIf_limit_values_resize\fP(3), \fIf_limit_valuess_adjust\fP(3), \fIf_limit_valuess_append\fP(3), \fIf_limit_valuess_append_all\fP(3), \fIf_limit_valuess_decimate_by\fP(3), \fIf_limit_valuess_decrease_by\fP(3), \fIf_limit_valuess_increase\fP(3), \fIf_limit_valuess_increase_by\fP(3), \fIf_limit_valuess_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6b17602..e338732 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_values_append.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_values_append.3 @@ -1,4 +1,4 @@ -.TH f_limit_values_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_values_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_values_append .SH SYNOPSIS @@ -23,7 +23,7 @@ The source value to append. The destination values the source is appended onto. .SH RETURN VALUE -.br +.PP \fBF_none\fP on success. .br \fBF_data_not\fP on success, but there is nothing to append (size == 0). @@ -31,8 +31,15 @@ The destination values the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_values_adjust\fP(3), \fIf_limit_values_append\fP(3), \fIf_limit_values_append_all\fP(3), \fIf_limit_values_decimate_by\fP(3), \fIf_limit_values_decrease_by\fP(3), \fIf_limit_values_increase\fP(3), \fIf_limit_values_increase_by\fP(3), \fIf_limit_values_resize\fP(3), \fIf_limit_valuess_adjust\fP(3), \fIf_limit_valuess_append\fP(3), \fIf_limit_valuess_append_all\fP(3), \fIf_limit_valuess_decimate_by\fP(3), \fIf_limit_valuess_decrease_by\fP(3), \fIf_limit_valuess_increase\fP(3), \fIf_limit_valuess_increase_by\fP(3), \fIf_limit_valuess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0921230..97d1c25 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_values_append_all.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_values_append_all.3 @@ -1,4 +1,4 @@ -.TH f_limit_values_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_values_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_values_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination values the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_values_adjust\fP(3), \fIf_limit_values_append\fP(3), \fIf_limit_values_append_all\fP(3), \fIf_limit_values_decimate_by\fP(3), \fIf_limit_values_decrease_by\fP(3), \fIf_limit_values_increase\fP(3), \fIf_limit_values_increase_by\fP(3), \fIf_limit_values_resize\fP(3), \fIf_limit_valuess_adjust\fP(3), \fIf_limit_valuess_append\fP(3), \fIf_limit_valuess_append_all\fP(3), \fIf_limit_valuess_decimate_by\fP(3), \fIf_limit_valuess_decrease_by\fP(3), \fIf_limit_valuess_increase\fP(3), \fIf_limit_valuess_increase_by\fP(3), \fIf_limit_valuess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 67d1013..9395d3e 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_values_decimate_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_values_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_values_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_values_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_values_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The values array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_values_adjust\fP(3), \fIf_limit_values_append\fP(3), \fIf_limit_values_append_all\fP(3), \fIf_limit_values_decimate_by\fP(3), \fIf_limit_values_decrease_by\fP(3), \fIf_limit_values_increase\fP(3), \fIf_limit_values_increase_by\fP(3), \fIf_limit_values_resize\fP(3), \fIf_limit_valuess_adjust\fP(3), \fIf_limit_valuess_append\fP(3), \fIf_limit_valuess_append_all\fP(3), \fIf_limit_valuess_decimate_by\fP(3), \fIf_limit_valuess_decrease_by\fP(3), \fIf_limit_valuess_increase\fP(3), \fIf_limit_valuess_increase_by\fP(3), \fIf_limit_valuess_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a7be614..0fbbf96 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_values_decrease_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_values_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_values_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_values_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_values_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The values array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_values_adjust\fP(3), \fIf_limit_values_append\fP(3), \fIf_limit_values_append_all\fP(3), \fIf_limit_values_decimate_by\fP(3), \fIf_limit_values_decrease_by\fP(3), \fIf_limit_values_increase\fP(3), \fIf_limit_values_increase_by\fP(3), \fIf_limit_values_resize\fP(3), \fIf_limit_valuess_adjust\fP(3), \fIf_limit_valuess_append\fP(3), \fIf_limit_valuess_append_all\fP(3), \fIf_limit_valuess_decimate_by\fP(3), \fIf_limit_valuess_decrease_by\fP(3), \fIf_limit_valuess_increase\fP(3), \fIf_limit_valuess_increase_by\fP(3), \fIf_limit_valuess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 587353e..4d8383e 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_values_increase.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_values_increase.3 @@ -1,4 +1,4 @@ -.TH f_limit_values_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_values_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_values_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The values array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_values_adjust\fP(3), \fIf_limit_values_append\fP(3), \fIf_limit_values_append_all\fP(3), \fIf_limit_values_decimate_by\fP(3), \fIf_limit_values_decrease_by\fP(3), \fIf_limit_values_increase\fP(3), \fIf_limit_values_increase_by\fP(3), \fIf_limit_values_resize\fP(3), \fIf_limit_valuess_adjust\fP(3), \fIf_limit_valuess_append\fP(3), \fIf_limit_valuess_append_all\fP(3), \fIf_limit_valuess_decimate_by\fP(3), \fIf_limit_valuess_decrease_by\fP(3), \fIf_limit_valuess_increase\fP(3), \fIf_limit_valuess_increase_by\fP(3), \fIf_limit_valuess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ded720f..0ae6f99 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_values_increase_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_values_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_values_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_values_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_values_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The values array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_values_adjust\fP(3), \fIf_limit_values_append\fP(3), \fIf_limit_values_append_all\fP(3), \fIf_limit_values_decimate_by\fP(3), \fIf_limit_values_decrease_by\fP(3), \fIf_limit_values_increase\fP(3), \fIf_limit_values_increase_by\fP(3), \fIf_limit_values_resize\fP(3), \fIf_limit_valuess_adjust\fP(3), \fIf_limit_valuess_append\fP(3), \fIf_limit_valuess_append_all\fP(3), \fIf_limit_valuess_decimate_by\fP(3), \fIf_limit_valuess_decrease_by\fP(3), \fIf_limit_valuess_increase\fP(3), \fIf_limit_valuess_increase_by\fP(3), \fIf_limit_valuess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e411606..e463fed 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_values_resize.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_values_resize.3 @@ -1,4 +1,4 @@ -.TH f_limit_values_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_values_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_values_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The values array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_values_adjust\fP(3), \fIf_limit_values_append\fP(3), \fIf_limit_values_append_all\fP(3), \fIf_limit_values_decimate_by\fP(3), \fIf_limit_values_decrease_by\fP(3), \fIf_limit_values_increase\fP(3), \fIf_limit_values_increase_by\fP(3), \fIf_limit_values_resize\fP(3), \fIf_limit_valuess_adjust\fP(3), \fIf_limit_valuess_append\fP(3), \fIf_limit_valuess_append_all\fP(3), \fIf_limit_valuess_decimate_by\fP(3), \fIf_limit_valuess_decrease_by\fP(3), \fIf_limit_valuess_increase\fP(3), \fIf_limit_valuess_increase_by\fP(3), \fIf_limit_valuess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 663bb70..bfee3a6 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_adjust.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_adjust.3 @@ -1,4 +1,4 @@ -.TH f_limit_valuess_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_valuess_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_valuess_adjust .SH SYNOPSIS @@ -31,8 +31,15 @@ The valuess array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_values_adjust\fP(3), \fIf_limit_values_append\fP(3), \fIf_limit_values_append_all\fP(3), \fIf_limit_values_decimate_by\fP(3), \fIf_limit_values_decrease_by\fP(3), \fIf_limit_values_increase\fP(3), \fIf_limit_values_increase_by\fP(3), \fIf_limit_values_resize\fP(3), \fIf_limit_valuess_adjust\fP(3), \fIf_limit_valuess_append\fP(3), \fIf_limit_valuess_append_all\fP(3), \fIf_limit_valuess_decimate_by\fP(3), \fIf_limit_valuess_decrease_by\fP(3), \fIf_limit_valuess_increase\fP(3), \fIf_limit_valuess_increase_by\fP(3), \fIf_limit_valuess_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 06ef2ec..c68c388 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_append.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_append.3 @@ -1,4 +1,4 @@ -.TH f_limit_valuess_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_valuess_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_valuess_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_values_adjust\fP(3), \fIf_limit_values_append\fP(3), \fIf_limit_values_append_all\fP(3), \fIf_limit_values_decimate_by\fP(3), \fIf_limit_values_decrease_by\fP(3), \fIf_limit_values_increase\fP(3), \fIf_limit_values_increase_by\fP(3), \fIf_limit_values_resize\fP(3), \fIf_limit_valuess_adjust\fP(3), \fIf_limit_valuess_append\fP(3), \fIf_limit_valuess_append_all\fP(3), \fIf_limit_valuess_decimate_by\fP(3), \fIf_limit_valuess_decrease_by\fP(3), \fIf_limit_valuess_increase\fP(3), \fIf_limit_valuess_increase_by\fP(3), \fIf_limit_valuess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 deab76a..78e87be 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_append_all.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_append_all.3 @@ -1,4 +1,4 @@ -.TH f_limit_valuess_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_valuess_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_valuess_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_values_adjust\fP(3), \fIf_limit_values_append\fP(3), \fIf_limit_values_append_all\fP(3), \fIf_limit_values_decimate_by\fP(3), \fIf_limit_values_decrease_by\fP(3), \fIf_limit_values_increase\fP(3), \fIf_limit_values_increase_by\fP(3), \fIf_limit_values_resize\fP(3), \fIf_limit_valuess_adjust\fP(3), \fIf_limit_valuess_append\fP(3), \fIf_limit_valuess_append_all\fP(3), \fIf_limit_valuess_decimate_by\fP(3), \fIf_limit_valuess_decrease_by\fP(3), \fIf_limit_valuess_increase\fP(3), \fIf_limit_valuess_increase_by\fP(3), \fIf_limit_valuess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f7ca234..5d2f6d5 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_decimate_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_valuess_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_valuess_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_valuess_decimate_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The valuess array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_values_adjust\fP(3), \fIf_limit_values_append\fP(3), \fIf_limit_values_append_all\fP(3), \fIf_limit_values_decimate_by\fP(3), \fIf_limit_values_decrease_by\fP(3), \fIf_limit_values_increase\fP(3), \fIf_limit_values_increase_by\fP(3), \fIf_limit_values_resize\fP(3), \fIf_limit_valuess_adjust\fP(3), \fIf_limit_valuess_append\fP(3), \fIf_limit_valuess_append_all\fP(3), \fIf_limit_valuess_decimate_by\fP(3), \fIf_limit_valuess_decrease_by\fP(3), \fIf_limit_valuess_increase\fP(3), \fIf_limit_valuess_increase_by\fP(3), \fIf_limit_valuess_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 714116f..0028549 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_decrease_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_valuess_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_valuess_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_valuess_decrease_by .SH SYNOPSIS @@ -30,9 +30,18 @@ The valuess array to resize. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. .br -Errors (with error bit) from: f_memory_delete(). Errors (with error bit) from: f_memory_resize(). +Errors (with error bit) from: f_memory_delete(). +.br +Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_values_adjust\fP(3), \fIf_limit_values_append\fP(3), \fIf_limit_values_append_all\fP(3), \fIf_limit_values_decimate_by\fP(3), \fIf_limit_values_decrease_by\fP(3), \fIf_limit_values_increase\fP(3), \fIf_limit_values_increase_by\fP(3), \fIf_limit_values_resize\fP(3), \fIf_limit_valuess_adjust\fP(3), \fIf_limit_valuess_append\fP(3), \fIf_limit_valuess_append_all\fP(3), \fIf_limit_valuess_decimate_by\fP(3), \fIf_limit_valuess_decrease_by\fP(3), \fIf_limit_valuess_increase\fP(3), \fIf_limit_valuess_increase_by\fP(3), \fIf_limit_valuess_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9c07f47..573fb4d 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_increase.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_increase.3 @@ -1,4 +1,4 @@ -.TH f_limit_valuess_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_valuess_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_valuess_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The valuess array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_values_adjust\fP(3), \fIf_limit_values_append\fP(3), \fIf_limit_values_append_all\fP(3), \fIf_limit_values_decimate_by\fP(3), \fIf_limit_values_decrease_by\fP(3), \fIf_limit_values_increase\fP(3), \fIf_limit_values_increase_by\fP(3), \fIf_limit_values_resize\fP(3), \fIf_limit_valuess_adjust\fP(3), \fIf_limit_valuess_append\fP(3), \fIf_limit_valuess_append_all\fP(3), \fIf_limit_valuess_decimate_by\fP(3), \fIf_limit_valuess_decrease_by\fP(3), \fIf_limit_valuess_increase\fP(3), \fIf_limit_valuess_increase_by\fP(3), \fIf_limit_valuess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 63022b8..961bbb2 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_increase_by.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_limit_valuess_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_valuess_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_valuess_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The valuess array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_values_adjust\fP(3), \fIf_limit_values_append\fP(3), \fIf_limit_values_append_all\fP(3), \fIf_limit_values_decimate_by\fP(3), \fIf_limit_values_decrease_by\fP(3), \fIf_limit_values_increase\fP(3), \fIf_limit_values_increase_by\fP(3), \fIf_limit_values_resize\fP(3), \fIf_limit_valuess_adjust\fP(3), \fIf_limit_valuess_append\fP(3), \fIf_limit_valuess_append_all\fP(3), \fIf_limit_valuess_decimate_by\fP(3), \fIf_limit_valuess_decrease_by\fP(3), \fIf_limit_valuess_increase\fP(3), \fIf_limit_valuess_increase_by\fP(3), \fIf_limit_valuess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9ed4351..7eb4080 100644 --- a/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_resize.3 +++ b/level_0/f_limit/data/documentation/man/man3/f_limit_valuess_resize.3 @@ -1,4 +1,4 @@ -.TH f_limit_valuess_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_limit_valuess_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_limit_valuess_resize .SH SYNOPSIS @@ -31,8 +31,15 @@ The valuess array to adjust. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_limit_values_adjust\fP(3), \fIf_limit_values_append\fP(3), \fIf_limit_values_append_all\fP(3), \fIf_limit_values_decimate_by\fP(3), \fIf_limit_values_decrease_by\fP(3), \fIf_limit_values_increase\fP(3), \fIf_limit_values_increase_by\fP(3), \fIf_limit_values_resize\fP(3), \fIf_limit_valuess_adjust\fP(3), \fIf_limit_valuess_append\fP(3), \fIf_limit_valuess_append_all\fP(3), \fIf_limit_valuess_decimate_by\fP(3), \fIf_limit_valuess_decrease_by\fP(3), \fIf_limit_valuess_increase\fP(3), \fIf_limit_valuess_increase_by\fP(3), \fIf_limit_valuess_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8e03556..083803b 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_adjust.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_adjust.3 @@ -1,4 +1,4 @@ -.TH f_memory_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_memory_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_memory_adjust .SH SYNOPSIS @@ -14,7 +14,7 @@ f_memory_adjust .fi .SH DESCRIPTION .PP -Provide means to use memory routines, with error checking. Securely resize dynamically allocated data. +Securely resize dynamically allocated data. .PP Will change all data to 0 prior to deallocation. .PP @@ -45,8 +45,15 @@ A pointer to the address that will be resized. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_memory_adjust\fP(3), \fIf_memory_delete\fP(3), \fIf_memory_destroy\fP(3), \fIf_memory_new\fP(3), \fIf_memory_new_aligned\fP(3), \fIf_memory_resize\fP(3), \fIcalloc()\fP, \fImemset()\fP, \fIrealloc()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 31e7ddf..bfeb780 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_delete.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_delete.3 @@ -1,4 +1,4 @@ -.TH f_memory_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_memory_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_memory_delete .SH SYNOPSIS @@ -38,8 +38,15 @@ A pointer to the address that will be freed. \fBF_data_not\fP on success, but there was nothing to do. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_memory_adjust\fP(3), \fIf_memory_delete\fP(3), \fIf_memory_destroy\fP(3), \fIf_memory_new\fP(3), \fIf_memory_new_aligned\fP(3), \fIf_memory_resize\fP(3), \fIfree()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1a91ced..f6f5d02 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_destroy.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_destroy.3 @@ -1,4 +1,4 @@ -.TH f_memory_destroy "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_memory_destroy "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_memory_destroy .SH SYNOPSIS @@ -36,8 +36,15 @@ A pointer to the address that will be freed. \fBF_data_not\fP on success, but there was nothing to do. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_memory_adjust\fP(3), \fIf_memory_delete\fP(3), \fIf_memory_destroy\fP(3), \fIf_memory_new\fP(3), \fIf_memory_new_aligned\fP(3), \fIf_memory_resize\fP(3), \fIfree()\fP, \fImemset()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8ee23d7..3c8689b 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_new.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_new.3 @@ -1,4 +1,4 @@ -.TH f_memory_new "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_memory_new "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_memory_new .SH SYNOPSIS @@ -36,8 +36,15 @@ A pointer that will be updated to the address of the newly allocated memory. \fBF_memory_not\fP (with error bit) on allocation error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_memory_adjust\fP(3), \fIf_memory_delete\fP(3), \fIf_memory_destroy\fP(3), \fIf_memory_new\fP(3), \fIf_memory_new_aligned\fP(3), \fIf_memory_resize\fP(3), \fIcalloc()\fP, \fImemset()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bdc7839..8ccdd1d 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_new_aligned.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_new_aligned.3 @@ -1,4 +1,4 @@ -.TH f_memory_new_aligned "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_memory_new_aligned "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_memory_new_aligned .SH SYNOPSIS @@ -36,8 +36,15 @@ A pointer that will be updated to the address of the newly allocated memory. \fBF_memory_not\fP (with error bit) on allocation error. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_memory_adjust\fP(3), \fIf_memory_delete\fP(3), \fIf_memory_destroy\fP(3), \fIf_memory_new\fP(3), \fIf_memory_new_aligned\fP(3), \fIf_memory_resize\fP(3), \fIaligned_alloc()\fP, \fIposix_memalign()\fP, \fImemset()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6856ee3..1a665bb 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_resize.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_resize.3 @@ -1,4 +1,4 @@ -.TH f_memory_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_memory_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_memory_resize .SH SYNOPSIS @@ -45,8 +45,15 @@ A pointer to the address that will be resized. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_memory_adjust\fP(3), \fIf_memory_delete\fP(3), \fIf_memory_destroy\fP(3), \fIf_memory_new\fP(3), \fIf_memory_new_aligned\fP(3), \fIf_memory_resize\fP(3), \fIcalloc()\fP, \fImemset()\fP, \fIrealloc()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 55063aa..6f10bc1 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_structure_adjust.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_structure_adjust.3 @@ -1,4 +1,4 @@ -.TH f_memory_structure_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_memory_structure_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_memory_structure_adjust .SH SYNOPSIS @@ -44,8 +44,15 @@ The amount of data allocated to the structure. \fBF_none\fP on success. .br \fBF_memory_not\fP (with error bit) on allocation error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_memory_structure_adjust\fP(3), \fIf_memory_structure_decimate_by\fP(3), \fIf_memory_structure_decrease_by\fP(3), \fIf_memory_structure_increase\fP(3), \fIf_memory_structure_increase_by\fP(3), \fIf_memory_structure_resize\fP(3), \fIcalloc()\fP, \fIfree()\fP, \fImemset()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ddadfd1..b6944e6 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_structure_decimate_by.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_structure_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_memory_structure_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_memory_structure_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_memory_structure_decimate_by .SH SYNOPSIS @@ -46,8 +46,15 @@ The amount of data allocated to the structure. \fBF_data_not\fP on success, but there is no reason to decimate size (amount = 0 or size = 0). .br \fBF_memory_not\fP (with error bit) on out of memory. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_memory_structure_adjust\fP(3), \fIf_memory_structure_decimate_by\fP(3), \fIf_memory_structure_decrease_by\fP(3), \fIf_memory_structure_increase\fP(3), \fIf_memory_structure_increase_by\fP(3), \fIf_memory_structure_resize\fP(3), \fIcalloc()\fP, \fIfree()\fP, \fImemset()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7712ea7..dce5527 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_structure_decrease_by.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_structure_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_memory_structure_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_memory_structure_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_memory_structure_decrease_by .SH SYNOPSIS @@ -46,8 +46,15 @@ The amount of data allocated to the structure. \fBF_data_not\fP on success, but there is no reason to decrease size (amount = 0 or size = 0). .br \fBF_memory_not\fP (with error bit) on allocation error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_memory_structure_adjust\fP(3), \fIf_memory_structure_decimate_by\fP(3), \fIf_memory_structure_decrease_by\fP(3), \fIf_memory_structure_increase\fP(3), \fIf_memory_structure_increase_by\fP(3), \fIf_memory_structure_resize\fP(3), \fIcalloc()\fP, \fIfree()\fP, \fImemset()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 103e57f..8b4fa91 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_structure_increase.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_structure_increase.3 @@ -1,4 +1,4 @@ -.TH f_memory_structure_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_memory_structure_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_memory_structure_increase .SH SYNOPSIS @@ -48,8 +48,15 @@ The amount of data allocated to the structure. \fBF_array_too_large\fP (with error bit) if the new array length is too large. .br \fBF_memory_not\fP (with error bit) on allocation error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_memory_structure_adjust\fP(3), \fIf_memory_structure_decimate_by\fP(3), \fIf_memory_structure_decrease_by\fP(3), \fIf_memory_structure_increase\fP(3), \fIf_memory_structure_increase_by\fP(3), \fIf_memory_structure_resize\fP(3), \fIcalloc()\fP, \fIfree()\fP, \fImemset()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7eca75c..e21d339 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_structure_increase_by.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_structure_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_memory_structure_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_memory_structure_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_memory_structure_increase_by .SH SYNOPSIS @@ -48,8 +48,15 @@ The amount of data allocated to the structure. \fBF_array_too_large\fP (with error bit) if the new array length is too large. .br \fBF_memory_not\fP (with error bit) on allocation error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_memory_structure_adjust\fP(3), \fIf_memory_structure_decimate_by\fP(3), \fIf_memory_structure_decrease_by\fP(3), \fIf_memory_structure_increase\fP(3), \fIf_memory_structure_increase_by\fP(3), \fIf_memory_structure_resize\fP(3), \fIcalloc()\fP, \fIfree()\fP, \fImemset()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8b3d8d8..3183498 100644 --- a/level_0/f_memory/data/documentation/man/man3/f_memory_structure_resize.3 +++ b/level_0/f_memory/data/documentation/man/man3/f_memory_structure_resize.3 @@ -1,4 +1,4 @@ -.TH f_memory_structure_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_memory_structure_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_memory_structure_resize .SH SYNOPSIS @@ -44,8 +44,15 @@ The amount of data allocated to the structure. \fBF_none\fP on success. .br \fBF_memory_not\fP (with error bit) on allocation error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_memory_structure_adjust\fP(3), \fIf_memory_structure_decimate_by\fP(3), \fIf_memory_structure_decrease_by\fP(3), \fIf_memory_structure_increase\fP(3), \fIf_memory_structure_increase_by\fP(3), \fIf_memory_structure_resize\fP(3), \fIcalloc()\fP, \fIfree()\fP, \fImemset()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e271f8a..57ce1fe 100644 --- a/level_0/f_path/data/documentation/man/man3/f_path_change.3 +++ b/level_0/f_path/data/documentation/man/man3/f_path_change.3 @@ -1,4 +1,4 @@ -.TH f_path_change "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_path_change "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_path_change .SH SYNOPSIS @@ -42,8 +42,15 @@ The file path. \fBF_file_found_not\fP if the path was not found. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_path_change\fP(3), \fIf_path_change_at\fP(3), \fIf_path_current\fP(3), \fIf_path_directory_cleanup\fP(3), \fIf_path_is\fP(3), \fIf_path_is_absolute\fP(3), \fIf_path_is_relative\fP(3), \fIf_path_is_relative_current\fP(3), \fIf_path_real\fP(3), \fIchdir()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9db01a8..7cc2e4a 100644 --- a/level_0/f_path/data/documentation/man/man3/f_path_change_at.3 +++ b/level_0/f_path/data/documentation/man/man3/f_path_change_at.3 @@ -1,4 +1,4 @@ -.TH f_path_change_at "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_path_change_at "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_path_change_at .SH SYNOPSIS @@ -42,8 +42,15 @@ An open directory file descriptor, in which path is relative to. \fBF_file_found_not\fP if the path was not found. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_path_change\fP(3), \fIf_path_change_at\fP(3), \fIf_path_current\fP(3), \fIf_path_directory_cleanup\fP(3), \fIf_path_is\fP(3), \fIf_path_is_absolute\fP(3), \fIf_path_is_relative\fP(3), \fIf_path_is_relative_current\fP(3), \fIf_path_real\fP(3), \fIfchdir()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 833d0fd..26e96aa 100644 --- a/level_0/f_path/data/documentation/man/man3/f_path_current.3 +++ b/level_0/f_path/data/documentation/man/man3/f_path_current.3 @@ -1,4 +1,4 @@ -.TH f_path_current "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_path_current "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_path_current .SH SYNOPSIS @@ -13,7 +13,6 @@ f_path_current .SH DESCRIPTION .PP Get the current path. - .SH PARAMETERS .TP .B real @@ -48,8 +47,15 @@ The (allocated) file path. This will have a max size of F_path_length_max_d + 1. \fBF_file_found_not\fP if the path was not found. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_path_change\fP(3), \fIf_path_change_at\fP(3), \fIf_path_current\fP(3), \fIf_path_directory_cleanup\fP(3), \fIf_path_is\fP(3), \fIf_path_is_absolute\fP(3), \fIf_path_is_relative\fP(3), \fIf_path_is_relative_current\fP(3), \fIf_path_real\fP(3), \fIgetcwd()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8c814ae..b3988b2 100644 --- a/level_0/f_path/data/documentation/man/man3/f_path_directory_cleanup.3 +++ b/level_0/f_path/data/documentation/man/man3/f_path_directory_cleanup.3 @@ -1,4 +1,4 @@ -.TH f_path_directory_cleanup "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_path_directory_cleanup "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_path_directory_cleanup .SH SYNOPSIS @@ -35,10 +35,15 @@ The cleaned up directory string. The directory string is replaced by this functi \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. -.br -Errors (with error bit) from: f_string_dynamic_increase_by() +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_path_change\fP(3), \fIf_path_change_at\fP(3), \fIf_path_current\fP(3), \fIf_path_directory_cleanup\fP(3), \fIf_path_is\fP(3), \fIf_path_is_absolute\fP(3), \fIf_path_is_relative\fP(3), \fIf_path_is_relative_current\fP(3), \fIf_path_real\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 42e8295..8e38fca 100644 --- a/level_0/f_path/data/documentation/man/man3/f_path_is.3 +++ b/level_0/f_path/data/documentation/man/man3/f_path_is.3 @@ -1,4 +1,4 @@ -.TH f_path_is "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_path_is "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_path_is .SH SYNOPSIS @@ -28,8 +28,15 @@ The string that may or may not represent a path. \fBF_false\fP if the string is not a path string. .br \fBF_data_not\fP if the string has a length of 0 or the string is NULL. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_path_change\fP(3), \fIf_path_change_at\fP(3), \fIf_path_current\fP(3), \fIf_path_directory_cleanup\fP(3), \fIf_path_is\fP(3), \fIf_path_is_absolute\fP(3), \fIf_path_is_relative\fP(3), \fIf_path_is_relative_current\fP(3), \fIf_path_real\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ff563ed..8f008ae 100644 --- a/level_0/f_path/data/documentation/man/man3/f_path_is_absolute.3 +++ b/level_0/f_path/data/documentation/man/man3/f_path_is_absolute.3 @@ -1,4 +1,4 @@ -.TH f_path_is_absolute "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_path_is_absolute "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_path_is_absolute .SH SYNOPSIS @@ -28,8 +28,15 @@ The string that may or may not represent an absolute path. \fBF_false\fP if the string is not an absolute path string. .br \fBF_data_not\fP if the string has a length of 0 or the string is NULL. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_path_change\fP(3), \fIf_path_change_at\fP(3), \fIf_path_current\fP(3), \fIf_path_directory_cleanup\fP(3), \fIf_path_is\fP(3), \fIf_path_is_absolute\fP(3), \fIf_path_is_relative\fP(3), \fIf_path_is_relative_current\fP(3), \fIf_path_real\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 41f9403..fa01e3c 100644 --- a/level_0/f_path/data/documentation/man/man3/f_path_is_relative.3 +++ b/level_0/f_path/data/documentation/man/man3/f_path_is_relative.3 @@ -1,4 +1,4 @@ -.TH f_path_is_relative "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_path_is_relative "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_path_is_relative .SH SYNOPSIS @@ -30,8 +30,15 @@ The string that may or may not represent a relative path. \fBF_false\fP if the string is not a relative path string. .br \fBF_data_not\fP if the string has a length of 0 or the string is NULL. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_path_change\fP(3), \fIf_path_change_at\fP(3), \fIf_path_current\fP(3), \fIf_path_directory_cleanup\fP(3), \fIf_path_is\fP(3), \fIf_path_is_absolute\fP(3), \fIf_path_is_relative\fP(3), \fIf_path_is_relative_current\fP(3), \fIf_path_real\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 37a3e8c..720f6b6 100644 --- a/level_0/f_path/data/documentation/man/man3/f_path_is_relative_current.3 +++ b/level_0/f_path/data/documentation/man/man3/f_path_is_relative_current.3 @@ -1,4 +1,4 @@ -.TH f_path_is_relative_current "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_path_is_relative_current "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_path_is_relative_current .SH SYNOPSIS @@ -30,8 +30,15 @@ The string that may or may not represent a relative path. \fBF_false\fP if the string is not a relative path string. .br \fBF_data_not\fP if the string has a length of 0 or the string is NULL. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_path_change\fP(3), \fIf_path_change_at\fP(3), \fIf_path_current\fP(3), \fIf_path_directory_cleanup\fP(3), \fIf_path_is\fP(3), \fIf_path_is_absolute\fP(3), \fIf_path_is_relative\fP(3), \fIf_path_is_relative_current\fP(3), \fIf_path_real\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 154bcbd..6e1ff69 100644 --- a/level_0/f_path/data/documentation/man/man3/f_path_real.3 +++ b/level_0/f_path/data/documentation/man/man3/f_path_real.3 @@ -1,4 +1,4 @@ -.TH f_path_real "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_path_real "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_path_real .SH SYNOPSIS @@ -49,8 +49,15 @@ The (allocated) real file path. This will have a max size of F_path_length_max_d \fBF_file_found_not\fP if the path was not found. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_path_change\fP(3), \fIf_path_change_at\fP(3), \fIf_path_current\fP(3), \fIf_path_directory_cleanup\fP(3), \fIf_path_is\fP(3), \fIf_path_is_absolute\fP(3), \fIf_path_is_relative\fP(3), \fIf_path_is_relative_current\fP(3), \fIf_path_real\fP(3), \fIrealpath()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 39be8d5..f411ee3 100644 --- a/level_0/f_pipe/data/documentation/man/man3/f_pipe_debug_exists.3 +++ b/level_0/f_pipe/data/documentation/man/man3/f_pipe_debug_exists.3 @@ -1,4 +1,4 @@ -.TH f_pipe_debug_exists "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_pipe_debug_exists "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_pipe_debug_exists .SH SYNOPSIS @@ -21,8 +21,15 @@ For most systems, standard debug does not exist and instead maps to standard out \fBF_true\fP if there is piped data. .br \fBF_file_stat\fP (with error bit) on stat() error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_pipe_debug_exists\fP(3), \fIf_pipe_error_exists\fP(3), \fIf_pipe_input_exists\fP(3), \fIf_pipe_warning_exists\fP(3), \fIfstat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 aa1b21e..3ae50fe 100644 --- a/level_0/f_pipe/data/documentation/man/man3/f_pipe_error_exists.3 +++ b/level_0/f_pipe/data/documentation/man/man3/f_pipe_error_exists.3 @@ -1,4 +1,4 @@ -.TH f_pipe_error_exists "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_pipe_error_exists "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_pipe_error_exists .SH SYNOPSIS @@ -19,8 +19,15 @@ Identify whether or not the standard error pipe source contains piped data. \fBF_false\fP if there is no piped data. .br \fBF_file_stat\fP (with error bit) on stat() error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_pipe_debug_exists\fP(3), \fIf_pipe_error_exists\fP(3), \fIf_pipe_input_exists\fP(3), \fIf_pipe_warning_exists\fP(3), \fIfstat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c0b6612..a702b0d 100644 --- a/level_0/f_pipe/data/documentation/man/man3/f_pipe_input_exists.3 +++ b/level_0/f_pipe/data/documentation/man/man3/f_pipe_input_exists.3 @@ -1,4 +1,4 @@ -.TH f_pipe_input_exists "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_pipe_input_exists "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_pipe_input_exists .SH SYNOPSIS @@ -11,7 +11,7 @@ f_pipe_input_exists .fi .SH DESCRIPTION .PP -Provides pipe functionality. Identify whether or not the standard input pipe source contains piped data. +Identify whether or not the standard input pipe source contains piped data. .SH RETURN VALUE .PP \fBF_true\fP if there is piped data. @@ -19,8 +19,15 @@ Provides pipe functionality. Identify whether or not the standard input pipe sou \fBF_false\fP if there is no piped data. .br \fBF_file_stat\fP (with error bit) on stat() error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_pipe_debug_exists\fP(3), \fIf_pipe_error_exists\fP(3), \fIf_pipe_input_exists\fP(3), \fIf_pipe_warning_exists\fP(3), \fIfstat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3969f89..2f71858 100644 --- a/level_0/f_pipe/data/documentation/man/man3/f_pipe_warning_exists.3 +++ b/level_0/f_pipe/data/documentation/man/man3/f_pipe_warning_exists.3 @@ -1,4 +1,4 @@ -.TH f_pipe_warning_exists "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_pipe_warning_exists "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_pipe_warning_exists .SH SYNOPSIS @@ -21,8 +21,15 @@ For most systems, standard warning does not exist and instead maps to standard o \fBF_false\fP if there is no piped data. .br \fBF_file_stat\fP (with error bit) on stat() error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_pipe_debug_exists\fP(3), \fIf_pipe_error_exists\fP(3), \fIf_pipe_input_exists\fP(3), \fIf_pipe_warning_exists\fP(3), \fIfstat()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 200e6ab..e93f958 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print.3 @@ -1,4 +1,4 @@ -.TH f_print "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print .SH SYNOPSIS @@ -13,9 +13,7 @@ f_print .fi .SH DESCRIPTION .PP -Provides some standard printing functions not available in a libc. -.PP -Functions provided here are not UTF-8 aware. Similar to a c-library printf, except that this will only print a specific range. +Similar to a c-library printf, except that this will only print a specific range. .PP Will not stop at NULL. Will not print NULL. Will print up to length 1-byte characters. .PP @@ -42,8 +40,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f3dd469..d2043f7 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_character.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_character.3 @@ -1,4 +1,4 @@ -.TH f_print_character "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_character "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_character .SH SYNOPSIS @@ -35,8 +35,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure (fwrite_unlocked() returns 0). .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d84ed7b..6bded27 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_character_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_character_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_character_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_character_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_character_safely .SH SYNOPSIS @@ -41,8 +41,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure (fwrite_unlocked() returns 0). .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ca03f30..73b1c0b 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_character_safely_get.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_character_safely_get.3 @@ -1,4 +1,4 @@ -.TH f_print_character_safely_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_character_safely_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_character_safely_get .SH SYNOPSIS @@ -26,8 +26,15 @@ The character to verify as safe or not and then print. .SH RETURN VALUE .PP A string with used length of 0 (an empty string) is returned if the character is already safe or is a UTF-8 character whose width is greater than 1. A string with a non-zero used length is returned if the character needs safe replacement. A string with a non-zero used length is returned are NULL terminated (after the used length). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 81a4bdb..f6ce2e2 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_dynamic.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_dynamic.3 @@ -1,4 +1,4 @@ -.TH f_print_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_dynamic .SH SYNOPSIS @@ -35,8 +35,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 72553f3..6dcc16b 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH f_print_dynamic_partial "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_dynamic_partial "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_dynamic_partial .SH SYNOPSIS @@ -40,8 +40,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 358302d..0af016a 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_dynamic_partial_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_dynamic_partial_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_dynamic_partial_raw .SH SYNOPSIS @@ -42,8 +42,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6c4c729..35ca076 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_dynamic_partial_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_dynamic_partial_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_dynamic_partial_raw_safely .SH SYNOPSIS @@ -44,8 +44,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3cbad32..c05c966 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_dynamic_partial_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_dynamic_partial_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_dynamic_partial_safely .SH SYNOPSIS @@ -42,8 +42,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 afcb003..d39b162 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_dynamic_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_dynamic_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_dynamic_raw .SH SYNOPSIS @@ -37,8 +37,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b9ea0eb..c29257b 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_dynamic_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_dynamic_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_dynamic_raw_safely .SH SYNOPSIS @@ -39,8 +39,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 124647f..0f2a06e 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_dynamic_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_dynamic_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_dynamic_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_dynamic_safely .SH SYNOPSIS @@ -37,8 +37,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 96eb303..4f6b39a 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except.3 @@ -1,4 +1,4 @@ -.TH f_print_except "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except .SH SYNOPSIS @@ -52,8 +52,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f849493..3d01acc 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic.3 @@ -1,4 +1,4 @@ -.TH f_print_except_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_dynamic .SH SYNOPSIS @@ -40,8 +40,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 894fc44..80347ac 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH f_print_except_dynamic_partial "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_dynamic_partial "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_dynamic_partial .SH SYNOPSIS @@ -45,8 +45,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 15faf96..af52fe4 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_except_dynamic_partial_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_dynamic_partial_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_dynamic_partial_raw .SH SYNOPSIS @@ -47,8 +47,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f55aa1f..7e206e4 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_dynamic_partial_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_dynamic_partial_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_dynamic_partial_raw_safely .SH SYNOPSIS @@ -49,8 +49,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 79bbf94..ce3e98a 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_dynamic_partial_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_dynamic_partial_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_dynamic_partial_safely .SH SYNOPSIS @@ -47,8 +47,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b9ce940..76c617a 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_except_dynamic_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_dynamic_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_dynamic_raw .SH SYNOPSIS @@ -42,8 +42,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 779ba71..94fd1a8 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_dynamic_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_dynamic_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_dynamic_raw_safely .SH SYNOPSIS @@ -44,8 +44,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1e32238..c6069ca 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_dynamic_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_dynamic_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_dynamic_safely .SH SYNOPSIS @@ -42,8 +42,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5bd1499..60b808d 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_in "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_in .SH SYNOPSIS @@ -57,8 +57,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 55f45e2..de2fe6f 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_in_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_in_dynamic .SH SYNOPSIS @@ -45,8 +45,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 04dc178..d2e9e78 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_dynamic_partial "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_in_dynamic_partial "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_in_dynamic_partial .SH SYNOPSIS @@ -50,8 +50,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f3f3376..23587a3 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_dynamic_partial_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_in_dynamic_partial_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_in_dynamic_partial_raw .SH SYNOPSIS @@ -52,8 +52,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0da641b..76fe8a2 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_dynamic_partial_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_in_dynamic_partial_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_in_dynamic_partial_raw_safely .SH SYNOPSIS @@ -48,8 +48,19 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_none\fP on success. .br \fBF_data_not\fP if there is nothing to print. +.br +\fBF_output\fP (with error bit) on failure. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7e65253..fe9956c 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_dynamic_partial_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_in_dynamic_partial_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_in_dynamic_partial_safely .SH SYNOPSIS @@ -20,6 +20,7 @@ Similar to a c-library printf, except that this will only print a specific range Will not stop at NULL. Will not print NULL. Will not print any 1-byte character at a location specified in except_at array. Will not print any 1-byte character within the ranges specified in except_in array. Will print up to the specified range within the buffer. .PP This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called. +.SH PARAMETERS .TP .B buffer The string to output. @@ -49,9 +50,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. -.SH PARAMETERS +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c92b5d9..a31b668 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_dynamic_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_in_dynamic_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_in_dynamic_raw .SH SYNOPSIS @@ -47,8 +47,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ca1641c..1f215d1 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_dynamic_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_in_dynamic_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_in_dynamic_raw_safely .SH SYNOPSIS @@ -49,8 +49,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0caf72c..e1b3a67 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_dynamic_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_in_dynamic_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_in_dynamic_safely .SH SYNOPSIS @@ -47,8 +47,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 53a3570..c9d25f5 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_in_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_in_raw .SH SYNOPSIS @@ -59,8 +59,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f00a177..9198c71 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_in_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_in_raw_safely .SH SYNOPSIS @@ -61,8 +61,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ca57102..bd6ef55 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_in_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_in_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_in_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_in_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_in_safely .SH SYNOPSIS @@ -59,8 +59,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5862e8f..9f99e84 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_except_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_raw .SH SYNOPSIS @@ -54,8 +54,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 950a953..2cee7cb 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_raw_safely .SH SYNOPSIS @@ -54,8 +54,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0743606..1562760 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_except_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_except_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_except_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_except_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_except_safely .SH SYNOPSIS @@ -52,8 +52,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ad247d5..efdbe16 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_raw .SH SYNOPSIS @@ -42,8 +42,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 13998d2..84d2bf7 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_raw_safely .SH SYNOPSIS @@ -44,8 +44,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2fc3c77..1668a5d 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_raw_terminated.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_raw_terminated.3 @@ -1,4 +1,4 @@ -.TH f_print_raw_terminated "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_raw_terminated "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_raw_terminated .SH SYNOPSIS @@ -35,8 +35,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 74a6c8c..ad5fcb1 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_safely .SH SYNOPSIS @@ -42,8 +42,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4df6323..9b00dc3 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_safely_get.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_safely_get.3 @@ -1,4 +1,4 @@ -.TH f_print_safely_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_safely_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_safely_get .SH SYNOPSIS @@ -30,9 +30,20 @@ This is set to the max number of bytes available. This is then updated to repres .SH RETURN VALUE .PP -A string with used length of 0 (an empty string) is returned if the character is already safe or is a UTF-8 character whose width is greater than 1. A string with a non-zero used length is returned if the character needs safe replacement. A string with a non-zero used length is returned are NULL terminated (after the used length). +A string with used length of 0 (an empty string) is returned if the character is already safe or is a UTF-8 character whose width is greater than 1. +.br +A string with a non-zero used length is returned if the character needs safe replacement. +.br +A string with a non-zero used length is returned are NULL terminated (after the used length). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cd35626..96d2821 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_safely_terminated.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_safely_terminated.3 @@ -1,4 +1,4 @@ -.TH f_print_safely_terminated "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_safely_terminated "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_safely_terminated .SH SYNOPSIS @@ -37,8 +37,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 562f372..4432dac 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_terminated.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_terminated.3 @@ -1,4 +1,4 @@ -.TH f_print_terminated "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_terminated "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_terminated .SH SYNOPSIS @@ -35,8 +35,15 @@ The file stream to output to, including standard streams such as stdout and stde \fBF_output\fP (with error bit) on failure. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print\fP(3), \fIf_print_character\fP(3), \fIf_print_character_safely\fP(3), \fIf_print_character_safely_get\fP(3), \fIf_print_dynamic\fP(3), \fIf_print_dynamic_partial\fP(3), \fIf_print_dynamic_partial_raw\fP(3), \fIf_print_dynamic_partial_raw_safely\fP(3), \fIf_print_dynamic_partial_safely\fP(3), \fIf_print_dynamic_raw\fP(3), \fIf_print_dynamic_raw_safely\fP(3), \fIf_print_dynamic_safely\fP(3), \fIf_print_except\fP(3), \fIf_print_except_dynamic\fP(3), \fIf_print_except_dynamic_partial\fP(3), \fIf_print_except_dynamic_partial_raw\fP(3), \fIf_print_except_dynamic_partial_raw_safely\fP(3), \fIf_print_except_dynamic_partial_safely\fP(3), \fIf_print_except_dynamic_raw\fP(3), \fIf_print_except_dynamic_raw_safely\fP(3), \fIf_print_except_dynamic_safely\fP(3), \fIf_print_except_in\fP(3), \fIf_print_except_in_dynamic\fP(3), \fIf_print_except_in_dynamic_partial\fP(3), \fIf_print_except_in_dynamic_partial_raw\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely\fP(3), \fIf_print_except_in_dynamic_raw\fP(3), \fIf_print_except_in_dynamic_raw_safely\fP(3), \fIf_print_except_in_dynamic_safely\fP(3), \fIf_print_except_in_raw\fP(3), \fIf_print_except_in_raw_safely\fP(3), \fIf_print_except_in_safely\fP(3), \fIf_print_except_raw\fP(3), \fIf_print_except_raw_safely\fP(3), \fIf_print_except_safely\fP(3), \fIf_print_raw\fP(3), \fIf_print_raw_safely\fP(3), \fIf_print_raw_terminated\fP(3), \fIf_print_safely\fP(3), \fIf_print_safely_get\fP(3), \fIf_print_safely_terminated\fP(3), \fIf_print_terminated\fP(3), \fIclearerr_unlocked()\fP, \fIferror_unlocked()\fP, \fIfwrite_unlocked()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e0d591b..66a3d9b 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to.3 @@ -1,4 +1,4 @@ -.TH f_print_to "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to .SH SYNOPSIS @@ -64,8 +64,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 97f6eee..d4b9b17 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_character.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_character.3 @@ -1,4 +1,4 @@ -.TH f_print_to_character "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_character "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_character .SH SYNOPSIS @@ -57,8 +57,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7695ea0..f57fd85 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_character_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_character_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_character_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_character_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_character_safely .SH SYNOPSIS @@ -59,8 +59,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6810c0a..bc3c0f1 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic.3 @@ -1,4 +1,4 @@ -.TH f_print_to_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_dynamic .SH SYNOPSIS @@ -57,8 +57,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 16557f2..bb5390a 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH f_print_to_dynamic_partial "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_dynamic_partial "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_dynamic_partial .SH SYNOPSIS @@ -62,8 +62,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2f2c3be..78e6978 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_to_dynamic_partial_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_dynamic_partial_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_dynamic_partial_raw .SH SYNOPSIS @@ -64,8 +64,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9d5f062..10f2f5f 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_dynamic_partial_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_dynamic_partial_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_dynamic_partial_raw_safely .SH SYNOPSIS @@ -68,8 +68,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3ef24b4..ffb6760 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_dynamic_partial_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_dynamic_partial_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_dynamic_partial_safely .SH SYNOPSIS @@ -64,8 +64,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fd3587d..d30ab1a 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_to_dynamic_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_dynamic_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_dynamic_raw .SH SYNOPSIS @@ -59,8 +59,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 11597e1..6804b48 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_dynamic_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_dynamic_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_dynamic_raw_safely .SH SYNOPSIS @@ -63,8 +63,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 25fd3b9..cb72a7c 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_dynamic_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_dynamic_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_dynamic_safely .SH SYNOPSIS @@ -59,8 +59,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6b0778d..3ad1b21 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except .SH SYNOPSIS @@ -72,8 +72,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a992af9..3059fe3 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_dynamic .SH SYNOPSIS @@ -62,8 +62,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4a4f023..eaaa297 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_dynamic_partial "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_dynamic_partial "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_dynamic_partial .SH SYNOPSIS @@ -67,8 +67,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 377bc07..ef4d41f 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_dynamic_partial_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_dynamic_partial_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_dynamic_partial_raw .SH SYNOPSIS @@ -69,8 +69,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e0e47b0..ec21d57 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_dynamic_partial_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_dynamic_partial_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_dynamic_partial_raw_safely .SH SYNOPSIS @@ -73,8 +73,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1088681..9c57d8c 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_dynamic_partial_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_dynamic_partial_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_dynamic_partial_safely .SH SYNOPSIS @@ -69,8 +69,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ad7fd6e..a8dc1b0 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_dynamic_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_dynamic_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_dynamic_raw .SH SYNOPSIS @@ -64,8 +64,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d4fec0b..60c0556 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_dynamic_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_dynamic_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_dynamic_raw_safely .SH SYNOPSIS @@ -68,8 +68,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ed4fedd..04e30df 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_dynamic_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_dynamic_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_dynamic_safely .SH SYNOPSIS @@ -64,8 +64,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1b03c09..dc3cc79 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_in "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_in .SH SYNOPSIS @@ -81,8 +81,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f09048b..6136e5d 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_in_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_in_dynamic .SH SYNOPSIS @@ -69,8 +69,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 df72fd8..f781cca 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_dynamic_partial "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_in_dynamic_partial "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_in_dynamic_partial .SH SYNOPSIS @@ -74,8 +74,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e655bdd..522ede5 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_dynamic_partial_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_in_dynamic_partial_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_in_dynamic_partial_raw .SH SYNOPSIS @@ -76,8 +76,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b431a57..752a425 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_dynamic_partial_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_in_dynamic_partial_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_in_dynamic_partial_raw_safely .SH SYNOPSIS @@ -76,8 +76,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 63e264d..872ac34 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_dynamic_partial_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_in_dynamic_partial_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_in_dynamic_partial_safely .SH SYNOPSIS @@ -74,8 +74,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2f4d1f9..9141c7a 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_dynamic_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_in_dynamic_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_in_dynamic_raw .SH SYNOPSIS @@ -71,8 +71,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a3e8123..30dbc7a 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_dynamic_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_in_dynamic_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_in_dynamic_raw_safely .SH SYNOPSIS @@ -73,8 +73,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4b24306..776e685 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_dynamic_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_in_dynamic_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_in_dynamic_safely .SH SYNOPSIS @@ -71,8 +71,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8600a8c..dd678bb 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_in_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_in_raw .SH SYNOPSIS @@ -83,8 +83,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 78f8709..8838069 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_in_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_in_raw_safely .SH SYNOPSIS @@ -85,8 +85,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1dca7ed..5ddda3b 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_in_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_in_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_in_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_in_safely .SH SYNOPSIS @@ -83,8 +83,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8df381c..b059035 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_raw .SH SYNOPSIS @@ -74,8 +74,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 31ae866..bc48df4 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_raw_safely .SH SYNOPSIS @@ -78,8 +78,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ca43293..da3a3ec 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_except_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_except_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_except_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_except_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_except_safely .SH SYNOPSIS @@ -74,8 +74,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c826894..07134cd 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_raw.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_raw.3 @@ -1,4 +1,4 @@ -.TH f_print_to_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_raw .SH SYNOPSIS @@ -64,8 +64,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 82d153a..de161e9 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_raw_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_raw_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_raw_safely .SH SYNOPSIS @@ -68,8 +68,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7b25e97..1e1ebbb 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_raw_terminated.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_raw_terminated.3 @@ -1,4 +1,4 @@ -.TH f_print_to_raw_terminated "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_raw_terminated "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_raw_terminated .SH SYNOPSIS @@ -59,8 +59,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b02dbcc..3953a4a 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_safely.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_safely.3 @@ -1,4 +1,4 @@ -.TH f_print_to_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_safely .SH SYNOPSIS @@ -64,8 +64,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b98b4ee..ae61e80 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_safely_terminated.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_safely_terminated.3 @@ -1,4 +1,4 @@ -.TH f_print_to_safely_terminated "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_safely_terminated "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_safely_terminated .SH SYNOPSIS @@ -61,8 +61,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP, \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ecbf9c8..4728e41 100644 --- a/level_0/f_print/data/documentation/man/man3/f_print_to_terminated.3 +++ b/level_0/f_print/data/documentation/man/man3/f_print_to_terminated.3 @@ -1,4 +1,4 @@ -.TH f_print_to_terminated "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_print_to_terminated "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_print_to_terminated .SH SYNOPSIS @@ -59,8 +59,15 @@ The file descriptor to output to. \fBF_socket_not\fP (with error bit) if socket is not connected. .br \fBF_output\fP (with error bit) on any other failure. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_print_to\fP(3), \fIf_print_to_character\fP(3), \fIf_print_to_character_safely\fP(3), \fIf_print_to_dynamic\fP(3), \fIf_print_to_dynamic_partial\fP(3), \fIf_print_to_dynamic_partial_raw\fP(3), \fIf_print_to_dynamic_partial_raw_safely\fP(3), \fIf_print_to_dynamic_partial_safely\fP(3), \fIf_print_to_dynamic_raw\fP(3), \fIf_print_to_dynamic_raw_safely\fP(3), \fIf_print_to_dynamic_safely\fP(3), \fIf_print_to_except\fP(3), \fIf_print_to_except_dynamic\fP(3), \fIf_print_to_except_dynamic_partial\fP(3), \fIf_print_to_except_dynamic_partial_raw\fP(3), \fIf_print_to_except_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_dynamic_partial_safely\fP(3), \fIf_print_to_except_dynamic_raw\fP(3), \fIf_print_to_except_dynamic_raw_safely\fP(3), \fIf_print_to_except_dynamic_safely\fP(3), \fIf_print_to_except_in\fP(3), \fIf_print_to_except_in_dynamic\fP(3), \fIf_print_to_except_in_dynamic_partial\fP(3), \fIf_print_to_except_in_dynamic_partial_raw\fP(3), \fIf_print_to_except_in_dynamic_partial_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_partial_safely\fP(3), \fIf_print_to_except_in_dynamic_raw\fP(3), \fIf_print_to_except_in_dynamic_raw_safely\fP(3), \fIf_print_to_except_in_dynamic_safely\fP(3), \fIf_print_to_except_in_raw\fP(3), \fIf_print_to_except_in_raw_safely\fP(3), \fIf_print_to_except_in_safely\fP(3), \fIf_print_to_except_raw\fP(3), \fIf_print_to_except_raw_safely\fP(3), \fIf_print_to_except_safely\fP(3), \fIf_print_to_raw\fP(3), \fIf_print_to_raw_safely\fP(3), \fIf_print_to_raw_terminated\fP(3), \fIf_print_to_safely\fP(3), \fIf_print_to_safely_terminated\fP(3), \fIf_print_to_terminated\fP(3), \fIwrite()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6705ad6..17edec8 100644 --- a/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple.3 +++ b/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple.3 @@ -1,4 +1,4 @@ -.TH f_serialize_from_simple "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_serialize_from_simple "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_serialize_from_simple .SH SYNOPSIS @@ -12,25 +12,20 @@ f_serialize_from_simple .fi .SH DESCRIPTION .PP -A string that is analogous to f_string_dynamic_t but intended for static-only uses. +Deserialize the entire serialize string into multiple separate strings using the Simple serialize algorithm. .PP -The f_string_static_t type should never be directly allocated or deallocated. +The simple Serialize algorithm is akin to the PATH environment variable, example: PATH="/bin:/sbin:/usr/bin". .PP -A special macro_f_string_static_t_initialize() is provided for the special purpose of easily initialize a static string. A special macro_f_string_static_t_initialize2() is provided for the special purpose of easily initialize a static string with an identical used and size. -.PP -string: The string. size: Total amount of space available. used: Total number of space used. -.sp -.RS -.nf -\fB -struct f_string_static_t { - f_string_t \fIstring\fP; - f_array_length_t \fIsize\fP; - f_array_length_t \fIused\fP; -}; -\fP -.fi -.RE +After processing the above example, there would be strings derived from the following positions: 1) start = 0, stop = 3. 2) start = 5, stop = 9. 3) start = 11, stop = 18. +.SH PARAMETERS +.TP +.B source +A serialized string to deserialize. + +.TP +.B destination +An array of strings deserialize from the source string. The individual strings will be NULL terminated after destination.used on success. All deserialized values are appended to the destination. + .SH RETURN VALUE .PP \fBF_none\fP on success. @@ -38,8 +33,21 @@ struct f_string_static_t { \fBF_complete_not_utf_eos\fP if an incomplete UTF-8 character is found at the end of the source. .br \fBF_data_not\fP on success and source.used is 0. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_string_append() +.br +Errors (with error bit) from: f_string_dynamics_increase_by() +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_serialize_from_simple\fP(3), \fIf_serialize_from_simple_get\fP(3), \fIf_serialize_from_simple_range\fP(3), \fIf_serialize_from_simple_select\fP(3), \fIf_serialize_to_simple\fP(3), \fIf_string_append()\fP, \fIf_string_dynamics_increase_by()\fP, \fIf_string_append()\fP, \fIf_string_dynamics_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8274dca..b8eb69f 100644 --- a/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple_get.3 +++ b/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple_get.3 @@ -1,4 +1,4 @@ -.TH f_serialize_from_simple_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_serialize_from_simple_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_serialize_from_simple_get .SH SYNOPSIS @@ -46,8 +46,15 @@ The deserialized string from the specified index. This string is NULL terminated \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_serialize_from_simple\fP(3), \fIf_serialize_from_simple_get\fP(3), \fIf_serialize_from_simple_range\fP(3), \fIf_serialize_from_simple_select\fP(3), \fIf_serialize_to_simple\fP(3), \fIf_serialize_from_simple_select()\fP, \fIf_string_append()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 33d7e65..cee1861 100644 --- a/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple_range.3 +++ b/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple_range.3 @@ -1,4 +1,4 @@ -.TH f_serialize_from_simple_range "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_serialize_from_simple_range "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_serialize_from_simple_range .SH SYNOPSIS @@ -37,8 +37,15 @@ The ranges within the serialize string representing distinct separate strings. A \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_string_ranges_increase() +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_serialize_from_simple\fP(3), \fIf_serialize_from_simple_get\fP(3), \fIf_serialize_from_simple_range\fP(3), \fIf_serialize_from_simple_select\fP(3), \fIf_serialize_to_simple\fP(3), \fIf_string_ranges_increase()\fP, \fIf_string_ranges_increase()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 74326c7..a9ae959 100644 --- a/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple_select.3 +++ b/level_0/f_serialize/data/documentation/man/man3/f_serialize_from_simple_select.3 @@ -1,4 +1,4 @@ -.TH f_serialize_from_simple_select "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_serialize_from_simple_select "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_serialize_from_simple_select .SH SYNOPSIS @@ -44,8 +44,15 @@ A range within the serialized string representing the string at the given index. \fBF_complete_not_utf_eos\fP (with error bit) if end of string is reached before a complete UTF-8 character can be processed. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_serialize_from_simple\fP(3), \fIf_serialize_from_simple_get\fP(3), \fIf_serialize_from_simple_range\fP(3), \fIf_serialize_from_simple_select\fP(3), \fIf_serialize_to_simple\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c014f0f..5f15b84 100644 --- a/level_0/f_serialize/data/documentation/man/man3/f_serialize_to_simple.3 +++ b/level_0/f_serialize/data/documentation/man/man3/f_serialize_to_simple.3 @@ -1,4 +1,4 @@ -.TH f_serialize_to_simple "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_serialize_to_simple "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_serialize_to_simple .SH SYNOPSIS @@ -34,11 +34,18 @@ The dynamic string that to store the serialized string. This string will be NULL .br \fBF_parameter\fP (with error bit) if a parameter is invalid. .br -Errors (with error bit) from: f_string_dynamic_append(); +Errors (with error bit) from: f_string_dynamic_append(). .br Errors (with error bit) from: f_string_dynamic_append_assure(); +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_serialize_from_simple\fP(3), \fIf_serialize_from_simple_get\fP(3), \fIf_serialize_from_simple_range\fP(3), \fIf_serialize_from_simple_select\fP(3), \fIf_serialize_to_simple\fP(3), \fIf_string_dynamic_append()\fP, \fIf_string_dynamic_append_assure()\fP, \fIf_string_dynamic_append()\fP, \fIf_string_dynamic_append_assure()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c3689d3..4d13642 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_action.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_action.3 @@ -1,4 +1,4 @@ -.TH f_signal_action "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_signal_action "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_signal_action .SH SYNOPSIS @@ -13,26 +13,38 @@ f_signal_action .fi .SH DESCRIPTION .PP -This holds a signal type. -.PP -flags: The signal flags associated with this. id: The signal descriptor. set: The signal set. -.sp -.RS -.nf -\fB -struct f_signal_t { - int \fIflags\fP; - int \fIid\fP; - sigset_t \fIset\fP; -}; -\fP -.fi -.RE +Get or set the signal action handlers. +.SH PARAMETERS +.TP +.B signal +The signal settings. + +.TP +.B action +(optional) The signal action to use. Set to NULL to not use. Both action and previous may not be NULL. + +.TP +.B previous +(optional) The previous signal action. Set to NULL to not use. + .SH RETURN VALUE .PP \fBF_none\fP on success but no signal found. +.br +\fBF_buffer\fP (with error bit) if the buffer is invalid (action or previous point to invalid memory). +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +\fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_signal_action\fP(3), \fIf_signal_close\fP(3), \fIf_signal_mask\fP(3), \fIf_signal_open\fP(3), \fIf_signal_pause\fP(3), \fIf_signal_queue\fP(3), \fIf_signal_read\fP(3), \fIf_signal_send\fP(3), \fIf_signal_set_add\fP(3), \fIf_signal_set_delete\fP(3), \fIf_signal_set_empty\fP(3), \fIf_signal_set_fill\fP(3), \fIf_signal_set_has\fP(3), \fIf_signal_suspend\fP(3), \fIf_signal_wait\fP(3), \fIf_signal_wait_until\fP(3), \fIsigaction()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cde4e8c..8604286 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_close.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_close.3 @@ -1,4 +1,4 @@ -.TH f_signal_close "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_signal_close "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_signal_close .SH SYNOPSIS @@ -36,8 +36,15 @@ The signal settings. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_signal_action\fP(3), \fIf_signal_close\fP(3), \fIf_signal_mask\fP(3), \fIf_signal_open\fP(3), \fIf_signal_pause\fP(3), \fIf_signal_queue\fP(3), \fIf_signal_read\fP(3), \fIf_signal_send\fP(3), \fIf_signal_set_add\fP(3), \fIf_signal_set_delete\fP(3), \fIf_signal_set_empty\fP(3), \fIf_signal_set_fill\fP(3), \fIf_signal_set_has\fP(3), \fIf_signal_suspend\fP(3), \fIf_signal_wait\fP(3), \fIf_signal_wait_until\fP(3), \fIclose()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2557879..d0b10cc 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_mask.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_mask.3 @@ -1,4 +1,4 @@ -.TH f_signal_mask "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_signal_mask "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_signal_mask .SH SYNOPSIS @@ -36,8 +36,15 @@ How to handle the signal. Set this to 0 when only trying to get the current sign \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_signal_action\fP(3), \fIf_signal_close\fP(3), \fIf_signal_mask\fP(3), \fIf_signal_open\fP(3), \fIf_signal_pause\fP(3), \fIf_signal_queue\fP(3), \fIf_signal_read\fP(3), \fIf_signal_send\fP(3), \fIf_signal_set_add\fP(3), \fIf_signal_set_delete\fP(3), \fIf_signal_set_empty\fP(3), \fIf_signal_set_fill\fP(3), \fIf_signal_set_has\fP(3), \fIf_signal_suspend\fP(3), \fIf_signal_wait\fP(3), \fIf_signal_wait_until\fP(3), \fIsigprocmask()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a90fee7..00936c1 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_open.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_open.3 @@ -1,4 +1,4 @@ -.TH f_signal_open "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_signal_open "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_signal_open .SH SYNOPSIS @@ -34,8 +34,15 @@ The signal settings. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_signal_action\fP(3), \fIf_signal_close\fP(3), \fIf_signal_mask\fP(3), \fIf_signal_open\fP(3), \fIf_signal_pause\fP(3), \fIf_signal_queue\fP(3), \fIf_signal_read\fP(3), \fIf_signal_send\fP(3), \fIf_signal_set_add\fP(3), \fIf_signal_set_delete\fP(3), \fIf_signal_set_empty\fP(3), \fIf_signal_set_fill\fP(3), \fIf_signal_set_has\fP(3), \fIf_signal_suspend\fP(3), \fIf_signal_wait\fP(3), \fIf_signal_wait_until\fP(3), \fIsignalfd()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2bd19c7..755e6c4 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_pause.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_pause.3 @@ -1,4 +1,4 @@ -.TH f_signal_pause "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_signal_pause "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_signal_pause .SH SYNOPSIS @@ -15,8 +15,15 @@ Pause the current process until a signal is received. .SH RETURN VALUE .PP The received signal. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_signal_action\fP(3), \fIf_signal_close\fP(3), \fIf_signal_mask\fP(3), \fIf_signal_open\fP(3), \fIf_signal_pause\fP(3), \fIf_signal_queue\fP(3), \fIf_signal_read\fP(3), \fIf_signal_send\fP(3), \fIf_signal_set_add\fP(3), \fIf_signal_set_delete\fP(3), \fIf_signal_set_empty\fP(3), \fIf_signal_set_fill\fP(3), \fIf_signal_set_has\fP(3), \fIf_signal_suspend\fP(3), \fIf_signal_wait\fP(3), \fIf_signal_wait_until\fP(3), \fIpause()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1f3cbac..d5c8128 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_queue.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_queue.3 @@ -1,4 +1,4 @@ -.TH f_signal_queue "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_signal_queue "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_signal_queue .SH SYNOPSIS @@ -40,8 +40,15 @@ The signal value to send. \fBF_supported_not\fP (with error bit) if this action is not supported by the current OS. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_signal_action\fP(3), \fIf_signal_close\fP(3), \fIf_signal_mask\fP(3), \fIf_signal_open\fP(3), \fIf_signal_pause\fP(3), \fIf_signal_queue\fP(3), \fIf_signal_read\fP(3), \fIf_signal_send\fP(3), \fIf_signal_set_add\fP(3), \fIf_signal_set_delete\fP(3), \fIf_signal_set_empty\fP(3), \fIf_signal_set_fill\fP(3), \fIf_signal_set_has\fP(3), \fIf_signal_suspend\fP(3), \fIf_signal_wait\fP(3), \fIf_signal_wait_until\fP(3), \fIsigqueue()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ef4e07f..2406544 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_read.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_read.3 @@ -1,4 +1,4 @@ -.TH f_signal_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_signal_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_signal_read .SH SYNOPSIS @@ -56,8 +56,15 @@ The signal data to be populated if a signal is found during read. \fBF_file_type_directory\fP (with error bit) if file descriptor represents a directory. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_signal_action\fP(3), \fIf_signal_close\fP(3), \fIf_signal_mask\fP(3), \fIf_signal_open\fP(3), \fIf_signal_pause\fP(3), \fIf_signal_queue\fP(3), \fIf_signal_read\fP(3), \fIf_signal_send\fP(3), \fIf_signal_set_add\fP(3), \fIf_signal_set_delete\fP(3), \fIf_signal_set_empty\fP(3), \fIf_signal_set_fill\fP(3), \fIf_signal_set_has\fP(3), \fIf_signal_suspend\fP(3), \fIf_signal_wait\fP(3), \fIf_signal_wait_until\fP(3), \fIpoll()\fP, \fIread()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7d93e6c..17d305e 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_send.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_send.3 @@ -1,4 +1,4 @@ -.TH f_signal_send "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_signal_send "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_signal_send .SH SYNOPSIS @@ -33,8 +33,15 @@ The process id (PID) that will receive the signal. This may also be a process gr \fBF_found_not\fP (with error bit) if the given process was not found. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_signal_action\fP(3), \fIf_signal_close\fP(3), \fIf_signal_mask\fP(3), \fIf_signal_open\fP(3), \fIf_signal_pause\fP(3), \fIf_signal_queue\fP(3), \fIf_signal_read\fP(3), \fIf_signal_send\fP(3), \fIf_signal_set_add\fP(3), \fIf_signal_set_delete\fP(3), \fIf_signal_set_empty\fP(3), \fIf_signal_set_fill\fP(3), \fIf_signal_set_has\fP(3), \fIf_signal_suspend\fP(3), \fIf_signal_wait\fP(3), \fIf_signal_wait_until\fP(3), \fIkill()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 39000f7..62b49ff 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_set_add.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_set_add.3 @@ -1,4 +1,4 @@ -.TH f_signal_set_add "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_signal_set_add "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_signal_set_add .SH SYNOPSIS @@ -29,8 +29,15 @@ The set of signals to add to. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_signal_action\fP(3), \fIf_signal_close\fP(3), \fIf_signal_mask\fP(3), \fIf_signal_open\fP(3), \fIf_signal_pause\fP(3), \fIf_signal_queue\fP(3), \fIf_signal_read\fP(3), \fIf_signal_send\fP(3), \fIf_signal_set_add\fP(3), \fIf_signal_set_delete\fP(3), \fIf_signal_set_empty\fP(3), \fIf_signal_set_fill\fP(3), \fIf_signal_set_has\fP(3), \fIf_signal_suspend\fP(3), \fIf_signal_wait\fP(3), \fIf_signal_wait_until\fP(3), \fIsigaddset()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7e2b9e0..d9e6608 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_set_delete.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_set_delete.3 @@ -1,4 +1,4 @@ -.TH f_signal_set_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_signal_set_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_signal_set_delete .SH SYNOPSIS @@ -29,8 +29,15 @@ The set of signals to delete from. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_signal_action\fP(3), \fIf_signal_close\fP(3), \fIf_signal_mask\fP(3), \fIf_signal_open\fP(3), \fIf_signal_pause\fP(3), \fIf_signal_queue\fP(3), \fIf_signal_read\fP(3), \fIf_signal_send\fP(3), \fIf_signal_set_add\fP(3), \fIf_signal_set_delete\fP(3), \fIf_signal_set_empty\fP(3), \fIf_signal_set_fill\fP(3), \fIf_signal_set_has\fP(3), \fIf_signal_suspend\fP(3), \fIf_signal_wait\fP(3), \fIf_signal_wait_until\fP(3), \fIsigdelset()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a0268a8..faabc70 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_set_empty.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_set_empty.3 @@ -1,4 +1,4 @@ -.TH f_signal_set_empty "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_signal_set_empty "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_signal_set_empty .SH SYNOPSIS @@ -24,8 +24,15 @@ The set of signals to clear. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_signal_action\fP(3), \fIf_signal_close\fP(3), \fIf_signal_mask\fP(3), \fIf_signal_open\fP(3), \fIf_signal_pause\fP(3), \fIf_signal_queue\fP(3), \fIf_signal_read\fP(3), \fIf_signal_send\fP(3), \fIf_signal_set_add\fP(3), \fIf_signal_set_delete\fP(3), \fIf_signal_set_empty\fP(3), \fIf_signal_set_fill\fP(3), \fIf_signal_set_has\fP(3), \fIf_signal_suspend\fP(3), \fIf_signal_wait\fP(3), \fIf_signal_wait_until\fP(3), \fIsigemptyset()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 67d85c6..6ba5d16 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_set_fill.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_set_fill.3 @@ -1,4 +1,4 @@ -.TH f_signal_set_fill "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_signal_set_fill "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_signal_set_fill .SH SYNOPSIS @@ -24,8 +24,15 @@ The set of signals to fully populate. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_signal_action\fP(3), \fIf_signal_close\fP(3), \fIf_signal_mask\fP(3), \fIf_signal_open\fP(3), \fIf_signal_pause\fP(3), \fIf_signal_queue\fP(3), \fIf_signal_read\fP(3), \fIf_signal_send\fP(3), \fIf_signal_set_add\fP(3), \fIf_signal_set_delete\fP(3), \fIf_signal_set_empty\fP(3), \fIf_signal_set_fill\fP(3), \fIf_signal_set_has\fP(3), \fIf_signal_suspend\fP(3), \fIf_signal_wait\fP(3), \fIf_signal_wait_until\fP(3), \fIsigfillset()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 420e617..997bb8f 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_set_has.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_set_has.3 @@ -1,4 +1,4 @@ -.TH f_signal_set_has "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_signal_set_has "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_signal_set_has .SH SYNOPSIS @@ -31,8 +31,15 @@ The set of signals to search in. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_signal_action\fP(3), \fIf_signal_close\fP(3), \fIf_signal_mask\fP(3), \fIf_signal_open\fP(3), \fIf_signal_pause\fP(3), \fIf_signal_queue\fP(3), \fIf_signal_read\fP(3), \fIf_signal_send\fP(3), \fIf_signal_set_add\fP(3), \fIf_signal_set_delete\fP(3), \fIf_signal_set_empty\fP(3), \fIf_signal_set_fill\fP(3), \fIf_signal_set_has\fP(3), \fIf_signal_suspend\fP(3), \fIf_signal_wait\fP(3), \fIf_signal_wait_until\fP(3), \fIsigismember()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 51958a5..f07d16c 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_suspend.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_suspend.3 @@ -1,4 +1,4 @@ -.TH f_signal_suspend "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_signal_suspend "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_signal_suspend .SH SYNOPSIS @@ -26,8 +26,15 @@ The signal mask. \fBF_interrupt\fP (with error bit) when program received an interrupt signal, halting operation. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_signal_action\fP(3), \fIf_signal_close\fP(3), \fIf_signal_mask\fP(3), \fIf_signal_open\fP(3), \fIf_signal_pause\fP(3), \fIf_signal_queue\fP(3), \fIf_signal_read\fP(3), \fIf_signal_send\fP(3), \fIf_signal_set_add\fP(3), \fIf_signal_set_delete\fP(3), \fIf_signal_set_empty\fP(3), \fIf_signal_set_fill\fP(3), \fIf_signal_set_has\fP(3), \fIf_signal_suspend\fP(3), \fIf_signal_wait\fP(3), \fIf_signal_wait_until\fP(3), \fIsigsuspend()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9e7693d..bdb99aa 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_wait.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_wait.3 @@ -1,4 +1,4 @@ -.TH f_signal_wait "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_signal_wait "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_signal_wait .SH SYNOPSIS @@ -31,8 +31,15 @@ The set of signals to wait for. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_signal_action\fP(3), \fIf_signal_close\fP(3), \fIf_signal_mask\fP(3), \fIf_signal_open\fP(3), \fIf_signal_pause\fP(3), \fIf_signal_queue\fP(3), \fIf_signal_read\fP(3), \fIf_signal_send\fP(3), \fIf_signal_set_add\fP(3), \fIf_signal_set_delete\fP(3), \fIf_signal_set_empty\fP(3), \fIf_signal_set_fill\fP(3), \fIf_signal_set_has\fP(3), \fIf_signal_suspend\fP(3), \fIf_signal_wait\fP(3), \fIf_signal_wait_until\fP(3), \fIsigwaitinfo()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5d28e46..b1d27d3 100644 --- a/level_0/f_signal/data/documentation/man/man3/f_signal_wait_until.3 +++ b/level_0/f_signal/data/documentation/man/man3/f_signal_wait_until.3 @@ -1,4 +1,4 @@ -.TH f_signal_wait_until "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_signal_wait_until "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_signal_wait_until .SH SYNOPSIS @@ -38,8 +38,15 @@ The amount of time to wait. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_signal_action\fP(3), \fIf_signal_close\fP(3), \fIf_signal_mask\fP(3), \fIf_signal_open\fP(3), \fIf_signal_pause\fP(3), \fIf_signal_queue\fP(3), \fIf_signal_read\fP(3), \fIf_signal_send\fP(3), \fIf_signal_set_add\fP(3), \fIf_signal_set_delete\fP(3), \fIf_signal_set_empty\fP(3), \fIf_signal_set_fill\fP(3), \fIf_signal_set_has\fP(3), \fIf_signal_suspend\fP(3), \fIf_signal_wait\fP(3), \fIf_signal_wait_until\fP(3), \fIsigtimedwait()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 87accd7..df1a743 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_accept.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_accept.3 @@ -1,4 +1,4 @@ -.TH f_socket_accept "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_socket_accept "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_socket_accept .SH SYNOPSIS @@ -12,7 +12,7 @@ f_socket_accept .fi .SH DESCRIPTION .PP -Provide means to interact with sockets. Retrieve a client connection from a listening socket. +Retrieve a client connection from a listening socket. .SH PARAMETERS .TP .B socket @@ -23,6 +23,7 @@ The client socket structure. The structure should be memset as appropriate befor The socket file descriptor representing an actively listening socket to retrieve from. .SH RETURN VALUE +.PP \fBF_none\fP on success. .br \fBF_access_denied\fP (with error bit) on access denied. @@ -72,8 +73,15 @@ The socket file descriptor representing an actively listening socket to retrieve \fBF_time_out\fP (with error bit) if a timeout occurred. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_socket_accept\fP(3), \fIf_socket_bind\fP(3), \fIf_socket_bind_local\fP(3), \fIf_socket_connect\fP(3), \fIf_socket_create\fP(3), \fIf_socket_create_pair\fP(3), \fIf_socket_disconnect\fP(3), \fIf_socket_listen\fP(3), \fIf_socket_option_get\fP(3), \fIf_socket_option_set\fP(3), \fIf_socket_read\fP(3), \fIf_socket_read_message\fP(3), \fIf_socket_write\fP(3), \fIf_socket_write_message\fP(3), \fIaccept()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cf3b184..6e4b1dd 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_bind.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_bind.3 @@ -1,4 +1,4 @@ -.TH f_socket_bind "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_socket_bind "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_socket_bind .SH SYNOPSIS @@ -46,8 +46,15 @@ The socket structure. The socket.address may point to any valid structure, like \fBF_string_too_large\fP (with error bit) if string is too large to store in the buffer. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_socket_accept\fP(3), \fIf_socket_bind\fP(3), \fIf_socket_bind_local\fP(3), \fIf_socket_connect\fP(3), \fIf_socket_create\fP(3), \fIf_socket_create_pair\fP(3), \fIf_socket_disconnect\fP(3), \fIf_socket_listen\fP(3), \fIf_socket_option_get\fP(3), \fIf_socket_option_set\fP(3), \fIf_socket_read\fP(3), \fIf_socket_read_message\fP(3), \fIf_socket_write\fP(3), \fIf_socket_write_message\fP(3), \fIbind()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e26ca5e..9ff7016 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_bind_local.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_bind_local.3 @@ -1,4 +1,4 @@ -.TH f_socket_bind_local "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_socket_bind_local "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_socket_bind_local .SH SYNOPSIS @@ -20,6 +20,7 @@ This does initialize and memset() the address with the address set to a UNIX soc The socket structure. The socket.address must point to a "struct sockaddr_un". The socket.name must be assigned to a path. The socket.type must be assigned to f_socket_domain_file_d. .SH RETURN VALUE +.PP \fBF_none\fP on success. .br \fBF_address\fP (with error bit) if address is already in use (therefore unavailable). @@ -47,8 +48,15 @@ The socket structure. The socket.address must point to a "struct sockaddr_un". T \fBF_string_too_large\fP (with error bit) if string is too large to store in the buffer. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_socket_accept\fP(3), \fIf_socket_bind\fP(3), \fIf_socket_bind_local\fP(3), \fIf_socket_connect\fP(3), \fIf_socket_create\fP(3), \fIf_socket_create_pair\fP(3), \fIf_socket_disconnect\fP(3), \fIf_socket_listen\fP(3), \fIf_socket_option_get\fP(3), \fIf_socket_option_set\fP(3), \fIf_socket_read\fP(3), \fIf_socket_read_message\fP(3), \fIf_socket_write\fP(3), \fIf_socket_write_message\fP(3), \fIbind()\fP, \fImemset()\fP, \fIstrncpy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f1bb4f6..4a039d6 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_connect.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_connect.3 @@ -1,4 +1,4 @@ -.TH f_socket_connect "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_socket_connect "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_socket_connect .SH SYNOPSIS @@ -54,8 +54,15 @@ The socket structure. The socket.address may point to any valid structure, like \fBF_time_out\fP (with error bit) if a timeout occurred. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_socket_accept\fP(3), \fIf_socket_bind\fP(3), \fIf_socket_bind_local\fP(3), \fIf_socket_connect\fP(3), \fIf_socket_create\fP(3), \fIf_socket_create_pair\fP(3), \fIf_socket_disconnect\fP(3), \fIf_socket_listen\fP(3), \fIf_socket_option_get\fP(3), \fIf_socket_option_set\fP(3), \fIf_socket_read\fP(3), \fIf_socket_read_message\fP(3), \fIf_socket_write\fP(3), \fIf_socket_write_message\fP(3), \fIconnect()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6920f18..940d866 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_create.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_create.3 @@ -1,4 +1,4 @@ -.TH f_socket_create "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_socket_create "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_socket_create .SH SYNOPSIS @@ -40,8 +40,15 @@ The socket structure. The socket.address may point to any valid structure, like \fBF_type_not\fP (with error bit) if the given type is unknown or is unsupported. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_socket_accept\fP(3), \fIf_socket_bind\fP(3), \fIf_socket_bind_local\fP(3), \fIf_socket_connect\fP(3), \fIf_socket_create\fP(3), \fIf_socket_create_pair\fP(3), \fIf_socket_disconnect\fP(3), \fIf_socket_listen\fP(3), \fIf_socket_option_get\fP(3), \fIf_socket_option_set\fP(3), \fIf_socket_read\fP(3), \fIf_socket_read_message\fP(3), \fIf_socket_write\fP(3), \fIf_socket_write_message\fP(3), \fIsocket()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9455554..e934d9c 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_create_pair.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_create_pair.3 @@ -1,4 +1,4 @@ -.TH f_socket_create_pair "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_socket_create_pair "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_socket_create_pair .SH SYNOPSIS @@ -62,8 +62,15 @@ The second of the pair of socket file descriptors. \fBF_protocol_not\fP (with error bit) if the given protocol is unknown or is unsupported. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_socket_accept\fP(3), \fIf_socket_bind\fP(3), \fIf_socket_bind_local\fP(3), \fIf_socket_connect\fP(3), \fIf_socket_create\fP(3), \fIf_socket_create_pair\fP(3), \fIf_socket_disconnect\fP(3), \fIf_socket_listen\fP(3), \fIf_socket_option_get\fP(3), \fIf_socket_option_set\fP(3), \fIf_socket_read\fP(3), \fIf_socket_read_message\fP(3), \fIf_socket_write\fP(3), \fIf_socket_write_message\fP(3), \fIsocketpair()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1d092fc..e05c84b 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_disconnect.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_disconnect.3 @@ -1,4 +1,4 @@ -.TH f_socket_disconnect "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_socket_disconnect "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_socket_disconnect .SH SYNOPSIS @@ -53,8 +53,15 @@ The action to perform on close. f_socket_close_fast_e calls close(). \fBF_supported_not\fP (with error bit) if this socket does not support the listen() operation. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_socket_accept\fP(3), \fIf_socket_bind\fP(3), \fIf_socket_bind_local\fP(3), \fIf_socket_connect\fP(3), \fIf_socket_create\fP(3), \fIf_socket_create_pair\fP(3), \fIf_socket_disconnect\fP(3), \fIf_socket_listen\fP(3), \fIf_socket_option_get\fP(3), \fIf_socket_option_set\fP(3), \fIf_socket_read\fP(3), \fIf_socket_read_message\fP(3), \fIf_socket_write\fP(3), \fIf_socket_write_message\fP(3), \fIf_file_close()\fP, \fIclose()\fP, \fIshutdown()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a5c4908..5faab62 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_listen.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_listen.3 @@ -1,4 +1,4 @@ -.TH f_socket_listen "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_socket_listen "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_socket_listen .SH SYNOPSIS @@ -35,8 +35,15 @@ The max length of the pending connections queue. Suggested default setting: 8. \fBF_supported_not\fP (with error bit) if this socket does not support the listen() operation. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_socket_accept\fP(3), \fIf_socket_bind\fP(3), \fIf_socket_bind_local\fP(3), \fIf_socket_connect\fP(3), \fIf_socket_create\fP(3), \fIf_socket_create_pair\fP(3), \fIf_socket_disconnect\fP(3), \fIf_socket_listen\fP(3), \fIf_socket_option_get\fP(3), \fIf_socket_option_set\fP(3), \fIf_socket_read\fP(3), \fIf_socket_read_message\fP(3), \fIf_socket_write\fP(3), \fIf_socket_write_message\fP(3), \fIlisten()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7b8695e..c9a2987 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_option_get.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_option_get.3 @@ -1,4 +1,4 @@ -.TH f_socket_option_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_socket_option_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_socket_option_get .SH SYNOPSIS @@ -52,8 +52,15 @@ The length of the value (often derived from a sizeof() call). \fBF_value\fP (with error bit) if either the value or the length is invalid. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_socket_accept\fP(3), \fIf_socket_bind\fP(3), \fIf_socket_bind_local\fP(3), \fIf_socket_connect\fP(3), \fIf_socket_create\fP(3), \fIf_socket_create_pair\fP(3), \fIf_socket_disconnect\fP(3), \fIf_socket_listen\fP(3), \fIf_socket_option_get\fP(3), \fIf_socket_option_set\fP(3), \fIf_socket_read\fP(3), \fIf_socket_read_message\fP(3), \fIf_socket_write\fP(3), \fIf_socket_write_message\fP(3), \fIgetsockopt()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a687e09..14a6284 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_option_set.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_option_set.3 @@ -1,4 +1,4 @@ -.TH f_socket_option_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_socket_option_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_socket_option_set .SH SYNOPSIS @@ -52,8 +52,15 @@ The length of the value (often derived from a sizeof() call). \fBF_value\fP (with error bit) if either the value or the length is invalid. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_socket_accept\fP(3), \fIf_socket_bind\fP(3), \fIf_socket_bind_local\fP(3), \fIf_socket_connect\fP(3), \fIf_socket_create\fP(3), \fIf_socket_create_pair\fP(3), \fIf_socket_disconnect\fP(3), \fIf_socket_listen\fP(3), \fIf_socket_option_get\fP(3), \fIf_socket_option_set\fP(3), \fIf_socket_read\fP(3), \fIf_socket_read_message\fP(3), \fIf_socket_write\fP(3), \fIf_socket_write_message\fP(3), \fIsetsockopt()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7856cee..044c51c 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_read.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_read.3 @@ -1,4 +1,4 @@ -.TH f_socket_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_socket_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_socket_read .SH SYNOPSIS @@ -33,6 +33,7 @@ The buffer to populate. (optional) The length of the buffer. This gets replaced with the value of a positive ssize_t representing the length read. Data may be lost if the amount of data read is larger than given buffer length. Set to NULL to not use. .SH RETURN VALUE +.PP \fBF_none\fP on success. .br \fBF_access_denied\fP (with error bit) on access denied. @@ -68,8 +69,15 @@ The buffer to populate. \fBF_time_out\fP (with error bit) if a timeout occurred. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_socket_accept\fP(3), \fIf_socket_bind\fP(3), \fIf_socket_bind_local\fP(3), \fIf_socket_connect\fP(3), \fIf_socket_create\fP(3), \fIf_socket_create_pair\fP(3), \fIf_socket_disconnect\fP(3), \fIf_socket_listen\fP(3), \fIf_socket_option_get\fP(3), \fIf_socket_option_set\fP(3), \fIf_socket_read\fP(3), \fIf_socket_read_message\fP(3), \fIf_socket_write\fP(3), \fIf_socket_write_message\fP(3), \fIrecvfrom()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f2337f1..55a5d08 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_read_message.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_read_message.3 @@ -1,4 +1,4 @@ -.TH f_socket_read_message "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_socket_read_message "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_socket_read_message .SH SYNOPSIS @@ -69,8 +69,15 @@ The message header. \fBF_time_out\fP (with error bit) if a timeout occurred. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_socket_accept\fP(3), \fIf_socket_bind\fP(3), \fIf_socket_bind_local\fP(3), \fIf_socket_connect\fP(3), \fIf_socket_create\fP(3), \fIf_socket_create_pair\fP(3), \fIf_socket_disconnect\fP(3), \fIf_socket_listen\fP(3), \fIf_socket_option_get\fP(3), \fIf_socket_option_set\fP(3), \fIf_socket_read\fP(3), \fIf_socket_read_message\fP(3), \fIf_socket_write\fP(3), \fIf_socket_write_message\fP(3), \fIrecvmsg()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bed2e8a..67fbd68 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_write.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_write.3 @@ -1,4 +1,4 @@ -.TH f_socket_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_socket_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_socket_write .SH SYNOPSIS @@ -77,8 +77,15 @@ The buffer to populate. \fBF_time_out\fP (with error bit) if a timeout occurred. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_socket_accept\fP(3), \fIf_socket_bind\fP(3), \fIf_socket_bind_local\fP(3), \fIf_socket_connect\fP(3), \fIf_socket_create\fP(3), \fIf_socket_create_pair\fP(3), \fIf_socket_disconnect\fP(3), \fIf_socket_listen\fP(3), \fIf_socket_option_get\fP(3), \fIf_socket_option_set\fP(3), \fIf_socket_read\fP(3), \fIf_socket_read_message\fP(3), \fIf_socket_write\fP(3), \fIf_socket_write_message\fP(3), \fIsendto()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a0ad4e0..544feb6 100644 --- a/level_0/f_socket/data/documentation/man/man3/f_socket_write_message.3 +++ b/level_0/f_socket/data/documentation/man/man3/f_socket_write_message.3 @@ -1,4 +1,4 @@ -.TH f_socket_write_message "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_socket_write_message "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_socket_write_message .SH SYNOPSIS @@ -77,8 +77,15 @@ The message header. \fBF_time_out\fP (with error bit) if a timeout occurred. .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_socket_accept\fP(3), \fIf_socket_bind\fP(3), \fIf_socket_bind_local\fP(3), \fIf_socket_connect\fP(3), \fIf_socket_create\fP(3), \fIf_socket_create_pair\fP(3), \fIf_socket_disconnect\fP(3), \fIf_socket_listen\fP(3), \fIf_socket_option_get\fP(3), \fIf_socket_option_set\fP(3), \fIf_socket_read\fP(3), \fIf_socket_read_message\fP(3), \fIf_socket_write\fP(3), \fIf_socket_write_message\fP(3), \fIsendmsg()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 30536ff..3add6dc 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statuss_adjust.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statuss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_statuss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statuss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statuss_adjust .SH SYNOPSIS @@ -33,4 +33,4 @@ Errors (with error bit) from: f_memory_adjust(). Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d9e8de3..2cfaf22 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statuss_append.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statuss_append.3 @@ -1,4 +1,4 @@ -.TH f_statuss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statuss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statuss_append .SH SYNOPSIS @@ -35,4 +35,4 @@ Errors (with error bit) from: f_memory_resize(). Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4de47c5..c0c0348 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statuss_append_all.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statuss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_statuss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statuss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statuss_append_all .SH SYNOPSIS @@ -35,4 +35,4 @@ Errors (with error bit) from: f_memory_resize(). Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 acc95b8..659641c 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statuss_decimate_by.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statuss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_statuss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statuss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statuss_decimate_by .SH SYNOPSIS @@ -37,4 +37,4 @@ Errors (with error bit) from: f_memory_adjust(). Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 efc8bcb..7cf7846 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statuss_decrease_by.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statuss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_statuss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statuss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statuss_decrease_by .SH SYNOPSIS @@ -37,4 +37,4 @@ Errors (with error bit) from: f_memory_resize(). Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d8066c8..7d82411 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statuss_increase.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statuss_increase.3 @@ -1,4 +1,4 @@ -.TH f_statuss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statuss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statuss_increase .SH SYNOPSIS @@ -39,4 +39,4 @@ Errors (with error bit) from: f_memory_resize(). Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8b15195..e0e2578 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statuss_increase_by.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statuss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_statuss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statuss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statuss_increase_by .SH SYNOPSIS @@ -39,4 +39,4 @@ Errors (with error bit) from: f_memory_resize(). Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 779a05c..e00e130 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statuss_resize.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statuss_resize.3 @@ -1,4 +1,4 @@ -.TH f_statuss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statuss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statuss_resize .SH SYNOPSIS @@ -34,4 +34,4 @@ Errors (with error bit) from: f_memory_resize(). Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c29b461..6da74f1 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statusss_adjust.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statusss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_statusss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statusss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statusss_adjust .SH SYNOPSIS @@ -35,4 +35,4 @@ Errors (with error bit) from: f_memory_destroy(). Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1be263b..9189b69 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statusss_append.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statusss_append.3 @@ -1,4 +1,4 @@ -.TH f_statusss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statusss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statusss_append .SH SYNOPSIS @@ -35,4 +35,4 @@ Errors (with error bit) from: f_memory_resize(). Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a89e609..240cb90 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statusss_append_all.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statusss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_statusss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statusss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statusss_append_all .SH SYNOPSIS @@ -35,4 +35,4 @@ Errors (with error bit) from: f_memory_resize(). Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d56eebd..14d0992 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statusss_decimate_by.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statusss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_statusss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statusss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statusss_decimate_by .SH SYNOPSIS @@ -39,4 +39,4 @@ Errors (with error bit) from: f_memory_destroy(). Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3528661..9f122a2 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statusss_decrease_by.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statusss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_statusss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statusss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statusss_decrease_by .SH SYNOPSIS @@ -39,4 +39,4 @@ Errors (with error bit) from: f_memory_resize(). Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3349848..b9dc3f1 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statusss_increase.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statusss_increase.3 @@ -1,4 +1,4 @@ -.TH f_statusss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statusss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statusss_increase .SH SYNOPSIS @@ -39,4 +39,4 @@ Errors (with error bit) from: f_memory_resize(). Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ccc1170..e61fffd 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statusss_increase_by.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statusss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_statusss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statusss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statusss_increase_by .SH SYNOPSIS @@ -39,4 +39,4 @@ Errors (with error bit) from: f_memory_resize(). Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 24a6963..210f687 100644 --- a/level_0/f_status/data/documentation/man/man3/f_statusss_resize.3 +++ b/level_0/f_status/data/documentation/man/man3/f_statusss_resize.3 @@ -1,4 +1,4 @@ -.TH f_statusss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statusss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statusss_resize .SH SYNOPSIS @@ -35,4 +35,4 @@ Errors (with error bit) from: f_memory_resize(). Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_status/data/documentation/man/man3/f_status_string_to.3 b/level_0/f_status_string/data/documentation/man/man3/f_status_string_to.3 similarity index 70% rename from level_0/f_status/data/documentation/man/man3/f_status_string_to.3 rename to level_0/f_status_string/data/documentation/man/man3/f_status_string_to.3 index c552626..b90ec98 100644 --- a/level_0/f_status/data/documentation/man/man3/f_status_string_to.3 +++ b/level_0/f_status_string/data/documentation/man/man3/f_status_string_to.3 @@ -1,9 +1,9 @@ -.TH f_status_string_to "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_status_string_to "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -31,8 +31,15 @@ The processed code name. \fBF_data\fP (with error bit) if there status is unknown. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_status_string_to\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8f23939..9eeb271 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_append.3 @@ -1,4 +1,4 @@ -.TH f_string_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_append .SH SYNOPSIS @@ -13,11 +13,7 @@ f_string_append .fi .SH DESCRIPTION .PP -Provides string capabilities. -.PP -It is highly recommended that all string arrays are set to a max size of F_array_length_t_size_d. Any calculations against the length (aka: string.used) can always perform (A < B) operators such that the B is -.br -\fBF_array_length_t_size_d\fP + 1 without integer overflow. Append the source string onto the destination. +Append the source string onto the destination. .SH PARAMETERS .TP .B source @@ -42,8 +38,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_append\fP(3), \fIf_string_append_assure\fP(3), \fIf_string_append_assure_nulless\fP(3), \fIf_string_append_nulless\fP(3), \fIf_string_mash\fP(3), \fIf_string_mash_nulless\fP(3), \fIf_string_mish\fP(3), \fIf_string_mish_nulless\fP(3), \fIf_string_prepend\fP(3), \fIf_string_prepend_assure\fP(3), \fIf_string_prepend_assure_nulless\fP(3), \fIf_string_prepend_nulless\fP(3), \fIf_string_seek_line\fP(3), \fIf_string_seek_line_to\fP(3), \fIf_string_seek_to\fP(3), \fIf_memory_resize()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8e754c2..c9b8610 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_append_assure.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_append_assure.3 @@ -1,4 +1,4 @@ -.TH f_string_append_assure "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_append_assure "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_append_assure .SH SYNOPSIS @@ -40,8 +40,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_append\fP(3), \fIf_string_append_assure\fP(3), \fIf_string_append_assure_nulless\fP(3), \fIf_string_append_nulless\fP(3), \fIf_string_mash\fP(3), \fIf_string_mash_nulless\fP(3), \fIf_string_mish\fP(3), \fIf_string_mish_nulless\fP(3), \fIf_string_prepend\fP(3), \fIf_string_prepend_assure\fP(3), \fIf_string_prepend_assure_nulless\fP(3), \fIf_string_prepend_nulless\fP(3), \fIf_string_seek_line\fP(3), \fIf_string_seek_line_to\fP(3), \fIf_string_seek_to\fP(3), \fIf_memory_resize()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4698ad6..d828a4a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_append_assure_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_append_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_append_assure_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_append_assure_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_append_assure_nulless .SH SYNOPSIS @@ -40,8 +40,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_append\fP(3), \fIf_string_append_assure\fP(3), \fIf_string_append_assure_nulless\fP(3), \fIf_string_append_nulless\fP(3), \fIf_string_mash\fP(3), \fIf_string_mash_nulless\fP(3), \fIf_string_mish\fP(3), \fIf_string_mish_nulless\fP(3), \fIf_string_prepend\fP(3), \fIf_string_prepend_assure\fP(3), \fIf_string_prepend_assure_nulless\fP(3), \fIf_string_prepend_nulless\fP(3), \fIf_string_seek_line\fP(3), \fIf_string_seek_line_to\fP(3), \fIf_string_seek_to\fP(3), \fIf_memory_resize()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 170b238..a7e3b5b 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_append_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_append_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_append_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_append_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_append_nulless .SH SYNOPSIS @@ -40,8 +40,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_append\fP(3), \fIf_string_append_assure\fP(3), \fIf_string_append_assure_nulless\fP(3), \fIf_string_append_nulless\fP(3), \fIf_string_mash\fP(3), \fIf_string_mash_nulless\fP(3), \fIf_string_mish\fP(3), \fIf_string_mish_nulless\fP(3), \fIf_string_prepend\fP(3), \fIf_string_prepend_assure\fP(3), \fIf_string_prepend_assure_nulless\fP(3), \fIf_string_prepend_nulless\fP(3), \fIf_string_seek_line\fP(3), \fIf_string_seek_line_to\fP(3), \fIf_string_seek_to\fP(3), \fIf_memory_resize()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e4eb4be..47690c5 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e307796..9ccba7f 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_append .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d6d64b4..59566be 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append_assure.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append_assure.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_append_assure "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_append_assure "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_append_assure .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 68f922f..f10b0a3 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append_assure_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_append_assure_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_append_assure_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_append_assure_nulless .SH SYNOPSIS @@ -15,8 +15,6 @@ f_string_dynamic_append_assure_nulless Append the source string onto the destination only if the string is not already at the end. .PP Skips over NULL characters from source when appending. -.PP -Errors (with error bit) from: f_memory_resize(). .SH PARAMETERS .TP .B source @@ -35,8 +33,17 @@ The destination string the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_string_too_large\fP (with error bit) if the combined string is too large. +.br +Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d2e7ac8..9074e69 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_append_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_append_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_append_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_append_nulless .SH SYNOPSIS @@ -35,8 +35,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2e6ad58..f2f7091 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_decimate_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string to resize. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d3d5efc..7757f3b 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_decrease_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string to resize. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8c24904..120db84 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string to resize. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6700631..4879501 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string to resize. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8462b4d..3188131 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mash.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mash.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_mash "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_mash "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_mash .SH SYNOPSIS @@ -40,8 +40,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9b136c5..bf35f99 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mash_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mash_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_mash_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_mash_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_mash_nulless .SH SYNOPSIS @@ -42,8 +42,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 714e1d6..15edcbe 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mish.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mish.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_mish "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_mish "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_mish .SH SYNOPSIS @@ -40,8 +40,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1ec41aa..55e183a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mish_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_mish_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_mish_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_mish_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_mish_nulless .SH SYNOPSIS @@ -42,8 +42,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 732c012..ca6bd30 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_partial_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_partial_append .SH SYNOPSIS @@ -44,8 +44,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 eb8b7a8..dfa56cf 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append_assure.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append_assure.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_append_assure "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_partial_append_assure "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_partial_append_assure .SH SYNOPSIS @@ -42,8 +42,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e4ea695..d64af20 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append_assure_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_append_assure_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_partial_append_assure_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_partial_append_assure_nulless .SH SYNOPSIS @@ -46,8 +46,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ec2a8e6..3af42f7 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_append_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_append_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_partial_append_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_partial_append_nulless .SH SYNOPSIS @@ -44,8 +44,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ea6edf6..f7a36a7 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mash.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mash.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_mash "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_partial_mash "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_partial_mash .SH SYNOPSIS @@ -49,8 +49,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8752b73..e1c9aa2 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mash_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mash_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_mash_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_partial_mash_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_partial_mash_nulless .SH SYNOPSIS @@ -51,8 +51,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 332772f..dda9cd5 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mish.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mish.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_mish "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_partial_mish "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_partial_mish .SH SYNOPSIS @@ -49,8 +49,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e225681..71c9478 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mish_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_mish_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_mish_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_partial_mish_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_partial_mish_nulless .SH SYNOPSIS @@ -51,8 +51,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 586caf1..6c439a0 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_prepend "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_partial_prepend "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_partial_prepend .SH SYNOPSIS @@ -44,8 +44,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d7211fc..ca0ae8e 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend_assure.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend_assure.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_prepend_assure "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_partial_prepend_assure "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_partial_prepend_assure .SH SYNOPSIS @@ -44,8 +44,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b43f677..72140bf 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend_assure_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_prepend_assure_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_partial_prepend_assure_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_partial_prepend_assure_nulless .SH SYNOPSIS @@ -46,8 +46,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9f26611..8d08b11 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_partial_prepend_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_partial_prepend_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_partial_prepend_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_partial_prepend_nulless .SH SYNOPSIS @@ -44,8 +44,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 92e516d..b150104 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_prepend "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_prepend "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_prepend .SH SYNOPSIS @@ -35,8 +35,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2643631..cdd0e3f 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend_assure.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend_assure.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_prepend_assure "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_prepend_assure "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_prepend_assure .SH SYNOPSIS @@ -35,8 +35,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 29a0080..f30f881 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend_assure_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_prepend_assure_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_prepend_assure_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_prepend_assure_nulless .SH SYNOPSIS @@ -37,8 +37,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d4bacf0..6d6457f 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_prepend_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_prepend_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_prepend_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_prepend_nulless .SH SYNOPSIS @@ -35,8 +35,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2fd6a82..f0e91e6 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a18dcae..c250ef7 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_seek_line.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_seek_line.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_seek_line "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_seek_line "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_seek_line .SH SYNOPSIS @@ -30,15 +30,22 @@ A range within the buffer representing the start and stop locations. The start l .br \fBF_none_stop\fP on success, but stopped at end of range. .br -\fBF_data_not on success, but there was no string data to seek. +\fBF_data_not\fP on success, but there was no string data to seek. .br \fBF_data_not_stop\fP on success, but the range.start > range.stop. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2d9eda0..3a25a31 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_seek_line_to.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_seek_line_to.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_seek_line_to "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_seek_line_to "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_seek_line_to .SH SYNOPSIS @@ -42,8 +42,15 @@ A range within the buffer representing the start and stop locations. The start l \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0e0f1e5..ff1ba56 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_seek_to.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_seek_to.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_seek_to "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_seek_to "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_seek_to .SH SYNOPSIS @@ -42,8 +42,15 @@ A range within the buffer representing the start and stop locations. The start l \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c8e86ca..9d7dea0 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_terminate.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_terminate.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_terminate "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_terminate "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_terminate .SH SYNOPSIS @@ -30,8 +30,15 @@ The new string, which will be allocated or reallocated as necessary. \fBF_string_too_large\fP (with error bit) if string is too large to fit into the buffer. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d85009d..8b4a48b 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamic_terminate_after.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamic_terminate_after.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamic_terminate_after "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamic_terminate_after "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamic_terminate_after .SH SYNOPSIS @@ -32,8 +32,15 @@ The new string, which will be allocated or reallocated as necessary. \fBF_string_too_large\fP (with error bit) if string is too large to fit into the buffer. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 88ae540..fc84d0a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamics_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamics_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamics_adjust .SH SYNOPSIS @@ -24,15 +24,20 @@ The array to resize. .SH RETURN VALUE .PP - -.br \fBF_none\fP on success. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. -.PP +.br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 31ba425..66b5ad5 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_append.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamics_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamics_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamics_append .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination strings the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 541b910..186f3ff 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamics_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamics_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamics_append_all .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination strings the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4328628..576cbd1 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamics_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamics_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamics_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 49a1f4b..70efaa2 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamics_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamics_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamics_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6c8014b..c91bb26 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamics_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamics_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamics_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 95affba..f53b6ac 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamics_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamics_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamics_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 308795a..9d18188 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamics_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamics_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamics_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamics_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamics_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c91041f..5fb857e 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamicss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamicss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamicss_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 37f8396..14c8a1a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_append.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamicss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamicss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamicss_append .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination strings the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ae74047..a399714 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamicss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamicss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamicss_append_all .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination strings the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bc85952..0197436 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamicss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamicss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamicss_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2859dfe..bd973fe 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamicss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamicss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamicss_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f4eb18b..e248f86 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamicss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamicss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamicss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1acea24..e98dbf6 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamicss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamicss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamicss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 330bf68..63fce6f 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_dynamicss_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_dynamicss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_dynamicss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_dynamicss_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_dynamic_adjust\fP(3), \fIf_string_dynamic_append\fP(3), \fIf_string_dynamic_append_assure\fP(3), \fIf_string_dynamic_append_assure_nulless\fP(3), \fIf_string_dynamic_append_nulless\fP(3), \fIf_string_dynamic_decimate_by\fP(3), \fIf_string_dynamic_decrease_by\fP(3), \fIf_string_dynamic_increase\fP(3), \fIf_string_dynamic_increase_by\fP(3), \fIf_string_dynamic_mash\fP(3), \fIf_string_dynamic_mash_nulless\fP(3), \fIf_string_dynamic_mish\fP(3), \fIf_string_dynamic_mish_nulless\fP(3), \fIf_string_dynamic_partial_append\fP(3), \fIf_string_dynamic_partial_append_assure\fP(3), \fIf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_string_dynamic_partial_append_nulless\fP(3), \fIf_string_dynamic_partial_mash\fP(3), \fIf_string_dynamic_partial_mash_nulless\fP(3), \fIf_string_dynamic_partial_mish\fP(3), \fIf_string_dynamic_partial_mish_nulless\fP(3), \fIf_string_dynamic_partial_prepend\fP(3), \fIf_string_dynamic_partial_prepend_assure\fP(3), \fIf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_string_dynamic_prepend\fP(3), \fIf_string_dynamic_prepend_assure\fP(3), \fIf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_string_dynamic_prepend_nulless\fP(3), \fIf_string_dynamic_resize\fP(3), \fIf_string_dynamic_seek_line\fP(3), \fIf_string_dynamic_seek_line_to\fP(3), \fIf_string_dynamic_seek_to\fP(3), \fIf_string_dynamic_terminate\fP(3), \fIf_string_dynamic_terminate_after\fP(3), \fIf_string_dynamics_adjust\fP(3), \fIf_string_dynamics_append\fP(3), \fIf_string_dynamics_append_all\fP(3), \fIf_string_dynamics_decimate_by\fP(3), \fIf_string_dynamics_decrease_by\fP(3), \fIf_string_dynamics_increase\fP(3), \fIf_string_dynamics_increase_by\fP(3), \fIf_string_dynamics_resize\fP(3), \fIf_string_dynamicss_adjust\fP(3), \fIf_string_dynamicss_append\fP(3), \fIf_string_dynamicss_append_all\fP(3), \fIf_string_dynamicss_decimate_by\fP(3), \fIf_string_dynamicss_decrease_by\fP(3), \fIf_string_dynamicss_increase\fP(3), \fIf_string_dynamicss_increase_by\fP(3), \fIf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f711767..b70665e 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multis_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_map_multis_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_map_multis_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The map_multis array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_map_multis_adjust\fP(3), \fIf_string_map_multis_append\fP(3), \fIf_string_map_multis_append_all\fP(3), \fIf_string_map_multis_decimate_by\fP(3), \fIf_string_map_multis_decrease_by\fP(3), \fIf_string_map_multis_increase\fP(3), \fIf_string_map_multis_increase_by\fP(3), \fIf_string_map_multis_resize\fP(3), \fIf_string_map_multiss_adjust\fP(3), \fIf_string_map_multiss_append\fP(3), \fIf_string_map_multiss_append_all\fP(3), \fIf_string_map_multiss_decimate_by\fP(3), \fIf_string_map_multiss_decrease_by\fP(3), \fIf_string_map_multiss_increase\fP(3), \fIf_string_map_multiss_increase_by\fP(3), \fIf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 df8d2d4..fcac602 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_append.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multis_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_map_multis_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_map_multis_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination maps the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_map_multis_adjust\fP(3), \fIf_string_map_multis_append\fP(3), \fIf_string_map_multis_append_all\fP(3), \fIf_string_map_multis_decimate_by\fP(3), \fIf_string_map_multis_decrease_by\fP(3), \fIf_string_map_multis_increase\fP(3), \fIf_string_map_multis_increase_by\fP(3), \fIf_string_map_multis_resize\fP(3), \fIf_string_map_multiss_adjust\fP(3), \fIf_string_map_multiss_append\fP(3), \fIf_string_map_multiss_append_all\fP(3), \fIf_string_map_multiss_decimate_by\fP(3), \fIf_string_map_multiss_decrease_by\fP(3), \fIf_string_map_multiss_increase\fP(3), \fIf_string_map_multiss_increase_by\fP(3), \fIf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6a74dcb..15fcbd7 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multis_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_map_multis_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_map_multis_append_all .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination maps the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_map_multis_adjust\fP(3), \fIf_string_map_multis_append\fP(3), \fIf_string_map_multis_append_all\fP(3), \fIf_string_map_multis_decimate_by\fP(3), \fIf_string_map_multis_decrease_by\fP(3), \fIf_string_map_multis_increase\fP(3), \fIf_string_map_multis_increase_by\fP(3), \fIf_string_map_multis_resize\fP(3), \fIf_string_map_multiss_adjust\fP(3), \fIf_string_map_multiss_append\fP(3), \fIf_string_map_multiss_append_all\fP(3), \fIf_string_map_multiss_decimate_by\fP(3), \fIf_string_map_multiss_decrease_by\fP(3), \fIf_string_map_multiss_increase\fP(3), \fIf_string_map_multiss_increase_by\fP(3), \fIf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9eacd13..6b2d79e 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multis_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_map_multis_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_map_multis_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The map_multis array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_map_multis_adjust\fP(3), \fIf_string_map_multis_append\fP(3), \fIf_string_map_multis_append_all\fP(3), \fIf_string_map_multis_decimate_by\fP(3), \fIf_string_map_multis_decrease_by\fP(3), \fIf_string_map_multis_increase\fP(3), \fIf_string_map_multis_increase_by\fP(3), \fIf_string_map_multis_resize\fP(3), \fIf_string_map_multiss_adjust\fP(3), \fIf_string_map_multiss_append\fP(3), \fIf_string_map_multiss_append_all\fP(3), \fIf_string_map_multiss_decimate_by\fP(3), \fIf_string_map_multiss_decrease_by\fP(3), \fIf_string_map_multiss_increase\fP(3), \fIf_string_map_multiss_increase_by\fP(3), \fIf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b7e00aa..2b6f767 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multis_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_map_multis_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_map_multis_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The map_multis array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_map_multis_adjust\fP(3), \fIf_string_map_multis_append\fP(3), \fIf_string_map_multis_append_all\fP(3), \fIf_string_map_multis_decimate_by\fP(3), \fIf_string_map_multis_decrease_by\fP(3), \fIf_string_map_multis_increase\fP(3), \fIf_string_map_multis_increase_by\fP(3), \fIf_string_map_multis_resize\fP(3), \fIf_string_map_multiss_adjust\fP(3), \fIf_string_map_multiss_append\fP(3), \fIf_string_map_multiss_append_all\fP(3), \fIf_string_map_multiss_decimate_by\fP(3), \fIf_string_map_multiss_decrease_by\fP(3), \fIf_string_map_multiss_increase\fP(3), \fIf_string_map_multiss_increase_by\fP(3), \fIf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 84c6060..3e96ea6 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multis_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_map_multis_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_map_multis_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The map_multis array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_map_multis_adjust\fP(3), \fIf_string_map_multis_append\fP(3), \fIf_string_map_multis_append_all\fP(3), \fIf_string_map_multis_decimate_by\fP(3), \fIf_string_map_multis_decrease_by\fP(3), \fIf_string_map_multis_increase\fP(3), \fIf_string_map_multis_increase_by\fP(3), \fIf_string_map_multis_resize\fP(3), \fIf_string_map_multiss_adjust\fP(3), \fIf_string_map_multiss_append\fP(3), \fIf_string_map_multiss_append_all\fP(3), \fIf_string_map_multiss_decimate_by\fP(3), \fIf_string_map_multiss_decrease_by\fP(3), \fIf_string_map_multiss_increase\fP(3), \fIf_string_map_multiss_increase_by\fP(3), \fIf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9e1c6a6..fa714c0 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multis_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_map_multis_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_map_multis_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The map_multis array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_map_multis_adjust\fP(3), \fIf_string_map_multis_append\fP(3), \fIf_string_map_multis_append_all\fP(3), \fIf_string_map_multis_decimate_by\fP(3), \fIf_string_map_multis_decrease_by\fP(3), \fIf_string_map_multis_increase\fP(3), \fIf_string_map_multis_increase_by\fP(3), \fIf_string_map_multis_resize\fP(3), \fIf_string_map_multiss_adjust\fP(3), \fIf_string_map_multiss_append\fP(3), \fIf_string_map_multiss_append_all\fP(3), \fIf_string_map_multiss_decimate_by\fP(3), \fIf_string_map_multiss_decrease_by\fP(3), \fIf_string_map_multiss_increase\fP(3), \fIf_string_map_multiss_increase_by\fP(3), \fIf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cb53795..dec189f 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multis_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multis_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multis_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_map_multis_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_map_multis_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The map_multis array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_map_multis_adjust\fP(3), \fIf_string_map_multis_append\fP(3), \fIf_string_map_multis_append_all\fP(3), \fIf_string_map_multis_decimate_by\fP(3), \fIf_string_map_multis_decrease_by\fP(3), \fIf_string_map_multis_increase\fP(3), \fIf_string_map_multis_increase_by\fP(3), \fIf_string_map_multis_resize\fP(3), \fIf_string_map_multiss_adjust\fP(3), \fIf_string_map_multiss_append\fP(3), \fIf_string_map_multiss_append_all\fP(3), \fIf_string_map_multiss_decimate_by\fP(3), \fIf_string_map_multiss_decrease_by\fP(3), \fIf_string_map_multiss_increase\fP(3), \fIf_string_map_multiss_increase_by\fP(3), \fIf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2832a92..59f5721 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multiss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_map_multiss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_map_multiss_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The map_multiss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_map_multis_adjust\fP(3), \fIf_string_map_multis_append\fP(3), \fIf_string_map_multis_append_all\fP(3), \fIf_string_map_multis_decimate_by\fP(3), \fIf_string_map_multis_decrease_by\fP(3), \fIf_string_map_multis_increase\fP(3), \fIf_string_map_multis_increase_by\fP(3), \fIf_string_map_multis_resize\fP(3), \fIf_string_map_multiss_adjust\fP(3), \fIf_string_map_multiss_append\fP(3), \fIf_string_map_multiss_append_all\fP(3), \fIf_string_map_multiss_decimate_by\fP(3), \fIf_string_map_multiss_decrease_by\fP(3), \fIf_string_map_multiss_increase\fP(3), \fIf_string_map_multiss_increase_by\fP(3), \fIf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 267e90e..16b9a33 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_append.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multiss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_map_multiss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_map_multiss_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination maps the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_map_multis_adjust\fP(3), \fIf_string_map_multis_append\fP(3), \fIf_string_map_multis_append_all\fP(3), \fIf_string_map_multis_decimate_by\fP(3), \fIf_string_map_multis_decrease_by\fP(3), \fIf_string_map_multis_increase\fP(3), \fIf_string_map_multis_increase_by\fP(3), \fIf_string_map_multis_resize\fP(3), \fIf_string_map_multiss_adjust\fP(3), \fIf_string_map_multiss_append\fP(3), \fIf_string_map_multiss_append_all\fP(3), \fIf_string_map_multiss_decimate_by\fP(3), \fIf_string_map_multiss_decrease_by\fP(3), \fIf_string_map_multiss_increase\fP(3), \fIf_string_map_multiss_increase_by\fP(3), \fIf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 442c9e1..63521b0 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multiss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_map_multiss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_map_multiss_append_all .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination maps the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_map_multis_adjust\fP(3), \fIf_string_map_multis_append\fP(3), \fIf_string_map_multis_append_all\fP(3), \fIf_string_map_multis_decimate_by\fP(3), \fIf_string_map_multis_decrease_by\fP(3), \fIf_string_map_multis_increase\fP(3), \fIf_string_map_multis_increase_by\fP(3), \fIf_string_map_multis_resize\fP(3), \fIf_string_map_multiss_adjust\fP(3), \fIf_string_map_multiss_append\fP(3), \fIf_string_map_multiss_append_all\fP(3), \fIf_string_map_multiss_decimate_by\fP(3), \fIf_string_map_multiss_decrease_by\fP(3), \fIf_string_map_multiss_increase\fP(3), \fIf_string_map_multiss_increase_by\fP(3), \fIf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 dd90dcc..bfd9388 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multiss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_map_multiss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_map_multiss_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The map_multiss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_map_multis_adjust\fP(3), \fIf_string_map_multis_append\fP(3), \fIf_string_map_multis_append_all\fP(3), \fIf_string_map_multis_decimate_by\fP(3), \fIf_string_map_multis_decrease_by\fP(3), \fIf_string_map_multis_increase\fP(3), \fIf_string_map_multis_increase_by\fP(3), \fIf_string_map_multis_resize\fP(3), \fIf_string_map_multiss_adjust\fP(3), \fIf_string_map_multiss_append\fP(3), \fIf_string_map_multiss_append_all\fP(3), \fIf_string_map_multiss_decimate_by\fP(3), \fIf_string_map_multiss_decrease_by\fP(3), \fIf_string_map_multiss_increase\fP(3), \fIf_string_map_multiss_increase_by\fP(3), \fIf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 52ef079..2f5859d 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multiss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_map_multiss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_map_multiss_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The map_multiss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_map_multis_adjust\fP(3), \fIf_string_map_multis_append\fP(3), \fIf_string_map_multis_append_all\fP(3), \fIf_string_map_multis_decimate_by\fP(3), \fIf_string_map_multis_decrease_by\fP(3), \fIf_string_map_multis_increase\fP(3), \fIf_string_map_multis_increase_by\fP(3), \fIf_string_map_multis_resize\fP(3), \fIf_string_map_multiss_adjust\fP(3), \fIf_string_map_multiss_append\fP(3), \fIf_string_map_multiss_append_all\fP(3), \fIf_string_map_multiss_decimate_by\fP(3), \fIf_string_map_multiss_decrease_by\fP(3), \fIf_string_map_multiss_increase\fP(3), \fIf_string_map_multiss_increase_by\fP(3), \fIf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 96658cb..5633c4a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multiss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_map_multiss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_map_multiss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The map_multiss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_map_multis_adjust\fP(3), \fIf_string_map_multis_append\fP(3), \fIf_string_map_multis_append_all\fP(3), \fIf_string_map_multis_decimate_by\fP(3), \fIf_string_map_multis_decrease_by\fP(3), \fIf_string_map_multis_increase\fP(3), \fIf_string_map_multis_increase_by\fP(3), \fIf_string_map_multis_resize\fP(3), \fIf_string_map_multiss_adjust\fP(3), \fIf_string_map_multiss_append\fP(3), \fIf_string_map_multiss_append_all\fP(3), \fIf_string_map_multiss_decimate_by\fP(3), \fIf_string_map_multiss_decrease_by\fP(3), \fIf_string_map_multiss_increase\fP(3), \fIf_string_map_multiss_increase_by\fP(3), \fIf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 06cb745..f936146 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multiss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_map_multiss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_map_multiss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The map_multiss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_map_multis_adjust\fP(3), \fIf_string_map_multis_append\fP(3), \fIf_string_map_multis_append_all\fP(3), \fIf_string_map_multis_decimate_by\fP(3), \fIf_string_map_multis_decrease_by\fP(3), \fIf_string_map_multis_increase\fP(3), \fIf_string_map_multis_increase_by\fP(3), \fIf_string_map_multis_resize\fP(3), \fIf_string_map_multiss_adjust\fP(3), \fIf_string_map_multiss_append\fP(3), \fIf_string_map_multiss_append_all\fP(3), \fIf_string_map_multiss_decimate_by\fP(3), \fIf_string_map_multiss_decrease_by\fP(3), \fIf_string_map_multiss_increase\fP(3), \fIf_string_map_multiss_increase_by\fP(3), \fIf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2d897a8..d0f3920 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_map_multiss_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_map_multiss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_map_multiss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_map_multiss_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The map_multiss array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_map_multis_adjust\fP(3), \fIf_string_map_multis_append\fP(3), \fIf_string_map_multis_append_all\fP(3), \fIf_string_map_multis_decimate_by\fP(3), \fIf_string_map_multis_decrease_by\fP(3), \fIf_string_map_multis_increase\fP(3), \fIf_string_map_multis_increase_by\fP(3), \fIf_string_map_multis_resize\fP(3), \fIf_string_map_multiss_adjust\fP(3), \fIf_string_map_multiss_append\fP(3), \fIf_string_map_multiss_append_all\fP(3), \fIf_string_map_multiss_decimate_by\fP(3), \fIf_string_map_multiss_decrease_by\fP(3), \fIf_string_map_multiss_increase\fP(3), \fIf_string_map_multiss_increase_by\fP(3), \fIf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 90e70af..0b1b083 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_maps_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_maps_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_maps_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_maps_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_maps_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string maps array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_maps_adjust\fP(3), \fIf_string_maps_append\fP(3), \fIf_string_maps_append_all\fP(3), \fIf_string_maps_decimate_by\fP(3), \fIf_string_maps_decrease_by\fP(3), \fIf_string_maps_increase\fP(3), \fIf_string_maps_increase_by\fP(3), \fIf_string_maps_resize\fP(3), \fIf_string_mapss_adjust\fP(3), \fIf_string_mapss_append\fP(3), \fIf_string_mapss_append_all\fP(3), \fIf_string_mapss_decimate_by\fP(3), \fIf_string_mapss_decrease_by\fP(3), \fIf_string_mapss_increase\fP(3), \fIf_string_mapss_increase_by\fP(3), \fIf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 37733ec..d69c3a3 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_maps_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_maps_append.3 @@ -1,4 +1,4 @@ -.TH f_string_maps_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_maps_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_maps_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination maps the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_maps_adjust\fP(3), \fIf_string_maps_append\fP(3), \fIf_string_maps_append_all\fP(3), \fIf_string_maps_decimate_by\fP(3), \fIf_string_maps_decrease_by\fP(3), \fIf_string_maps_increase\fP(3), \fIf_string_maps_increase_by\fP(3), \fIf_string_maps_resize\fP(3), \fIf_string_mapss_adjust\fP(3), \fIf_string_mapss_append\fP(3), \fIf_string_mapss_append_all\fP(3), \fIf_string_mapss_decimate_by\fP(3), \fIf_string_mapss_decrease_by\fP(3), \fIf_string_mapss_increase\fP(3), \fIf_string_mapss_increase_by\fP(3), \fIf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3cf03c6..f69563c 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_maps_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_maps_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_maps_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_maps_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_maps_append_all .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination maps the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_maps_adjust\fP(3), \fIf_string_maps_append\fP(3), \fIf_string_maps_append_all\fP(3), \fIf_string_maps_decimate_by\fP(3), \fIf_string_maps_decrease_by\fP(3), \fIf_string_maps_increase\fP(3), \fIf_string_maps_increase_by\fP(3), \fIf_string_maps_resize\fP(3), \fIf_string_mapss_adjust\fP(3), \fIf_string_mapss_append\fP(3), \fIf_string_mapss_append_all\fP(3), \fIf_string_mapss_decimate_by\fP(3), \fIf_string_mapss_decrease_by\fP(3), \fIf_string_mapss_increase\fP(3), \fIf_string_mapss_increase_by\fP(3), \fIf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bdbab67..739314e 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_maps_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_maps_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_maps_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_maps_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_maps_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string maps array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_maps_adjust\fP(3), \fIf_string_maps_append\fP(3), \fIf_string_maps_append_all\fP(3), \fIf_string_maps_decimate_by\fP(3), \fIf_string_maps_decrease_by\fP(3), \fIf_string_maps_increase\fP(3), \fIf_string_maps_increase_by\fP(3), \fIf_string_maps_resize\fP(3), \fIf_string_mapss_adjust\fP(3), \fIf_string_mapss_append\fP(3), \fIf_string_mapss_append_all\fP(3), \fIf_string_mapss_decimate_by\fP(3), \fIf_string_mapss_decrease_by\fP(3), \fIf_string_mapss_increase\fP(3), \fIf_string_mapss_increase_by\fP(3), \fIf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 feeada1..48fa928 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_maps_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_maps_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_maps_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_maps_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_maps_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The string maps array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_maps_adjust\fP(3), \fIf_string_maps_append\fP(3), \fIf_string_maps_append_all\fP(3), \fIf_string_maps_decimate_by\fP(3), \fIf_string_maps_decrease_by\fP(3), \fIf_string_maps_increase\fP(3), \fIf_string_maps_increase_by\fP(3), \fIf_string_maps_resize\fP(3), \fIf_string_mapss_adjust\fP(3), \fIf_string_mapss_append\fP(3), \fIf_string_mapss_append_all\fP(3), \fIf_string_mapss_decimate_by\fP(3), \fIf_string_mapss_decrease_by\fP(3), \fIf_string_mapss_increase\fP(3), \fIf_string_mapss_increase_by\fP(3), \fIf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6ac2d66..33c9ab2 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_maps_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_maps_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_maps_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_maps_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_maps_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string maps array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_maps_adjust\fP(3), \fIf_string_maps_append\fP(3), \fIf_string_maps_append_all\fP(3), \fIf_string_maps_decimate_by\fP(3), \fIf_string_maps_decrease_by\fP(3), \fIf_string_maps_increase\fP(3), \fIf_string_maps_increase_by\fP(3), \fIf_string_maps_resize\fP(3), \fIf_string_mapss_adjust\fP(3), \fIf_string_mapss_append\fP(3), \fIf_string_mapss_append_all\fP(3), \fIf_string_mapss_decimate_by\fP(3), \fIf_string_mapss_decrease_by\fP(3), \fIf_string_mapss_increase\fP(3), \fIf_string_mapss_increase_by\fP(3), \fIf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1bddf34..82b51af 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_maps_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_maps_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_maps_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_maps_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_maps_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string maps array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_maps_adjust\fP(3), \fIf_string_maps_append\fP(3), \fIf_string_maps_append_all\fP(3), \fIf_string_maps_decimate_by\fP(3), \fIf_string_maps_decrease_by\fP(3), \fIf_string_maps_increase\fP(3), \fIf_string_maps_increase_by\fP(3), \fIf_string_maps_resize\fP(3), \fIf_string_mapss_adjust\fP(3), \fIf_string_mapss_append\fP(3), \fIf_string_mapss_append_all\fP(3), \fIf_string_mapss_decimate_by\fP(3), \fIf_string_mapss_decrease_by\fP(3), \fIf_string_mapss_increase\fP(3), \fIf_string_mapss_increase_by\fP(3), \fIf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 93c474c..03c1b76 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_maps_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_maps_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_maps_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_maps_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_maps_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string maps array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_maps_adjust\fP(3), \fIf_string_maps_append\fP(3), \fIf_string_maps_append_all\fP(3), \fIf_string_maps_decimate_by\fP(3), \fIf_string_maps_decrease_by\fP(3), \fIf_string_maps_increase\fP(3), \fIf_string_maps_increase_by\fP(3), \fIf_string_maps_resize\fP(3), \fIf_string_mapss_adjust\fP(3), \fIf_string_mapss_append\fP(3), \fIf_string_mapss_append_all\fP(3), \fIf_string_mapss_decimate_by\fP(3), \fIf_string_mapss_decrease_by\fP(3), \fIf_string_mapss_increase\fP(3), \fIf_string_mapss_increase_by\fP(3), \fIf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 14b8d15..987ccfd 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mapss_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mapss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_mapss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_mapss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_mapss_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string mapss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_maps_adjust\fP(3), \fIf_string_maps_append\fP(3), \fIf_string_maps_append_all\fP(3), \fIf_string_maps_decimate_by\fP(3), \fIf_string_maps_decrease_by\fP(3), \fIf_string_maps_increase\fP(3), \fIf_string_maps_increase_by\fP(3), \fIf_string_maps_resize\fP(3), \fIf_string_mapss_adjust\fP(3), \fIf_string_mapss_append\fP(3), \fIf_string_mapss_append_all\fP(3), \fIf_string_mapss_decimate_by\fP(3), \fIf_string_mapss_decrease_by\fP(3), \fIf_string_mapss_increase\fP(3), \fIf_string_mapss_increase_by\fP(3), \fIf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b86893d..37a3700 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mapss_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mapss_append.3 @@ -1,4 +1,4 @@ -.TH f_string_mapss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_mapss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_mapss_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination mapss the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_maps_adjust\fP(3), \fIf_string_maps_append\fP(3), \fIf_string_maps_append_all\fP(3), \fIf_string_maps_decimate_by\fP(3), \fIf_string_maps_decrease_by\fP(3), \fIf_string_maps_increase\fP(3), \fIf_string_maps_increase_by\fP(3), \fIf_string_maps_resize\fP(3), \fIf_string_mapss_adjust\fP(3), \fIf_string_mapss_append\fP(3), \fIf_string_mapss_append_all\fP(3), \fIf_string_mapss_decimate_by\fP(3), \fIf_string_mapss_decrease_by\fP(3), \fIf_string_mapss_increase\fP(3), \fIf_string_mapss_increase_by\fP(3), \fIf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9f88db4..3d3fd50 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mapss_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mapss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_mapss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_mapss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_mapss_append_all .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination mapss the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_maps_adjust\fP(3), \fIf_string_maps_append\fP(3), \fIf_string_maps_append_all\fP(3), \fIf_string_maps_decimate_by\fP(3), \fIf_string_maps_decrease_by\fP(3), \fIf_string_maps_increase\fP(3), \fIf_string_maps_increase_by\fP(3), \fIf_string_maps_resize\fP(3), \fIf_string_mapss_adjust\fP(3), \fIf_string_mapss_append\fP(3), \fIf_string_mapss_append_all\fP(3), \fIf_string_mapss_decimate_by\fP(3), \fIf_string_mapss_decrease_by\fP(3), \fIf_string_mapss_increase\fP(3), \fIf_string_mapss_increase_by\fP(3), \fIf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cd09ca0..7826837 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mapss_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mapss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_mapss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_mapss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_mapss_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string mapss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_maps_adjust\fP(3), \fIf_string_maps_append\fP(3), \fIf_string_maps_append_all\fP(3), \fIf_string_maps_decimate_by\fP(3), \fIf_string_maps_decrease_by\fP(3), \fIf_string_maps_increase\fP(3), \fIf_string_maps_increase_by\fP(3), \fIf_string_maps_resize\fP(3), \fIf_string_mapss_adjust\fP(3), \fIf_string_mapss_append\fP(3), \fIf_string_mapss_append_all\fP(3), \fIf_string_mapss_decimate_by\fP(3), \fIf_string_mapss_decrease_by\fP(3), \fIf_string_mapss_increase\fP(3), \fIf_string_mapss_increase_by\fP(3), \fIf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5f0bedf..8a64834 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mapss_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mapss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_mapss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_mapss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_mapss_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string mapss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_maps_adjust\fP(3), \fIf_string_maps_append\fP(3), \fIf_string_maps_append_all\fP(3), \fIf_string_maps_decimate_by\fP(3), \fIf_string_maps_decrease_by\fP(3), \fIf_string_maps_increase\fP(3), \fIf_string_maps_increase_by\fP(3), \fIf_string_maps_resize\fP(3), \fIf_string_mapss_adjust\fP(3), \fIf_string_mapss_append\fP(3), \fIf_string_mapss_append_all\fP(3), \fIf_string_mapss_decimate_by\fP(3), \fIf_string_mapss_decrease_by\fP(3), \fIf_string_mapss_increase\fP(3), \fIf_string_mapss_increase_by\fP(3), \fIf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3680c36..b30ab99 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mapss_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mapss_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_mapss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_mapss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_mapss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string mapss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_maps_adjust\fP(3), \fIf_string_maps_append\fP(3), \fIf_string_maps_append_all\fP(3), \fIf_string_maps_decimate_by\fP(3), \fIf_string_maps_decrease_by\fP(3), \fIf_string_maps_increase\fP(3), \fIf_string_maps_increase_by\fP(3), \fIf_string_maps_resize\fP(3), \fIf_string_mapss_adjust\fP(3), \fIf_string_mapss_append\fP(3), \fIf_string_mapss_append_all\fP(3), \fIf_string_mapss_decimate_by\fP(3), \fIf_string_mapss_decrease_by\fP(3), \fIf_string_mapss_increase\fP(3), \fIf_string_mapss_increase_by\fP(3), \fIf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8d9a26c..0f7f8c3 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mapss_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mapss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_mapss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_mapss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_mapss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string mapss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_maps_adjust\fP(3), \fIf_string_maps_append\fP(3), \fIf_string_maps_append_all\fP(3), \fIf_string_maps_decimate_by\fP(3), \fIf_string_maps_decrease_by\fP(3), \fIf_string_maps_increase\fP(3), \fIf_string_maps_increase_by\fP(3), \fIf_string_maps_resize\fP(3), \fIf_string_mapss_adjust\fP(3), \fIf_string_mapss_append\fP(3), \fIf_string_mapss_append_all\fP(3), \fIf_string_mapss_decimate_by\fP(3), \fIf_string_mapss_decrease_by\fP(3), \fIf_string_mapss_increase\fP(3), \fIf_string_mapss_increase_by\fP(3), \fIf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f94a64a..3002430 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mapss_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mapss_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_mapss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_mapss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_mapss_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string mapss array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_maps_adjust\fP(3), \fIf_string_maps_append\fP(3), \fIf_string_maps_append_all\fP(3), \fIf_string_maps_decimate_by\fP(3), \fIf_string_maps_decrease_by\fP(3), \fIf_string_maps_increase\fP(3), \fIf_string_maps_increase_by\fP(3), \fIf_string_maps_resize\fP(3), \fIf_string_mapss_adjust\fP(3), \fIf_string_mapss_append\fP(3), \fIf_string_mapss_append_all\fP(3), \fIf_string_mapss_decimate_by\fP(3), \fIf_string_mapss_decrease_by\fP(3), \fIf_string_mapss_increase\fP(3), \fIf_string_mapss_increase_by\fP(3), \fIf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4419067..b200260 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mash.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mash.3 @@ -1,4 +1,4 @@ -.TH f_string_mash "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_mash "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_mash .SH SYNOPSIS @@ -50,8 +50,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_append\fP(3), \fIf_string_append_assure\fP(3), \fIf_string_append_assure_nulless\fP(3), \fIf_string_append_nulless\fP(3), \fIf_string_mash\fP(3), \fIf_string_mash_nulless\fP(3), \fIf_string_mish\fP(3), \fIf_string_mish_nulless\fP(3), \fIf_string_prepend\fP(3), \fIf_string_prepend_assure\fP(3), \fIf_string_prepend_assure_nulless\fP(3), \fIf_string_prepend_nulless\fP(3), \fIf_string_seek_line\fP(3), \fIf_string_seek_line_to\fP(3), \fIf_string_seek_to\fP(3), \fIf_memory_resize()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a512184..c8816d6 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mash_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mash_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_mash_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_mash_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_mash_nulless .SH SYNOPSIS @@ -52,8 +52,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_append\fP(3), \fIf_string_append_assure\fP(3), \fIf_string_append_assure_nulless\fP(3), \fIf_string_append_nulless\fP(3), \fIf_string_mash\fP(3), \fIf_string_mash_nulless\fP(3), \fIf_string_mish\fP(3), \fIf_string_mish_nulless\fP(3), \fIf_string_prepend\fP(3), \fIf_string_prepend_assure\fP(3), \fIf_string_prepend_assure_nulless\fP(3), \fIf_string_prepend_nulless\fP(3), \fIf_string_seek_line\fP(3), \fIf_string_seek_line_to\fP(3), \fIf_string_seek_to\fP(3), \fIf_memory_resize()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5523f90..3fcbebe 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mish.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mish.3 @@ -1,4 +1,4 @@ -.TH f_string_mish "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_mish "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_mish .SH SYNOPSIS @@ -50,8 +50,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_append\fP(3), \fIf_string_append_assure\fP(3), \fIf_string_append_assure_nulless\fP(3), \fIf_string_append_nulless\fP(3), \fIf_string_mash\fP(3), \fIf_string_mash_nulless\fP(3), \fIf_string_mish\fP(3), \fIf_string_mish_nulless\fP(3), \fIf_string_prepend\fP(3), \fIf_string_prepend_assure\fP(3), \fIf_string_prepend_assure_nulless\fP(3), \fIf_string_prepend_nulless\fP(3), \fIf_string_seek_line\fP(3), \fIf_string_seek_line_to\fP(3), \fIf_string_seek_to\fP(3), \fIf_memory_resize()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e8a0a0d..2a6505f 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_mish_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_mish_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_mish_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_mish_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_mish_nulless .SH SYNOPSIS @@ -52,8 +52,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_append\fP(3), \fIf_string_append_assure\fP(3), \fIf_string_append_assure_nulless\fP(3), \fIf_string_append_nulless\fP(3), \fIf_string_mash\fP(3), \fIf_string_mash_nulless\fP(3), \fIf_string_mish\fP(3), \fIf_string_mish_nulless\fP(3), \fIf_string_prepend\fP(3), \fIf_string_prepend_assure\fP(3), \fIf_string_prepend_assure_nulless\fP(3), \fIf_string_prepend_nulless\fP(3), \fIf_string_seek_line\fP(3), \fIf_string_seek_line_to\fP(3), \fIf_string_seek_to\fP(3), \fIf_memory_resize()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2914297..14855e4 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_prepend.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_prepend.3 @@ -1,4 +1,4 @@ -.TH f_string_prepend "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_prepend "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_prepend .SH SYNOPSIS @@ -40,8 +40,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_append\fP(3), \fIf_string_append_assure\fP(3), \fIf_string_append_assure_nulless\fP(3), \fIf_string_append_nulless\fP(3), \fIf_string_mash\fP(3), \fIf_string_mash_nulless\fP(3), \fIf_string_mish\fP(3), \fIf_string_mish_nulless\fP(3), \fIf_string_prepend\fP(3), \fIf_string_prepend_assure\fP(3), \fIf_string_prepend_assure_nulless\fP(3), \fIf_string_prepend_nulless\fP(3), \fIf_string_seek_line\fP(3), \fIf_string_seek_line_to\fP(3), \fIf_string_seek_to\fP(3), \fIf_memory_resize()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f87bd93..79951b6 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_prepend_assure.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_prepend_assure.3 @@ -1,4 +1,4 @@ -.TH f_string_prepend_assure "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_prepend_assure "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_prepend_assure .SH SYNOPSIS @@ -42,8 +42,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_append\fP(3), \fIf_string_append_assure\fP(3), \fIf_string_append_assure_nulless\fP(3), \fIf_string_append_nulless\fP(3), \fIf_string_mash\fP(3), \fIf_string_mash_nulless\fP(3), \fIf_string_mish\fP(3), \fIf_string_mish_nulless\fP(3), \fIf_string_prepend\fP(3), \fIf_string_prepend_assure\fP(3), \fIf_string_prepend_assure_nulless\fP(3), \fIf_string_prepend_nulless\fP(3), \fIf_string_seek_line\fP(3), \fIf_string_seek_line_to\fP(3), \fIf_string_seek_to\fP(3), \fIf_memory_resize()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a7c11d8..90c7db5 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_prepend_assure_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_prepend_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_prepend_assure_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_prepend_assure_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_prepend_assure_nulless .SH SYNOPSIS @@ -42,8 +42,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_append\fP(3), \fIf_string_append_assure\fP(3), \fIf_string_append_assure_nulless\fP(3), \fIf_string_append_nulless\fP(3), \fIf_string_mash\fP(3), \fIf_string_mash_nulless\fP(3), \fIf_string_mish\fP(3), \fIf_string_mish_nulless\fP(3), \fIf_string_prepend\fP(3), \fIf_string_prepend_assure\fP(3), \fIf_string_prepend_assure_nulless\fP(3), \fIf_string_prepend_nulless\fP(3), \fIf_string_seek_line\fP(3), \fIf_string_seek_line_to\fP(3), \fIf_string_seek_to\fP(3), \fIf_memory_resize()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1f7f689..c7346c7 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_prepend_nulless.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_prepend_nulless.3 @@ -1,4 +1,4 @@ -.TH f_string_prepend_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_prepend_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_prepend_nulless .SH SYNOPSIS @@ -42,8 +42,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_append\fP(3), \fIf_string_append_assure\fP(3), \fIf_string_append_assure_nulless\fP(3), \fIf_string_append_nulless\fP(3), \fIf_string_mash\fP(3), \fIf_string_mash_nulless\fP(3), \fIf_string_mish\fP(3), \fIf_string_mish_nulless\fP(3), \fIf_string_prepend\fP(3), \fIf_string_prepend_assure\fP(3), \fIf_string_prepend_assure_nulless\fP(3), \fIf_string_prepend_nulless\fP(3), \fIf_string_seek_line\fP(3), \fIf_string_seek_line_to\fP(3), \fIf_string_seek_to\fP(3), \fIf_memory_resize()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e580416..f3d309d 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_quantitys_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_quantitys_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_quantitys_adjust .SH SYNOPSIS @@ -24,15 +24,20 @@ The string quantitys array to resize. .SH RETURN VALUE .PP - -.br \fBF_none\fP on success. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_quantitys_adjust\fP(3), \fIf_string_quantitys_append\fP(3), \fIf_string_quantitys_append_all\fP(3), \fIf_string_quantitys_decimate_by\fP(3), \fIf_string_quantitys_decrease_by\fP(3), \fIf_string_quantitys_increase\fP(3), \fIf_string_quantitys_increase_by\fP(3), \fIf_string_quantitys_resize\fP(3), \fIf_string_quantityss_adjust\fP(3), \fIf_string_quantityss_append\fP(3), \fIf_string_quantityss_append_all\fP(3), \fIf_string_quantityss_decimate_by\fP(3), \fIf_string_quantityss_decrease_by\fP(3), \fIf_string_quantityss_increase\fP(3), \fIf_string_quantityss_increase_by\fP(3), \fIf_string_quantityss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7b29329..953fe6d 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_append.3 @@ -1,4 +1,4 @@ -.TH f_string_quantitys_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_quantitys_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_quantitys_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination quantitys the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_quantitys_adjust\fP(3), \fIf_string_quantitys_append\fP(3), \fIf_string_quantitys_append_all\fP(3), \fIf_string_quantitys_decimate_by\fP(3), \fIf_string_quantitys_decrease_by\fP(3), \fIf_string_quantitys_increase\fP(3), \fIf_string_quantitys_increase_by\fP(3), \fIf_string_quantitys_resize\fP(3), \fIf_string_quantityss_adjust\fP(3), \fIf_string_quantityss_append\fP(3), \fIf_string_quantityss_append_all\fP(3), \fIf_string_quantityss_decimate_by\fP(3), \fIf_string_quantityss_decrease_by\fP(3), \fIf_string_quantityss_increase\fP(3), \fIf_string_quantityss_increase_by\fP(3), \fIf_string_quantityss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 32f3160..cb46b51 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_quantitys_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_quantitys_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_quantitys_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination quantitys the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_quantitys_adjust\fP(3), \fIf_string_quantitys_append\fP(3), \fIf_string_quantitys_append_all\fP(3), \fIf_string_quantitys_decimate_by\fP(3), \fIf_string_quantitys_decrease_by\fP(3), \fIf_string_quantitys_increase\fP(3), \fIf_string_quantitys_increase_by\fP(3), \fIf_string_quantitys_resize\fP(3), \fIf_string_quantityss_adjust\fP(3), \fIf_string_quantityss_append\fP(3), \fIf_string_quantityss_append_all\fP(3), \fIf_string_quantityss_decimate_by\fP(3), \fIf_string_quantityss_decrease_by\fP(3), \fIf_string_quantityss_increase\fP(3), \fIf_string_quantityss_increase_by\fP(3), \fIf_string_quantityss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6fe137d..867a964 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_quantitys_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_quantitys_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_quantitys_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string quantitys array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_quantitys_adjust\fP(3), \fIf_string_quantitys_append\fP(3), \fIf_string_quantitys_append_all\fP(3), \fIf_string_quantitys_decimate_by\fP(3), \fIf_string_quantitys_decrease_by\fP(3), \fIf_string_quantitys_increase\fP(3), \fIf_string_quantitys_increase_by\fP(3), \fIf_string_quantitys_resize\fP(3), \fIf_string_quantityss_adjust\fP(3), \fIf_string_quantityss_append\fP(3), \fIf_string_quantityss_append_all\fP(3), \fIf_string_quantityss_decimate_by\fP(3), \fIf_string_quantityss_decrease_by\fP(3), \fIf_string_quantityss_increase\fP(3), \fIf_string_quantityss_increase_by\fP(3), \fIf_string_quantityss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 76e0918..d2b24cd 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_quantitys_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_quantitys_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_quantitys_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The string quantitys array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_quantitys_adjust\fP(3), \fIf_string_quantitys_append\fP(3), \fIf_string_quantitys_append_all\fP(3), \fIf_string_quantitys_decimate_by\fP(3), \fIf_string_quantitys_decrease_by\fP(3), \fIf_string_quantitys_increase\fP(3), \fIf_string_quantitys_increase_by\fP(3), \fIf_string_quantitys_resize\fP(3), \fIf_string_quantityss_adjust\fP(3), \fIf_string_quantityss_append\fP(3), \fIf_string_quantityss_append_all\fP(3), \fIf_string_quantityss_decimate_by\fP(3), \fIf_string_quantityss_decrease_by\fP(3), \fIf_string_quantityss_increase\fP(3), \fIf_string_quantityss_increase_by\fP(3), \fIf_string_quantityss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5695768..1cf5228 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_quantitys_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_quantitys_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_quantitys_increase .SH SYNOPSIS @@ -33,8 +33,15 @@ The string quantitys array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_quantitys_adjust\fP(3), \fIf_string_quantitys_append\fP(3), \fIf_string_quantitys_append_all\fP(3), \fIf_string_quantitys_decimate_by\fP(3), \fIf_string_quantitys_decrease_by\fP(3), \fIf_string_quantitys_increase\fP(3), \fIf_string_quantitys_increase_by\fP(3), \fIf_string_quantitys_resize\fP(3), \fIf_string_quantityss_adjust\fP(3), \fIf_string_quantityss_append\fP(3), \fIf_string_quantityss_append_all\fP(3), \fIf_string_quantityss_decimate_by\fP(3), \fIf_string_quantityss_decrease_by\fP(3), \fIf_string_quantityss_increase\fP(3), \fIf_string_quantityss_increase_by\fP(3), \fIf_string_quantityss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 aca3ce0..0a1285b 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_quantitys_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_quantitys_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_quantitys_increase_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string quantitys array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_quantitys_adjust\fP(3), \fIf_string_quantitys_append\fP(3), \fIf_string_quantitys_append_all\fP(3), \fIf_string_quantitys_decimate_by\fP(3), \fIf_string_quantitys_decrease_by\fP(3), \fIf_string_quantitys_increase\fP(3), \fIf_string_quantitys_increase_by\fP(3), \fIf_string_quantitys_resize\fP(3), \fIf_string_quantityss_adjust\fP(3), \fIf_string_quantityss_append\fP(3), \fIf_string_quantityss_append_all\fP(3), \fIf_string_quantityss_decimate_by\fP(3), \fIf_string_quantityss_decrease_by\fP(3), \fIf_string_quantityss_increase\fP(3), \fIf_string_quantityss_increase_by\fP(3), \fIf_string_quantityss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3f7ea42..724d173 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantitys_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantitys_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_quantitys_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_quantitys_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_quantitys_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string quantitys array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_quantitys_adjust\fP(3), \fIf_string_quantitys_append\fP(3), \fIf_string_quantitys_append_all\fP(3), \fIf_string_quantitys_decimate_by\fP(3), \fIf_string_quantitys_decrease_by\fP(3), \fIf_string_quantitys_increase\fP(3), \fIf_string_quantitys_increase_by\fP(3), \fIf_string_quantitys_resize\fP(3), \fIf_string_quantityss_adjust\fP(3), \fIf_string_quantityss_append\fP(3), \fIf_string_quantityss_append_all\fP(3), \fIf_string_quantityss_decimate_by\fP(3), \fIf_string_quantityss_decrease_by\fP(3), \fIf_string_quantityss_increase\fP(3), \fIf_string_quantityss_increase_by\fP(3), \fIf_string_quantityss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5a5c55f..2bcac6b 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_quantityss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_quantityss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_quantityss_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string quantityss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_quantitys_adjust\fP(3), \fIf_string_quantitys_append\fP(3), \fIf_string_quantitys_append_all\fP(3), \fIf_string_quantitys_decimate_by\fP(3), \fIf_string_quantitys_decrease_by\fP(3), \fIf_string_quantitys_increase\fP(3), \fIf_string_quantitys_increase_by\fP(3), \fIf_string_quantitys_resize\fP(3), \fIf_string_quantityss_adjust\fP(3), \fIf_string_quantityss_append\fP(3), \fIf_string_quantityss_append_all\fP(3), \fIf_string_quantityss_decimate_by\fP(3), \fIf_string_quantityss_decrease_by\fP(3), \fIf_string_quantityss_increase\fP(3), \fIf_string_quantityss_increase_by\fP(3), \fIf_string_quantityss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4faad18..9a63631 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_append.3 @@ -1,4 +1,4 @@ -.TH f_string_quantityss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_quantityss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_quantityss_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination quantityss the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_quantitys_adjust\fP(3), \fIf_string_quantitys_append\fP(3), \fIf_string_quantitys_append_all\fP(3), \fIf_string_quantitys_decimate_by\fP(3), \fIf_string_quantitys_decrease_by\fP(3), \fIf_string_quantitys_increase\fP(3), \fIf_string_quantitys_increase_by\fP(3), \fIf_string_quantitys_resize\fP(3), \fIf_string_quantityss_adjust\fP(3), \fIf_string_quantityss_append\fP(3), \fIf_string_quantityss_append_all\fP(3), \fIf_string_quantityss_decimate_by\fP(3), \fIf_string_quantityss_decrease_by\fP(3), \fIf_string_quantityss_increase\fP(3), \fIf_string_quantityss_increase_by\fP(3), \fIf_string_quantityss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fd3dcd3..8100d4b 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_quantityss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_quantityss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_quantityss_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination quantityss the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_quantitys_adjust\fP(3), \fIf_string_quantitys_append\fP(3), \fIf_string_quantitys_append_all\fP(3), \fIf_string_quantitys_decimate_by\fP(3), \fIf_string_quantitys_decrease_by\fP(3), \fIf_string_quantitys_increase\fP(3), \fIf_string_quantitys_increase_by\fP(3), \fIf_string_quantitys_resize\fP(3), \fIf_string_quantityss_adjust\fP(3), \fIf_string_quantityss_append\fP(3), \fIf_string_quantityss_append_all\fP(3), \fIf_string_quantityss_decimate_by\fP(3), \fIf_string_quantityss_decrease_by\fP(3), \fIf_string_quantityss_increase\fP(3), \fIf_string_quantityss_increase_by\fP(3), \fIf_string_quantityss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bfc2829..21fd8a4 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_quantityss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_quantityss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_quantityss_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string quantityss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_quantitys_adjust\fP(3), \fIf_string_quantitys_append\fP(3), \fIf_string_quantitys_append_all\fP(3), \fIf_string_quantitys_decimate_by\fP(3), \fIf_string_quantitys_decrease_by\fP(3), \fIf_string_quantitys_increase\fP(3), \fIf_string_quantitys_increase_by\fP(3), \fIf_string_quantitys_resize\fP(3), \fIf_string_quantityss_adjust\fP(3), \fIf_string_quantityss_append\fP(3), \fIf_string_quantityss_append_all\fP(3), \fIf_string_quantityss_decimate_by\fP(3), \fIf_string_quantityss_decrease_by\fP(3), \fIf_string_quantityss_increase\fP(3), \fIf_string_quantityss_increase_by\fP(3), \fIf_string_quantityss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5745333..80a2493 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_quantityss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_quantityss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_quantityss_decrease_by .SH SYNOPSIS @@ -25,13 +25,21 @@ A positive number representing how much to decrease the size by. The string quantityss array to resize. .SH RETURN VALUE +.PP \fBF_none\fP on success. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_quantitys_adjust\fP(3), \fIf_string_quantitys_append\fP(3), \fIf_string_quantitys_append_all\fP(3), \fIf_string_quantitys_decimate_by\fP(3), \fIf_string_quantitys_decrease_by\fP(3), \fIf_string_quantitys_increase\fP(3), \fIf_string_quantitys_increase_by\fP(3), \fIf_string_quantitys_resize\fP(3), \fIf_string_quantityss_adjust\fP(3), \fIf_string_quantityss_append\fP(3), \fIf_string_quantityss_append_all\fP(3), \fIf_string_quantityss_decimate_by\fP(3), \fIf_string_quantityss_decrease_by\fP(3), \fIf_string_quantityss_increase\fP(3), \fIf_string_quantityss_increase_by\fP(3), \fIf_string_quantityss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2f32cc2..5ef7f85 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_quantityss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_quantityss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_quantityss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string quantityss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_quantitys_adjust\fP(3), \fIf_string_quantitys_append\fP(3), \fIf_string_quantitys_append_all\fP(3), \fIf_string_quantitys_decimate_by\fP(3), \fIf_string_quantitys_decrease_by\fP(3), \fIf_string_quantitys_increase\fP(3), \fIf_string_quantitys_increase_by\fP(3), \fIf_string_quantitys_resize\fP(3), \fIf_string_quantityss_adjust\fP(3), \fIf_string_quantityss_append\fP(3), \fIf_string_quantityss_append_all\fP(3), \fIf_string_quantityss_decimate_by\fP(3), \fIf_string_quantityss_decrease_by\fP(3), \fIf_string_quantityss_increase\fP(3), \fIf_string_quantityss_increase_by\fP(3), \fIf_string_quantityss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 31d24b8..5fbc487 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_quantityss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_quantityss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_quantityss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string quantityss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_quantitys_adjust\fP(3), \fIf_string_quantitys_append\fP(3), \fIf_string_quantitys_append_all\fP(3), \fIf_string_quantitys_decimate_by\fP(3), \fIf_string_quantitys_decrease_by\fP(3), \fIf_string_quantitys_increase\fP(3), \fIf_string_quantitys_increase_by\fP(3), \fIf_string_quantitys_resize\fP(3), \fIf_string_quantityss_adjust\fP(3), \fIf_string_quantityss_append\fP(3), \fIf_string_quantityss_append_all\fP(3), \fIf_string_quantityss_decimate_by\fP(3), \fIf_string_quantityss_decrease_by\fP(3), \fIf_string_quantityss_increase\fP(3), \fIf_string_quantityss_increase_by\fP(3), \fIf_string_quantityss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 851e1e3..aed9e28 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_quantityss_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_quantityss_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_quantityss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_quantityss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_quantityss_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string quantityss array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_quantitys_adjust\fP(3), \fIf_string_quantitys_append\fP(3), \fIf_string_quantitys_append_all\fP(3), \fIf_string_quantitys_decimate_by\fP(3), \fIf_string_quantitys_decrease_by\fP(3), \fIf_string_quantitys_increase\fP(3), \fIf_string_quantitys_increase_by\fP(3), \fIf_string_quantitys_resize\fP(3), \fIf_string_quantityss_adjust\fP(3), \fIf_string_quantityss_append\fP(3), \fIf_string_quantityss_append_all\fP(3), \fIf_string_quantityss_decimate_by\fP(3), \fIf_string_quantityss_decrease_by\fP(3), \fIf_string_quantityss_increase\fP(3), \fIf_string_quantityss_increase_by\fP(3), \fIf_string_quantityss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fda641a..26e69ad 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_ranges_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_ranges_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_ranges_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_ranges_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_ranges_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string ranges array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_ranges_adjust\fP(3), \fIf_string_ranges_append\fP(3), \fIf_string_ranges_append_all\fP(3), \fIf_string_ranges_decimate_by\fP(3), \fIf_string_ranges_decrease_by\fP(3), \fIf_string_ranges_increase\fP(3), \fIf_string_ranges_increase_by\fP(3), \fIf_string_ranges_resize\fP(3), \fIf_string_rangess_adjust\fP(3), \fIf_string_rangess_append\fP(3), \fIf_string_rangess_append_all\fP(3), \fIf_string_rangess_decimate_by\fP(3), \fIf_string_rangess_decrease_by\fP(3), \fIf_string_rangess_increase\fP(3), \fIf_string_rangess_increase_by\fP(3), \fIf_string_rangess_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 dda9821..de67865 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_ranges_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_ranges_append.3 @@ -1,4 +1,4 @@ -.TH f_string_ranges_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_ranges_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_ranges_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_ranges_adjust\fP(3), \fIf_string_ranges_append\fP(3), \fIf_string_ranges_append_all\fP(3), \fIf_string_ranges_decimate_by\fP(3), \fIf_string_ranges_decrease_by\fP(3), \fIf_string_ranges_increase\fP(3), \fIf_string_ranges_increase_by\fP(3), \fIf_string_ranges_resize\fP(3), \fIf_string_rangess_adjust\fP(3), \fIf_string_rangess_append\fP(3), \fIf_string_rangess_append_all\fP(3), \fIf_string_rangess_decimate_by\fP(3), \fIf_string_rangess_decrease_by\fP(3), \fIf_string_rangess_increase\fP(3), \fIf_string_rangess_increase_by\fP(3), \fIf_string_rangess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ccc69b9..3ae9e14 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_ranges_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_ranges_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_ranges_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_ranges_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_ranges_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_ranges_adjust\fP(3), \fIf_string_ranges_append\fP(3), \fIf_string_ranges_append_all\fP(3), \fIf_string_ranges_decimate_by\fP(3), \fIf_string_ranges_decrease_by\fP(3), \fIf_string_ranges_increase\fP(3), \fIf_string_ranges_increase_by\fP(3), \fIf_string_ranges_resize\fP(3), \fIf_string_rangess_adjust\fP(3), \fIf_string_rangess_append\fP(3), \fIf_string_rangess_append_all\fP(3), \fIf_string_rangess_decimate_by\fP(3), \fIf_string_rangess_decrease_by\fP(3), \fIf_string_rangess_increase\fP(3), \fIf_string_rangess_increase_by\fP(3), \fIf_string_rangess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5fd8093..acb52cf 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_ranges_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_ranges_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_ranges_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_ranges_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_ranges_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string ranges array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_ranges_adjust\fP(3), \fIf_string_ranges_append\fP(3), \fIf_string_ranges_append_all\fP(3), \fIf_string_ranges_decimate_by\fP(3), \fIf_string_ranges_decrease_by\fP(3), \fIf_string_ranges_increase\fP(3), \fIf_string_ranges_increase_by\fP(3), \fIf_string_ranges_resize\fP(3), \fIf_string_rangess_adjust\fP(3), \fIf_string_rangess_append\fP(3), \fIf_string_rangess_append_all\fP(3), \fIf_string_rangess_decimate_by\fP(3), \fIf_string_rangess_decrease_by\fP(3), \fIf_string_rangess_increase\fP(3), \fIf_string_rangess_increase_by\fP(3), \fIf_string_rangess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c66e1b8..47cafc2 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_ranges_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_ranges_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_ranges_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_ranges_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_ranges_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string ranges array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_ranges_adjust\fP(3), \fIf_string_ranges_append\fP(3), \fIf_string_ranges_append_all\fP(3), \fIf_string_ranges_decimate_by\fP(3), \fIf_string_ranges_decrease_by\fP(3), \fIf_string_ranges_increase\fP(3), \fIf_string_ranges_increase_by\fP(3), \fIf_string_ranges_resize\fP(3), \fIf_string_rangess_adjust\fP(3), \fIf_string_rangess_append\fP(3), \fIf_string_rangess_append_all\fP(3), \fIf_string_rangess_decimate_by\fP(3), \fIf_string_rangess_decrease_by\fP(3), \fIf_string_rangess_increase\fP(3), \fIf_string_rangess_increase_by\fP(3), \fIf_string_rangess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2747343..4930245 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_ranges_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_ranges_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_ranges_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_ranges_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_ranges_increase .SH SYNOPSIS @@ -22,21 +22,26 @@ The allocation step to use. Must be greater than 0. .TP .B ranges -The string ranges array to resize. +The string ranges array to resize. F_data_not on success, but there is no reason to increase size (used + 1 <= size). .SH RETURN VALUE .PP \fBF_none\fP on success. .br -\fBF_data_not\fP on success, but there is no reason to increase size (used + 1 <= size). -.br \fBF_array_too_large\fP (with error bit) if the new array length is too large. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_ranges_adjust\fP(3), \fIf_string_ranges_append\fP(3), \fIf_string_ranges_append_all\fP(3), \fIf_string_ranges_decimate_by\fP(3), \fIf_string_ranges_decrease_by\fP(3), \fIf_string_ranges_increase\fP(3), \fIf_string_ranges_increase_by\fP(3), \fIf_string_ranges_resize\fP(3), \fIf_string_rangess_adjust\fP(3), \fIf_string_rangess_append\fP(3), \fIf_string_rangess_append_all\fP(3), \fIf_string_rangess_decimate_by\fP(3), \fIf_string_rangess_decrease_by\fP(3), \fIf_string_rangess_increase\fP(3), \fIf_string_rangess_increase_by\fP(3), \fIf_string_rangess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ec7e1f4..d3b6077 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_ranges_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_ranges_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_ranges_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_ranges_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_ranges_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string ranges array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_ranges_adjust\fP(3), \fIf_string_ranges_append\fP(3), \fIf_string_ranges_append_all\fP(3), \fIf_string_ranges_decimate_by\fP(3), \fIf_string_ranges_decrease_by\fP(3), \fIf_string_ranges_increase\fP(3), \fIf_string_ranges_increase_by\fP(3), \fIf_string_ranges_resize\fP(3), \fIf_string_rangess_adjust\fP(3), \fIf_string_rangess_append\fP(3), \fIf_string_rangess_append_all\fP(3), \fIf_string_rangess_decimate_by\fP(3), \fIf_string_rangess_decrease_by\fP(3), \fIf_string_rangess_increase\fP(3), \fIf_string_rangess_increase_by\fP(3), \fIf_string_rangess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 27edff6..96319fd 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_ranges_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_ranges_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_ranges_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_ranges_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_ranges_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string ranges array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_ranges_adjust\fP(3), \fIf_string_ranges_append\fP(3), \fIf_string_ranges_append_all\fP(3), \fIf_string_ranges_decimate_by\fP(3), \fIf_string_ranges_decrease_by\fP(3), \fIf_string_ranges_increase\fP(3), \fIf_string_ranges_increase_by\fP(3), \fIf_string_ranges_resize\fP(3), \fIf_string_rangess_adjust\fP(3), \fIf_string_rangess_append\fP(3), \fIf_string_rangess_append_all\fP(3), \fIf_string_rangess_decimate_by\fP(3), \fIf_string_rangess_decrease_by\fP(3), \fIf_string_rangess_increase\fP(3), \fIf_string_rangess_increase_by\fP(3), \fIf_string_rangess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9bc83d9..5d60631 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_rangess_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_rangess_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_rangess_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_rangess_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_rangess_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string rangess array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_ranges_adjust\fP(3), \fIf_string_ranges_append\fP(3), \fIf_string_ranges_append_all\fP(3), \fIf_string_ranges_decimate_by\fP(3), \fIf_string_ranges_decrease_by\fP(3), \fIf_string_ranges_increase\fP(3), \fIf_string_ranges_increase_by\fP(3), \fIf_string_ranges_resize\fP(3), \fIf_string_rangess_adjust\fP(3), \fIf_string_rangess_append\fP(3), \fIf_string_rangess_append_all\fP(3), \fIf_string_rangess_decimate_by\fP(3), \fIf_string_rangess_decrease_by\fP(3), \fIf_string_rangess_increase\fP(3), \fIf_string_rangess_increase_by\fP(3), \fIf_string_rangess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bd9929d..748913a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_rangess_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_rangess_append.3 @@ -1,4 +1,4 @@ -.TH f_string_rangess_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_rangess_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_rangess_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination rangess the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_ranges_adjust\fP(3), \fIf_string_ranges_append\fP(3), \fIf_string_ranges_append_all\fP(3), \fIf_string_ranges_decimate_by\fP(3), \fIf_string_ranges_decrease_by\fP(3), \fIf_string_ranges_increase\fP(3), \fIf_string_ranges_increase_by\fP(3), \fIf_string_ranges_resize\fP(3), \fIf_string_rangess_adjust\fP(3), \fIf_string_rangess_append\fP(3), \fIf_string_rangess_append_all\fP(3), \fIf_string_rangess_decimate_by\fP(3), \fIf_string_rangess_decrease_by\fP(3), \fIf_string_rangess_increase\fP(3), \fIf_string_rangess_increase_by\fP(3), \fIf_string_rangess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 963b0b4..fbf12c1 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_rangess_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_rangess_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_rangess_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_rangess_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_rangess_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination rangess the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_ranges_adjust\fP(3), \fIf_string_ranges_append\fP(3), \fIf_string_ranges_append_all\fP(3), \fIf_string_ranges_decimate_by\fP(3), \fIf_string_ranges_decrease_by\fP(3), \fIf_string_ranges_increase\fP(3), \fIf_string_ranges_increase_by\fP(3), \fIf_string_ranges_resize\fP(3), \fIf_string_rangess_adjust\fP(3), \fIf_string_rangess_append\fP(3), \fIf_string_rangess_append_all\fP(3), \fIf_string_rangess_decimate_by\fP(3), \fIf_string_rangess_decrease_by\fP(3), \fIf_string_rangess_increase\fP(3), \fIf_string_rangess_increase_by\fP(3), \fIf_string_rangess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6422147..0956ed3 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_rangess_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_rangess_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_rangess_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_rangess_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_rangess_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string rangess array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_ranges_adjust\fP(3), \fIf_string_ranges_append\fP(3), \fIf_string_ranges_append_all\fP(3), \fIf_string_ranges_decimate_by\fP(3), \fIf_string_ranges_decrease_by\fP(3), \fIf_string_ranges_increase\fP(3), \fIf_string_ranges_increase_by\fP(3), \fIf_string_ranges_resize\fP(3), \fIf_string_rangess_adjust\fP(3), \fIf_string_rangess_append\fP(3), \fIf_string_rangess_append_all\fP(3), \fIf_string_rangess_decimate_by\fP(3), \fIf_string_rangess_decrease_by\fP(3), \fIf_string_rangess_increase\fP(3), \fIf_string_rangess_increase_by\fP(3), \fIf_string_rangess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 74d0e91..92b0cf5 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_rangess_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_rangess_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_rangess_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_rangess_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_rangess_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string rangess array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_ranges_adjust\fP(3), \fIf_string_ranges_append\fP(3), \fIf_string_ranges_append_all\fP(3), \fIf_string_ranges_decimate_by\fP(3), \fIf_string_ranges_decrease_by\fP(3), \fIf_string_ranges_increase\fP(3), \fIf_string_ranges_increase_by\fP(3), \fIf_string_ranges_resize\fP(3), \fIf_string_rangess_adjust\fP(3), \fIf_string_rangess_append\fP(3), \fIf_string_rangess_append_all\fP(3), \fIf_string_rangess_decimate_by\fP(3), \fIf_string_rangess_decrease_by\fP(3), \fIf_string_rangess_increase\fP(3), \fIf_string_rangess_increase_by\fP(3), \fIf_string_rangess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7c78fc8..6c362a9 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_rangess_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_rangess_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_rangess_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_rangess_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_rangess_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string rangess array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_ranges_adjust\fP(3), \fIf_string_ranges_append\fP(3), \fIf_string_ranges_append_all\fP(3), \fIf_string_ranges_decimate_by\fP(3), \fIf_string_ranges_decrease_by\fP(3), \fIf_string_ranges_increase\fP(3), \fIf_string_ranges_increase_by\fP(3), \fIf_string_ranges_resize\fP(3), \fIf_string_rangess_adjust\fP(3), \fIf_string_rangess_append\fP(3), \fIf_string_rangess_append_all\fP(3), \fIf_string_rangess_decimate_by\fP(3), \fIf_string_rangess_decrease_by\fP(3), \fIf_string_rangess_increase\fP(3), \fIf_string_rangess_increase_by\fP(3), \fIf_string_rangess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3f04c8d..ed9168c 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_rangess_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_rangess_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_rangess_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_rangess_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_rangess_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string rangess array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_ranges_adjust\fP(3), \fIf_string_ranges_append\fP(3), \fIf_string_ranges_append_all\fP(3), \fIf_string_ranges_decimate_by\fP(3), \fIf_string_ranges_decrease_by\fP(3), \fIf_string_ranges_increase\fP(3), \fIf_string_ranges_increase_by\fP(3), \fIf_string_ranges_resize\fP(3), \fIf_string_rangess_adjust\fP(3), \fIf_string_rangess_append\fP(3), \fIf_string_rangess_append_all\fP(3), \fIf_string_rangess_decimate_by\fP(3), \fIf_string_rangess_decrease_by\fP(3), \fIf_string_rangess_increase\fP(3), \fIf_string_rangess_increase_by\fP(3), \fIf_string_rangess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 94f006c..9cbd0eb 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_rangess_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_rangess_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_rangess_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_rangess_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_rangess_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string rangess array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_ranges_adjust\fP(3), \fIf_string_ranges_append\fP(3), \fIf_string_ranges_append_all\fP(3), \fIf_string_ranges_decimate_by\fP(3), \fIf_string_ranges_decrease_by\fP(3), \fIf_string_ranges_increase\fP(3), \fIf_string_ranges_increase_by\fP(3), \fIf_string_ranges_resize\fP(3), \fIf_string_rangess_adjust\fP(3), \fIf_string_rangess_append\fP(3), \fIf_string_rangess_append_all\fP(3), \fIf_string_rangess_decimate_by\fP(3), \fIf_string_rangess_decrease_by\fP(3), \fIf_string_rangess_increase\fP(3), \fIf_string_rangess_increase_by\fP(3), \fIf_string_rangess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6553ab6..e67d621 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_seek_line.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_seek_line.3 @@ -1,4 +1,4 @@ -.TH f_string_seek_line "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_seek_line "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_seek_line .SH SYNOPSIS @@ -33,8 +33,15 @@ A range within the buffer representing the start and stop locations. The start l \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_append\fP(3), \fIf_string_append_assure\fP(3), \fIf_string_append_assure_nulless\fP(3), \fIf_string_append_nulless\fP(3), \fIf_string_mash\fP(3), \fIf_string_mash_nulless\fP(3), \fIf_string_mish\fP(3), \fIf_string_mish_nulless\fP(3), \fIf_string_prepend\fP(3), \fIf_string_prepend_assure\fP(3), \fIf_string_prepend_assure_nulless\fP(3), \fIf_string_prepend_nulless\fP(3), \fIf_string_seek_line\fP(3), \fIf_string_seek_line_to\fP(3), \fIf_string_seek_to\fP(3), \fIf_memory_resize()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 156d622..d08bb4d 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_seek_line_to.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_seek_line_to.3 @@ -1,4 +1,4 @@ -.TH f_string_seek_line_to "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_seek_line_to "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_seek_line_to .SH SYNOPSIS @@ -38,8 +38,15 @@ A range within the buffer representing the start and stop locations. The start l \fBF_data_not_stop\fP if range.start > range.stop. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_append\fP(3), \fIf_string_append_assure\fP(3), \fIf_string_append_assure_nulless\fP(3), \fIf_string_append_nulless\fP(3), \fIf_string_mash\fP(3), \fIf_string_mash_nulless\fP(3), \fIf_string_mish\fP(3), \fIf_string_mish_nulless\fP(3), \fIf_string_prepend\fP(3), \fIf_string_prepend_assure\fP(3), \fIf_string_prepend_assure_nulless\fP(3), \fIf_string_prepend_nulless\fP(3), \fIf_string_seek_line\fP(3), \fIf_string_seek_line_to\fP(3), \fIf_string_seek_to\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d02c647..2b77d5b 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_seek_to.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_seek_to.3 @@ -1,4 +1,4 @@ -.TH f_string_seek_to "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_seek_to "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_seek_to .SH SYNOPSIS @@ -40,8 +40,15 @@ A range within the buffer representing the start and stop locations. The start l \fBF_complete_not_utf_stop\fP (with error bit) if the stop location is reached before the complete UTF-8 character can be processed. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_append\fP(3), \fIf_string_append_assure\fP(3), \fIf_string_append_assure_nulless\fP(3), \fIf_string_append_nulless\fP(3), \fIf_string_mash\fP(3), \fIf_string_mash_nulless\fP(3), \fIf_string_mish\fP(3), \fIf_string_mish_nulless\fP(3), \fIf_string_prepend\fP(3), \fIf_string_prepend_assure\fP(3), \fIf_string_prepend_assure_nulless\fP(3), \fIf_string_prepend_nulless\fP(3), \fIf_string_seek_line\fP(3), \fIf_string_seek_line_to\fP(3), \fIf_string_seek_to\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 aa2026d..e71f0ef 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_triples_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_triples_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_triples_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_triples_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_triples_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string triples array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_triples_adjust\fP(3), \fIf_string_triples_append\fP(3), \fIf_string_triples_append_all\fP(3), \fIf_string_triples_decimate_by\fP(3), \fIf_string_triples_decrease_by\fP(3), \fIf_string_triples_increase\fP(3), \fIf_string_triples_increase_by\fP(3), \fIf_string_triples_resize\fP(3), \fIf_string_tripless_adjust\fP(3), \fIf_string_tripless_append\fP(3), \fIf_string_tripless_append_all\fP(3), \fIf_string_tripless_decimate_by\fP(3), \fIf_string_tripless_decrease_by\fP(3), \fIf_string_tripless_increase\fP(3), \fIf_string_tripless_increase_by\fP(3), \fIf_string_tripless_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1b835fd..6b18f5b 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_triples_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_triples_append.3 @@ -1,4 +1,4 @@ -.TH f_string_triples_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_triples_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_triples_append .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination triples the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_triples_adjust\fP(3), \fIf_string_triples_append\fP(3), \fIf_string_triples_append_all\fP(3), \fIf_string_triples_decimate_by\fP(3), \fIf_string_triples_decrease_by\fP(3), \fIf_string_triples_increase\fP(3), \fIf_string_triples_increase_by\fP(3), \fIf_string_triples_resize\fP(3), \fIf_string_tripless_adjust\fP(3), \fIf_string_tripless_append\fP(3), \fIf_string_tripless_append_all\fP(3), \fIf_string_tripless_decimate_by\fP(3), \fIf_string_tripless_decrease_by\fP(3), \fIf_string_tripless_increase\fP(3), \fIf_string_tripless_increase_by\fP(3), \fIf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a2e825e..e86855a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_triples_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_triples_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_triples_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_triples_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_triples_append_all .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination triples the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_triples_adjust\fP(3), \fIf_string_triples_append\fP(3), \fIf_string_triples_append_all\fP(3), \fIf_string_triples_decimate_by\fP(3), \fIf_string_triples_decrease_by\fP(3), \fIf_string_triples_increase\fP(3), \fIf_string_triples_increase_by\fP(3), \fIf_string_triples_resize\fP(3), \fIf_string_tripless_adjust\fP(3), \fIf_string_tripless_append\fP(3), \fIf_string_tripless_append_all\fP(3), \fIf_string_tripless_decimate_by\fP(3), \fIf_string_tripless_decrease_by\fP(3), \fIf_string_tripless_increase\fP(3), \fIf_string_tripless_increase_by\fP(3), \fIf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7191133..f6a1644 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_triples_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_triples_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_triples_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_triples_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_triples_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string triples array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_triples_adjust\fP(3), \fIf_string_triples_append\fP(3), \fIf_string_triples_append_all\fP(3), \fIf_string_triples_decimate_by\fP(3), \fIf_string_triples_decrease_by\fP(3), \fIf_string_triples_increase\fP(3), \fIf_string_triples_increase_by\fP(3), \fIf_string_triples_resize\fP(3), \fIf_string_tripless_adjust\fP(3), \fIf_string_tripless_append\fP(3), \fIf_string_tripless_append_all\fP(3), \fIf_string_tripless_decimate_by\fP(3), \fIf_string_tripless_decrease_by\fP(3), \fIf_string_tripless_increase\fP(3), \fIf_string_tripless_increase_by\fP(3), \fIf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2237718..ccfb116 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_triples_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_triples_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_triples_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_triples_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_triples_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string triples array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_triples_adjust\fP(3), \fIf_string_triples_append\fP(3), \fIf_string_triples_append_all\fP(3), \fIf_string_triples_decimate_by\fP(3), \fIf_string_triples_decrease_by\fP(3), \fIf_string_triples_increase\fP(3), \fIf_string_triples_increase_by\fP(3), \fIf_string_triples_resize\fP(3), \fIf_string_tripless_adjust\fP(3), \fIf_string_tripless_append\fP(3), \fIf_string_tripless_append_all\fP(3), \fIf_string_tripless_decimate_by\fP(3), \fIf_string_tripless_decrease_by\fP(3), \fIf_string_tripless_increase\fP(3), \fIf_string_tripless_increase_by\fP(3), \fIf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a2bf177..8840f5d 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_triples_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_triples_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_triples_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_triples_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_triples_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string triples array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_triples_adjust\fP(3), \fIf_string_triples_append\fP(3), \fIf_string_triples_append_all\fP(3), \fIf_string_triples_decimate_by\fP(3), \fIf_string_triples_decrease_by\fP(3), \fIf_string_triples_increase\fP(3), \fIf_string_triples_increase_by\fP(3), \fIf_string_triples_resize\fP(3), \fIf_string_tripless_adjust\fP(3), \fIf_string_tripless_append\fP(3), \fIf_string_tripless_append_all\fP(3), \fIf_string_tripless_decimate_by\fP(3), \fIf_string_tripless_decrease_by\fP(3), \fIf_string_tripless_increase\fP(3), \fIf_string_tripless_increase_by\fP(3), \fIf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1e767c2..76d1679 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_triples_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_triples_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_triples_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_triples_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_triples_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string triples array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_triples_adjust\fP(3), \fIf_string_triples_append\fP(3), \fIf_string_triples_append_all\fP(3), \fIf_string_triples_decimate_by\fP(3), \fIf_string_triples_decrease_by\fP(3), \fIf_string_triples_increase\fP(3), \fIf_string_triples_increase_by\fP(3), \fIf_string_triples_resize\fP(3), \fIf_string_tripless_adjust\fP(3), \fIf_string_tripless_append\fP(3), \fIf_string_tripless_append_all\fP(3), \fIf_string_tripless_decimate_by\fP(3), \fIf_string_tripless_decrease_by\fP(3), \fIf_string_tripless_increase\fP(3), \fIf_string_tripless_increase_by\fP(3), \fIf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9b24acc..db48906 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_triples_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_triples_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_triples_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_triples_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_triples_resize .SH SYNOPSIS @@ -13,8 +13,6 @@ f_string_triples_resize .SH DESCRIPTION .PP Resize the string triples array. -.PP -Errors (with error bit) from: f_memory_resize(). .SH PARAMETERS .TP .B length @@ -29,8 +27,17 @@ The string triples array to adjust. \fBF_none\fP on success. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_triples_adjust\fP(3), \fIf_string_triples_append\fP(3), \fIf_string_triples_append_all\fP(3), \fIf_string_triples_decimate_by\fP(3), \fIf_string_triples_decrease_by\fP(3), \fIf_string_triples_increase\fP(3), \fIf_string_triples_increase_by\fP(3), \fIf_string_triples_resize\fP(3), \fIf_string_tripless_adjust\fP(3), \fIf_string_tripless_append\fP(3), \fIf_string_tripless_append_all\fP(3), \fIf_string_tripless_decimate_by\fP(3), \fIf_string_tripless_decrease_by\fP(3), \fIf_string_tripless_increase\fP(3), \fIf_string_tripless_increase_by\fP(3), \fIf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b120b18..c0ed3bf 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_tripless_adjust.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_tripless_adjust.3 @@ -1,4 +1,4 @@ -.TH f_string_tripless_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_tripless_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_tripless_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string tripless array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_triples_adjust\fP(3), \fIf_string_triples_append\fP(3), \fIf_string_triples_append_all\fP(3), \fIf_string_triples_decimate_by\fP(3), \fIf_string_triples_decrease_by\fP(3), \fIf_string_triples_increase\fP(3), \fIf_string_triples_increase_by\fP(3), \fIf_string_triples_resize\fP(3), \fIf_string_tripless_adjust\fP(3), \fIf_string_tripless_append\fP(3), \fIf_string_tripless_append_all\fP(3), \fIf_string_tripless_decimate_by\fP(3), \fIf_string_tripless_decrease_by\fP(3), \fIf_string_tripless_increase\fP(3), \fIf_string_tripless_increase_by\fP(3), \fIf_string_tripless_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 face06d..0f84ea8 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_tripless_append.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_tripless_append.3 @@ -1,4 +1,4 @@ -.TH f_string_tripless_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_tripless_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_tripless_append .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination tripless the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_triples_adjust\fP(3), \fIf_string_triples_append\fP(3), \fIf_string_triples_append_all\fP(3), \fIf_string_triples_decimate_by\fP(3), \fIf_string_triples_decrease_by\fP(3), \fIf_string_triples_increase\fP(3), \fIf_string_triples_increase_by\fP(3), \fIf_string_triples_resize\fP(3), \fIf_string_tripless_adjust\fP(3), \fIf_string_tripless_append\fP(3), \fIf_string_tripless_append_all\fP(3), \fIf_string_tripless_decimate_by\fP(3), \fIf_string_tripless_decrease_by\fP(3), \fIf_string_tripless_increase\fP(3), \fIf_string_tripless_increase_by\fP(3), \fIf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 daec02e..d9f7324 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_tripless_append_all.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_tripless_append_all.3 @@ -1,4 +1,4 @@ -.TH f_string_tripless_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_tripless_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_tripless_append_all .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination tripless the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_triples_adjust\fP(3), \fIf_string_triples_append\fP(3), \fIf_string_triples_append_all\fP(3), \fIf_string_triples_decimate_by\fP(3), \fIf_string_triples_decrease_by\fP(3), \fIf_string_triples_increase\fP(3), \fIf_string_triples_increase_by\fP(3), \fIf_string_triples_resize\fP(3), \fIf_string_tripless_adjust\fP(3), \fIf_string_tripless_append\fP(3), \fIf_string_tripless_append_all\fP(3), \fIf_string_tripless_decimate_by\fP(3), \fIf_string_tripless_decrease_by\fP(3), \fIf_string_tripless_increase\fP(3), \fIf_string_tripless_increase_by\fP(3), \fIf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 be8e58d..0db5288 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_tripless_decimate_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_tripless_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_string_tripless_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_tripless_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_tripless_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string tripless array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_triples_adjust\fP(3), \fIf_string_triples_append\fP(3), \fIf_string_triples_append_all\fP(3), \fIf_string_triples_decimate_by\fP(3), \fIf_string_triples_decrease_by\fP(3), \fIf_string_triples_increase\fP(3), \fIf_string_triples_increase_by\fP(3), \fIf_string_triples_resize\fP(3), \fIf_string_tripless_adjust\fP(3), \fIf_string_tripless_append\fP(3), \fIf_string_tripless_append_all\fP(3), \fIf_string_tripless_decimate_by\fP(3), \fIf_string_tripless_decrease_by\fP(3), \fIf_string_tripless_increase\fP(3), \fIf_string_tripless_increase_by\fP(3), \fIf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b773004..3aa5f4a 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_tripless_decrease_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_tripless_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_string_tripless_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_tripless_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_tripless_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string tripless array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_triples_adjust\fP(3), \fIf_string_triples_append\fP(3), \fIf_string_triples_append_all\fP(3), \fIf_string_triples_decimate_by\fP(3), \fIf_string_triples_decrease_by\fP(3), \fIf_string_triples_increase\fP(3), \fIf_string_triples_increase_by\fP(3), \fIf_string_triples_resize\fP(3), \fIf_string_tripless_adjust\fP(3), \fIf_string_tripless_append\fP(3), \fIf_string_tripless_append_all\fP(3), \fIf_string_tripless_decimate_by\fP(3), \fIf_string_tripless_decrease_by\fP(3), \fIf_string_tripless_increase\fP(3), \fIf_string_tripless_increase_by\fP(3), \fIf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 27936d0..9433a3d 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_tripless_increase.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_tripless_increase.3 @@ -1,4 +1,4 @@ -.TH f_string_tripless_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_tripless_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_tripless_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string tripless array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_triples_adjust\fP(3), \fIf_string_triples_append\fP(3), \fIf_string_triples_append_all\fP(3), \fIf_string_triples_decimate_by\fP(3), \fIf_string_triples_decrease_by\fP(3), \fIf_string_triples_increase\fP(3), \fIf_string_triples_increase_by\fP(3), \fIf_string_triples_resize\fP(3), \fIf_string_tripless_adjust\fP(3), \fIf_string_tripless_append\fP(3), \fIf_string_tripless_append_all\fP(3), \fIf_string_tripless_decimate_by\fP(3), \fIf_string_tripless_decrease_by\fP(3), \fIf_string_tripless_increase\fP(3), \fIf_string_tripless_increase_by\fP(3), \fIf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3f98068..f4aa325 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_tripless_increase_by.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_tripless_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_string_tripless_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_tripless_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_tripless_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string tripless array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_triples_adjust\fP(3), \fIf_string_triples_append\fP(3), \fIf_string_triples_append_all\fP(3), \fIf_string_triples_decimate_by\fP(3), \fIf_string_triples_decrease_by\fP(3), \fIf_string_triples_increase\fP(3), \fIf_string_triples_increase_by\fP(3), \fIf_string_triples_resize\fP(3), \fIf_string_tripless_adjust\fP(3), \fIf_string_tripless_append\fP(3), \fIf_string_tripless_append_all\fP(3), \fIf_string_tripless_decimate_by\fP(3), \fIf_string_tripless_decrease_by\fP(3), \fIf_string_tripless_increase\fP(3), \fIf_string_tripless_increase_by\fP(3), \fIf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6b78b64..eeb9e1c 100644 --- a/level_0/f_string/data/documentation/man/man3/f_string_tripless_resize.3 +++ b/level_0/f_string/data/documentation/man/man3/f_string_tripless_resize.3 @@ -1,4 +1,4 @@ -.TH f_string_tripless_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_string_tripless_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_string_tripless_resize .SH SYNOPSIS @@ -27,10 +27,17 @@ The string tripless array to adjust. \fBF_none\fP on success. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. -.PP +.br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_string_triples_adjust\fP(3), \fIf_string_triples_append\fP(3), \fIf_string_triples_append_all\fP(3), \fIf_string_triples_decimate_by\fP(3), \fIf_string_triples_decrease_by\fP(3), \fIf_string_triples_increase\fP(3), \fIf_string_triples_increase_by\fP(3), \fIf_string_triples_resize\fP(3), \fIf_string_tripless_adjust\fP(3), \fIf_string_tripless_append\fP(3), \fIf_string_tripless_append_all\fP(3), \fIf_string_tripless_decimate_by\fP(3), \fIf_string_tripless_decrease_by\fP(3), \fIf_string_tripless_increase\fP(3), \fIf_string_tripless_increase_by\fP(3), \fIf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 195dc3a..5eef355 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_at_fork.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_at_fork.3 @@ -1,4 +1,4 @@ -.TH f_thread_at_fork "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_at_fork "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_at_fork .SH SYNOPSIS @@ -25,6 +25,7 @@ The function called after forking, for the parent process. .TP .B after_child +The function called after forking, for the child process. .SH RETURN VALUE .PP @@ -35,8 +36,15 @@ The function called after forking, for the parent process. \fBF_memory_not\fP (with error bit) if out of memory. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_atfork()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 797ede1..29fd269 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_affinity_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_affinity_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_affinity_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_affinity_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_affinity_get .SH SYNOPSIS @@ -34,8 +34,15 @@ The assigned affinity information. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_getaffinity_np()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 528e560..358d9f5 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_affinity_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_affinity_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_affinity_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_affinity_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_affinity_set .SH SYNOPSIS @@ -36,8 +36,15 @@ The thread attributes to update. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_setaffinity_np()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1ce2b4d..511ec91 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_concurrency_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_concurrency_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_concurrency_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_concurrency_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_concurrency_get .SH SYNOPSIS @@ -28,8 +28,15 @@ The concurrency level. \fBF_resource_not\fP (with error bit) if the new level would cause the system to exceed available resources. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_getconcurrency()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5e63762..9f78bde 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_concurrency_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_concurrency_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_concurrency_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_concurrency_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_concurrency_set .SH SYNOPSIS @@ -26,8 +26,15 @@ The concurrency level. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_setconcurrency()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7abe090..9969ca6 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_create "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_create "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_create .SH SYNOPSIS @@ -26,8 +26,15 @@ Create (initialize) a thread attribute structure. \fBF_memory_not\fP (with error bit) if out of memory. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_init()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e932ff4..9866de3 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_default_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_default_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_default_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_default_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_default_get .SH SYNOPSIS @@ -24,8 +24,15 @@ The thread attributes to process. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_getattr_default_np()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 57fc909..18a59e3 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_default_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_default_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_default_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_default_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_default_set .SH SYNOPSIS @@ -26,8 +26,15 @@ The thread attributes to update. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_setattr_default_np()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0397e32..04ff48e 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_delete .SH SYNOPSIS @@ -28,8 +28,15 @@ The thread attributes to delete. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 641b049..24fbb2b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_detach_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_detach_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_detach_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_detach_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_detach_get .SH SYNOPSIS @@ -29,8 +29,15 @@ The currently assigned state. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_getdetachstate()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bdc6338..db124f8 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_detach_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_detach_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_detach_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_detach_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_detach_set .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread attributes to update. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_setdetachstate()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cda31f0..12f7b29 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_guard_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_guard_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_guard_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_guard_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_guard_get .SH SYNOPSIS @@ -29,8 +29,15 @@ The currently assigned guard size. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_getguardsize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6421ca0..a1d207b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_guard_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_guard_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_guard_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_guard_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_guard_set .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread attributes to update. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_setguardsize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b58db50..6504dba 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_inherit_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_inherit_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_scheduler_inherit_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_scheduler_inherit_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_scheduler_inherit_get .SH SYNOPSIS @@ -29,8 +29,15 @@ The currently assigned scheduler inherit state. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_getinheritsched()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 64ab48c..f8b3bdd 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_inherit_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_inherit_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_scheduler_inherit_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_scheduler_inherit_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_scheduler_inherit_set .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread attributes to update. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_setinheritsched()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 82b6567..e564465 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_parameter_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_parameter_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_scheduler_parameter_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_scheduler_parameter_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_scheduler_parameter_get .SH SYNOPSIS @@ -29,8 +29,15 @@ The currently assigned scheduler parameters. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_getschedparam()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cdc2413..19cfafe 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_parameter_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_parameter_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_scheduler_parameter_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_scheduler_parameter_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_scheduler_parameter_set .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread attributes to update. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_setschedparam()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a2007ec..ac28d34 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_policy_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_policy_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_scheduler_policy_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_scheduler_policy_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_scheduler_policy_get .SH SYNOPSIS @@ -29,8 +29,15 @@ The currently assigned scheduler policy state. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_getschedpolicy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1e3f246..bb8b886 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_policy_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scheduler_policy_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_scheduler_policy_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_scheduler_policy_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_scheduler_policy_set .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread attributes to update. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_setschedpolicy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f17e72a..2198873 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scope_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scope_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_scope_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_scope_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_scope_get .SH SYNOPSIS @@ -29,8 +29,15 @@ The currently assigned scheduler scope state. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_getscope()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cc6b1f7..69fac9c 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scope_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_scope_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_scope_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_scope_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_scope_set .SH SYNOPSIS @@ -31,8 +31,15 @@ The thread attributes to update. \fBF_supported_not\fP (with error bit) if the scope is not supported by the current OS (such as Linux not supporting PTHREAD_SCOPE_PROCESS). .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_setscope()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 51f9b6b..53445bb 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_stack_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_stack_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_stack_get .SH SYNOPSIS @@ -36,8 +36,15 @@ The assigned stack. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_getstack()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 afdc819..7b4d5cf 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_stack_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_stack_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_stack_set .SH SYNOPSIS @@ -36,8 +36,15 @@ The thread attributes to update. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_setstack()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8deb313..2f81d21 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_size_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_size_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_stack_size_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_stack_size_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_stack_size_get .SH SYNOPSIS @@ -29,8 +29,15 @@ The assigned size of the stack. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_getstacksize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 da79a2b..5145298 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_size_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attribute_stack_size_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_attribute_stack_size_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attribute_stack_size_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attribute_stack_size_set .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread attributes to update. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_attr_setstacksize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 865a2b5..6a09924 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_attributes_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attributes_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attributes_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_attributes_adjust\fP(3), \fIf_thread_attributes_decimate_by\fP(3), \fIf_thread_attributes_decrease_by\fP(3), \fIf_thread_attributes_increase\fP(3), \fIf_thread_attributes_increase_by\fP(3), \fIf_thread_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f708fe7..d54fa16 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_attributes_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attributes_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attributes_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_attributes_adjust\fP(3), \fIf_thread_attributes_decimate_by\fP(3), \fIf_thread_attributes_decrease_by\fP(3), \fIf_thread_attributes_increase\fP(3), \fIf_thread_attributes_increase_by\fP(3), \fIf_thread_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f90b27f..4488576 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_attributes_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attributes_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attributes_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_attributes_adjust\fP(3), \fIf_thread_attributes_decimate_by\fP(3), \fIf_thread_attributes_decrease_by\fP(3), \fIf_thread_attributes_increase\fP(3), \fIf_thread_attributes_increase_by\fP(3), \fIf_thread_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a7da27d..83949fb 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_attributes_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attributes_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attributes_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_attributes_adjust\fP(3), \fIf_thread_attributes_decimate_by\fP(3), \fIf_thread_attributes_decrease_by\fP(3), \fIf_thread_attributes_increase\fP(3), \fIf_thread_attributes_increase_by\fP(3), \fIf_thread_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 743474b..9f56537 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_attributes_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attributes_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attributes_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_attributes_adjust\fP(3), \fIf_thread_attributes_decimate_by\fP(3), \fIf_thread_attributes_decrease_by\fP(3), \fIf_thread_attributes_increase\fP(3), \fIf_thread_attributes_increase_by\fP(3), \fIf_thread_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d01091b..159db7b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_attributes_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_attributes_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_attributes_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_attributes_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string attributes array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_attributes_adjust\fP(3), \fIf_thread_attributes_decimate_by\fP(3), \fIf_thread_attributes_decrease_by\fP(3), \fIf_thread_attributes_increase\fP(3), \fIf_thread_attributes_increase_by\fP(3), \fIf_thread_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d731e05..fba82ae 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attribute_create "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barrier_attribute_create "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barrier_attribute_create .SH SYNOPSIS @@ -26,8 +26,15 @@ Create (initialize) a thread barrier attribute structure. \fBF_memory_not\fP (with error bit) if out of memory. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_barrierattr_init()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1084e50..268a79a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attribute_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barrier_attribute_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barrier_attribute_delete .SH SYNOPSIS @@ -28,8 +28,15 @@ The thread barrier_attributes to delete. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_barrierattr_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e811f2a..4b3cc2f 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_shared_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_shared_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attribute_shared_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barrier_attribute_shared_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barrier_attribute_shared_get .SH SYNOPSIS @@ -29,8 +29,15 @@ The process shared attribute value. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_barrierattr_getpshared()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c09ea62..c4acf43 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_shared_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attribute_shared_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attribute_shared_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barrier_attribute_shared_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barrier_attribute_shared_set .SH SYNOPSIS @@ -29,8 +29,15 @@ The barrier thread attribute. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_barrierattr_setpshared()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 417f80c..f033fa2 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attributes_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barrier_attributes_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barrier_attributes_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_barrier_attributes_adjust\fP(3), \fIf_thread_barrier_attributes_decimate_by\fP(3), \fIf_thread_barrier_attributes_decrease_by\fP(3), \fIf_thread_barrier_attributes_increase\fP(3), \fIf_thread_barrier_attributes_increase_by\fP(3), \fIf_thread_barrier_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 95886b1..79ddc21 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attributes_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barrier_attributes_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barrier_attributes_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The thread attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_barrier_attributes_adjust\fP(3), \fIf_thread_barrier_attributes_decimate_by\fP(3), \fIf_thread_barrier_attributes_decrease_by\fP(3), \fIf_thread_barrier_attributes_increase\fP(3), \fIf_thread_barrier_attributes_increase_by\fP(3), \fIf_thread_barrier_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1ee0559..8bda28b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attributes_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barrier_attributes_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barrier_attributes_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The thread attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_barrier_attributes_adjust\fP(3), \fIf_thread_barrier_attributes_decimate_by\fP(3), \fIf_thread_barrier_attributes_decrease_by\fP(3), \fIf_thread_barrier_attributes_increase\fP(3), \fIf_thread_barrier_attributes_increase_by\fP(3), \fIf_thread_barrier_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 efdecac..407a843 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attributes_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barrier_attributes_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barrier_attributes_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The thread attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_barrier_attributes_adjust\fP(3), \fIf_thread_barrier_attributes_decimate_by\fP(3), \fIf_thread_barrier_attributes_decrease_by\fP(3), \fIf_thread_barrier_attributes_increase\fP(3), \fIf_thread_barrier_attributes_increase_by\fP(3), \fIf_thread_barrier_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 657744f..13b7cbc 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attributes_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barrier_attributes_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barrier_attributes_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The thread attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_barrier_attributes_adjust\fP(3), \fIf_thread_barrier_attributes_decimate_by\fP(3), \fIf_thread_barrier_attributes_decrease_by\fP(3), \fIf_thread_barrier_attributes_increase\fP(3), \fIf_thread_barrier_attributes_increase_by\fP(3), \fIf_thread_barrier_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b39574a..0518054 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_attributes_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_attributes_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barrier_attributes_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barrier_attributes_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread attributes array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_barrier_attributes_adjust\fP(3), \fIf_thread_barrier_attributes_decimate_by\fP(3), \fIf_thread_barrier_attributes_decrease_by\fP(3), \fIf_thread_barrier_attributes_increase\fP(3), \fIf_thread_barrier_attributes_increase_by\fP(3), \fIf_thread_barrier_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cad5dd2..4cf1d39 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_create "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barrier_create "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barrier_create .SH SYNOPSIS @@ -40,8 +40,15 @@ The barrier to set. \fBF_resource_not\fP (with error bit) if necessary resouces to perform create are unavailable. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_barrier_init()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 16a4a43..19504c8 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barrier_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barrier_delete .SH SYNOPSIS @@ -28,8 +28,15 @@ The thread barriers to delete. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_barrier_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b8228e9..3ded539 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_wait.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barrier_wait.3 @@ -1,4 +1,4 @@ -.TH f_thread_barrier_wait "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barrier_wait "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barrier_wait .SH SYNOPSIS @@ -27,8 +27,15 @@ The barrier to wait on. \fBF_none\fP on success. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_barrier_wait()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 87dcb64..1a46bae 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_barriers_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barriers_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barriers_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread barriers array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_barriers_adjust\fP(3), \fIf_thread_barriers_decimate_by\fP(3), \fIf_thread_barriers_decrease_by\fP(3), \fIf_thread_barriers_increase\fP(3), \fIf_thread_barriers_increase_by\fP(3), \fIf_thread_barriers_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 25daa37..8f5b219 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_barriers_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barriers_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barriers_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The thread barriers array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_barriers_adjust\fP(3), \fIf_thread_barriers_decimate_by\fP(3), \fIf_thread_barriers_decrease_by\fP(3), \fIf_thread_barriers_increase\fP(3), \fIf_thread_barriers_increase_by\fP(3), \fIf_thread_barriers_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8f735d3..15bb4cd 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_barriers_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barriers_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barriers_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The thread barriers array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_barriers_adjust\fP(3), \fIf_thread_barriers_decimate_by\fP(3), \fIf_thread_barriers_decrease_by\fP(3), \fIf_thread_barriers_increase\fP(3), \fIf_thread_barriers_increase_by\fP(3), \fIf_thread_barriers_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 987f326..fa4f936 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_barriers_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barriers_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barriers_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The thread barriers array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_barriers_adjust\fP(3), \fIf_thread_barriers_decimate_by\fP(3), \fIf_thread_barriers_decrease_by\fP(3), \fIf_thread_barriers_increase\fP(3), \fIf_thread_barriers_increase_by\fP(3), \fIf_thread_barriers_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b8defa0..abe9d82 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_barriers_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barriers_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barriers_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The thread barriers array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_barriers_adjust\fP(3), \fIf_thread_barriers_decimate_by\fP(3), \fIf_thread_barriers_decrease_by\fP(3), \fIf_thread_barriers_increase\fP(3), \fIf_thread_barriers_increase_by\fP(3), \fIf_thread_barriers_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4d4d166..6bf3f17 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_barriers_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_barriers_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_barriers_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_barriers_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread barriers array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_barriers_adjust\fP(3), \fIf_thread_barriers_decimate_by\fP(3), \fIf_thread_barriers_decrease_by\fP(3), \fIf_thread_barriers_increase\fP(3), \fIf_thread_barriers_increase_by\fP(3), \fIf_thread_barriers_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c423f73..31f0a64 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_caller.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_caller.3 @@ -1,4 +1,4 @@ -.TH f_thread_caller "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_caller "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_caller .SH SYNOPSIS @@ -15,8 +15,15 @@ Get the ID of the calling thread. .SH RETURN VALUE .PP ID of the calling thread +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_self()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8276129..7d7801f 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_cancel.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_cancel.3 @@ -1,4 +1,4 @@ -.TH f_thread_cancel "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_cancel "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_cancel .SH SYNOPSIS @@ -24,8 +24,15 @@ The thread to cancel. \fBF_found_not\fP (with error bit) if no thread by the given ID was found. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_cancel()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a65897e..c1bc2b2 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_cancel_state_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_cancel_state_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_cancel_state_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_cancel_state_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_cancel_state_set .SH SYNOPSIS @@ -29,8 +29,15 @@ The cancellation state to assign. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_setcancelstate()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6b062a1..1f07b9f 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_cancel_test.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_cancel_test.3 @@ -1,4 +1,4 @@ -.TH f_thread_cancel_test "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_cancel_test "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_cancel_test .SH SYNOPSIS @@ -17,8 +17,15 @@ If there is no pending thread cancel, nothing happens. If there is a pending thr .SH RETURN VALUE .PP \fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_testcancel()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 323f76d..15808b3 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_cancel_type_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_cancel_type_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_cancel_type_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_cancel_type_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_cancel_type_set .SH SYNOPSIS @@ -29,8 +29,15 @@ The cancellation type to assign. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_setcanceltype()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1d9a4c1..9d9af05 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_clock_get_id.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_clock_get_id.3 @@ -1,4 +1,4 @@ -.TH f_thread_clock_get_id "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_clock_get_id "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_clock_get_id .SH SYNOPSIS @@ -31,8 +31,15 @@ The retrieved clock ID. \fBF_supported_not\fP (with error bit) if per-CPU clocks are not supported by the OS. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_getcpuclockid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 72547f3..a9b076b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_compare.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_compare.3 @@ -1,4 +1,4 @@ -.TH f_thread_compare "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_compare "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_compare .SH SYNOPSIS @@ -20,8 +20,15 @@ POSIX designates that the thread id (pthread_t) to be loosely defined and can be \fBF_equal_to\fP if the two thread IDs are the same. .br \fBF_equal_to_not\fP if the two thread IDs are different. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_equal()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6f06ef0..9c058e5 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_clock_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_clock_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attribute_clock_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_condition_attribute_clock_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_condition_attribute_clock_get .SH SYNOPSIS @@ -29,8 +29,15 @@ The clock ID. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_condattr_getclock()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c127bdd..8271575 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_clock_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_clock_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attribute_clock_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_condition_attribute_clock_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_condition_attribute_clock_set .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread condition attribute. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_condattr_setclock()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e5ffc2a..cb731c0 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attribute_create "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_condition_attribute_create "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_condition_attribute_create .SH SYNOPSIS @@ -24,8 +24,15 @@ The attribute to set. This assigns the default to the attribute. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_condattr_init()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d706f0d..2e66e8a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attribute_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_condition_attribute_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_condition_attribute_delete .SH SYNOPSIS @@ -28,8 +28,15 @@ The attribute to delete. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_condattr_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 64ab344..7d52a82 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_shared_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_shared_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attribute_shared_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_condition_attribute_shared_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_condition_attribute_shared_get .SH SYNOPSIS @@ -29,8 +29,15 @@ The process shared attribute value. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_condattr_getpshared()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2c62e63..2e701a9 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_shared_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attribute_shared_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attribute_shared_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_condition_attribute_shared_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_condition_attribute_shared_set .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread condition attribute. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_condattr_setpshared()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 966c7f2..885b73c 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attributes_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_condition_attributes_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_condition_attributes_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_condition_attributes_adjust\fP(3), \fIf_thread_condition_attributes_decimate_by\fP(3), \fIf_thread_condition_attributes_decrease_by\fP(3), \fIf_thread_condition_attributes_increase\fP(3), \fIf_thread_condition_attributes_increase_by\fP(3), \fIf_thread_condition_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 68379e9..ca06237 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attributes_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_condition_attributes_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_condition_attributes_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_condition_attributes_adjust\fP(3), \fIf_thread_condition_attributes_decimate_by\fP(3), \fIf_thread_condition_attributes_decrease_by\fP(3), \fIf_thread_condition_attributes_increase\fP(3), \fIf_thread_condition_attributes_increase_by\fP(3), \fIf_thread_condition_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 372b55f..bbdfb24 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attributes_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_condition_attributes_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_condition_attributes_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_condition_attributes_adjust\fP(3), \fIf_thread_condition_attributes_decimate_by\fP(3), \fIf_thread_condition_attributes_decrease_by\fP(3), \fIf_thread_condition_attributes_increase\fP(3), \fIf_thread_condition_attributes_increase_by\fP(3), \fIf_thread_condition_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6e87684..550a8ff 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attributes_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_condition_attributes_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_condition_attributes_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_condition_attributes_adjust\fP(3), \fIf_thread_condition_attributes_decimate_by\fP(3), \fIf_thread_condition_attributes_decrease_by\fP(3), \fIf_thread_condition_attributes_increase\fP(3), \fIf_thread_condition_attributes_increase_by\fP(3), \fIf_thread_condition_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ea080ee..17e54ef 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attributes_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_condition_attributes_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_condition_attributes_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_condition_attributes_adjust\fP(3), \fIf_thread_condition_attributes_decimate_by\fP(3), \fIf_thread_condition_attributes_decrease_by\fP(3), \fIf_thread_condition_attributes_increase\fP(3), \fIf_thread_condition_attributes_increase_by\fP(3), \fIf_thread_condition_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1bc4719..e0b6543 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_attributes_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_attributes_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_condition_attributes_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_condition_attributes_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string attributes array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_condition_attributes_adjust\fP(3), \fIf_thread_condition_attributes_decimate_by\fP(3), \fIf_thread_condition_attributes_decrease_by\fP(3), \fIf_thread_condition_attributes_increase\fP(3), \fIf_thread_condition_attributes_increase_by\fP(3), \fIf_thread_condition_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1fefcab..4dce391 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_create "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_condition_create "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_condition_create .SH SYNOPSIS @@ -29,8 +29,15 @@ The condition to wait on. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_cond_init()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 18b15df..5d4ef12 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_condition_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_condition_delete .SH SYNOPSIS @@ -28,8 +28,15 @@ The condition to delete. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_cond_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 484f5cd..801c9cf 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_signal.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_signal.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_signal "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_condition_signal "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_condition_signal .SH SYNOPSIS @@ -26,8 +26,15 @@ The condition to broadcast the unblock signal to. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_cond_signal()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3fd1e75..1f9d668 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_signal_all.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_signal_all.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_signal_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_condition_signal_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_condition_signal_all .SH SYNOPSIS @@ -24,8 +24,15 @@ The condition to broadcast the unblock signal to. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_cond_broadcast()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c605341..30e9773 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_wait.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_wait.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_wait "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_condition_wait "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_condition_wait .SH SYNOPSIS @@ -37,8 +37,15 @@ The mutex to use for waiting on condition. \fBF_recover_not\fP (with error bit) if the state protected by the mutex is not recoverable. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_cond_wait()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a852070..719bd4b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_condition_wait_timed.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_condition_wait_timed.3 @@ -1,4 +1,4 @@ -.TH f_thread_condition_wait_timed "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_condition_wait_timed "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_condition_wait_timed .SH SYNOPSIS @@ -44,8 +44,15 @@ The mutex to use for waiting on condition. \fBF_recover_not\fP (with error bit) if the state protected by the mutex is not recoverable. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_cond_timedwait()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 326a087..43b091d 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_conditions_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_conditions_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_conditions_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string conditions array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_conditions_adjust\fP(3), \fIf_thread_conditions_decimate_by\fP(3), \fIf_thread_conditions_decrease_by\fP(3), \fIf_thread_conditions_increase\fP(3), \fIf_thread_conditions_increase_by\fP(3), \fIf_thread_conditions_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e8498fe..a46e15b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_conditions_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_conditions_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_conditions_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string conditions array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_conditions_adjust\fP(3), \fIf_thread_conditions_decimate_by\fP(3), \fIf_thread_conditions_decrease_by\fP(3), \fIf_thread_conditions_increase\fP(3), \fIf_thread_conditions_increase_by\fP(3), \fIf_thread_conditions_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 399ab52..0c40ec3 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_conditions_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_conditions_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_conditions_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string conditions array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_conditions_adjust\fP(3), \fIf_thread_conditions_decimate_by\fP(3), \fIf_thread_conditions_decrease_by\fP(3), \fIf_thread_conditions_increase\fP(3), \fIf_thread_conditions_increase_by\fP(3), \fIf_thread_conditions_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8216135..e4ca298 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_conditions_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_conditions_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_conditions_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string conditions array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_conditions_adjust\fP(3), \fIf_thread_conditions_decimate_by\fP(3), \fIf_thread_conditions_decrease_by\fP(3), \fIf_thread_conditions_increase\fP(3), \fIf_thread_conditions_increase_by\fP(3), \fIf_thread_conditions_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1cfa9a7..632ccd2 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_conditions_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_conditions_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_conditions_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string conditions array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_conditions_adjust\fP(3), \fIf_thread_conditions_decimate_by\fP(3), \fIf_thread_conditions_decrease_by\fP(3), \fIf_thread_conditions_increase\fP(3), \fIf_thread_conditions_increase_by\fP(3), \fIf_thread_conditions_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 be6263f..c639c0a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_conditions_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_conditions_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_conditions_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_conditions_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string conditions array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_conditions_adjust\fP(3), \fIf_thread_conditions_decimate_by\fP(3), \fIf_thread_conditions_decrease_by\fP(3), \fIf_thread_conditions_increase\fP(3), \fIf_thread_conditions_increase_by\fP(3), \fIf_thread_conditions_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 04a6c03..7d2e7b1 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_create "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_create "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_create .SH SYNOPSIS @@ -43,8 +43,15 @@ The function to execute. \fBF_resource_not\fP (with error bit) if there are not enough resources to create another thread. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_create()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 48dc008..4612ad1 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_detach.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_detach.3 @@ -1,4 +1,4 @@ -.TH f_thread_detach "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_detach "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_detach .SH SYNOPSIS @@ -32,8 +32,15 @@ The ID of the thread to detach. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_detach()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 04065ae..3d9c89a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_exit.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_exit.3 @@ -1,4 +1,4 @@ -.TH f_thread_exit "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_exit "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_exit .SH SYNOPSIS @@ -22,8 +22,15 @@ The code returned by the exited thread. \fBF_none\fP on success. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_exit()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 238643d..b73a637 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_ids_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_ids_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_ids_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_ids_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_ids_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread ids array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_ids_adjust\fP(3), \fIf_thread_ids_decimate_by\fP(3), \fIf_thread_ids_decrease_by\fP(3), \fIf_thread_ids_increase\fP(3), \fIf_thread_ids_increase_by\fP(3), \fIf_thread_ids_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b7d74ce..eb36161 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_ids_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_ids_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_ids_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_ids_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_ids_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The thread ids array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_ids_adjust\fP(3), \fIf_thread_ids_decimate_by\fP(3), \fIf_thread_ids_decrease_by\fP(3), \fIf_thread_ids_increase\fP(3), \fIf_thread_ids_increase_by\fP(3), \fIf_thread_ids_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c076391..b9ca542 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_ids_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_ids_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_ids_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_ids_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_ids_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The thread ids array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_ids_adjust\fP(3), \fIf_thread_ids_decimate_by\fP(3), \fIf_thread_ids_decrease_by\fP(3), \fIf_thread_ids_increase\fP(3), \fIf_thread_ids_increase_by\fP(3), \fIf_thread_ids_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 37cf745..8134b1a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_ids_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_ids_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_ids_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_ids_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_ids_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The thread ids array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_ids_adjust\fP(3), \fIf_thread_ids_decimate_by\fP(3), \fIf_thread_ids_decrease_by\fP(3), \fIf_thread_ids_increase\fP(3), \fIf_thread_ids_increase_by\fP(3), \fIf_thread_ids_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 00bc82c..0f896f3 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_ids_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_ids_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_ids_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_ids_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_ids_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The thread ids array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_ids_adjust\fP(3), \fIf_thread_ids_decimate_by\fP(3), \fIf_thread_ids_decrease_by\fP(3), \fIf_thread_ids_increase\fP(3), \fIf_thread_ids_increase_by\fP(3), \fIf_thread_ids_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b9bf24f..a610fad 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_ids_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_ids_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_ids_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_ids_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_ids_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread ids array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_ids_adjust\fP(3), \fIf_thread_ids_decimate_by\fP(3), \fIf_thread_ids_decrease_by\fP(3), \fIf_thread_ids_increase\fP(3), \fIf_thread_ids_increase_by\fP(3), \fIf_thread_ids_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c1243b5..e6d9881 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_join.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_join.3 @@ -1,4 +1,4 @@ -.TH f_thread_join "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_join "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_join .SH SYNOPSIS @@ -37,8 +37,15 @@ The ID of the thread to wait for. \fBF_supported_not\fP (with error bit) if the thread is not joinable or is already being joined by another thread. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_join()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6e4af38..315a67c 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_join_timed.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_join_timed.3 @@ -1,4 +1,4 @@ -.TH f_thread_join_timed "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_join_timed "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_join_timed .SH SYNOPSIS @@ -46,8 +46,15 @@ The amount of time to wait for. The wait time is relative to the clock, so consi \fBF_supported_not\fP (with error bit) if the thread is not joinable or is already being joined by another thread. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_timedjoin_np()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9c4c36c..a5aedd1 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_join_try.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_join_try.3 @@ -1,4 +1,4 @@ -.TH f_thread_join_try "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_join_try "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_join_try .SH SYNOPSIS @@ -39,8 +39,15 @@ The ID of the thread to wait for. \fBF_supported_not\fP (with error bit) if the thread is not joinable or is already being joined by another thread. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_tryjoin_np()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a2c5c73..a5a9ecd 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_key_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_key_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_key_create "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_key_create "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_key_create .SH SYNOPSIS @@ -33,8 +33,15 @@ The thread key. \fBF_prohibited\fP (with error bit) if not allowed to set the scheduling policy and parameters specified in attribute. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_key_create()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2a5e97b..7bdf77c 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_key_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_key_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_key_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_key_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_key_delete .SH SYNOPSIS @@ -14,6 +14,10 @@ f_thread_key_delete Delete a thread key. .PP The pthread_key_delete() function has no distinction like the *_destroy() and the *_delete() used by the FLL project. Therefore there is only this function for both deleting and destroying. +.PP +F_parameter (with error bit) if a parameter is invalid. +.PP +F_failure (with error bit) on any other error. .SH PARAMETERS .TP .B key @@ -21,13 +25,16 @@ The key to delete. .SH RETURN VALUE .PP -\fBF_none\fP on success. -.br -\fBF_parameter\fP (with error bit) if a parameter is invalid. -.br -\fBF_failure\fP (with error bit) on any other error. +F_none on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_key_delete()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c6601c7..3f0ea65 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_key_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_key_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_key_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_key_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_key_get .SH SYNOPSIS @@ -27,8 +27,15 @@ The assigned thread key value. \fBF_none\fP on success. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_getspecific()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 71b1b35..0b3f58e 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_key_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_key_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_key_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_key_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_key_set .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread key value to assign. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_setspecific()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 918310c..7220caf 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_keys_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_keys_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_keys_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_keys_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_keys_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string keys array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_keys_adjust\fP(3), \fIf_thread_keys_decimate_by\fP(3), \fIf_thread_keys_decrease_by\fP(3), \fIf_thread_keys_increase\fP(3), \fIf_thread_keys_increase_by\fP(3), \fIf_thread_keys_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 11c552d..4fec562 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_keys_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_keys_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_keys_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_keys_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_keys_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string keys array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_keys_adjust\fP(3), \fIf_thread_keys_decimate_by\fP(3), \fIf_thread_keys_decrease_by\fP(3), \fIf_thread_keys_increase\fP(3), \fIf_thread_keys_increase_by\fP(3), \fIf_thread_keys_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5d18417..de9e86c 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_keys_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_keys_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_keys_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_keys_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_keys_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string keys array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_keys_adjust\fP(3), \fIf_thread_keys_decimate_by\fP(3), \fIf_thread_keys_decrease_by\fP(3), \fIf_thread_keys_increase\fP(3), \fIf_thread_keys_increase_by\fP(3), \fIf_thread_keys_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8e42c74..de1dd82 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_keys_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_keys_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_keys_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_keys_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_keys_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string keys array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_keys_adjust\fP(3), \fIf_thread_keys_decimate_by\fP(3), \fIf_thread_keys_decrease_by\fP(3), \fIf_thread_keys_increase\fP(3), \fIf_thread_keys_increase_by\fP(3), \fIf_thread_keys_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1138b5e..d0559bc 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_keys_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_keys_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_keys_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_keys_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_keys_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string keys array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_keys_adjust\fP(3), \fIf_thread_keys_decimate_by\fP(3), \fIf_thread_keys_decrease_by\fP(3), \fIf_thread_keys_increase\fP(3), \fIf_thread_keys_increase_by\fP(3), \fIf_thread_keys_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 10bbf79..9e7e4aa 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_keys_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_keys_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_keys_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_keys_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_keys_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string keys array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_keys_adjust\fP(3), \fIf_thread_keys_decimate_by\fP(3), \fIf_thread_keys_decrease_by\fP(3), \fIf_thread_keys_increase\fP(3), \fIf_thread_keys_increase_by\fP(3), \fIf_thread_keys_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1beec53..5b7093b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attribute_create "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_lock_attribute_create "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_lock_attribute_create .SH SYNOPSIS @@ -32,8 +32,15 @@ The lock attributes to create. \fBF_resource_not\fP (with error bit) if max lockes is reached. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_rwlockattr_init()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3788a03..7c2adf0 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attribute_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_lock_attribute_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_lock_attribute_delete .SH SYNOPSIS @@ -28,8 +28,15 @@ The attribute to delete. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_rwlockattr_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 48320ca..d728b8b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_shared_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_shared_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attribute_shared_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_lock_attribute_shared_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_lock_attribute_shared_get .SH SYNOPSIS @@ -29,8 +29,15 @@ The lock shared attribute value. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_rwlockattr_getpshared()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 14a18d9..0395c00 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_shared_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attribute_shared_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attribute_shared_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_lock_attribute_shared_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_lock_attribute_shared_set .SH SYNOPSIS @@ -29,8 +29,15 @@ The lock attribute. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_rwlockattr_setpshared()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9f05fe6..50a1aa6 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attributes_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_lock_attributes_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_lock_attributes_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_lock_attributes_adjust\fP(3), \fIf_thread_lock_attributes_decimate_by\fP(3), \fIf_thread_lock_attributes_decrease_by\fP(3), \fIf_thread_lock_attributes_increase\fP(3), \fIf_thread_lock_attributes_increase_by\fP(3), \fIf_thread_lock_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8ba6f07..86ffa69 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attributes_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_lock_attributes_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_lock_attributes_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_lock_attributes_adjust\fP(3), \fIf_thread_lock_attributes_decimate_by\fP(3), \fIf_thread_lock_attributes_decrease_by\fP(3), \fIf_thread_lock_attributes_increase\fP(3), \fIf_thread_lock_attributes_increase_by\fP(3), \fIf_thread_lock_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 899162b..cd74b14 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attributes_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_lock_attributes_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_lock_attributes_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_lock_attributes_adjust\fP(3), \fIf_thread_lock_attributes_decimate_by\fP(3), \fIf_thread_lock_attributes_decrease_by\fP(3), \fIf_thread_lock_attributes_increase\fP(3), \fIf_thread_lock_attributes_increase_by\fP(3), \fIf_thread_lock_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 56951fe..1f5a96f 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attributes_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_lock_attributes_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_lock_attributes_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_lock_attributes_adjust\fP(3), \fIf_thread_lock_attributes_decimate_by\fP(3), \fIf_thread_lock_attributes_decrease_by\fP(3), \fIf_thread_lock_attributes_increase\fP(3), \fIf_thread_lock_attributes_increase_by\fP(3), \fIf_thread_lock_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7b848ff..fd29e54 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attributes_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_lock_attributes_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_lock_attributes_increase_by .SH SYNOPSIS @@ -30,13 +30,18 @@ The string attributes array to resize. .br \fBF_data_not\fP on success, but there is no reason to increase size (used + amount <= size). .br -\fBF_array_too_large\fP (with error bit) if the new array length is too large -.br -\fBF_memory_not\fP (with error bit) on out of memory. +\fBF_array_too_large\fP (with error bit) if the new array length is too large F_memory_not (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_lock_attributes_adjust\fP(3), \fIf_thread_lock_attributes_decimate_by\fP(3), \fIf_thread_lock_attributes_decrease_by\fP(3), \fIf_thread_lock_attributes_increase\fP(3), \fIf_thread_lock_attributes_increase_by\fP(3), \fIf_thread_lock_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7f99628..cdd83be 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_attributes_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_attributes_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_lock_attributes_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_lock_attributes_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string attributes array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_lock_attributes_adjust\fP(3), \fIf_thread_lock_attributes_decimate_by\fP(3), \fIf_thread_lock_attributes_decrease_by\fP(3), \fIf_thread_lock_attributes_increase\fP(3), \fIf_thread_lock_attributes_increase_by\fP(3), \fIf_thread_lock_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bbcdf5f..4c2b7d1 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_create "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_lock_create "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_lock_create .SH SYNOPSIS @@ -33,8 +33,15 @@ The lock to create. \fBF_resource_not\fP (with error bit) if max lockes is reached. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_rwlock_init()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d2b3d9b..d0e6289 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_lock_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_lock_delete .SH SYNOPSIS @@ -28,8 +28,15 @@ The lock to delete. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_rwlock_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2d19c93..4ec32ad 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_read.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_read.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_lock_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_lock_read .SH SYNOPSIS @@ -30,8 +30,15 @@ The thread lock. \fBF_resource_not\fP (with error bit) if max number of read locks allowed is reached. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_rwlock_rdlock()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ae090f5..64a837d 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_read_timed.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_read_timed.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_read_timed "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_lock_read_timed "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_lock_read_timed .SH SYNOPSIS @@ -39,8 +39,15 @@ The read/write lock. \fBF_resource_not\fP (with error bit) if max number of read locks allowed is reached. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_rwlock_timedrdlock()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ce3ae5f..edf6927 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_read_try.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_read_try.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_read_try "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_lock_read_try "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_lock_read_try .SH SYNOPSIS @@ -32,8 +32,15 @@ The thread lock. \fBF_resource_not\fP (with error bit) if max number of read locks allowed is reached. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_rwlock_tryrdlock()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 534bb0e..f0941d9 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_write.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_write.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_lock_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_lock_write .SH SYNOPSIS @@ -30,8 +30,15 @@ The thread lock. \fBF_resource_not\fP (with error bit) if max locks is reached. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_rwlock_wrlock()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 06819ac..ce1aa9b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_write_timed.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_write_timed.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_write_timed "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_lock_write_timed "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_lock_write_timed .SH SYNOPSIS @@ -37,8 +37,15 @@ The read/write lock. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_rwlock_timedwrlock()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6da160b..04f6b68 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_lock_write_try.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_lock_write_try.3 @@ -1,4 +1,4 @@ -.TH f_thread_lock_write_try "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_lock_write_try "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_lock_write_try .SH SYNOPSIS @@ -32,8 +32,15 @@ The thread lock. \fBF_resource_not\fP (with error bit) if max locks is reached. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_rwlock_trywrlock()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 da6588a..da05a4d 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_locks_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_locks_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_locks_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_locks_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_locks_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string locks array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_locks_adjust\fP(3), \fIf_thread_locks_decimate_by\fP(3), \fIf_thread_locks_decrease_by\fP(3), \fIf_thread_locks_increase\fP(3), \fIf_thread_locks_increase_by\fP(3), \fIf_thread_locks_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8ac4a50..ded5d2c 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_locks_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_locks_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_locks_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_locks_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_locks_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string locks array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_locks_adjust\fP(3), \fIf_thread_locks_decimate_by\fP(3), \fIf_thread_locks_decrease_by\fP(3), \fIf_thread_locks_increase\fP(3), \fIf_thread_locks_increase_by\fP(3), \fIf_thread_locks_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 23698f9..2a1bafd 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_locks_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_locks_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_locks_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_locks_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_locks_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string locks array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_locks_adjust\fP(3), \fIf_thread_locks_decimate_by\fP(3), \fIf_thread_locks_decrease_by\fP(3), \fIf_thread_locks_increase\fP(3), \fIf_thread_locks_increase_by\fP(3), \fIf_thread_locks_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cbf9b01..9b5dc1a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_locks_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_locks_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_locks_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_locks_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_locks_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string locks array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_locks_adjust\fP(3), \fIf_thread_locks_decimate_by\fP(3), \fIf_thread_locks_decrease_by\fP(3), \fIf_thread_locks_increase\fP(3), \fIf_thread_locks_increase_by\fP(3), \fIf_thread_locks_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3af047f..434478b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_locks_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_locks_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_locks_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_locks_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_locks_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string locks array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_locks_adjust\fP(3), \fIf_thread_locks_decimate_by\fP(3), \fIf_thread_locks_decrease_by\fP(3), \fIf_thread_locks_increase\fP(3), \fIf_thread_locks_increase_by\fP(3), \fIf_thread_locks_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d21d82b..49c0fb1 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_locks_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_locks_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_locks_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_locks_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_locks_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string locks array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_locks_adjust\fP(3), \fIf_thread_locks_decimate_by\fP(3), \fIf_thread_locks_decrease_by\fP(3), \fIf_thread_locks_increase\fP(3), \fIf_thread_locks_increase_by\fP(3), \fIf_thread_locks_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 15fe44e..da1ac65 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_create "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_attribute_create "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_attribute_create .SH SYNOPSIS @@ -32,8 +32,15 @@ The mutex attributes to create. \fBF_resource_not\fP (with error bit) if max mutexes is reached. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_mutexattr_init()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 18a6475..22407e4 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_attribute_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_attribute_delete .SH SYNOPSIS @@ -28,8 +28,15 @@ The attribute to delete. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_mutexattr_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4ea71d4..9d7eccf 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_priority_ceiling_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_priority_ceiling_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_priority_ceiling_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_attribute_priority_ceiling_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_attribute_priority_ceiling_get .SH SYNOPSIS @@ -29,8 +29,15 @@ The priority ceiling. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_prohibited\fP (with error bit) if not allowed to perform the operation. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_mutexattr_getprioceiling()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 264a642..a90aec8 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_priority_ceiling_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_priority_ceiling_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_priority_ceiling_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_attribute_priority_ceiling_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_attribute_priority_ceiling_set .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread mutex attribute. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_prohibited\fP (with error bit) if not allowed to perform the operation. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_mutexattr_setprioceiling()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 27b0885..8726eed 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_protocol_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_protocol_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_protocol_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_attribute_protocol_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_attribute_protocol_get .SH SYNOPSIS @@ -31,8 +31,15 @@ The protocol. \fBF_prohibited\fP (with error bit) if not allowed to perform the operation. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_mutexattr_getprotocol()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 499d01d..ebf6f77 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_protocol_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_protocol_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_protocol_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_attribute_protocol_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_attribute_protocol_set .SH SYNOPSIS @@ -33,8 +33,15 @@ The thread mutex attribute. \fBF_supported_not\fP (with error bit) if the protocol is not supported. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_mutexattr_setprotocol()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 95c2ccb..be7c3ae 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_shared_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_shared_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_shared_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_attribute_shared_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_attribute_shared_get .SH SYNOPSIS @@ -29,8 +29,15 @@ The mutex shared attribute value. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_mutexattr_getpshared()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b18b2e6..5211323 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_shared_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_shared_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_shared_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_attribute_shared_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_attribute_shared_set .SH SYNOPSIS @@ -29,8 +29,15 @@ The mutex attribute. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_mutexattr_setpshared()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e951575..0d5b598 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_type_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_type_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_type_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_attribute_type_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_attribute_type_get .SH SYNOPSIS @@ -29,8 +29,15 @@ The type. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_mutexattr_gettype()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4bb5bc3..5b4e28f 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_type_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attribute_type_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attribute_type_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_attribute_type_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_attribute_type_set .SH SYNOPSIS @@ -29,8 +29,15 @@ The mutex attribute. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_mutexattr_settype()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7edd855..423ef82 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attributes_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_attributes_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_attributes_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread mutex attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_mutex_attributes_adjust\fP(3), \fIf_thread_mutex_attributes_decimate_by\fP(3), \fIf_thread_mutex_attributes_decrease_by\fP(3), \fIf_thread_mutex_attributes_increase\fP(3), \fIf_thread_mutex_attributes_increase_by\fP(3), \fIf_thread_mutex_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9443e7e..02751bf 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attributes_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_attributes_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_attributes_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The thread mutex attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_mutex_attributes_adjust\fP(3), \fIf_thread_mutex_attributes_decimate_by\fP(3), \fIf_thread_mutex_attributes_decrease_by\fP(3), \fIf_thread_mutex_attributes_increase\fP(3), \fIf_thread_mutex_attributes_increase_by\fP(3), \fIf_thread_mutex_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 be05200..d73ffee 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attributes_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_attributes_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_attributes_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The thread mutex attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_mutex_attributes_adjust\fP(3), \fIf_thread_mutex_attributes_decimate_by\fP(3), \fIf_thread_mutex_attributes_decrease_by\fP(3), \fIf_thread_mutex_attributes_increase\fP(3), \fIf_thread_mutex_attributes_increase_by\fP(3), \fIf_thread_mutex_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 15c0744..7c5810a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attributes_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_attributes_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_attributes_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The thread mutex attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_mutex_attributes_adjust\fP(3), \fIf_thread_mutex_attributes_decimate_by\fP(3), \fIf_thread_mutex_attributes_decrease_by\fP(3), \fIf_thread_mutex_attributes_increase\fP(3), \fIf_thread_mutex_attributes_increase_by\fP(3), \fIf_thread_mutex_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b7b305d..d3ac2ae 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attributes_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_attributes_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_attributes_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The thread mutex attributes array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_mutex_attributes_adjust\fP(3), \fIf_thread_mutex_attributes_decimate_by\fP(3), \fIf_thread_mutex_attributes_decrease_by\fP(3), \fIf_thread_mutex_attributes_increase\fP(3), \fIf_thread_mutex_attributes_increase_by\fP(3), \fIf_thread_mutex_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3d2b677..6fc6640 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_attributes_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_attributes_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_attributes_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_attributes_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread mutex attributes array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_mutex_attributes_adjust\fP(3), \fIf_thread_mutex_attributes_decimate_by\fP(3), \fIf_thread_mutex_attributes_decrease_by\fP(3), \fIf_thread_mutex_attributes_increase\fP(3), \fIf_thread_mutex_attributes_increase_by\fP(3), \fIf_thread_mutex_attributes_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 89d16fb..7e559c9 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_create "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_create "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_create .SH SYNOPSIS @@ -37,8 +37,15 @@ The mutex to create. \fBF_resource_not\fP (with error bit) if max mutexes is reached. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_mutex_init()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b397df4..a6b6131 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_delete .SH SYNOPSIS @@ -28,8 +28,15 @@ The mutex to delete. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_mutex_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 447e367..56d5251 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_lock.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_lock.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_lock "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_lock "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_lock .SH SYNOPSIS @@ -30,8 +30,15 @@ The thread mutex. \fBF_resource_not\fP (with error bit) if max mutex locks is reached. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_mutex_lock()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0c7a00b..7896a75 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_lock_timed.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_lock_timed.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_lock_timed "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_lock_timed "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_lock_timed .SH SYNOPSIS @@ -45,8 +45,15 @@ The thread mutex. \fBF_dead\fP (with error bit) if the owning thread terminated while holding the mutex lock (thread is dead). .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_mutex_timedlock()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b4fa2f4..b926fa8 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_lock_try.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_lock_try.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_lock_try "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_lock_try "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_lock_try .SH SYNOPSIS @@ -32,8 +32,15 @@ The thread mutex. \fBF_resource_not\fP (with error bit) if max mutex locks is reached. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_mutex_trylock()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1655c7b..b6f0c7c 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_priority_ceiling_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_priority_ceiling_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_priority_ceiling_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_priority_ceiling_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_priority_ceiling_get .SH SYNOPSIS @@ -31,8 +31,15 @@ The priority ceiling. \fBF_prohibited\fP (with error bit) if not allowed to perform the operation. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_mutex_getprioceiling()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0495fbb..a13a776 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_priority_ceiling_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_priority_ceiling_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_priority_ceiling_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_priority_ceiling_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_priority_ceiling_set .SH SYNOPSIS @@ -44,8 +44,15 @@ The thread mutex. \fBF_dead\fP (with error bit) if the owning thread terminated while holding the mutex lock (thread is dead). .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_mutex_setprioceiling()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9d03223..afb7c16 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_unlock.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutex_unlock.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutex_unlock "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutex_unlock "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutex_unlock .SH SYNOPSIS @@ -28,8 +28,15 @@ The thread mutex. \fBF_resource_not\fP (with error bit) if max mutex locks is reached. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_mutex_unlock()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 15e1af7..4a2a473 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutexs_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutexs_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutexs_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string mutexs array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_mutexs_adjust\fP(3), \fIf_thread_mutexs_decimate_by\fP(3), \fIf_thread_mutexs_decrease_by\fP(3), \fIf_thread_mutexs_increase\fP(3), \fIf_thread_mutexs_increase_by\fP(3), \fIf_thread_mutexs_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9267273..d6b3494 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutexs_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutexs_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutexs_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string mutexs array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_mutexs_adjust\fP(3), \fIf_thread_mutexs_decimate_by\fP(3), \fIf_thread_mutexs_decrease_by\fP(3), \fIf_thread_mutexs_increase\fP(3), \fIf_thread_mutexs_increase_by\fP(3), \fIf_thread_mutexs_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ebb3bbb..a613c1d 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutexs_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutexs_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutexs_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string mutexs array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_mutexs_adjust\fP(3), \fIf_thread_mutexs_decimate_by\fP(3), \fIf_thread_mutexs_decrease_by\fP(3), \fIf_thread_mutexs_increase\fP(3), \fIf_thread_mutexs_increase_by\fP(3), \fIf_thread_mutexs_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 78205a0..5092d2f 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutexs_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutexs_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutexs_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string mutexs array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_mutexs_adjust\fP(3), \fIf_thread_mutexs_decimate_by\fP(3), \fIf_thread_mutexs_decrease_by\fP(3), \fIf_thread_mutexs_increase\fP(3), \fIf_thread_mutexs_increase_by\fP(3), \fIf_thread_mutexs_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4db845d..75c9ec9 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutexs_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutexs_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutexs_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string mutexs array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_mutexs_adjust\fP(3), \fIf_thread_mutexs_decimate_by\fP(3), \fIf_thread_mutexs_decrease_by\fP(3), \fIf_thread_mutexs_increase\fP(3), \fIf_thread_mutexs_increase_by\fP(3), \fIf_thread_mutexs_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ebce96c..19acf64 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_mutexs_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_mutexs_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_mutexs_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_mutexs_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string mutexs array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_mutexs_adjust\fP(3), \fIf_thread_mutexs_decimate_by\fP(3), \fIf_thread_mutexs_decrease_by\fP(3), \fIf_thread_mutexs_increase\fP(3), \fIf_thread_mutexs_increase_by\fP(3), \fIf_thread_mutexs_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bbe97ce..2829645 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_once.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_once.3 @@ -1,4 +1,4 @@ -.TH f_thread_once "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_once "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_once .SH SYNOPSIS @@ -18,6 +18,7 @@ Subsequent calls will not call the given routine. .SH PARAMETERS .TP .B routine +The callback. .TP .B once @@ -30,8 +31,15 @@ The once variable designating that the given routine will be called only once. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_once()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0bc8051..39ca481 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_onces_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_onces_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_onces_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_onces_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_onces_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread onces array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_onces_adjust\fP(3), \fIf_thread_onces_decimate_by\fP(3), \fIf_thread_onces_decrease_by\fP(3), \fIf_thread_onces_increase\fP(3), \fIf_thread_onces_increase_by\fP(3), \fIf_thread_onces_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f8d9bc2..293f2b3 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_onces_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_onces_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_onces_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_onces_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_onces_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The thread onces array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_onces_adjust\fP(3), \fIf_thread_onces_decimate_by\fP(3), \fIf_thread_onces_decrease_by\fP(3), \fIf_thread_onces_increase\fP(3), \fIf_thread_onces_increase_by\fP(3), \fIf_thread_onces_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 15175ad..1251d2f 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_onces_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_onces_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_onces_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_onces_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_onces_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The thread onces array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_onces_adjust\fP(3), \fIf_thread_onces_decimate_by\fP(3), \fIf_thread_onces_decrease_by\fP(3), \fIf_thread_onces_increase\fP(3), \fIf_thread_onces_increase_by\fP(3), \fIf_thread_onces_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ce76310..f84aa6e 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_onces_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_onces_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_onces_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_onces_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_onces_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The thread onces array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_onces_adjust\fP(3), \fIf_thread_onces_decimate_by\fP(3), \fIf_thread_onces_decrease_by\fP(3), \fIf_thread_onces_increase\fP(3), \fIf_thread_onces_increase_by\fP(3), \fIf_thread_onces_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3b728c5..c6f4978 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_onces_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_onces_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_onces_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_onces_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_onces_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The thread onces array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_onces_adjust\fP(3), \fIf_thread_onces_decimate_by\fP(3), \fIf_thread_onces_decrease_by\fP(3), \fIf_thread_onces_increase\fP(3), \fIf_thread_onces_increase_by\fP(3), \fIf_thread_onces_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8e3c6f6..37d33c2 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_onces_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_onces_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_onces_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_onces_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_onces_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The thread onces array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_onces_adjust\fP(3), \fIf_thread_onces_decimate_by\fP(3), \fIf_thread_onces_decrease_by\fP(3), \fIf_thread_onces_increase\fP(3), \fIf_thread_onces_increase_by\fP(3), \fIf_thread_onces_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9335f6d..68d05e8 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_scheduler_parameter_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_scheduler_parameter_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_scheduler_parameter_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_scheduler_parameter_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_scheduler_parameter_get .SH SYNOPSIS @@ -36,8 +36,15 @@ The scheduler parameter \fBF_supported_not\fP (with error bit) if the policy or scheduling parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_getschedparam()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 21bbe4a..b27caae 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_scheduler_parameter_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_scheduler_parameter_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_scheduler_parameter_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_scheduler_parameter_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_scheduler_parameter_set .SH SYNOPSIS @@ -36,8 +36,15 @@ The scheduler parameter \fBF_prohibited\fP (with error bit) if insufficient privileges or scheduler (or policy) does not allow operation. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_setschedparam()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c7110ad..0eb1a6b 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_scheduler_priority_set.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_scheduler_priority_set.3 @@ -1,4 +1,4 @@ -.TH f_thread_scheduler_priority_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_scheduler_priority_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_scheduler_priority_set .SH SYNOPSIS @@ -33,8 +33,15 @@ The scheduler priority. \fBF_prohibited\fP (with error bit) if insufficient privileges. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_setschedprio()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 63b949f..c0de656 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_create "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_semaphore_create "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_semaphore_create .SH SYNOPSIS @@ -36,8 +36,15 @@ The semaphore to create. \fBF_supported_not\fP (with error bit) if the system does not support the process shared semaphore (shared == true). .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIsem_init()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fb3f330..097f57f 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_semaphore_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_semaphore_delete .SH SYNOPSIS @@ -28,8 +28,15 @@ The semaphore to delete. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIsem_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 42fc261..59a74c8 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_file_close.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_file_close.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_file_close "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_semaphore_file_close "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_semaphore_file_close .SH SYNOPSIS @@ -14,8 +14,6 @@ f_thread_semaphore_file_close Close a thread (named) semaphore file. .PP A named semaphore should be deleted with f_thread_semephore_file_destroy(). -.PP -A named semaphore should be deleted with this function or with f_thread_semephore_file_destroy(). .SH PARAMETERS .TP .B semaphore @@ -28,8 +26,15 @@ The semaphore to delete. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIsem_close()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a68cde6..aea7c96 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_file_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_file_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_file_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_semaphore_file_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_semaphore_file_delete .SH SYNOPSIS @@ -32,8 +32,15 @@ The semaphore name to delete. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIsem_unlink()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0c8f40d..4035fa5 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_file_open.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_file_open.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_file_open "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_semaphore_file_open "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_semaphore_file_open .SH SYNOPSIS @@ -60,8 +60,15 @@ The thread semaphore. \fBF_memory_not\fP (with error bit) if out of memory. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIsem_open()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 368f181..0cf32b1 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_lock.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_lock.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_lock "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_semaphore_lock "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_semaphore_lock .SH SYNOPSIS @@ -30,8 +30,15 @@ The thread semaphore. \fBF_interrupt\fP (with error bit) if returned due to an interrupt signal. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIsem_wait()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1b3b394..c1a1d86 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_lock_timed.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_lock_timed.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_lock_timed "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_semaphore_lock_timed "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_semaphore_lock_timed .SH SYNOPSIS @@ -37,8 +37,15 @@ The thread semaphore. \fBF_interrupt\fP (with error bit) if returned due to an interrupt signal. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIsem_timedwait()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5369507..162efcd 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_lock_try.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_lock_try.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_lock_try "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_semaphore_lock_try "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_semaphore_lock_try .SH SYNOPSIS @@ -32,8 +32,15 @@ The thread semaphore. \fBF_resource_not\fP (with error bit) if max semaphore locks is reached. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIsem_trywait()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2f0ca3d..55db3ab 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_unlock.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_unlock.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_unlock "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_semaphore_unlock "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_semaphore_unlock .SH SYNOPSIS @@ -28,8 +28,15 @@ The thread semaphore. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIsem_post()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0b76177..c60a916 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_value_get.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphore_value_get.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphore_value_get "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_semaphore_value_get "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_semaphore_value_get .SH SYNOPSIS @@ -29,8 +29,15 @@ The semaphore's value. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIsem_getvalue()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 830cbc1..5f02498 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphores_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_semaphores_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_semaphores_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string semaphores array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_semaphores_adjust\fP(3), \fIf_thread_semaphores_decimate_by\fP(3), \fIf_thread_semaphores_decrease_by\fP(3), \fIf_thread_semaphores_increase\fP(3), \fIf_thread_semaphores_increase_by\fP(3), \fIf_thread_semaphores_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d7dca87..327aeb4 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphores_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_semaphores_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_semaphores_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string semaphores array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_semaphores_adjust\fP(3), \fIf_thread_semaphores_decimate_by\fP(3), \fIf_thread_semaphores_decrease_by\fP(3), \fIf_thread_semaphores_increase\fP(3), \fIf_thread_semaphores_increase_by\fP(3), \fIf_thread_semaphores_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f96b56a..7c91469 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphores_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_semaphores_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_semaphores_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string semaphores array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_semaphores_adjust\fP(3), \fIf_thread_semaphores_decimate_by\fP(3), \fIf_thread_semaphores_decrease_by\fP(3), \fIf_thread_semaphores_increase\fP(3), \fIf_thread_semaphores_increase_by\fP(3), \fIf_thread_semaphores_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 502239e..9d0927a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphores_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_semaphores_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_semaphores_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string semaphores array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_semaphores_adjust\fP(3), \fIf_thread_semaphores_decimate_by\fP(3), \fIf_thread_semaphores_decrease_by\fP(3), \fIf_thread_semaphores_increase\fP(3), \fIf_thread_semaphores_increase_by\fP(3), \fIf_thread_semaphores_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 70dbc29..f294a4e 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphores_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_semaphores_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_semaphores_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string semaphores array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_semaphores_adjust\fP(3), \fIf_thread_semaphores_decimate_by\fP(3), \fIf_thread_semaphores_decrease_by\fP(3), \fIf_thread_semaphores_increase\fP(3), \fIf_thread_semaphores_increase_by\fP(3), \fIf_thread_semaphores_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ed3fcfc..403674a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_semaphores_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_semaphores_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_semaphores_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_semaphores_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string semaphores array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_semaphores_adjust\fP(3), \fIf_thread_semaphores_decimate_by\fP(3), \fIf_thread_semaphores_decrease_by\fP(3), \fIf_thread_semaphores_increase\fP(3), \fIf_thread_semaphores_increase_by\fP(3), \fIf_thread_semaphores_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 847adc9..bde5b47 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_sets_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_sets_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_sets_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_sets_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_sets_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string sets array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_sets_adjust\fP(3), \fIf_thread_sets_decimate_by\fP(3), \fIf_thread_sets_decrease_by\fP(3), \fIf_thread_sets_increase\fP(3), \fIf_thread_sets_increase_by\fP(3), \fIf_thread_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 06f71c8..76c6de6 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_sets_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_sets_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_sets_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_sets_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_sets_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string sets array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_sets_adjust\fP(3), \fIf_thread_sets_decimate_by\fP(3), \fIf_thread_sets_decrease_by\fP(3), \fIf_thread_sets_increase\fP(3), \fIf_thread_sets_increase_by\fP(3), \fIf_thread_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8200f50..6c01bd1 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_sets_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_sets_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_sets_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_sets_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_sets_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string sets array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_sets_adjust\fP(3), \fIf_thread_sets_decimate_by\fP(3), \fIf_thread_sets_decrease_by\fP(3), \fIf_thread_sets_increase\fP(3), \fIf_thread_sets_increase_by\fP(3), \fIf_thread_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 35dff45..af03d51 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_sets_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_sets_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_sets_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_sets_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_sets_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string sets array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_sets_adjust\fP(3), \fIf_thread_sets_decimate_by\fP(3), \fIf_thread_sets_decrease_by\fP(3), \fIf_thread_sets_increase\fP(3), \fIf_thread_sets_increase_by\fP(3), \fIf_thread_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0ab25e6..cab89f6 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_sets_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_sets_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_sets_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_sets_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_sets_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string sets array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_sets_adjust\fP(3), \fIf_thread_sets_decimate_by\fP(3), \fIf_thread_sets_decrease_by\fP(3), \fIf_thread_sets_increase\fP(3), \fIf_thread_sets_increase_by\fP(3), \fIf_thread_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 070f9aa..0a9d8df 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_sets_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_sets_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_sets_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_sets_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_sets_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string sets array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_sets_adjust\fP(3), \fIf_thread_sets_decimate_by\fP(3), \fIf_thread_sets_decrease_by\fP(3), \fIf_thread_sets_increase\fP(3), \fIf_thread_sets_increase_by\fP(3), \fIf_thread_sets_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b469bee..021c03f 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_signal_mask.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_signal_mask.3 @@ -1,4 +1,4 @@ -.TH f_thread_signal_mask "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_signal_mask "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_signal_mask .SH SYNOPSIS @@ -36,8 +36,15 @@ How to handle the signal. Set this to 0 when only trying to get the current sign \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_sigmask()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7278d1f..e6f1440 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_signal_queue.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_signal_queue.3 @@ -1,4 +1,4 @@ -.TH f_thread_signal_queue "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_signal_queue "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_signal_queue .SH SYNOPSIS @@ -40,8 +40,15 @@ The signal value to send. \fBF_supported_not\fP (with error bit) if this action is not supported by the current OS. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_sigqueue()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 11f7868..8d05891 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_signal_write.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_signal_write.3 @@ -1,4 +1,4 @@ -.TH f_thread_signal_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_signal_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_signal_write .SH SYNOPSIS @@ -33,8 +33,15 @@ The signal to send to the thread. If 0 is used instead of a valid signal, then i \fBF_found_not\fP (with error bit) if no thread by the given ID was found (and signal is not 0). .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_kill()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cd69981..573297a 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spin_create.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spin_create.3 @@ -1,4 +1,4 @@ -.TH f_thread_spin_create "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_spin_create "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_spin_create .SH SYNOPSIS @@ -33,8 +33,15 @@ The spin to create. \fBF_resource_not\fP (with error bit) if max spines is reached. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_spin_init()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 08a3fc2..b5c6584 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spin_delete.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spin_delete.3 @@ -1,4 +1,4 @@ -.TH f_thread_spin_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_spin_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_spin_delete .SH SYNOPSIS @@ -28,8 +28,15 @@ The spin to delete. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_spin_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5f7c910..98cbe87 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spin_lock.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spin_lock.3 @@ -1,4 +1,4 @@ -.TH f_thread_spin_lock "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_spin_lock "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_spin_lock .SH SYNOPSIS @@ -30,8 +30,15 @@ The thread spin. \fBF_resource_not\fP (with error bit) if max spin locks is reached. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_spin_lock()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0f30401..588d362 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spin_lock_try.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spin_lock_try.3 @@ -1,4 +1,4 @@ -.TH f_thread_spin_lock_try "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_spin_lock_try "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_spin_lock_try .SH SYNOPSIS @@ -16,10 +16,6 @@ Try to lock the spin lock. If spin is already locked, return immediately. .PP This is a non-blocking function. -.PP - -.br -\fBF_failure\fP (with error bit) on any other error. .SH PARAMETERS .TP .B spin @@ -34,8 +30,17 @@ The thread spin. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_resource_not\fP (with error bit) if max spin locks is reached. +.br +\fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_spin_trylock()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cfdcfdf..af51dfa 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spin_unlock.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spin_unlock.3 @@ -1,4 +1,4 @@ -.TH f_thread_spin_unlock "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_spin_unlock "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_spin_unlock .SH SYNOPSIS @@ -28,8 +28,15 @@ The thread spin. \fBF_resource_not\fP (with error bit) if max spin locks is reached. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_spin_unlock()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a182a60..561990d 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spins_adjust.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spins_adjust.3 @@ -1,4 +1,4 @@ -.TH f_thread_spins_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_spins_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_spins_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string spins array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_spins_adjust\fP(3), \fIf_thread_spins_decimate_by\fP(3), \fIf_thread_spins_decrease_by\fP(3), \fIf_thread_spins_increase\fP(3), \fIf_thread_spins_increase_by\fP(3), \fIf_thread_spins_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 50f09f4..f50c4be 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spins_decimate_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spins_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_spins_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_spins_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_spins_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string spins array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_spins_adjust\fP(3), \fIf_thread_spins_decimate_by\fP(3), \fIf_thread_spins_decrease_by\fP(3), \fIf_thread_spins_increase\fP(3), \fIf_thread_spins_increase_by\fP(3), \fIf_thread_spins_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4bd7258..3abea91 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spins_decrease_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spins_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_spins_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_spins_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_spins_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string spins array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_spins_adjust\fP(3), \fIf_thread_spins_decimate_by\fP(3), \fIf_thread_spins_decrease_by\fP(3), \fIf_thread_spins_increase\fP(3), \fIf_thread_spins_increase_by\fP(3), \fIf_thread_spins_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 02bf8c4..dc9ccd6 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spins_increase.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spins_increase.3 @@ -1,4 +1,4 @@ -.TH f_thread_spins_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_spins_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_spins_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string spins array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_spins_adjust\fP(3), \fIf_thread_spins_decimate_by\fP(3), \fIf_thread_spins_decrease_by\fP(3), \fIf_thread_spins_increase\fP(3), \fIf_thread_spins_increase_by\fP(3), \fIf_thread_spins_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 aacda1a..46cf106 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spins_increase_by.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spins_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_thread_spins_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_spins_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_spins_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string spins array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_spins_adjust\fP(3), \fIf_thread_spins_decimate_by\fP(3), \fIf_thread_spins_decrease_by\fP(3), \fIf_thread_spins_increase\fP(3), \fIf_thread_spins_increase_by\fP(3), \fIf_thread_spins_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8ac872f..67a342f 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_spins_resize.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_spins_resize.3 @@ -1,4 +1,4 @@ -.TH f_thread_spins_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_spins_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_spins_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string spins array to adjust. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_spins_adjust\fP(3), \fIf_thread_spins_decimate_by\fP(3), \fIf_thread_spins_decrease_by\fP(3), \fIf_thread_spins_increase\fP(3), \fIf_thread_spins_increase_by\fP(3), \fIf_thread_spins_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2ed3fb7..bbf74c5 100644 --- a/level_0/f_thread/data/documentation/man/man3/f_thread_unlock.3 +++ b/level_0/f_thread/data/documentation/man/man3/f_thread_unlock.3 @@ -1,4 +1,4 @@ -.TH f_thread_unlock "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_thread_unlock "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_thread_unlock .SH SYNOPSIS @@ -28,8 +28,15 @@ The thread lock. \fBF_resource_not\fP (with error bit) if max lock locks is reached. .br \fBF_failure\fP (with error bit) on any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_thread_at_fork\fP(3), \fIf_thread_attribute_affinity_get\fP(3), \fIf_thread_attribute_affinity_set\fP(3), \fIf_thread_attribute_concurrency_get\fP(3), \fIf_thread_attribute_concurrency_set\fP(3), \fIf_thread_attribute_create\fP(3), \fIf_thread_attribute_default_get\fP(3), \fIf_thread_attribute_default_set\fP(3), \fIf_thread_attribute_delete\fP(3), \fIf_thread_attribute_detach_get\fP(3), \fIf_thread_attribute_detach_set\fP(3), \fIf_thread_attribute_guard_get\fP(3), \fIf_thread_attribute_guard_set\fP(3), \fIf_thread_attribute_scheduler_inherit_get\fP(3), \fIf_thread_attribute_scheduler_inherit_set\fP(3), \fIf_thread_attribute_scheduler_parameter_get\fP(3), \fIf_thread_attribute_scheduler_parameter_set\fP(3), \fIf_thread_attribute_scheduler_policy_get\fP(3), \fIf_thread_attribute_scheduler_policy_set\fP(3), \fIf_thread_attribute_scope_get\fP(3), \fIf_thread_attribute_scope_set\fP(3), \fIf_thread_attribute_stack_get\fP(3), \fIf_thread_attribute_stack_set\fP(3), \fIf_thread_attribute_stack_size_get\fP(3), \fIf_thread_attribute_stack_size_set\fP(3), \fIf_thread_barrier_attribute_create\fP(3), \fIf_thread_barrier_attribute_delete\fP(3), \fIf_thread_barrier_attribute_shared_get\fP(3), \fIf_thread_barrier_attribute_shared_set\fP(3), \fIf_thread_barrier_create\fP(3), \fIf_thread_barrier_delete\fP(3), \fIf_thread_barrier_wait\fP(3), \fIf_thread_caller\fP(3), \fIf_thread_cancel\fP(3), \fIf_thread_cancel_state_set\fP(3), \fIf_thread_cancel_test\fP(3), \fIf_thread_cancel_type_set\fP(3), \fIf_thread_clock_get_id\fP(3), \fIf_thread_compare\fP(3), \fIf_thread_condition_attribute_clock_get\fP(3), \fIf_thread_condition_attribute_clock_set\fP(3), \fIf_thread_condition_attribute_create\fP(3), \fIf_thread_condition_attribute_delete\fP(3), \fIf_thread_condition_attribute_shared_get\fP(3), \fIf_thread_condition_attribute_shared_set\fP(3), \fIf_thread_condition_create\fP(3), \fIf_thread_condition_delete\fP(3), \fIf_thread_condition_signal\fP(3), \fIf_thread_condition_signal_all\fP(3), \fIf_thread_condition_wait\fP(3), \fIf_thread_condition_wait_timed\fP(3), \fIf_thread_create\fP(3), \fIf_thread_detach\fP(3), \fIf_thread_exit\fP(3), \fIf_thread_join\fP(3), \fIf_thread_join_timed\fP(3), \fIf_thread_join_try\fP(3), \fIf_thread_key_create\fP(3), \fIf_thread_key_delete\fP(3), \fIf_thread_key_get\fP(3), \fIf_thread_key_set\fP(3), \fIf_thread_lock_attribute_create\fP(3), \fIf_thread_lock_attribute_delete\fP(3), \fIf_thread_lock_attribute_shared_get\fP(3), \fIf_thread_lock_attribute_shared_set\fP(3), \fIf_thread_lock_create\fP(3), \fIf_thread_lock_delete\fP(3), \fIf_thread_lock_read\fP(3), \fIf_thread_lock_read_timed\fP(3), \fIf_thread_lock_read_try\fP(3), \fIf_thread_lock_write\fP(3), \fIf_thread_lock_write_timed\fP(3), \fIf_thread_lock_write_try\fP(3), \fIf_thread_mutex_attribute_create\fP(3), \fIf_thread_mutex_attribute_delete\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_get\fP(3), \fIf_thread_mutex_attribute_priority_ceiling_set\fP(3), \fIf_thread_mutex_attribute_protocol_get\fP(3), \fIf_thread_mutex_attribute_protocol_set\fP(3), \fIf_thread_mutex_attribute_shared_get\fP(3), \fIf_thread_mutex_attribute_shared_set\fP(3), \fIf_thread_mutex_attribute_type_get\fP(3), \fIf_thread_mutex_attribute_type_set\fP(3), \fIf_thread_mutex_create\fP(3), \fIf_thread_mutex_delete\fP(3), \fIf_thread_mutex_lock\fP(3), \fIf_thread_mutex_lock_timed\fP(3), \fIf_thread_mutex_lock_try\fP(3), \fIf_thread_mutex_priority_ceiling_get\fP(3), \fIf_thread_mutex_priority_ceiling_set\fP(3), \fIf_thread_mutex_unlock\fP(3), \fIf_thread_once\fP(3), \fIf_thread_scheduler_parameter_get\fP(3), \fIf_thread_scheduler_parameter_set\fP(3), \fIf_thread_scheduler_priority_set\fP(3), \fIf_thread_semaphore_create\fP(3), \fIf_thread_semaphore_delete\fP(3), \fIf_thread_semaphore_file_close\fP(3), \fIf_thread_semaphore_file_delete\fP(3), \fIf_thread_semaphore_file_open\fP(3), \fIf_thread_semaphore_lock\fP(3), \fIf_thread_semaphore_lock_timed\fP(3), \fIf_thread_semaphore_lock_try\fP(3), \fIf_thread_semaphore_unlock\fP(3), \fIf_thread_semaphore_value_get\fP(3), \fIf_thread_signal_mask\fP(3), \fIf_thread_signal_queue\fP(3), \fIf_thread_signal_write\fP(3), \fIf_thread_spin_create\fP(3), \fIf_thread_spin_delete\fP(3), \fIf_thread_spin_lock\fP(3), \fIf_thread_spin_lock_try\fP(3), \fIf_thread_spin_unlock\fP(3), \fIf_thread_unlock\fP(3), \fIpthread_rwlock_unlock()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e4201f2..d72e564 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_adjust.3 @@ -1,4 +1,4 @@ -.TH f_array_lengths_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_array_lengths_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_array_lengths_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string lengths array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_array_lengths_adjust\fP(3), \fIf_array_lengths_append\fP(3), \fIf_array_lengths_append_all\fP(3), \fIf_array_lengths_decimate_by\fP(3), \fIf_array_lengths_decrease_by\fP(3), \fIf_array_lengths_increase\fP(3), \fIf_array_lengths_increase_by\fP(3), \fIf_array_lengths_resize\fP(3), \fIf_array_lengthss_adjust\fP(3), \fIf_array_lengthss_append\fP(3), \fIf_array_lengthss_append_all\fP(3), \fIf_array_lengthss_decimate_by\fP(3), \fIf_array_lengthss_decrease_by\fP(3), \fIf_array_lengthss_increase\fP(3), \fIf_array_lengthss_increase_by\fP(3), \fIf_array_lengthss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 39bbbe8..8610c36 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_append.3 @@ -1,4 +1,4 @@ -.TH f_array_lengths_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_array_lengths_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_array_lengths_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination lengths the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_array_lengths_adjust\fP(3), \fIf_array_lengths_append\fP(3), \fIf_array_lengths_append_all\fP(3), \fIf_array_lengths_decimate_by\fP(3), \fIf_array_lengths_decrease_by\fP(3), \fIf_array_lengths_increase\fP(3), \fIf_array_lengths_increase_by\fP(3), \fIf_array_lengths_resize\fP(3), \fIf_array_lengthss_adjust\fP(3), \fIf_array_lengthss_append\fP(3), \fIf_array_lengthss_append_all\fP(3), \fIf_array_lengthss_decimate_by\fP(3), \fIf_array_lengthss_decrease_by\fP(3), \fIf_array_lengthss_increase\fP(3), \fIf_array_lengthss_increase_by\fP(3), \fIf_array_lengthss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2a7d8fe..1485f13 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_append_all.3 @@ -1,4 +1,4 @@ -.TH f_array_lengths_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_array_lengths_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_array_lengths_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination lengths the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_array_lengths_adjust\fP(3), \fIf_array_lengths_append\fP(3), \fIf_array_lengths_append_all\fP(3), \fIf_array_lengths_decimate_by\fP(3), \fIf_array_lengths_decrease_by\fP(3), \fIf_array_lengths_increase\fP(3), \fIf_array_lengths_increase_by\fP(3), \fIf_array_lengths_resize\fP(3), \fIf_array_lengthss_adjust\fP(3), \fIf_array_lengthss_append\fP(3), \fIf_array_lengthss_append_all\fP(3), \fIf_array_lengthss_decimate_by\fP(3), \fIf_array_lengthss_decrease_by\fP(3), \fIf_array_lengthss_increase\fP(3), \fIf_array_lengthss_increase_by\fP(3), \fIf_array_lengthss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8137b30..324b8c0 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_array_lengths_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_array_lengths_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_array_lengths_decimate_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The string lengths array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_array_lengths_adjust\fP(3), \fIf_array_lengths_append\fP(3), \fIf_array_lengths_append_all\fP(3), \fIf_array_lengths_decimate_by\fP(3), \fIf_array_lengths_decrease_by\fP(3), \fIf_array_lengths_increase\fP(3), \fIf_array_lengths_increase_by\fP(3), \fIf_array_lengths_resize\fP(3), \fIf_array_lengthss_adjust\fP(3), \fIf_array_lengthss_append\fP(3), \fIf_array_lengthss_append_all\fP(3), \fIf_array_lengthss_decimate_by\fP(3), \fIf_array_lengthss_decrease_by\fP(3), \fIf_array_lengthss_increase\fP(3), \fIf_array_lengthss_increase_by\fP(3), \fIf_array_lengthss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ba08529..a83ec03 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_array_lengths_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_array_lengths_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_array_lengths_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The string lengths array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_array_lengths_adjust\fP(3), \fIf_array_lengths_append\fP(3), \fIf_array_lengths_append_all\fP(3), \fIf_array_lengths_decimate_by\fP(3), \fIf_array_lengths_decrease_by\fP(3), \fIf_array_lengths_increase\fP(3), \fIf_array_lengths_increase_by\fP(3), \fIf_array_lengths_resize\fP(3), \fIf_array_lengthss_adjust\fP(3), \fIf_array_lengthss_append\fP(3), \fIf_array_lengthss_append_all\fP(3), \fIf_array_lengthss_decimate_by\fP(3), \fIf_array_lengthss_decrease_by\fP(3), \fIf_array_lengthss_increase\fP(3), \fIf_array_lengthss_increase_by\fP(3), \fIf_array_lengthss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 297dcd7..6d034d4 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_increase.3 @@ -1,4 +1,4 @@ -.TH f_array_lengths_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_array_lengths_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_array_lengths_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string lengths array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_array_lengths_adjust\fP(3), \fIf_array_lengths_append\fP(3), \fIf_array_lengths_append_all\fP(3), \fIf_array_lengths_decimate_by\fP(3), \fIf_array_lengths_decrease_by\fP(3), \fIf_array_lengths_increase\fP(3), \fIf_array_lengths_increase_by\fP(3), \fIf_array_lengths_resize\fP(3), \fIf_array_lengthss_adjust\fP(3), \fIf_array_lengthss_append\fP(3), \fIf_array_lengthss_append_all\fP(3), \fIf_array_lengthss_decimate_by\fP(3), \fIf_array_lengthss_decrease_by\fP(3), \fIf_array_lengthss_increase\fP(3), \fIf_array_lengthss_increase_by\fP(3), \fIf_array_lengthss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 800e076..b2f8491 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_array_lengths_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_array_lengths_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_array_lengths_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string lengths array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_array_lengths_adjust\fP(3), \fIf_array_lengths_append\fP(3), \fIf_array_lengths_append_all\fP(3), \fIf_array_lengths_decimate_by\fP(3), \fIf_array_lengths_decrease_by\fP(3), \fIf_array_lengths_increase\fP(3), \fIf_array_lengths_increase_by\fP(3), \fIf_array_lengths_resize\fP(3), \fIf_array_lengthss_adjust\fP(3), \fIf_array_lengthss_append\fP(3), \fIf_array_lengthss_append_all\fP(3), \fIf_array_lengthss_decimate_by\fP(3), \fIf_array_lengthss_decrease_by\fP(3), \fIf_array_lengthss_increase\fP(3), \fIf_array_lengthss_increase_by\fP(3), \fIf_array_lengthss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e7f6db4..7b86a2c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengths_resize.3 @@ -1,4 +1,4 @@ -.TH f_array_lengths_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_array_lengths_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_array_lengths_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string lengths array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_array_lengths_adjust\fP(3), \fIf_array_lengths_append\fP(3), \fIf_array_lengths_append_all\fP(3), \fIf_array_lengths_decimate_by\fP(3), \fIf_array_lengths_decrease_by\fP(3), \fIf_array_lengths_increase\fP(3), \fIf_array_lengths_increase_by\fP(3), \fIf_array_lengths_resize\fP(3), \fIf_array_lengthss_adjust\fP(3), \fIf_array_lengthss_append\fP(3), \fIf_array_lengthss_append_all\fP(3), \fIf_array_lengthss_decimate_by\fP(3), \fIf_array_lengthss_decrease_by\fP(3), \fIf_array_lengthss_increase\fP(3), \fIf_array_lengthss_increase_by\fP(3), \fIf_array_lengthss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 26a7b34..3b3b4e6 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_array_lengthss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_array_lengthss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_array_lengthss_adjust .SH SYNOPSIS @@ -31,8 +31,15 @@ The string lengthss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_array_lengths_adjust\fP(3), \fIf_array_lengths_append\fP(3), \fIf_array_lengths_append_all\fP(3), \fIf_array_lengths_decimate_by\fP(3), \fIf_array_lengths_decrease_by\fP(3), \fIf_array_lengths_increase\fP(3), \fIf_array_lengths_increase_by\fP(3), \fIf_array_lengths_resize\fP(3), \fIf_array_lengthss_adjust\fP(3), \fIf_array_lengthss_append\fP(3), \fIf_array_lengthss_append_all\fP(3), \fIf_array_lengthss_decimate_by\fP(3), \fIf_array_lengthss_decrease_by\fP(3), \fIf_array_lengthss_increase\fP(3), \fIf_array_lengthss_increase_by\fP(3), \fIf_array_lengthss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3bd3ac2..9f7bce5 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_append.3 @@ -1,4 +1,4 @@ -.TH f_array_lengthss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_array_lengthss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_array_lengthss_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_array_lengths_adjust\fP(3), \fIf_array_lengths_append\fP(3), \fIf_array_lengths_append_all\fP(3), \fIf_array_lengths_decimate_by\fP(3), \fIf_array_lengths_decrease_by\fP(3), \fIf_array_lengths_increase\fP(3), \fIf_array_lengths_increase_by\fP(3), \fIf_array_lengths_resize\fP(3), \fIf_array_lengthss_adjust\fP(3), \fIf_array_lengthss_append\fP(3), \fIf_array_lengthss_append_all\fP(3), \fIf_array_lengthss_decimate_by\fP(3), \fIf_array_lengthss_decrease_by\fP(3), \fIf_array_lengthss_increase\fP(3), \fIf_array_lengthss_increase_by\fP(3), \fIf_array_lengthss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3d22db6..22c8322 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_array_lengthss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_array_lengthss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_array_lengthss_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_array_lengths_adjust\fP(3), \fIf_array_lengths_append\fP(3), \fIf_array_lengths_append_all\fP(3), \fIf_array_lengths_decimate_by\fP(3), \fIf_array_lengths_decrease_by\fP(3), \fIf_array_lengths_increase\fP(3), \fIf_array_lengths_increase_by\fP(3), \fIf_array_lengths_resize\fP(3), \fIf_array_lengthss_adjust\fP(3), \fIf_array_lengthss_append\fP(3), \fIf_array_lengthss_append_all\fP(3), \fIf_array_lengthss_decimate_by\fP(3), \fIf_array_lengthss_decrease_by\fP(3), \fIf_array_lengthss_increase\fP(3), \fIf_array_lengthss_increase_by\fP(3), \fIf_array_lengthss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a3bdcbc..8af3854 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_array_lengthss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_array_lengthss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_array_lengthss_decimate_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string lengthss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_array_lengths_adjust\fP(3), \fIf_array_lengths_append\fP(3), \fIf_array_lengths_append_all\fP(3), \fIf_array_lengths_decimate_by\fP(3), \fIf_array_lengths_decrease_by\fP(3), \fIf_array_lengths_increase\fP(3), \fIf_array_lengths_increase_by\fP(3), \fIf_array_lengths_resize\fP(3), \fIf_array_lengthss_adjust\fP(3), \fIf_array_lengthss_append\fP(3), \fIf_array_lengthss_append_all\fP(3), \fIf_array_lengthss_decimate_by\fP(3), \fIf_array_lengthss_decrease_by\fP(3), \fIf_array_lengthss_increase\fP(3), \fIf_array_lengthss_increase_by\fP(3), \fIf_array_lengthss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fd2f36d..52bb312 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_array_lengthss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_array_lengthss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_array_lengthss_decrease_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string lengthss array to resize. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_array_lengths_adjust\fP(3), \fIf_array_lengths_append\fP(3), \fIf_array_lengths_append_all\fP(3), \fIf_array_lengths_decimate_by\fP(3), \fIf_array_lengths_decrease_by\fP(3), \fIf_array_lengths_increase\fP(3), \fIf_array_lengths_increase_by\fP(3), \fIf_array_lengths_resize\fP(3), \fIf_array_lengthss_adjust\fP(3), \fIf_array_lengthss_append\fP(3), \fIf_array_lengthss_append_all\fP(3), \fIf_array_lengthss_decimate_by\fP(3), \fIf_array_lengthss_decrease_by\fP(3), \fIf_array_lengthss_increase\fP(3), \fIf_array_lengthss_increase_by\fP(3), \fIf_array_lengthss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cad6e53..72b3e91 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_increase.3 @@ -1,4 +1,4 @@ -.TH f_array_lengthss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_array_lengthss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_array_lengthss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string lengthss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_array_lengths_adjust\fP(3), \fIf_array_lengths_append\fP(3), \fIf_array_lengths_append_all\fP(3), \fIf_array_lengths_decimate_by\fP(3), \fIf_array_lengths_decrease_by\fP(3), \fIf_array_lengths_increase\fP(3), \fIf_array_lengths_increase_by\fP(3), \fIf_array_lengths_resize\fP(3), \fIf_array_lengthss_adjust\fP(3), \fIf_array_lengthss_append\fP(3), \fIf_array_lengthss_append_all\fP(3), \fIf_array_lengthss_decimate_by\fP(3), \fIf_array_lengthss_decrease_by\fP(3), \fIf_array_lengthss_increase\fP(3), \fIf_array_lengthss_increase_by\fP(3), \fIf_array_lengthss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4ed869f..8361743 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_array_lengthss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_array_lengthss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_array_lengthss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string lengthss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_array_lengths_adjust\fP(3), \fIf_array_lengths_append\fP(3), \fIf_array_lengths_append_all\fP(3), \fIf_array_lengths_decimate_by\fP(3), \fIf_array_lengths_decrease_by\fP(3), \fIf_array_lengths_increase\fP(3), \fIf_array_lengths_increase_by\fP(3), \fIf_array_lengths_resize\fP(3), \fIf_array_lengthss_adjust\fP(3), \fIf_array_lengthss_append\fP(3), \fIf_array_lengthss_append_all\fP(3), \fIf_array_lengthss_decimate_by\fP(3), \fIf_array_lengthss_decrease_by\fP(3), \fIf_array_lengthss_increase\fP(3), \fIf_array_lengthss_increase_by\fP(3), \fIf_array_lengthss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0cb86fe..49968c6 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_array_lengthss_resize.3 @@ -1,4 +1,4 @@ -.TH f_array_lengthss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_array_lengthss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_array_lengthss_resize .SH SYNOPSIS @@ -31,8 +31,15 @@ The string lengthss array to adjust. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_array_lengths_adjust\fP(3), \fIf_array_lengths_append\fP(3), \fIf_array_lengths_append_all\fP(3), \fIf_array_lengths_decimate_by\fP(3), \fIf_array_lengths_decrease_by\fP(3), \fIf_array_lengths_increase\fP(3), \fIf_array_lengths_increase_by\fP(3), \fIf_array_lengths_resize\fP(3), \fIf_array_lengthss_adjust\fP(3), \fIf_array_lengthss_append\fP(3), \fIf_array_lengthss_append_all\fP(3), \fIf_array_lengthss_decimate_by\fP(3), \fIf_array_lengthss_decrease_by\fP(3), \fIf_array_lengthss_increase\fP(3), \fIf_array_lengthss_increase_by\fP(3), \fIf_array_lengthss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 75ccf88..4284254 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cells_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cells_adjust.3 @@ -1,4 +1,4 @@ -.TH f_cells_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_cells_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_cells_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string cells array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_cells_adjust\fP(3), \fIf_cells_append\fP(3), \fIf_cells_append_all\fP(3), \fIf_cells_decimate_by\fP(3), \fIf_cells_decrease_by\fP(3), \fIf_cells_increase\fP(3), \fIf_cells_increase_by\fP(3), \fIf_cells_resize\fP(3), \fIf_cellss_adjust\fP(3), \fIf_cellss_append\fP(3), \fIf_cellss_append_all\fP(3), \fIf_cellss_decimate_by\fP(3), \fIf_cellss_decrease_by\fP(3), \fIf_cellss_increase\fP(3), \fIf_cellss_increase_by\fP(3), \fIf_cellss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6d30495..1c8ca6f 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cells_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cells_append.3 @@ -1,4 +1,4 @@ -.TH f_cells_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_cells_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_cells_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination cells the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_cells_adjust\fP(3), \fIf_cells_append\fP(3), \fIf_cells_append_all\fP(3), \fIf_cells_decimate_by\fP(3), \fIf_cells_decrease_by\fP(3), \fIf_cells_increase\fP(3), \fIf_cells_increase_by\fP(3), \fIf_cells_resize\fP(3), \fIf_cellss_adjust\fP(3), \fIf_cellss_append\fP(3), \fIf_cellss_append_all\fP(3), \fIf_cellss_decimate_by\fP(3), \fIf_cellss_decrease_by\fP(3), \fIf_cellss_increase\fP(3), \fIf_cellss_increase_by\fP(3), \fIf_cellss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0f7a235..ef533c0 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cells_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cells_append_all.3 @@ -1,4 +1,4 @@ -.TH f_cells_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_cells_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_cells_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination cells the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_cells_adjust\fP(3), \fIf_cells_append\fP(3), \fIf_cells_append_all\fP(3), \fIf_cells_decimate_by\fP(3), \fIf_cells_decrease_by\fP(3), \fIf_cells_increase\fP(3), \fIf_cells_increase_by\fP(3), \fIf_cells_resize\fP(3), \fIf_cellss_adjust\fP(3), \fIf_cellss_append\fP(3), \fIf_cellss_append_all\fP(3), \fIf_cellss_decimate_by\fP(3), \fIf_cellss_decrease_by\fP(3), \fIf_cellss_increase\fP(3), \fIf_cellss_increase_by\fP(3), \fIf_cellss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ebe054e..b2419c9 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cells_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cells_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_cells_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_cells_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_cells_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string cells array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_cells_adjust\fP(3), \fIf_cells_append\fP(3), \fIf_cells_append_all\fP(3), \fIf_cells_decimate_by\fP(3), \fIf_cells_decrease_by\fP(3), \fIf_cells_increase\fP(3), \fIf_cells_increase_by\fP(3), \fIf_cells_resize\fP(3), \fIf_cellss_adjust\fP(3), \fIf_cellss_append\fP(3), \fIf_cellss_append_all\fP(3), \fIf_cellss_decimate_by\fP(3), \fIf_cellss_decrease_by\fP(3), \fIf_cellss_increase\fP(3), \fIf_cellss_increase_by\fP(3), \fIf_cellss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f9a7415..66ff847 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cells_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cells_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_cells_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_cells_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_cells_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string cells array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_cells_adjust\fP(3), \fIf_cells_append\fP(3), \fIf_cells_append_all\fP(3), \fIf_cells_decimate_by\fP(3), \fIf_cells_decrease_by\fP(3), \fIf_cells_increase\fP(3), \fIf_cells_increase_by\fP(3), \fIf_cells_resize\fP(3), \fIf_cellss_adjust\fP(3), \fIf_cellss_append\fP(3), \fIf_cellss_append_all\fP(3), \fIf_cellss_decimate_by\fP(3), \fIf_cellss_decrease_by\fP(3), \fIf_cellss_increase\fP(3), \fIf_cellss_increase_by\fP(3), \fIf_cellss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 21d2a1c..12c544a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cells_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cells_increase.3 @@ -1,4 +1,4 @@ -.TH f_cells_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_cells_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_cells_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string cells array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_cells_adjust\fP(3), \fIf_cells_append\fP(3), \fIf_cells_append_all\fP(3), \fIf_cells_decimate_by\fP(3), \fIf_cells_decrease_by\fP(3), \fIf_cells_increase\fP(3), \fIf_cells_increase_by\fP(3), \fIf_cells_resize\fP(3), \fIf_cellss_adjust\fP(3), \fIf_cellss_append\fP(3), \fIf_cellss_append_all\fP(3), \fIf_cellss_decimate_by\fP(3), \fIf_cellss_decrease_by\fP(3), \fIf_cellss_increase\fP(3), \fIf_cellss_increase_by\fP(3), \fIf_cellss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ee1dbc5..997de75 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cells_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cells_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_cells_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_cells_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_cells_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string cells array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_cells_adjust\fP(3), \fIf_cells_append\fP(3), \fIf_cells_append_all\fP(3), \fIf_cells_decimate_by\fP(3), \fIf_cells_decrease_by\fP(3), \fIf_cells_increase\fP(3), \fIf_cells_increase_by\fP(3), \fIf_cells_resize\fP(3), \fIf_cellss_adjust\fP(3), \fIf_cellss_append\fP(3), \fIf_cellss_append_all\fP(3), \fIf_cellss_decimate_by\fP(3), \fIf_cellss_decrease_by\fP(3), \fIf_cellss_increase\fP(3), \fIf_cellss_increase_by\fP(3), \fIf_cellss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 814eb49..39818bc 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cells_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cells_resize.3 @@ -1,4 +1,4 @@ -.TH f_cells_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_cells_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_cells_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string cells array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_cells_adjust\fP(3), \fIf_cells_append\fP(3), \fIf_cells_append_all\fP(3), \fIf_cells_decimate_by\fP(3), \fIf_cells_decrease_by\fP(3), \fIf_cells_increase\fP(3), \fIf_cells_increase_by\fP(3), \fIf_cells_resize\fP(3), \fIf_cellss_adjust\fP(3), \fIf_cellss_append\fP(3), \fIf_cellss_append_all\fP(3), \fIf_cellss_decimate_by\fP(3), \fIf_cellss_decrease_by\fP(3), \fIf_cellss_increase\fP(3), \fIf_cellss_increase_by\fP(3), \fIf_cellss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 47dcce0..2033acc 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cellss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cellss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_cellss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_cellss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_cellss_adjust .SH SYNOPSIS @@ -31,8 +31,15 @@ The string cellss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_cells_adjust\fP(3), \fIf_cells_append\fP(3), \fIf_cells_append_all\fP(3), \fIf_cells_decimate_by\fP(3), \fIf_cells_decrease_by\fP(3), \fIf_cells_increase\fP(3), \fIf_cells_increase_by\fP(3), \fIf_cells_resize\fP(3), \fIf_cellss_adjust\fP(3), \fIf_cellss_append\fP(3), \fIf_cellss_append_all\fP(3), \fIf_cellss_decimate_by\fP(3), \fIf_cellss_decrease_by\fP(3), \fIf_cellss_increase\fP(3), \fIf_cellss_increase_by\fP(3), \fIf_cellss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3fc2ea7..b1a9bcc 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cellss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cellss_append.3 @@ -1,4 +1,4 @@ -.TH f_cellss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_cellss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_cellss_append .SH SYNOPSIS @@ -13,7 +13,6 @@ f_cellss_append .SH DESCRIPTION .PP Append the single source cells onto the destination. -.PP .SH PARAMETERS .TP .B source @@ -32,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_cells_adjust\fP(3), \fIf_cells_append\fP(3), \fIf_cells_append_all\fP(3), \fIf_cells_decimate_by\fP(3), \fIf_cells_decrease_by\fP(3), \fIf_cells_increase\fP(3), \fIf_cells_increase_by\fP(3), \fIf_cells_resize\fP(3), \fIf_cellss_adjust\fP(3), \fIf_cellss_append\fP(3), \fIf_cellss_append_all\fP(3), \fIf_cellss_decimate_by\fP(3), \fIf_cellss_decrease_by\fP(3), \fIf_cellss_increase\fP(3), \fIf_cellss_increase_by\fP(3), \fIf_cellss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5de0105..f656237 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cellss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cellss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_cellss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_cellss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_cellss_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_cells_adjust\fP(3), \fIf_cells_append\fP(3), \fIf_cells_append_all\fP(3), \fIf_cells_decimate_by\fP(3), \fIf_cells_decrease_by\fP(3), \fIf_cells_increase\fP(3), \fIf_cells_increase_by\fP(3), \fIf_cells_resize\fP(3), \fIf_cellss_adjust\fP(3), \fIf_cellss_append\fP(3), \fIf_cellss_append_all\fP(3), \fIf_cellss_decimate_by\fP(3), \fIf_cellss_decrease_by\fP(3), \fIf_cellss_increase\fP(3), \fIf_cellss_increase_by\fP(3), \fIf_cellss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c749e18..9a6a187 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cellss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cellss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_cellss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_cellss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_cellss_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string cellss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_cells_adjust\fP(3), \fIf_cells_append\fP(3), \fIf_cells_append_all\fP(3), \fIf_cells_decimate_by\fP(3), \fIf_cells_decrease_by\fP(3), \fIf_cells_increase\fP(3), \fIf_cells_increase_by\fP(3), \fIf_cells_resize\fP(3), \fIf_cellss_adjust\fP(3), \fIf_cellss_append\fP(3), \fIf_cellss_append_all\fP(3), \fIf_cellss_decimate_by\fP(3), \fIf_cellss_decrease_by\fP(3), \fIf_cellss_increase\fP(3), \fIf_cellss_increase_by\fP(3), \fIf_cellss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7f016fa..aba36ae 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cellss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cellss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_cellss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_cellss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_cellss_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string cellss array to resize. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_cells_adjust\fP(3), \fIf_cells_append\fP(3), \fIf_cells_append_all\fP(3), \fIf_cells_decimate_by\fP(3), \fIf_cells_decrease_by\fP(3), \fIf_cells_increase\fP(3), \fIf_cells_increase_by\fP(3), \fIf_cells_resize\fP(3), \fIf_cellss_adjust\fP(3), \fIf_cellss_append\fP(3), \fIf_cellss_append_all\fP(3), \fIf_cellss_decimate_by\fP(3), \fIf_cellss_decrease_by\fP(3), \fIf_cellss_increase\fP(3), \fIf_cellss_increase_by\fP(3), \fIf_cellss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a26f1eb..a38447a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cellss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cellss_increase.3 @@ -1,4 +1,4 @@ -.TH f_cellss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_cellss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_cellss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string cellss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_cells_adjust\fP(3), \fIf_cells_append\fP(3), \fIf_cells_append_all\fP(3), \fIf_cells_decimate_by\fP(3), \fIf_cells_decrease_by\fP(3), \fIf_cells_increase\fP(3), \fIf_cells_increase_by\fP(3), \fIf_cells_resize\fP(3), \fIf_cellss_adjust\fP(3), \fIf_cellss_append\fP(3), \fIf_cellss_append_all\fP(3), \fIf_cellss_decimate_by\fP(3), \fIf_cellss_decrease_by\fP(3), \fIf_cellss_increase\fP(3), \fIf_cellss_increase_by\fP(3), \fIf_cellss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 717db73..a3393e4 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cellss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cellss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_cellss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_cellss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_cellss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string cellss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_cells_adjust\fP(3), \fIf_cells_append\fP(3), \fIf_cells_append_all\fP(3), \fIf_cells_decimate_by\fP(3), \fIf_cells_decrease_by\fP(3), \fIf_cells_increase\fP(3), \fIf_cells_increase_by\fP(3), \fIf_cells_resize\fP(3), \fIf_cellss_adjust\fP(3), \fIf_cellss_append\fP(3), \fIf_cellss_append_all\fP(3), \fIf_cellss_decimate_by\fP(3), \fIf_cellss_decrease_by\fP(3), \fIf_cellss_increase\fP(3), \fIf_cellss_increase_by\fP(3), \fIf_cellss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0185765..16007f8 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_cellss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_cellss_resize.3 @@ -1,4 +1,4 @@ -.TH f_cellss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_cellss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_cellss_resize .SH SYNOPSIS @@ -27,10 +27,19 @@ The string cellss array to adjust. \fBF_none\fP on success. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_delete(). +.br +Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO .PP -Errors (with error bit) from: f_memory_delete(). Errors (with error bit) from: f_memory_resize(). +.nh +.ad l +\fIf_cells_adjust\fP(3), \fIf_cells_append\fP(3), \fIf_cells_append_all\fP(3), \fIf_cells_decimate_by\fP(3), \fIf_cells_decrease_by\fP(3), \fIf_cells_increase\fP(3), \fIf_cells_increase_by\fP(3), \fIf_cells_resize\fP(3), \fIf_cellss_adjust\fP(3), \fIf_cellss_append\fP(3), \fIf_cellss_append_all\fP(3), \fIf_cellss_decimate_by\fP(3), \fIf_cellss_decrease_by\fP(3), \fIf_cellss_increase\fP(3), \fIf_cellss_increase_by\fP(3), \fIf_cellss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9fa8f70..ea78a9b 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fll_ids_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fll_ids_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fll_ids_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string ids array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fll_ids_adjust\fP(3), \fIf_fll_ids_append\fP(3), \fIf_fll_ids_append_all\fP(3), \fIf_fll_ids_decimate_by\fP(3), \fIf_fll_ids_decrease_by\fP(3), \fIf_fll_ids_increase\fP(3), \fIf_fll_ids_increase_by\fP(3), \fIf_fll_ids_resize\fP(3), \fIf_fll_idss_adjust\fP(3), \fIf_fll_idss_append\fP(3), \fIf_fll_idss_append_all\fP(3), \fIf_fll_idss_decimate_by\fP(3), \fIf_fll_idss_decrease_by\fP(3), \fIf_fll_idss_increase\fP(3), \fIf_fll_idss_increase_by\fP(3), \fIf_fll_idss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b16284e..5b71690 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_append.3 @@ -1,4 +1,4 @@ -.TH f_fll_ids_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fll_ids_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fll_ids_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination fll_ids the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fll_ids_adjust\fP(3), \fIf_fll_ids_append\fP(3), \fIf_fll_ids_append_all\fP(3), \fIf_fll_ids_decimate_by\fP(3), \fIf_fll_ids_decrease_by\fP(3), \fIf_fll_ids_increase\fP(3), \fIf_fll_ids_increase_by\fP(3), \fIf_fll_ids_resize\fP(3), \fIf_fll_idss_adjust\fP(3), \fIf_fll_idss_append\fP(3), \fIf_fll_idss_append_all\fP(3), \fIf_fll_idss_decimate_by\fP(3), \fIf_fll_idss_decrease_by\fP(3), \fIf_fll_idss_increase\fP(3), \fIf_fll_idss_increase_by\fP(3), \fIf_fll_idss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 dd526fb..2202da9 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_append_all.3 @@ -1,4 +1,4 @@ -.TH f_fll_ids_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fll_ids_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fll_ids_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination fll_ids the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fll_ids_adjust\fP(3), \fIf_fll_ids_append\fP(3), \fIf_fll_ids_append_all\fP(3), \fIf_fll_ids_decimate_by\fP(3), \fIf_fll_ids_decrease_by\fP(3), \fIf_fll_ids_increase\fP(3), \fIf_fll_ids_increase_by\fP(3), \fIf_fll_ids_resize\fP(3), \fIf_fll_idss_adjust\fP(3), \fIf_fll_idss_append\fP(3), \fIf_fll_idss_append_all\fP(3), \fIf_fll_idss_decimate_by\fP(3), \fIf_fll_idss_decrease_by\fP(3), \fIf_fll_idss_increase\fP(3), \fIf_fll_idss_increase_by\fP(3), \fIf_fll_idss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 113af72..62cdfa8 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fll_ids_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fll_ids_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fll_ids_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string ids array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fll_ids_adjust\fP(3), \fIf_fll_ids_append\fP(3), \fIf_fll_ids_append_all\fP(3), \fIf_fll_ids_decimate_by\fP(3), \fIf_fll_ids_decrease_by\fP(3), \fIf_fll_ids_increase\fP(3), \fIf_fll_ids_increase_by\fP(3), \fIf_fll_ids_resize\fP(3), \fIf_fll_idss_adjust\fP(3), \fIf_fll_idss_append\fP(3), \fIf_fll_idss_append_all\fP(3), \fIf_fll_idss_decimate_by\fP(3), \fIf_fll_idss_decrease_by\fP(3), \fIf_fll_idss_increase\fP(3), \fIf_fll_idss_increase_by\fP(3), \fIf_fll_idss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c18d9c2..f06333c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fll_ids_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fll_ids_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fll_ids_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string ids array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fll_ids_adjust\fP(3), \fIf_fll_ids_append\fP(3), \fIf_fll_ids_append_all\fP(3), \fIf_fll_ids_decimate_by\fP(3), \fIf_fll_ids_decrease_by\fP(3), \fIf_fll_ids_increase\fP(3), \fIf_fll_ids_increase_by\fP(3), \fIf_fll_ids_resize\fP(3), \fIf_fll_idss_adjust\fP(3), \fIf_fll_idss_append\fP(3), \fIf_fll_idss_append_all\fP(3), \fIf_fll_idss_decimate_by\fP(3), \fIf_fll_idss_decrease_by\fP(3), \fIf_fll_idss_increase\fP(3), \fIf_fll_idss_increase_by\fP(3), \fIf_fll_idss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 79838e4..33de4c3 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_increase.3 @@ -1,4 +1,4 @@ -.TH f_fll_ids_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fll_ids_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fll_ids_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string ids array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fll_ids_adjust\fP(3), \fIf_fll_ids_append\fP(3), \fIf_fll_ids_append_all\fP(3), \fIf_fll_ids_decimate_by\fP(3), \fIf_fll_ids_decrease_by\fP(3), \fIf_fll_ids_increase\fP(3), \fIf_fll_ids_increase_by\fP(3), \fIf_fll_ids_resize\fP(3), \fIf_fll_idss_adjust\fP(3), \fIf_fll_idss_append\fP(3), \fIf_fll_idss_append_all\fP(3), \fIf_fll_idss_decimate_by\fP(3), \fIf_fll_idss_decrease_by\fP(3), \fIf_fll_idss_increase\fP(3), \fIf_fll_idss_increase_by\fP(3), \fIf_fll_idss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0307b29..5ecd3ff 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fll_ids_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fll_ids_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fll_ids_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string ids array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fll_ids_adjust\fP(3), \fIf_fll_ids_append\fP(3), \fIf_fll_ids_append_all\fP(3), \fIf_fll_ids_decimate_by\fP(3), \fIf_fll_ids_decrease_by\fP(3), \fIf_fll_ids_increase\fP(3), \fIf_fll_ids_increase_by\fP(3), \fIf_fll_ids_resize\fP(3), \fIf_fll_idss_adjust\fP(3), \fIf_fll_idss_append\fP(3), \fIf_fll_idss_append_all\fP(3), \fIf_fll_idss_decimate_by\fP(3), \fIf_fll_idss_decrease_by\fP(3), \fIf_fll_idss_increase\fP(3), \fIf_fll_idss_increase_by\fP(3), \fIf_fll_idss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1ec3e73..3223119 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_ids_resize.3 @@ -1,4 +1,4 @@ -.TH f_fll_ids_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fll_ids_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fll_ids_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string ids array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fll_ids_adjust\fP(3), \fIf_fll_ids_append\fP(3), \fIf_fll_ids_append_all\fP(3), \fIf_fll_ids_decimate_by\fP(3), \fIf_fll_ids_decrease_by\fP(3), \fIf_fll_ids_increase\fP(3), \fIf_fll_ids_increase_by\fP(3), \fIf_fll_ids_resize\fP(3), \fIf_fll_idss_adjust\fP(3), \fIf_fll_idss_append\fP(3), \fIf_fll_idss_append_all\fP(3), \fIf_fll_idss_decimate_by\fP(3), \fIf_fll_idss_decrease_by\fP(3), \fIf_fll_idss_increase\fP(3), \fIf_fll_idss_increase_by\fP(3), \fIf_fll_idss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 10c278d..b3a10da 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_fll_idss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fll_idss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fll_idss_adjust .SH SYNOPSIS @@ -31,8 +31,15 @@ The string idss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fll_ids_adjust\fP(3), \fIf_fll_ids_append\fP(3), \fIf_fll_ids_append_all\fP(3), \fIf_fll_ids_decimate_by\fP(3), \fIf_fll_ids_decrease_by\fP(3), \fIf_fll_ids_increase\fP(3), \fIf_fll_ids_increase_by\fP(3), \fIf_fll_ids_resize\fP(3), \fIf_fll_idss_adjust\fP(3), \fIf_fll_idss_append\fP(3), \fIf_fll_idss_append_all\fP(3), \fIf_fll_idss_decimate_by\fP(3), \fIf_fll_idss_decrease_by\fP(3), \fIf_fll_idss_increase\fP(3), \fIf_fll_idss_increase_by\fP(3), \fIf_fll_idss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3fde8a5..bfcd531 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_append.3 @@ -1,4 +1,4 @@ -.TH f_fll_idss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fll_idss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fll_idss_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fll_ids_adjust\fP(3), \fIf_fll_ids_append\fP(3), \fIf_fll_ids_append_all\fP(3), \fIf_fll_ids_decimate_by\fP(3), \fIf_fll_ids_decrease_by\fP(3), \fIf_fll_ids_increase\fP(3), \fIf_fll_ids_increase_by\fP(3), \fIf_fll_ids_resize\fP(3), \fIf_fll_idss_adjust\fP(3), \fIf_fll_idss_append\fP(3), \fIf_fll_idss_append_all\fP(3), \fIf_fll_idss_decimate_by\fP(3), \fIf_fll_idss_decrease_by\fP(3), \fIf_fll_idss_increase\fP(3), \fIf_fll_idss_increase_by\fP(3), \fIf_fll_idss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 551dd60..f88efd4 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_fll_idss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fll_idss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fll_idss_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fll_ids_adjust\fP(3), \fIf_fll_ids_append\fP(3), \fIf_fll_ids_append_all\fP(3), \fIf_fll_ids_decimate_by\fP(3), \fIf_fll_ids_decrease_by\fP(3), \fIf_fll_ids_increase\fP(3), \fIf_fll_ids_increase_by\fP(3), \fIf_fll_ids_resize\fP(3), \fIf_fll_idss_adjust\fP(3), \fIf_fll_idss_append\fP(3), \fIf_fll_idss_append_all\fP(3), \fIf_fll_idss_decimate_by\fP(3), \fIf_fll_idss_decrease_by\fP(3), \fIf_fll_idss_increase\fP(3), \fIf_fll_idss_increase_by\fP(3), \fIf_fll_idss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e6f1b72..496059b 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_fll_idss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fll_idss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fll_idss_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string idss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fll_ids_adjust\fP(3), \fIf_fll_ids_append\fP(3), \fIf_fll_ids_append_all\fP(3), \fIf_fll_ids_decimate_by\fP(3), \fIf_fll_ids_decrease_by\fP(3), \fIf_fll_ids_increase\fP(3), \fIf_fll_ids_increase_by\fP(3), \fIf_fll_ids_resize\fP(3), \fIf_fll_idss_adjust\fP(3), \fIf_fll_idss_append\fP(3), \fIf_fll_idss_append_all\fP(3), \fIf_fll_idss_decimate_by\fP(3), \fIf_fll_idss_decrease_by\fP(3), \fIf_fll_idss_increase\fP(3), \fIf_fll_idss_increase_by\fP(3), \fIf_fll_idss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 531342a..31fd633 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_fll_idss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fll_idss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fll_idss_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string idss array to resize. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fll_ids_adjust\fP(3), \fIf_fll_ids_append\fP(3), \fIf_fll_ids_append_all\fP(3), \fIf_fll_ids_decimate_by\fP(3), \fIf_fll_ids_decrease_by\fP(3), \fIf_fll_ids_increase\fP(3), \fIf_fll_ids_increase_by\fP(3), \fIf_fll_ids_resize\fP(3), \fIf_fll_idss_adjust\fP(3), \fIf_fll_idss_append\fP(3), \fIf_fll_idss_append_all\fP(3), \fIf_fll_idss_decimate_by\fP(3), \fIf_fll_idss_decrease_by\fP(3), \fIf_fll_idss_increase\fP(3), \fIf_fll_idss_increase_by\fP(3), \fIf_fll_idss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 709d34b..ff0c04d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_increase.3 @@ -1,4 +1,4 @@ -.TH f_fll_idss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fll_idss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fll_idss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string idss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fll_ids_adjust\fP(3), \fIf_fll_ids_append\fP(3), \fIf_fll_ids_append_all\fP(3), \fIf_fll_ids_decimate_by\fP(3), \fIf_fll_ids_decrease_by\fP(3), \fIf_fll_ids_increase\fP(3), \fIf_fll_ids_increase_by\fP(3), \fIf_fll_ids_resize\fP(3), \fIf_fll_idss_adjust\fP(3), \fIf_fll_idss_append\fP(3), \fIf_fll_idss_append_all\fP(3), \fIf_fll_idss_decimate_by\fP(3), \fIf_fll_idss_decrease_by\fP(3), \fIf_fll_idss_increase\fP(3), \fIf_fll_idss_increase_by\fP(3), \fIf_fll_idss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f22dfee..8c37be9 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_fll_idss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fll_idss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fll_idss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string idss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fll_ids_adjust\fP(3), \fIf_fll_ids_append\fP(3), \fIf_fll_ids_append_all\fP(3), \fIf_fll_ids_decimate_by\fP(3), \fIf_fll_ids_decrease_by\fP(3), \fIf_fll_ids_increase\fP(3), \fIf_fll_ids_increase_by\fP(3), \fIf_fll_ids_resize\fP(3), \fIf_fll_idss_adjust\fP(3), \fIf_fll_idss_append\fP(3), \fIf_fll_idss_append_all\fP(3), \fIf_fll_idss_decimate_by\fP(3), \fIf_fll_idss_decrease_by\fP(3), \fIf_fll_idss_increase\fP(3), \fIf_fll_idss_increase_by\fP(3), \fIf_fll_idss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bf37f2d..d62a7c6 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_fll_idss_resize.3 @@ -1,4 +1,4 @@ -.TH f_fll_idss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_fll_idss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_fll_idss_resize .SH SYNOPSIS @@ -31,8 +31,15 @@ The string idss array to adjust. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_fll_ids_adjust\fP(3), \fIf_fll_ids_append\fP(3), \fIf_fll_ids_append_all\fP(3), \fIf_fll_ids_decimate_by\fP(3), \fIf_fll_ids_decrease_by\fP(3), \fIf_fll_ids_increase\fP(3), \fIf_fll_ids_increase_by\fP(3), \fIf_fll_ids_resize\fP(3), \fIf_fll_idss_adjust\fP(3), \fIf_fll_idss_append\fP(3), \fIf_fll_idss_append_all\fP(3), \fIf_fll_idss_decimate_by\fP(3), \fIf_fll_idss_decrease_by\fP(3), \fIf_fll_idss_increase\fP(3), \fIf_fll_idss_increase_by\fP(3), \fIf_fll_idss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 39126cf..5cc0f98 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int128s_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int128s_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int128s_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The int128s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int128s_adjust\fP(3), \fIf_int128s_append\fP(3), \fIf_int128s_append_all\fP(3), \fIf_int128s_decimate_by\fP(3), \fIf_int128s_decrease_by\fP(3), \fIf_int128s_increase\fP(3), \fIf_int128s_increase_by\fP(3), \fIf_int128s_resize\fP(3), \fIf_int128ss_adjust\fP(3), \fIf_int128ss_append\fP(3), \fIf_int128ss_append_all\fP(3), \fIf_int128ss_decimate_by\fP(3), \fIf_int128ss_decrease_by\fP(3), \fIf_int128ss_increase\fP(3), \fIf_int128ss_increase_by\fP(3), \fIf_int128ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 28efed5..3267eb4 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128s_append.3 @@ -1,4 +1,4 @@ -.TH f_int128s_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int128s_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int128s_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination int128s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int128s_adjust\fP(3), \fIf_int128s_append\fP(3), \fIf_int128s_append_all\fP(3), \fIf_int128s_decimate_by\fP(3), \fIf_int128s_decrease_by\fP(3), \fIf_int128s_increase\fP(3), \fIf_int128s_increase_by\fP(3), \fIf_int128s_resize\fP(3), \fIf_int128ss_adjust\fP(3), \fIf_int128ss_append\fP(3), \fIf_int128ss_append_all\fP(3), \fIf_int128ss_decimate_by\fP(3), \fIf_int128ss_decrease_by\fP(3), \fIf_int128ss_increase\fP(3), \fIf_int128ss_increase_by\fP(3), \fIf_int128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 afd2ffa..a150d14 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int128s_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int128s_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int128s_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination int128s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int128s_adjust\fP(3), \fIf_int128s_append\fP(3), \fIf_int128s_append_all\fP(3), \fIf_int128s_decimate_by\fP(3), \fIf_int128s_decrease_by\fP(3), \fIf_int128s_increase\fP(3), \fIf_int128s_increase_by\fP(3), \fIf_int128s_resize\fP(3), \fIf_int128ss_adjust\fP(3), \fIf_int128ss_append\fP(3), \fIf_int128ss_append_all\fP(3), \fIf_int128ss_decimate_by\fP(3), \fIf_int128ss_decrease_by\fP(3), \fIf_int128ss_increase\fP(3), \fIf_int128ss_increase_by\fP(3), \fIf_int128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f211727..0d375c8 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int128s_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int128s_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int128s_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The int128s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int128s_adjust\fP(3), \fIf_int128s_append\fP(3), \fIf_int128s_append_all\fP(3), \fIf_int128s_decimate_by\fP(3), \fIf_int128s_decrease_by\fP(3), \fIf_int128s_increase\fP(3), \fIf_int128s_increase_by\fP(3), \fIf_int128s_resize\fP(3), \fIf_int128ss_adjust\fP(3), \fIf_int128ss_append\fP(3), \fIf_int128ss_append_all\fP(3), \fIf_int128ss_decimate_by\fP(3), \fIf_int128ss_decrease_by\fP(3), \fIf_int128ss_increase\fP(3), \fIf_int128ss_increase_by\fP(3), \fIf_int128ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5e61e76..8bf2088 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int128s_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int128s_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int128s_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The int128s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int128s_adjust\fP(3), \fIf_int128s_append\fP(3), \fIf_int128s_append_all\fP(3), \fIf_int128s_decimate_by\fP(3), \fIf_int128s_decrease_by\fP(3), \fIf_int128s_increase\fP(3), \fIf_int128s_increase_by\fP(3), \fIf_int128s_resize\fP(3), \fIf_int128ss_adjust\fP(3), \fIf_int128ss_append\fP(3), \fIf_int128ss_append_all\fP(3), \fIf_int128ss_decimate_by\fP(3), \fIf_int128ss_decrease_by\fP(3), \fIf_int128ss_increase\fP(3), \fIf_int128ss_increase_by\fP(3), \fIf_int128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e91ba53..1b5a385 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128s_increase.3 @@ -1,4 +1,4 @@ -.TH f_int128s_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int128s_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int128s_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The int128s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int128s_adjust\fP(3), \fIf_int128s_append\fP(3), \fIf_int128s_append_all\fP(3), \fIf_int128s_decimate_by\fP(3), \fIf_int128s_decrease_by\fP(3), \fIf_int128s_increase\fP(3), \fIf_int128s_increase_by\fP(3), \fIf_int128s_resize\fP(3), \fIf_int128ss_adjust\fP(3), \fIf_int128ss_append\fP(3), \fIf_int128ss_append_all\fP(3), \fIf_int128ss_decimate_by\fP(3), \fIf_int128ss_decrease_by\fP(3), \fIf_int128ss_increase\fP(3), \fIf_int128ss_increase_by\fP(3), \fIf_int128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9f89167..0604f6b 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int128s_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int128s_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int128s_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The int128s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int128s_adjust\fP(3), \fIf_int128s_append\fP(3), \fIf_int128s_append_all\fP(3), \fIf_int128s_decimate_by\fP(3), \fIf_int128s_decrease_by\fP(3), \fIf_int128s_increase\fP(3), \fIf_int128s_increase_by\fP(3), \fIf_int128s_resize\fP(3), \fIf_int128ss_adjust\fP(3), \fIf_int128ss_append\fP(3), \fIf_int128ss_append_all\fP(3), \fIf_int128ss_decimate_by\fP(3), \fIf_int128ss_decrease_by\fP(3), \fIf_int128ss_increase\fP(3), \fIf_int128ss_increase_by\fP(3), \fIf_int128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1a4d8bc..85f6960 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128s_resize.3 @@ -1,4 +1,4 @@ -.TH f_int128s_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int128s_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int128s_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The int128s array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int128s_adjust\fP(3), \fIf_int128s_append\fP(3), \fIf_int128s_append_all\fP(3), \fIf_int128s_decimate_by\fP(3), \fIf_int128s_decrease_by\fP(3), \fIf_int128s_increase\fP(3), \fIf_int128s_increase_by\fP(3), \fIf_int128s_resize\fP(3), \fIf_int128ss_adjust\fP(3), \fIf_int128ss_append\fP(3), \fIf_int128ss_append_all\fP(3), \fIf_int128ss_decimate_by\fP(3), \fIf_int128ss_decrease_by\fP(3), \fIf_int128ss_increase\fP(3), \fIf_int128ss_increase_by\fP(3), \fIf_int128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3b8be4f..45f7523 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int128ss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int128ss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int128ss_adjust .SH SYNOPSIS @@ -31,8 +31,15 @@ The int128ss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int128s_adjust\fP(3), \fIf_int128s_append\fP(3), \fIf_int128s_append_all\fP(3), \fIf_int128s_decimate_by\fP(3), \fIf_int128s_decrease_by\fP(3), \fIf_int128s_increase\fP(3), \fIf_int128s_increase_by\fP(3), \fIf_int128s_resize\fP(3), \fIf_int128ss_adjust\fP(3), \fIf_int128ss_append\fP(3), \fIf_int128ss_append_all\fP(3), \fIf_int128ss_decimate_by\fP(3), \fIf_int128ss_decrease_by\fP(3), \fIf_int128ss_increase\fP(3), \fIf_int128ss_increase_by\fP(3), \fIf_int128ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5e3d960..ed8a975 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_append.3 @@ -1,4 +1,4 @@ -.TH f_int128ss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int128ss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int128ss_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int128s_adjust\fP(3), \fIf_int128s_append\fP(3), \fIf_int128s_append_all\fP(3), \fIf_int128s_decimate_by\fP(3), \fIf_int128s_decrease_by\fP(3), \fIf_int128s_increase\fP(3), \fIf_int128s_increase_by\fP(3), \fIf_int128s_resize\fP(3), \fIf_int128ss_adjust\fP(3), \fIf_int128ss_append\fP(3), \fIf_int128ss_append_all\fP(3), \fIf_int128ss_decimate_by\fP(3), \fIf_int128ss_decrease_by\fP(3), \fIf_int128ss_increase\fP(3), \fIf_int128ss_increase_by\fP(3), \fIf_int128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bd87b84..92f714a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int128ss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int128ss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int128ss_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int128s_adjust\fP(3), \fIf_int128s_append\fP(3), \fIf_int128s_append_all\fP(3), \fIf_int128s_decimate_by\fP(3), \fIf_int128s_decrease_by\fP(3), \fIf_int128s_increase\fP(3), \fIf_int128s_increase_by\fP(3), \fIf_int128s_resize\fP(3), \fIf_int128ss_adjust\fP(3), \fIf_int128ss_append\fP(3), \fIf_int128ss_append_all\fP(3), \fIf_int128ss_decimate_by\fP(3), \fIf_int128ss_decrease_by\fP(3), \fIf_int128ss_increase\fP(3), \fIf_int128ss_increase_by\fP(3), \fIf_int128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 01a2f92..818d3bb 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int128ss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int128ss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int128ss_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The int128ss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int128s_adjust\fP(3), \fIf_int128s_append\fP(3), \fIf_int128s_append_all\fP(3), \fIf_int128s_decimate_by\fP(3), \fIf_int128s_decrease_by\fP(3), \fIf_int128s_increase\fP(3), \fIf_int128s_increase_by\fP(3), \fIf_int128s_resize\fP(3), \fIf_int128ss_adjust\fP(3), \fIf_int128ss_append\fP(3), \fIf_int128ss_append_all\fP(3), \fIf_int128ss_decimate_by\fP(3), \fIf_int128ss_decrease_by\fP(3), \fIf_int128ss_increase\fP(3), \fIf_int128ss_increase_by\fP(3), \fIf_int128ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e3d5f74..bd9189c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int128ss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int128ss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int128ss_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The int128ss array to resize. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int128s_adjust\fP(3), \fIf_int128s_append\fP(3), \fIf_int128s_append_all\fP(3), \fIf_int128s_decimate_by\fP(3), \fIf_int128s_decrease_by\fP(3), \fIf_int128s_increase\fP(3), \fIf_int128s_increase_by\fP(3), \fIf_int128s_resize\fP(3), \fIf_int128ss_adjust\fP(3), \fIf_int128ss_append\fP(3), \fIf_int128ss_append_all\fP(3), \fIf_int128ss_decimate_by\fP(3), \fIf_int128ss_decrease_by\fP(3), \fIf_int128ss_increase\fP(3), \fIf_int128ss_increase_by\fP(3), \fIf_int128ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c39a563..071f8c2 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_int128ss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int128ss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int128ss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The int128ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int128s_adjust\fP(3), \fIf_int128s_append\fP(3), \fIf_int128s_append_all\fP(3), \fIf_int128s_decimate_by\fP(3), \fIf_int128s_decrease_by\fP(3), \fIf_int128s_increase\fP(3), \fIf_int128s_increase_by\fP(3), \fIf_int128s_resize\fP(3), \fIf_int128ss_adjust\fP(3), \fIf_int128ss_append\fP(3), \fIf_int128ss_append_all\fP(3), \fIf_int128ss_decimate_by\fP(3), \fIf_int128ss_decrease_by\fP(3), \fIf_int128ss_increase\fP(3), \fIf_int128ss_increase_by\fP(3), \fIf_int128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 42beb5e..9265c86 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int128ss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int128ss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int128ss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The int128ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int128s_adjust\fP(3), \fIf_int128s_append\fP(3), \fIf_int128s_append_all\fP(3), \fIf_int128s_decimate_by\fP(3), \fIf_int128s_decrease_by\fP(3), \fIf_int128s_increase\fP(3), \fIf_int128s_increase_by\fP(3), \fIf_int128s_resize\fP(3), \fIf_int128ss_adjust\fP(3), \fIf_int128ss_append\fP(3), \fIf_int128ss_append_all\fP(3), \fIf_int128ss_decimate_by\fP(3), \fIf_int128ss_decrease_by\fP(3), \fIf_int128ss_increase\fP(3), \fIf_int128ss_increase_by\fP(3), \fIf_int128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b48456a..3a01b85 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int128ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int128ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_int128ss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int128ss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int128ss_resize .SH SYNOPSIS @@ -27,12 +27,19 @@ The int128ss array to adjust. \fBF_none\fP on success. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. -.PP +.br Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int128s_adjust\fP(3), \fIf_int128s_append\fP(3), \fIf_int128s_append_all\fP(3), \fIf_int128s_decimate_by\fP(3), \fIf_int128s_decrease_by\fP(3), \fIf_int128s_increase\fP(3), \fIf_int128s_increase_by\fP(3), \fIf_int128s_resize\fP(3), \fIf_int128ss_adjust\fP(3), \fIf_int128ss_append\fP(3), \fIf_int128ss_append_all\fP(3), \fIf_int128ss_decimate_by\fP(3), \fIf_int128ss_decrease_by\fP(3), \fIf_int128ss_increase\fP(3), \fIf_int128ss_increase_by\fP(3), \fIf_int128ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 56d417b..e887e25 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int16s_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int16s_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int16s_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The int16s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int16s_adjust\fP(3), \fIf_int16s_append\fP(3), \fIf_int16s_append_all\fP(3), \fIf_int16s_decimate_by\fP(3), \fIf_int16s_decrease_by\fP(3), \fIf_int16s_increase\fP(3), \fIf_int16s_increase_by\fP(3), \fIf_int16s_resize\fP(3), \fIf_int16ss_adjust\fP(3), \fIf_int16ss_append\fP(3), \fIf_int16ss_append_all\fP(3), \fIf_int16ss_decimate_by\fP(3), \fIf_int16ss_decrease_by\fP(3), \fIf_int16ss_increase\fP(3), \fIf_int16ss_increase_by\fP(3), \fIf_int16ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 baf2297..2d2c043 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16s_append.3 @@ -1,4 +1,4 @@ -.TH f_int16s_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int16s_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int16s_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination int16s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int16s_adjust\fP(3), \fIf_int16s_append\fP(3), \fIf_int16s_append_all\fP(3), \fIf_int16s_decimate_by\fP(3), \fIf_int16s_decrease_by\fP(3), \fIf_int16s_increase\fP(3), \fIf_int16s_increase_by\fP(3), \fIf_int16s_resize\fP(3), \fIf_int16ss_adjust\fP(3), \fIf_int16ss_append\fP(3), \fIf_int16ss_append_all\fP(3), \fIf_int16ss_decimate_by\fP(3), \fIf_int16ss_decrease_by\fP(3), \fIf_int16ss_increase\fP(3), \fIf_int16ss_increase_by\fP(3), \fIf_int16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 043d0d3..6d1c3c0 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int16s_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int16s_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int16s_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination int16s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int16s_adjust\fP(3), \fIf_int16s_append\fP(3), \fIf_int16s_append_all\fP(3), \fIf_int16s_decimate_by\fP(3), \fIf_int16s_decrease_by\fP(3), \fIf_int16s_increase\fP(3), \fIf_int16s_increase_by\fP(3), \fIf_int16s_resize\fP(3), \fIf_int16ss_adjust\fP(3), \fIf_int16ss_append\fP(3), \fIf_int16ss_append_all\fP(3), \fIf_int16ss_decimate_by\fP(3), \fIf_int16ss_decrease_by\fP(3), \fIf_int16ss_increase\fP(3), \fIf_int16ss_increase_by\fP(3), \fIf_int16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 41b1976..8e16141 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int16s_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int16s_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int16s_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The int16s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int16s_adjust\fP(3), \fIf_int16s_append\fP(3), \fIf_int16s_append_all\fP(3), \fIf_int16s_decimate_by\fP(3), \fIf_int16s_decrease_by\fP(3), \fIf_int16s_increase\fP(3), \fIf_int16s_increase_by\fP(3), \fIf_int16s_resize\fP(3), \fIf_int16ss_adjust\fP(3), \fIf_int16ss_append\fP(3), \fIf_int16ss_append_all\fP(3), \fIf_int16ss_decimate_by\fP(3), \fIf_int16ss_decrease_by\fP(3), \fIf_int16ss_increase\fP(3), \fIf_int16ss_increase_by\fP(3), \fIf_int16ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7c0cf1a..b74ca48 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int16s_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int16s_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int16s_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The int16s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int16s_adjust\fP(3), \fIf_int16s_append\fP(3), \fIf_int16s_append_all\fP(3), \fIf_int16s_decimate_by\fP(3), \fIf_int16s_decrease_by\fP(3), \fIf_int16s_increase\fP(3), \fIf_int16s_increase_by\fP(3), \fIf_int16s_resize\fP(3), \fIf_int16ss_adjust\fP(3), \fIf_int16ss_append\fP(3), \fIf_int16ss_append_all\fP(3), \fIf_int16ss_decimate_by\fP(3), \fIf_int16ss_decrease_by\fP(3), \fIf_int16ss_increase\fP(3), \fIf_int16ss_increase_by\fP(3), \fIf_int16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 35993a7..638bd4f 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16s_increase.3 @@ -1,4 +1,4 @@ -.TH f_int16s_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int16s_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int16s_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The int16s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int16s_adjust\fP(3), \fIf_int16s_append\fP(3), \fIf_int16s_append_all\fP(3), \fIf_int16s_decimate_by\fP(3), \fIf_int16s_decrease_by\fP(3), \fIf_int16s_increase\fP(3), \fIf_int16s_increase_by\fP(3), \fIf_int16s_resize\fP(3), \fIf_int16ss_adjust\fP(3), \fIf_int16ss_append\fP(3), \fIf_int16ss_append_all\fP(3), \fIf_int16ss_decimate_by\fP(3), \fIf_int16ss_decrease_by\fP(3), \fIf_int16ss_increase\fP(3), \fIf_int16ss_increase_by\fP(3), \fIf_int16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3b8b676..55c158a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int16s_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int16s_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int16s_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The int16s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int16s_adjust\fP(3), \fIf_int16s_append\fP(3), \fIf_int16s_append_all\fP(3), \fIf_int16s_decimate_by\fP(3), \fIf_int16s_decrease_by\fP(3), \fIf_int16s_increase\fP(3), \fIf_int16s_increase_by\fP(3), \fIf_int16s_resize\fP(3), \fIf_int16ss_adjust\fP(3), \fIf_int16ss_append\fP(3), \fIf_int16ss_append_all\fP(3), \fIf_int16ss_decimate_by\fP(3), \fIf_int16ss_decrease_by\fP(3), \fIf_int16ss_increase\fP(3), \fIf_int16ss_increase_by\fP(3), \fIf_int16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 67d9ead..dff4307 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16s_resize.3 @@ -1,4 +1,4 @@ -.TH f_int16s_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int16s_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int16s_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The int16s array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int16s_adjust\fP(3), \fIf_int16s_append\fP(3), \fIf_int16s_append_all\fP(3), \fIf_int16s_decimate_by\fP(3), \fIf_int16s_decrease_by\fP(3), \fIf_int16s_increase\fP(3), \fIf_int16s_increase_by\fP(3), \fIf_int16s_resize\fP(3), \fIf_int16ss_adjust\fP(3), \fIf_int16ss_append\fP(3), \fIf_int16ss_append_all\fP(3), \fIf_int16ss_decimate_by\fP(3), \fIf_int16ss_decrease_by\fP(3), \fIf_int16ss_increase\fP(3), \fIf_int16ss_increase_by\fP(3), \fIf_int16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c5cf3a5..6214420 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int16ss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int16ss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int16ss_adjust .SH SYNOPSIS @@ -31,8 +31,15 @@ The int16ss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int16s_adjust\fP(3), \fIf_int16s_append\fP(3), \fIf_int16s_append_all\fP(3), \fIf_int16s_decimate_by\fP(3), \fIf_int16s_decrease_by\fP(3), \fIf_int16s_increase\fP(3), \fIf_int16s_increase_by\fP(3), \fIf_int16s_resize\fP(3), \fIf_int16ss_adjust\fP(3), \fIf_int16ss_append\fP(3), \fIf_int16ss_append_all\fP(3), \fIf_int16ss_decimate_by\fP(3), \fIf_int16ss_decrease_by\fP(3), \fIf_int16ss_increase\fP(3), \fIf_int16ss_increase_by\fP(3), \fIf_int16ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2b2ad56..ea9dafb 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_append.3 @@ -1,4 +1,4 @@ -.TH f_int16ss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int16ss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int16ss_append .SH SYNOPSIS @@ -13,6 +13,10 @@ f_int16ss_append .SH DESCRIPTION .PP Append the single source int16s onto the destination. +.PP +F_parameter (with error bit) if a parameter is invalid. +.PP +Errors (with error bit) from: f_memory_resize(). .SH PARAMETERS .TP .B source @@ -24,15 +28,16 @@ The destination ranges the source is appended onto. .SH RETURN VALUE .PP -\fBF_none\fP on success. -.br -\fBF_data_not\fP on success, but there is nothing to append (size == 0). -.br -\fBF_parameter\fP (with error bit) if a parameter is invalid. -.br -Errors (with error bit) from: f_memory_resize(). +F_none on success. F_data_not on success, but there is nothing to append (size == 0). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int16s_adjust\fP(3), \fIf_int16s_append\fP(3), \fIf_int16s_append_all\fP(3), \fIf_int16s_decimate_by\fP(3), \fIf_int16s_decrease_by\fP(3), \fIf_int16s_increase\fP(3), \fIf_int16s_increase_by\fP(3), \fIf_int16s_resize\fP(3), \fIf_int16ss_adjust\fP(3), \fIf_int16ss_append\fP(3), \fIf_int16ss_append_all\fP(3), \fIf_int16ss_decimate_by\fP(3), \fIf_int16ss_decrease_by\fP(3), \fIf_int16ss_increase\fP(3), \fIf_int16ss_increase_by\fP(3), \fIf_int16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 352273a..db6434e 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int16ss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int16ss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int16ss_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int16s_adjust\fP(3), \fIf_int16s_append\fP(3), \fIf_int16s_append_all\fP(3), \fIf_int16s_decimate_by\fP(3), \fIf_int16s_decrease_by\fP(3), \fIf_int16s_increase\fP(3), \fIf_int16s_increase_by\fP(3), \fIf_int16s_resize\fP(3), \fIf_int16ss_adjust\fP(3), \fIf_int16ss_append\fP(3), \fIf_int16ss_append_all\fP(3), \fIf_int16ss_decimate_by\fP(3), \fIf_int16ss_decrease_by\fP(3), \fIf_int16ss_increase\fP(3), \fIf_int16ss_increase_by\fP(3), \fIf_int16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0240447..8ceb41d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int16ss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int16ss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int16ss_decimate_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The int16ss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int16s_adjust\fP(3), \fIf_int16s_append\fP(3), \fIf_int16s_append_all\fP(3), \fIf_int16s_decimate_by\fP(3), \fIf_int16s_decrease_by\fP(3), \fIf_int16s_increase\fP(3), \fIf_int16s_increase_by\fP(3), \fIf_int16s_resize\fP(3), \fIf_int16ss_adjust\fP(3), \fIf_int16ss_append\fP(3), \fIf_int16ss_append_all\fP(3), \fIf_int16ss_decimate_by\fP(3), \fIf_int16ss_decrease_by\fP(3), \fIf_int16ss_increase\fP(3), \fIf_int16ss_increase_by\fP(3), \fIf_int16ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6b35e24..e041234 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int16ss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int16ss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int16ss_decrease_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The int16ss array to resize. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int16s_adjust\fP(3), \fIf_int16s_append\fP(3), \fIf_int16s_append_all\fP(3), \fIf_int16s_decimate_by\fP(3), \fIf_int16s_decrease_by\fP(3), \fIf_int16s_increase\fP(3), \fIf_int16s_increase_by\fP(3), \fIf_int16s_resize\fP(3), \fIf_int16ss_adjust\fP(3), \fIf_int16ss_append\fP(3), \fIf_int16ss_append_all\fP(3), \fIf_int16ss_decimate_by\fP(3), \fIf_int16ss_decrease_by\fP(3), \fIf_int16ss_increase\fP(3), \fIf_int16ss_increase_by\fP(3), \fIf_int16ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c4b1c7a..d1e5b49 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_int16ss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int16ss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int16ss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The int16ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int16s_adjust\fP(3), \fIf_int16s_append\fP(3), \fIf_int16s_append_all\fP(3), \fIf_int16s_decimate_by\fP(3), \fIf_int16s_decrease_by\fP(3), \fIf_int16s_increase\fP(3), \fIf_int16s_increase_by\fP(3), \fIf_int16s_resize\fP(3), \fIf_int16ss_adjust\fP(3), \fIf_int16ss_append\fP(3), \fIf_int16ss_append_all\fP(3), \fIf_int16ss_decimate_by\fP(3), \fIf_int16ss_decrease_by\fP(3), \fIf_int16ss_increase\fP(3), \fIf_int16ss_increase_by\fP(3), \fIf_int16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bbe1dd5..4af4f0e 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int16ss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int16ss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int16ss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The int16ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int16s_adjust\fP(3), \fIf_int16s_append\fP(3), \fIf_int16s_append_all\fP(3), \fIf_int16s_decimate_by\fP(3), \fIf_int16s_decrease_by\fP(3), \fIf_int16s_increase\fP(3), \fIf_int16s_increase_by\fP(3), \fIf_int16s_resize\fP(3), \fIf_int16ss_adjust\fP(3), \fIf_int16ss_append\fP(3), \fIf_int16ss_append_all\fP(3), \fIf_int16ss_decimate_by\fP(3), \fIf_int16ss_decrease_by\fP(3), \fIf_int16ss_increase\fP(3), \fIf_int16ss_increase_by\fP(3), \fIf_int16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 775f28b..c321cc5 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int16ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int16ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_int16ss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int16ss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int16ss_resize .SH SYNOPSIS @@ -31,8 +31,15 @@ The int16ss array to adjust. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int16s_adjust\fP(3), \fIf_int16s_append\fP(3), \fIf_int16s_append_all\fP(3), \fIf_int16s_decimate_by\fP(3), \fIf_int16s_decrease_by\fP(3), \fIf_int16s_increase\fP(3), \fIf_int16s_increase_by\fP(3), \fIf_int16s_resize\fP(3), \fIf_int16ss_adjust\fP(3), \fIf_int16ss_append\fP(3), \fIf_int16ss_append_all\fP(3), \fIf_int16ss_decimate_by\fP(3), \fIf_int16ss_decrease_by\fP(3), \fIf_int16ss_increase\fP(3), \fIf_int16ss_increase_by\fP(3), \fIf_int16ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4b7802a..f024d1b 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int32s_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int32s_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int32s_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The int32s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int32s_adjust\fP(3), \fIf_int32s_append\fP(3), \fIf_int32s_append_all\fP(3), \fIf_int32s_decimate_by\fP(3), \fIf_int32s_decrease_by\fP(3), \fIf_int32s_increase\fP(3), \fIf_int32s_increase_by\fP(3), \fIf_int32s_resize\fP(3), \fIf_int32ss_adjust\fP(3), \fIf_int32ss_append\fP(3), \fIf_int32ss_append_all\fP(3), \fIf_int32ss_decimate_by\fP(3), \fIf_int32ss_decrease_by\fP(3), \fIf_int32ss_increase\fP(3), \fIf_int32ss_increase_by\fP(3), \fIf_int32ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a92cd0a..add2cd5 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32s_append.3 @@ -1,4 +1,4 @@ -.TH f_int32s_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int32s_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int32s_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination int32s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int32s_adjust\fP(3), \fIf_int32s_append\fP(3), \fIf_int32s_append_all\fP(3), \fIf_int32s_decimate_by\fP(3), \fIf_int32s_decrease_by\fP(3), \fIf_int32s_increase\fP(3), \fIf_int32s_increase_by\fP(3), \fIf_int32s_resize\fP(3), \fIf_int32ss_adjust\fP(3), \fIf_int32ss_append\fP(3), \fIf_int32ss_append_all\fP(3), \fIf_int32ss_decimate_by\fP(3), \fIf_int32ss_decrease_by\fP(3), \fIf_int32ss_increase\fP(3), \fIf_int32ss_increase_by\fP(3), \fIf_int32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 dd62c0f..685327a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int32s_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int32s_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int32s_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination int32s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int32s_adjust\fP(3), \fIf_int32s_append\fP(3), \fIf_int32s_append_all\fP(3), \fIf_int32s_decimate_by\fP(3), \fIf_int32s_decrease_by\fP(3), \fIf_int32s_increase\fP(3), \fIf_int32s_increase_by\fP(3), \fIf_int32s_resize\fP(3), \fIf_int32ss_adjust\fP(3), \fIf_int32ss_append\fP(3), \fIf_int32ss_append_all\fP(3), \fIf_int32ss_decimate_by\fP(3), \fIf_int32ss_decrease_by\fP(3), \fIf_int32ss_increase\fP(3), \fIf_int32ss_increase_by\fP(3), \fIf_int32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5135986..078148d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int32s_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int32s_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int32s_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The int32s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int32s_adjust\fP(3), \fIf_int32s_append\fP(3), \fIf_int32s_append_all\fP(3), \fIf_int32s_decimate_by\fP(3), \fIf_int32s_decrease_by\fP(3), \fIf_int32s_increase\fP(3), \fIf_int32s_increase_by\fP(3), \fIf_int32s_resize\fP(3), \fIf_int32ss_adjust\fP(3), \fIf_int32ss_append\fP(3), \fIf_int32ss_append_all\fP(3), \fIf_int32ss_decimate_by\fP(3), \fIf_int32ss_decrease_by\fP(3), \fIf_int32ss_increase\fP(3), \fIf_int32ss_increase_by\fP(3), \fIf_int32ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7d77c96..e70a552 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int32s_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int32s_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int32s_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The int32s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int32s_adjust\fP(3), \fIf_int32s_append\fP(3), \fIf_int32s_append_all\fP(3), \fIf_int32s_decimate_by\fP(3), \fIf_int32s_decrease_by\fP(3), \fIf_int32s_increase\fP(3), \fIf_int32s_increase_by\fP(3), \fIf_int32s_resize\fP(3), \fIf_int32ss_adjust\fP(3), \fIf_int32ss_append\fP(3), \fIf_int32ss_append_all\fP(3), \fIf_int32ss_decimate_by\fP(3), \fIf_int32ss_decrease_by\fP(3), \fIf_int32ss_increase\fP(3), \fIf_int32ss_increase_by\fP(3), \fIf_int32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b573854..62ce7e9 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32s_increase.3 @@ -1,4 +1,4 @@ -.TH f_int32s_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int32s_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int32s_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The int32s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int32s_adjust\fP(3), \fIf_int32s_append\fP(3), \fIf_int32s_append_all\fP(3), \fIf_int32s_decimate_by\fP(3), \fIf_int32s_decrease_by\fP(3), \fIf_int32s_increase\fP(3), \fIf_int32s_increase_by\fP(3), \fIf_int32s_resize\fP(3), \fIf_int32ss_adjust\fP(3), \fIf_int32ss_append\fP(3), \fIf_int32ss_append_all\fP(3), \fIf_int32ss_decimate_by\fP(3), \fIf_int32ss_decrease_by\fP(3), \fIf_int32ss_increase\fP(3), \fIf_int32ss_increase_by\fP(3), \fIf_int32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3e39652..a94bc0e 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int32s_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int32s_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int32s_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The int32s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int32s_adjust\fP(3), \fIf_int32s_append\fP(3), \fIf_int32s_append_all\fP(3), \fIf_int32s_decimate_by\fP(3), \fIf_int32s_decrease_by\fP(3), \fIf_int32s_increase\fP(3), \fIf_int32s_increase_by\fP(3), \fIf_int32s_resize\fP(3), \fIf_int32ss_adjust\fP(3), \fIf_int32ss_append\fP(3), \fIf_int32ss_append_all\fP(3), \fIf_int32ss_decimate_by\fP(3), \fIf_int32ss_decrease_by\fP(3), \fIf_int32ss_increase\fP(3), \fIf_int32ss_increase_by\fP(3), \fIf_int32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a1c18c6..d60f050 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32s_resize.3 @@ -1,4 +1,4 @@ -.TH f_int32s_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int32s_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int32s_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The int32s array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int32s_adjust\fP(3), \fIf_int32s_append\fP(3), \fIf_int32s_append_all\fP(3), \fIf_int32s_decimate_by\fP(3), \fIf_int32s_decrease_by\fP(3), \fIf_int32s_increase\fP(3), \fIf_int32s_increase_by\fP(3), \fIf_int32s_resize\fP(3), \fIf_int32ss_adjust\fP(3), \fIf_int32ss_append\fP(3), \fIf_int32ss_append_all\fP(3), \fIf_int32ss_decimate_by\fP(3), \fIf_int32ss_decrease_by\fP(3), \fIf_int32ss_increase\fP(3), \fIf_int32ss_increase_by\fP(3), \fIf_int32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1585e18..f7091d1 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int32ss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int32ss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int32ss_adjust .SH SYNOPSIS @@ -31,8 +31,15 @@ The int32ss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int32s_adjust\fP(3), \fIf_int32s_append\fP(3), \fIf_int32s_append_all\fP(3), \fIf_int32s_decimate_by\fP(3), \fIf_int32s_decrease_by\fP(3), \fIf_int32s_increase\fP(3), \fIf_int32s_increase_by\fP(3), \fIf_int32s_resize\fP(3), \fIf_int32ss_adjust\fP(3), \fIf_int32ss_append\fP(3), \fIf_int32ss_append_all\fP(3), \fIf_int32ss_decimate_by\fP(3), \fIf_int32ss_decrease_by\fP(3), \fIf_int32ss_increase\fP(3), \fIf_int32ss_increase_by\fP(3), \fIf_int32ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0096557..4518f13 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_append.3 @@ -1,4 +1,4 @@ -.TH f_int32ss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int32ss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int32ss_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int32s_adjust\fP(3), \fIf_int32s_append\fP(3), \fIf_int32s_append_all\fP(3), \fIf_int32s_decimate_by\fP(3), \fIf_int32s_decrease_by\fP(3), \fIf_int32s_increase\fP(3), \fIf_int32s_increase_by\fP(3), \fIf_int32s_resize\fP(3), \fIf_int32ss_adjust\fP(3), \fIf_int32ss_append\fP(3), \fIf_int32ss_append_all\fP(3), \fIf_int32ss_decimate_by\fP(3), \fIf_int32ss_decrease_by\fP(3), \fIf_int32ss_increase\fP(3), \fIf_int32ss_increase_by\fP(3), \fIf_int32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bbc2ff8..0028a2b 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int32ss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int32ss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int32ss_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int32s_adjust\fP(3), \fIf_int32s_append\fP(3), \fIf_int32s_append_all\fP(3), \fIf_int32s_decimate_by\fP(3), \fIf_int32s_decrease_by\fP(3), \fIf_int32s_increase\fP(3), \fIf_int32s_increase_by\fP(3), \fIf_int32s_resize\fP(3), \fIf_int32ss_adjust\fP(3), \fIf_int32ss_append\fP(3), \fIf_int32ss_append_all\fP(3), \fIf_int32ss_decimate_by\fP(3), \fIf_int32ss_decrease_by\fP(3), \fIf_int32ss_increase\fP(3), \fIf_int32ss_increase_by\fP(3), \fIf_int32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 569442c..88015ff 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int32ss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int32ss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int32ss_decimate_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The int32ss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int32s_adjust\fP(3), \fIf_int32s_append\fP(3), \fIf_int32s_append_all\fP(3), \fIf_int32s_decimate_by\fP(3), \fIf_int32s_decrease_by\fP(3), \fIf_int32s_increase\fP(3), \fIf_int32s_increase_by\fP(3), \fIf_int32s_resize\fP(3), \fIf_int32ss_adjust\fP(3), \fIf_int32ss_append\fP(3), \fIf_int32ss_append_all\fP(3), \fIf_int32ss_decimate_by\fP(3), \fIf_int32ss_decrease_by\fP(3), \fIf_int32ss_increase\fP(3), \fIf_int32ss_increase_by\fP(3), \fIf_int32ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a0d1997..6295e54 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int32ss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int32ss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int32ss_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The int32ss array to resize. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int32s_adjust\fP(3), \fIf_int32s_append\fP(3), \fIf_int32s_append_all\fP(3), \fIf_int32s_decimate_by\fP(3), \fIf_int32s_decrease_by\fP(3), \fIf_int32s_increase\fP(3), \fIf_int32s_increase_by\fP(3), \fIf_int32s_resize\fP(3), \fIf_int32ss_adjust\fP(3), \fIf_int32ss_append\fP(3), \fIf_int32ss_append_all\fP(3), \fIf_int32ss_decimate_by\fP(3), \fIf_int32ss_decrease_by\fP(3), \fIf_int32ss_increase\fP(3), \fIf_int32ss_increase_by\fP(3), \fIf_int32ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2453b96..73080da 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_int32ss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int32ss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int32ss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The int32ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int32s_adjust\fP(3), \fIf_int32s_append\fP(3), \fIf_int32s_append_all\fP(3), \fIf_int32s_decimate_by\fP(3), \fIf_int32s_decrease_by\fP(3), \fIf_int32s_increase\fP(3), \fIf_int32s_increase_by\fP(3), \fIf_int32s_resize\fP(3), \fIf_int32ss_adjust\fP(3), \fIf_int32ss_append\fP(3), \fIf_int32ss_append_all\fP(3), \fIf_int32ss_decimate_by\fP(3), \fIf_int32ss_decrease_by\fP(3), \fIf_int32ss_increase\fP(3), \fIf_int32ss_increase_by\fP(3), \fIf_int32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 72b0edd..d26fe46 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int32ss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int32ss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int32ss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The int32ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int32s_adjust\fP(3), \fIf_int32s_append\fP(3), \fIf_int32s_append_all\fP(3), \fIf_int32s_decimate_by\fP(3), \fIf_int32s_decrease_by\fP(3), \fIf_int32s_increase\fP(3), \fIf_int32s_increase_by\fP(3), \fIf_int32s_resize\fP(3), \fIf_int32ss_adjust\fP(3), \fIf_int32ss_append\fP(3), \fIf_int32ss_append_all\fP(3), \fIf_int32ss_decimate_by\fP(3), \fIf_int32ss_decrease_by\fP(3), \fIf_int32ss_increase\fP(3), \fIf_int32ss_increase_by\fP(3), \fIf_int32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0bc3b1d..1057aa6 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int32ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int32ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_int32ss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int32ss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int32ss_resize .SH SYNOPSIS @@ -31,8 +31,15 @@ The int32ss array to adjust. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int32s_adjust\fP(3), \fIf_int32s_append\fP(3), \fIf_int32s_append_all\fP(3), \fIf_int32s_decimate_by\fP(3), \fIf_int32s_decrease_by\fP(3), \fIf_int32s_increase\fP(3), \fIf_int32s_increase_by\fP(3), \fIf_int32s_resize\fP(3), \fIf_int32ss_adjust\fP(3), \fIf_int32ss_append\fP(3), \fIf_int32ss_append_all\fP(3), \fIf_int32ss_decimate_by\fP(3), \fIf_int32ss_decrease_by\fP(3), \fIf_int32ss_increase\fP(3), \fIf_int32ss_increase_by\fP(3), \fIf_int32ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9c6fcdd..a62bad5 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int64s_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int64s_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int64s_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The int64s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int64s_adjust\fP(3), \fIf_int64s_append\fP(3), \fIf_int64s_append_all\fP(3), \fIf_int64s_decimate_by\fP(3), \fIf_int64s_decrease_by\fP(3), \fIf_int64s_increase\fP(3), \fIf_int64s_increase_by\fP(3), \fIf_int64s_resize\fP(3), \fIf_int64ss_adjust\fP(3), \fIf_int64ss_append\fP(3), \fIf_int64ss_append_all\fP(3), \fIf_int64ss_decimate_by\fP(3), \fIf_int64ss_decrease_by\fP(3), \fIf_int64ss_increase\fP(3), \fIf_int64ss_increase_by\fP(3), \fIf_int64ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 acef856..1a1d797 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64s_append.3 @@ -1,4 +1,4 @@ -.TH f_int64s_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int64s_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int64s_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination int64s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int64s_adjust\fP(3), \fIf_int64s_append\fP(3), \fIf_int64s_append_all\fP(3), \fIf_int64s_decimate_by\fP(3), \fIf_int64s_decrease_by\fP(3), \fIf_int64s_increase\fP(3), \fIf_int64s_increase_by\fP(3), \fIf_int64s_resize\fP(3), \fIf_int64ss_adjust\fP(3), \fIf_int64ss_append\fP(3), \fIf_int64ss_append_all\fP(3), \fIf_int64ss_decimate_by\fP(3), \fIf_int64ss_decrease_by\fP(3), \fIf_int64ss_increase\fP(3), \fIf_int64ss_increase_by\fP(3), \fIf_int64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 17a9f6a..27088c7 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int64s_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int64s_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int64s_append_all .SH SYNOPSIS @@ -13,7 +13,6 @@ f_int64s_append_all .SH DESCRIPTION .PP Append the source int64s onto the destination. -.PP .SH PARAMETERS .TP .B source @@ -32,8 +31,15 @@ The destination int64s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int64s_adjust\fP(3), \fIf_int64s_append\fP(3), \fIf_int64s_append_all\fP(3), \fIf_int64s_decimate_by\fP(3), \fIf_int64s_decrease_by\fP(3), \fIf_int64s_increase\fP(3), \fIf_int64s_increase_by\fP(3), \fIf_int64s_resize\fP(3), \fIf_int64ss_adjust\fP(3), \fIf_int64ss_append\fP(3), \fIf_int64ss_append_all\fP(3), \fIf_int64ss_decimate_by\fP(3), \fIf_int64ss_decrease_by\fP(3), \fIf_int64ss_increase\fP(3), \fIf_int64ss_increase_by\fP(3), \fIf_int64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 64024da..782931d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int64s_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int64s_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int64s_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The int64s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int64s_adjust\fP(3), \fIf_int64s_append\fP(3), \fIf_int64s_append_all\fP(3), \fIf_int64s_decimate_by\fP(3), \fIf_int64s_decrease_by\fP(3), \fIf_int64s_increase\fP(3), \fIf_int64s_increase_by\fP(3), \fIf_int64s_resize\fP(3), \fIf_int64ss_adjust\fP(3), \fIf_int64ss_append\fP(3), \fIf_int64ss_append_all\fP(3), \fIf_int64ss_decimate_by\fP(3), \fIf_int64ss_decrease_by\fP(3), \fIf_int64ss_increase\fP(3), \fIf_int64ss_increase_by\fP(3), \fIf_int64ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 91f42b3..f2db511 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int64s_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int64s_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int64s_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The int64s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int64s_adjust\fP(3), \fIf_int64s_append\fP(3), \fIf_int64s_append_all\fP(3), \fIf_int64s_decimate_by\fP(3), \fIf_int64s_decrease_by\fP(3), \fIf_int64s_increase\fP(3), \fIf_int64s_increase_by\fP(3), \fIf_int64s_resize\fP(3), \fIf_int64ss_adjust\fP(3), \fIf_int64ss_append\fP(3), \fIf_int64ss_append_all\fP(3), \fIf_int64ss_decimate_by\fP(3), \fIf_int64ss_decrease_by\fP(3), \fIf_int64ss_increase\fP(3), \fIf_int64ss_increase_by\fP(3), \fIf_int64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 681ede5..4c52351 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64s_increase.3 @@ -1,4 +1,4 @@ -.TH f_int64s_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int64s_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int64s_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The int64s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int64s_adjust\fP(3), \fIf_int64s_append\fP(3), \fIf_int64s_append_all\fP(3), \fIf_int64s_decimate_by\fP(3), \fIf_int64s_decrease_by\fP(3), \fIf_int64s_increase\fP(3), \fIf_int64s_increase_by\fP(3), \fIf_int64s_resize\fP(3), \fIf_int64ss_adjust\fP(3), \fIf_int64ss_append\fP(3), \fIf_int64ss_append_all\fP(3), \fIf_int64ss_decimate_by\fP(3), \fIf_int64ss_decrease_by\fP(3), \fIf_int64ss_increase\fP(3), \fIf_int64ss_increase_by\fP(3), \fIf_int64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 240b20d..e30f874 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int64s_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int64s_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int64s_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The int64s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int64s_adjust\fP(3), \fIf_int64s_append\fP(3), \fIf_int64s_append_all\fP(3), \fIf_int64s_decimate_by\fP(3), \fIf_int64s_decrease_by\fP(3), \fIf_int64s_increase\fP(3), \fIf_int64s_increase_by\fP(3), \fIf_int64s_resize\fP(3), \fIf_int64ss_adjust\fP(3), \fIf_int64ss_append\fP(3), \fIf_int64ss_append_all\fP(3), \fIf_int64ss_decimate_by\fP(3), \fIf_int64ss_decrease_by\fP(3), \fIf_int64ss_increase\fP(3), \fIf_int64ss_increase_by\fP(3), \fIf_int64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b905a87..87c11ac8 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64s_resize.3 @@ -1,4 +1,4 @@ -.TH f_int64s_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int64s_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int64s_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The int64s array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int64s_adjust\fP(3), \fIf_int64s_append\fP(3), \fIf_int64s_append_all\fP(3), \fIf_int64s_decimate_by\fP(3), \fIf_int64s_decrease_by\fP(3), \fIf_int64s_increase\fP(3), \fIf_int64s_increase_by\fP(3), \fIf_int64s_resize\fP(3), \fIf_int64ss_adjust\fP(3), \fIf_int64ss_append\fP(3), \fIf_int64ss_append_all\fP(3), \fIf_int64ss_decimate_by\fP(3), \fIf_int64ss_decrease_by\fP(3), \fIf_int64ss_increase\fP(3), \fIf_int64ss_increase_by\fP(3), \fIf_int64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fdf0cce..0f0ba5b 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int64ss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int64ss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int64ss_adjust .SH SYNOPSIS @@ -27,10 +27,19 @@ The int64ss array to resize. \fBF_none\fP on success. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_adjust(). +.br +Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO .PP -Errors (with error bit) from: f_memory_adjust(). Errors (with error bit) from: f_memory_destroy(). +.nh +.ad l +\fIf_int64s_adjust\fP(3), \fIf_int64s_append\fP(3), \fIf_int64s_append_all\fP(3), \fIf_int64s_decimate_by\fP(3), \fIf_int64s_decrease_by\fP(3), \fIf_int64s_increase\fP(3), \fIf_int64s_increase_by\fP(3), \fIf_int64s_resize\fP(3), \fIf_int64ss_adjust\fP(3), \fIf_int64ss_append\fP(3), \fIf_int64ss_append_all\fP(3), \fIf_int64ss_decimate_by\fP(3), \fIf_int64ss_decrease_by\fP(3), \fIf_int64ss_increase\fP(3), \fIf_int64ss_increase_by\fP(3), \fIf_int64ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 dce00ed..13bced5 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_append.3 @@ -1,4 +1,4 @@ -.TH f_int64ss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int64ss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int64ss_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int64s_adjust\fP(3), \fIf_int64s_append\fP(3), \fIf_int64s_append_all\fP(3), \fIf_int64s_decimate_by\fP(3), \fIf_int64s_decrease_by\fP(3), \fIf_int64s_increase\fP(3), \fIf_int64s_increase_by\fP(3), \fIf_int64s_resize\fP(3), \fIf_int64ss_adjust\fP(3), \fIf_int64ss_append\fP(3), \fIf_int64ss_append_all\fP(3), \fIf_int64ss_decimate_by\fP(3), \fIf_int64ss_decrease_by\fP(3), \fIf_int64ss_increase\fP(3), \fIf_int64ss_increase_by\fP(3), \fIf_int64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 21c8038..0c9ebeb 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int64ss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int64ss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int64ss_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int64s_adjust\fP(3), \fIf_int64s_append\fP(3), \fIf_int64s_append_all\fP(3), \fIf_int64s_decimate_by\fP(3), \fIf_int64s_decrease_by\fP(3), \fIf_int64s_increase\fP(3), \fIf_int64s_increase_by\fP(3), \fIf_int64s_resize\fP(3), \fIf_int64ss_adjust\fP(3), \fIf_int64ss_append\fP(3), \fIf_int64ss_append_all\fP(3), \fIf_int64ss_decimate_by\fP(3), \fIf_int64ss_decrease_by\fP(3), \fIf_int64ss_increase\fP(3), \fIf_int64ss_increase_by\fP(3), \fIf_int64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 db81a9a..736c6ed 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int64ss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int64ss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int64ss_decimate_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The int64ss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int64s_adjust\fP(3), \fIf_int64s_append\fP(3), \fIf_int64s_append_all\fP(3), \fIf_int64s_decimate_by\fP(3), \fIf_int64s_decrease_by\fP(3), \fIf_int64s_increase\fP(3), \fIf_int64s_increase_by\fP(3), \fIf_int64s_resize\fP(3), \fIf_int64ss_adjust\fP(3), \fIf_int64ss_append\fP(3), \fIf_int64ss_append_all\fP(3), \fIf_int64ss_decimate_by\fP(3), \fIf_int64ss_decrease_by\fP(3), \fIf_int64ss_increase\fP(3), \fIf_int64ss_increase_by\fP(3), \fIf_int64ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 de572c3..2f803f2 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int64ss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int64ss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int64ss_decrease_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The int64ss array to resize. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int64s_adjust\fP(3), \fIf_int64s_append\fP(3), \fIf_int64s_append_all\fP(3), \fIf_int64s_decimate_by\fP(3), \fIf_int64s_decrease_by\fP(3), \fIf_int64s_increase\fP(3), \fIf_int64s_increase_by\fP(3), \fIf_int64s_resize\fP(3), \fIf_int64ss_adjust\fP(3), \fIf_int64ss_append\fP(3), \fIf_int64ss_append_all\fP(3), \fIf_int64ss_decimate_by\fP(3), \fIf_int64ss_decrease_by\fP(3), \fIf_int64ss_increase\fP(3), \fIf_int64ss_increase_by\fP(3), \fIf_int64ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 72db124..3f4a2cb 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_int64ss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int64ss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int64ss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The int64ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int64s_adjust\fP(3), \fIf_int64s_append\fP(3), \fIf_int64s_append_all\fP(3), \fIf_int64s_decimate_by\fP(3), \fIf_int64s_decrease_by\fP(3), \fIf_int64s_increase\fP(3), \fIf_int64s_increase_by\fP(3), \fIf_int64s_resize\fP(3), \fIf_int64ss_adjust\fP(3), \fIf_int64ss_append\fP(3), \fIf_int64ss_append_all\fP(3), \fIf_int64ss_decimate_by\fP(3), \fIf_int64ss_decrease_by\fP(3), \fIf_int64ss_increase\fP(3), \fIf_int64ss_increase_by\fP(3), \fIf_int64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5c7e0e0..0192bcf 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int64ss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int64ss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int64ss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The int64ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int64s_adjust\fP(3), \fIf_int64s_append\fP(3), \fIf_int64s_append_all\fP(3), \fIf_int64s_decimate_by\fP(3), \fIf_int64s_decrease_by\fP(3), \fIf_int64s_increase\fP(3), \fIf_int64s_increase_by\fP(3), \fIf_int64s_resize\fP(3), \fIf_int64ss_adjust\fP(3), \fIf_int64ss_append\fP(3), \fIf_int64ss_append_all\fP(3), \fIf_int64ss_decimate_by\fP(3), \fIf_int64ss_decrease_by\fP(3), \fIf_int64ss_increase\fP(3), \fIf_int64ss_increase_by\fP(3), \fIf_int64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6067727..366a562 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int64ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int64ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_int64ss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int64ss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int64ss_resize .SH SYNOPSIS @@ -31,8 +31,15 @@ The int64ss array to adjust. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int64s_adjust\fP(3), \fIf_int64s_append\fP(3), \fIf_int64s_append_all\fP(3), \fIf_int64s_decimate_by\fP(3), \fIf_int64s_decrease_by\fP(3), \fIf_int64s_increase\fP(3), \fIf_int64s_increase_by\fP(3), \fIf_int64s_resize\fP(3), \fIf_int64ss_adjust\fP(3), \fIf_int64ss_append\fP(3), \fIf_int64ss_append_all\fP(3), \fIf_int64ss_decimate_by\fP(3), \fIf_int64ss_decrease_by\fP(3), \fIf_int64ss_increase\fP(3), \fIf_int64ss_increase_by\fP(3), \fIf_int64ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5eec1b4..e6928e5 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int8s_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int8s_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int8s_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The int8s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int8s_adjust\fP(3), \fIf_int8s_append\fP(3), \fIf_int8s_append_all\fP(3), \fIf_int8s_decimate_by\fP(3), \fIf_int8s_decrease_by\fP(3), \fIf_int8s_increase\fP(3), \fIf_int8s_increase_by\fP(3), \fIf_int8s_resize\fP(3), \fIf_int8ss_adjust\fP(3), \fIf_int8ss_append\fP(3), \fIf_int8ss_append_all\fP(3), \fIf_int8ss_decimate_by\fP(3), \fIf_int8ss_decrease_by\fP(3), \fIf_int8ss_increase\fP(3), \fIf_int8ss_increase_by\fP(3), \fIf_int8ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e20cb1c..365524c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8s_append.3 @@ -1,4 +1,4 @@ -.TH f_int8s_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int8s_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int8s_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination int8s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int8s_adjust\fP(3), \fIf_int8s_append\fP(3), \fIf_int8s_append_all\fP(3), \fIf_int8s_decimate_by\fP(3), \fIf_int8s_decrease_by\fP(3), \fIf_int8s_increase\fP(3), \fIf_int8s_increase_by\fP(3), \fIf_int8s_resize\fP(3), \fIf_int8ss_adjust\fP(3), \fIf_int8ss_append\fP(3), \fIf_int8ss_append_all\fP(3), \fIf_int8ss_decimate_by\fP(3), \fIf_int8ss_decrease_by\fP(3), \fIf_int8ss_increase\fP(3), \fIf_int8ss_increase_by\fP(3), \fIf_int8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 140f8e8..0201cce 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int8s_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int8s_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int8s_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination int8s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int8s_adjust\fP(3), \fIf_int8s_append\fP(3), \fIf_int8s_append_all\fP(3), \fIf_int8s_decimate_by\fP(3), \fIf_int8s_decrease_by\fP(3), \fIf_int8s_increase\fP(3), \fIf_int8s_increase_by\fP(3), \fIf_int8s_resize\fP(3), \fIf_int8ss_adjust\fP(3), \fIf_int8ss_append\fP(3), \fIf_int8ss_append_all\fP(3), \fIf_int8ss_decimate_by\fP(3), \fIf_int8ss_decrease_by\fP(3), \fIf_int8ss_increase\fP(3), \fIf_int8ss_increase_by\fP(3), \fIf_int8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a327226..ca0edb6 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int8s_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int8s_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int8s_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The int8s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int8s_adjust\fP(3), \fIf_int8s_append\fP(3), \fIf_int8s_append_all\fP(3), \fIf_int8s_decimate_by\fP(3), \fIf_int8s_decrease_by\fP(3), \fIf_int8s_increase\fP(3), \fIf_int8s_increase_by\fP(3), \fIf_int8s_resize\fP(3), \fIf_int8ss_adjust\fP(3), \fIf_int8ss_append\fP(3), \fIf_int8ss_append_all\fP(3), \fIf_int8ss_decimate_by\fP(3), \fIf_int8ss_decrease_by\fP(3), \fIf_int8ss_increase\fP(3), \fIf_int8ss_increase_by\fP(3), \fIf_int8ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0679a59..e74eb69 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int8s_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int8s_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int8s_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The int8s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int8s_adjust\fP(3), \fIf_int8s_append\fP(3), \fIf_int8s_append_all\fP(3), \fIf_int8s_decimate_by\fP(3), \fIf_int8s_decrease_by\fP(3), \fIf_int8s_increase\fP(3), \fIf_int8s_increase_by\fP(3), \fIf_int8s_resize\fP(3), \fIf_int8ss_adjust\fP(3), \fIf_int8ss_append\fP(3), \fIf_int8ss_append_all\fP(3), \fIf_int8ss_decimate_by\fP(3), \fIf_int8ss_decrease_by\fP(3), \fIf_int8ss_increase\fP(3), \fIf_int8ss_increase_by\fP(3), \fIf_int8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ebb1f17..9a8f4da 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8s_increase.3 @@ -1,4 +1,4 @@ -.TH f_int8s_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int8s_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int8s_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The int8s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int8s_adjust\fP(3), \fIf_int8s_append\fP(3), \fIf_int8s_append_all\fP(3), \fIf_int8s_decimate_by\fP(3), \fIf_int8s_decrease_by\fP(3), \fIf_int8s_increase\fP(3), \fIf_int8s_increase_by\fP(3), \fIf_int8s_resize\fP(3), \fIf_int8ss_adjust\fP(3), \fIf_int8ss_append\fP(3), \fIf_int8ss_append_all\fP(3), \fIf_int8ss_decimate_by\fP(3), \fIf_int8ss_decrease_by\fP(3), \fIf_int8ss_increase\fP(3), \fIf_int8ss_increase_by\fP(3), \fIf_int8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 eabe129..ffc8634 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int8s_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int8s_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int8s_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The int8s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int8s_adjust\fP(3), \fIf_int8s_append\fP(3), \fIf_int8s_append_all\fP(3), \fIf_int8s_decimate_by\fP(3), \fIf_int8s_decrease_by\fP(3), \fIf_int8s_increase\fP(3), \fIf_int8s_increase_by\fP(3), \fIf_int8s_resize\fP(3), \fIf_int8ss_adjust\fP(3), \fIf_int8ss_append\fP(3), \fIf_int8ss_append_all\fP(3), \fIf_int8ss_decimate_by\fP(3), \fIf_int8ss_decrease_by\fP(3), \fIf_int8ss_increase\fP(3), \fIf_int8ss_increase_by\fP(3), \fIf_int8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f902f93..24f209f 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8s_resize.3 @@ -1,4 +1,4 @@ -.TH f_int8s_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int8s_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int8s_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The int8s array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int8s_adjust\fP(3), \fIf_int8s_append\fP(3), \fIf_int8s_append_all\fP(3), \fIf_int8s_decimate_by\fP(3), \fIf_int8s_decrease_by\fP(3), \fIf_int8s_increase\fP(3), \fIf_int8s_increase_by\fP(3), \fIf_int8s_resize\fP(3), \fIf_int8ss_adjust\fP(3), \fIf_int8ss_append\fP(3), \fIf_int8ss_append_all\fP(3), \fIf_int8ss_decimate_by\fP(3), \fIf_int8ss_decrease_by\fP(3), \fIf_int8ss_increase\fP(3), \fIf_int8ss_increase_by\fP(3), \fIf_int8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a81ef9c..ca9224c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_int8ss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int8ss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int8ss_adjust .SH SYNOPSIS @@ -27,12 +27,19 @@ The int8ss array to resize. \fBF_none\fP on success. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. -.PP +.br Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int8s_adjust\fP(3), \fIf_int8s_append\fP(3), \fIf_int8s_append_all\fP(3), \fIf_int8s_decimate_by\fP(3), \fIf_int8s_decrease_by\fP(3), \fIf_int8s_increase\fP(3), \fIf_int8s_increase_by\fP(3), \fIf_int8s_resize\fP(3), \fIf_int8ss_adjust\fP(3), \fIf_int8ss_append\fP(3), \fIf_int8ss_append_all\fP(3), \fIf_int8ss_decimate_by\fP(3), \fIf_int8ss_decrease_by\fP(3), \fIf_int8ss_increase\fP(3), \fIf_int8ss_increase_by\fP(3), \fIf_int8ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 72ec845..c8853ed 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_append.3 @@ -1,4 +1,4 @@ -.TH f_int8ss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int8ss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int8ss_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int8s_adjust\fP(3), \fIf_int8s_append\fP(3), \fIf_int8s_append_all\fP(3), \fIf_int8s_decimate_by\fP(3), \fIf_int8s_decrease_by\fP(3), \fIf_int8s_increase\fP(3), \fIf_int8s_increase_by\fP(3), \fIf_int8s_resize\fP(3), \fIf_int8ss_adjust\fP(3), \fIf_int8ss_append\fP(3), \fIf_int8ss_append_all\fP(3), \fIf_int8ss_decimate_by\fP(3), \fIf_int8ss_decrease_by\fP(3), \fIf_int8ss_increase\fP(3), \fIf_int8ss_increase_by\fP(3), \fIf_int8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 46a45b5..ebc2aaa 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_int8ss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int8ss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int8ss_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int8s_adjust\fP(3), \fIf_int8s_append\fP(3), \fIf_int8s_append_all\fP(3), \fIf_int8s_decimate_by\fP(3), \fIf_int8s_decrease_by\fP(3), \fIf_int8s_increase\fP(3), \fIf_int8s_increase_by\fP(3), \fIf_int8s_resize\fP(3), \fIf_int8ss_adjust\fP(3), \fIf_int8ss_append\fP(3), \fIf_int8ss_append_all\fP(3), \fIf_int8ss_decimate_by\fP(3), \fIf_int8ss_decrease_by\fP(3), \fIf_int8ss_increase\fP(3), \fIf_int8ss_increase_by\fP(3), \fIf_int8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 899ecf0..60e0d73 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_int8ss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int8ss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int8ss_decimate_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The int8ss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int8s_adjust\fP(3), \fIf_int8s_append\fP(3), \fIf_int8s_append_all\fP(3), \fIf_int8s_decimate_by\fP(3), \fIf_int8s_decrease_by\fP(3), \fIf_int8s_increase\fP(3), \fIf_int8s_increase_by\fP(3), \fIf_int8s_resize\fP(3), \fIf_int8ss_adjust\fP(3), \fIf_int8ss_append\fP(3), \fIf_int8ss_append_all\fP(3), \fIf_int8ss_decimate_by\fP(3), \fIf_int8ss_decrease_by\fP(3), \fIf_int8ss_increase\fP(3), \fIf_int8ss_increase_by\fP(3), \fIf_int8ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4413b7b..6070d97 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_int8ss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int8ss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int8ss_decrease_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The int8ss array to resize. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int8s_adjust\fP(3), \fIf_int8s_append\fP(3), \fIf_int8s_append_all\fP(3), \fIf_int8s_decimate_by\fP(3), \fIf_int8s_decrease_by\fP(3), \fIf_int8s_increase\fP(3), \fIf_int8s_increase_by\fP(3), \fIf_int8s_resize\fP(3), \fIf_int8ss_adjust\fP(3), \fIf_int8ss_append\fP(3), \fIf_int8ss_append_all\fP(3), \fIf_int8ss_decimate_by\fP(3), \fIf_int8ss_decrease_by\fP(3), \fIf_int8ss_increase\fP(3), \fIf_int8ss_increase_by\fP(3), \fIf_int8ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fa6006c..0a689dc 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_int8ss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int8ss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int8ss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The int8ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int8s_adjust\fP(3), \fIf_int8s_append\fP(3), \fIf_int8s_append_all\fP(3), \fIf_int8s_decimate_by\fP(3), \fIf_int8s_decrease_by\fP(3), \fIf_int8s_increase\fP(3), \fIf_int8s_increase_by\fP(3), \fIf_int8s_resize\fP(3), \fIf_int8ss_adjust\fP(3), \fIf_int8ss_append\fP(3), \fIf_int8ss_append_all\fP(3), \fIf_int8ss_decimate_by\fP(3), \fIf_int8ss_decrease_by\fP(3), \fIf_int8ss_increase\fP(3), \fIf_int8ss_increase_by\fP(3), \fIf_int8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 61bc781..6c247c5 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_int8ss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int8ss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int8ss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The int8ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int8s_adjust\fP(3), \fIf_int8s_append\fP(3), \fIf_int8s_append_all\fP(3), \fIf_int8s_decimate_by\fP(3), \fIf_int8s_decrease_by\fP(3), \fIf_int8s_increase\fP(3), \fIf_int8s_increase_by\fP(3), \fIf_int8s_resize\fP(3), \fIf_int8ss_adjust\fP(3), \fIf_int8ss_append\fP(3), \fIf_int8ss_append_all\fP(3), \fIf_int8ss_decimate_by\fP(3), \fIf_int8ss_decrease_by\fP(3), \fIf_int8ss_increase\fP(3), \fIf_int8ss_increase_by\fP(3), \fIf_int8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5ff65ba..cbd8d81 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_int8ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_int8ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_int8ss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_int8ss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_int8ss_resize .SH SYNOPSIS @@ -31,8 +31,15 @@ The int8ss array to adjust. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_int8s_adjust\fP(3), \fIf_int8s_append\fP(3), \fIf_int8s_append_all\fP(3), \fIf_int8s_decimate_by\fP(3), \fIf_int8s_decrease_by\fP(3), \fIf_int8s_increase\fP(3), \fIf_int8s_increase_by\fP(3), \fIf_int8s_resize\fP(3), \fIf_int8ss_adjust\fP(3), \fIf_int8ss_append\fP(3), \fIf_int8ss_append_all\fP(3), \fIf_int8ss_decimate_by\fP(3), \fIf_int8ss_decrease_by\fP(3), \fIf_int8ss_increase\fP(3), \fIf_int8ss_increase_by\fP(3), \fIf_int8ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 11f63bf..251d9ab 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_states_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_states_adjust.3 @@ -1,4 +1,4 @@ -.TH f_states_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_states_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_states_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string states array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_states_adjust\fP(3), \fIf_states_append\fP(3), \fIf_states_append_all\fP(3), \fIf_states_decimate_by\fP(3), \fIf_states_decrease_by\fP(3), \fIf_states_increase\fP(3), \fIf_states_increase_by\fP(3), \fIf_states_resize\fP(3), \fIf_statess_adjust\fP(3), \fIf_statess_append\fP(3), \fIf_statess_append_all\fP(3), \fIf_statess_decimate_by\fP(3), \fIf_statess_decrease_by\fP(3), \fIf_statess_increase\fP(3), \fIf_statess_increase_by\fP(3), \fIf_statess_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0113331..1ccabf5 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_states_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_states_append.3 @@ -1,4 +1,4 @@ -.TH f_states_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_states_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_states_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination states the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_states_adjust\fP(3), \fIf_states_append\fP(3), \fIf_states_append_all\fP(3), \fIf_states_decimate_by\fP(3), \fIf_states_decrease_by\fP(3), \fIf_states_increase\fP(3), \fIf_states_increase_by\fP(3), \fIf_states_resize\fP(3), \fIf_statess_adjust\fP(3), \fIf_statess_append\fP(3), \fIf_statess_append_all\fP(3), \fIf_statess_decimate_by\fP(3), \fIf_statess_decrease_by\fP(3), \fIf_statess_increase\fP(3), \fIf_statess_increase_by\fP(3), \fIf_statess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a193c07..783ab2a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_states_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_states_append_all.3 @@ -1,4 +1,4 @@ -.TH f_states_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_states_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_states_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination states the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_states_adjust\fP(3), \fIf_states_append\fP(3), \fIf_states_append_all\fP(3), \fIf_states_decimate_by\fP(3), \fIf_states_decrease_by\fP(3), \fIf_states_increase\fP(3), \fIf_states_increase_by\fP(3), \fIf_states_resize\fP(3), \fIf_statess_adjust\fP(3), \fIf_statess_append\fP(3), \fIf_statess_append_all\fP(3), \fIf_statess_decimate_by\fP(3), \fIf_statess_decrease_by\fP(3), \fIf_statess_increase\fP(3), \fIf_statess_increase_by\fP(3), \fIf_statess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0866a37..d77ba9c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_states_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_states_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_states_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_states_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_states_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string states array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_states_adjust\fP(3), \fIf_states_append\fP(3), \fIf_states_append_all\fP(3), \fIf_states_decimate_by\fP(3), \fIf_states_decrease_by\fP(3), \fIf_states_increase\fP(3), \fIf_states_increase_by\fP(3), \fIf_states_resize\fP(3), \fIf_statess_adjust\fP(3), \fIf_statess_append\fP(3), \fIf_statess_append_all\fP(3), \fIf_statess_decimate_by\fP(3), \fIf_statess_decrease_by\fP(3), \fIf_statess_increase\fP(3), \fIf_statess_increase_by\fP(3), \fIf_statess_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 780c0a5..c15b238 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_states_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_states_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_states_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_states_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_states_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string states array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_states_adjust\fP(3), \fIf_states_append\fP(3), \fIf_states_append_all\fP(3), \fIf_states_decimate_by\fP(3), \fIf_states_decrease_by\fP(3), \fIf_states_increase\fP(3), \fIf_states_increase_by\fP(3), \fIf_states_resize\fP(3), \fIf_statess_adjust\fP(3), \fIf_statess_append\fP(3), \fIf_statess_append_all\fP(3), \fIf_statess_decimate_by\fP(3), \fIf_statess_decrease_by\fP(3), \fIf_statess_increase\fP(3), \fIf_statess_increase_by\fP(3), \fIf_statess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ca81606..1137c39 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_states_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_states_increase.3 @@ -1,4 +1,4 @@ -.TH f_states_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_states_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_states_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string states array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_states_adjust\fP(3), \fIf_states_append\fP(3), \fIf_states_append_all\fP(3), \fIf_states_decimate_by\fP(3), \fIf_states_decrease_by\fP(3), \fIf_states_increase\fP(3), \fIf_states_increase_by\fP(3), \fIf_states_resize\fP(3), \fIf_statess_adjust\fP(3), \fIf_statess_append\fP(3), \fIf_statess_append_all\fP(3), \fIf_statess_decimate_by\fP(3), \fIf_statess_decrease_by\fP(3), \fIf_statess_increase\fP(3), \fIf_statess_increase_by\fP(3), \fIf_statess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0c6f977..80696ec 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_states_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_states_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_states_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_states_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_states_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string states array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_states_adjust\fP(3), \fIf_states_append\fP(3), \fIf_states_append_all\fP(3), \fIf_states_decimate_by\fP(3), \fIf_states_decrease_by\fP(3), \fIf_states_increase\fP(3), \fIf_states_increase_by\fP(3), \fIf_states_resize\fP(3), \fIf_statess_adjust\fP(3), \fIf_statess_append\fP(3), \fIf_statess_append_all\fP(3), \fIf_statess_decimate_by\fP(3), \fIf_statess_decrease_by\fP(3), \fIf_statess_increase\fP(3), \fIf_statess_increase_by\fP(3), \fIf_statess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f3e1a31..f66d38c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_states_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_states_resize.3 @@ -1,4 +1,4 @@ -.TH f_states_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_states_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_states_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string states array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_states_adjust\fP(3), \fIf_states_append\fP(3), \fIf_states_append_all\fP(3), \fIf_states_decimate_by\fP(3), \fIf_states_decrease_by\fP(3), \fIf_states_increase\fP(3), \fIf_states_increase_by\fP(3), \fIf_states_resize\fP(3), \fIf_statess_adjust\fP(3), \fIf_statess_append\fP(3), \fIf_statess_append_all\fP(3), \fIf_statess_decimate_by\fP(3), \fIf_statess_decrease_by\fP(3), \fIf_statess_increase\fP(3), \fIf_statess_increase_by\fP(3), \fIf_statess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2316248..8bcb6ab 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statess_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statess_adjust.3 @@ -1,4 +1,4 @@ -.TH f_statess_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statess_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statess_adjust .SH SYNOPSIS @@ -31,8 +31,15 @@ The string statess array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_states_adjust\fP(3), \fIf_states_append\fP(3), \fIf_states_append_all\fP(3), \fIf_states_decimate_by\fP(3), \fIf_states_decrease_by\fP(3), \fIf_states_increase\fP(3), \fIf_states_increase_by\fP(3), \fIf_states_resize\fP(3), \fIf_statess_adjust\fP(3), \fIf_statess_append\fP(3), \fIf_statess_append_all\fP(3), \fIf_statess_decimate_by\fP(3), \fIf_statess_decrease_by\fP(3), \fIf_statess_increase\fP(3), \fIf_statess_increase_by\fP(3), \fIf_statess_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4a6c07c..b3fa480 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statess_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statess_append.3 @@ -1,4 +1,4 @@ -.TH f_statess_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statess_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statess_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_states_adjust\fP(3), \fIf_states_append\fP(3), \fIf_states_append_all\fP(3), \fIf_states_decimate_by\fP(3), \fIf_states_decrease_by\fP(3), \fIf_states_increase\fP(3), \fIf_states_increase_by\fP(3), \fIf_states_resize\fP(3), \fIf_statess_adjust\fP(3), \fIf_statess_append\fP(3), \fIf_statess_append_all\fP(3), \fIf_statess_decimate_by\fP(3), \fIf_statess_decrease_by\fP(3), \fIf_statess_increase\fP(3), \fIf_statess_increase_by\fP(3), \fIf_statess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 63bcde9..bad788a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statess_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statess_append_all.3 @@ -1,4 +1,4 @@ -.TH f_statess_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statess_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statess_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_states_adjust\fP(3), \fIf_states_append\fP(3), \fIf_states_append_all\fP(3), \fIf_states_decimate_by\fP(3), \fIf_states_decrease_by\fP(3), \fIf_states_increase\fP(3), \fIf_states_increase_by\fP(3), \fIf_states_resize\fP(3), \fIf_statess_adjust\fP(3), \fIf_statess_append\fP(3), \fIf_statess_append_all\fP(3), \fIf_statess_decimate_by\fP(3), \fIf_statess_decrease_by\fP(3), \fIf_statess_increase\fP(3), \fIf_statess_increase_by\fP(3), \fIf_statess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8086cd2..da2d148 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statess_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statess_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_statess_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statess_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statess_decimate_by .SH SYNOPSIS @@ -31,12 +31,19 @@ The string statess array to resize. \fBF_data_not\fP if amount is 0. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. -.PP +.br Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_states_adjust\fP(3), \fIf_states_append\fP(3), \fIf_states_append_all\fP(3), \fIf_states_decimate_by\fP(3), \fIf_states_decrease_by\fP(3), \fIf_states_increase\fP(3), \fIf_states_increase_by\fP(3), \fIf_states_resize\fP(3), \fIf_statess_adjust\fP(3), \fIf_statess_append\fP(3), \fIf_statess_append_all\fP(3), \fIf_statess_decimate_by\fP(3), \fIf_statess_decrease_by\fP(3), \fIf_statess_increase\fP(3), \fIf_statess_increase_by\fP(3), \fIf_statess_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f4ff64c..0ee253a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statess_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statess_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_statess_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statess_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statess_decrease_by .SH SYNOPSIS @@ -31,10 +31,19 @@ The string statess array to resize. \fBF_data_not\fP if amount is 0. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_delete(). +.br +Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO .PP -Errors (with error bit) from: f_memory_delete(). Errors (with error bit) from: f_memory_resize(). +.nh +.ad l +\fIf_states_adjust\fP(3), \fIf_states_append\fP(3), \fIf_states_append_all\fP(3), \fIf_states_decimate_by\fP(3), \fIf_states_decrease_by\fP(3), \fIf_states_increase\fP(3), \fIf_states_increase_by\fP(3), \fIf_states_resize\fP(3), \fIf_statess_adjust\fP(3), \fIf_statess_append\fP(3), \fIf_statess_append_all\fP(3), \fIf_statess_decimate_by\fP(3), \fIf_statess_decrease_by\fP(3), \fIf_statess_increase\fP(3), \fIf_statess_increase_by\fP(3), \fIf_statess_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c820fd1..a2c28fa 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statess_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statess_increase.3 @@ -1,4 +1,4 @@ -.TH f_statess_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statess_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statess_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string statess array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_states_adjust\fP(3), \fIf_states_append\fP(3), \fIf_states_append_all\fP(3), \fIf_states_decimate_by\fP(3), \fIf_states_decrease_by\fP(3), \fIf_states_increase\fP(3), \fIf_states_increase_by\fP(3), \fIf_states_resize\fP(3), \fIf_statess_adjust\fP(3), \fIf_statess_append\fP(3), \fIf_statess_append_all\fP(3), \fIf_statess_decimate_by\fP(3), \fIf_statess_decrease_by\fP(3), \fIf_statess_increase\fP(3), \fIf_statess_increase_by\fP(3), \fIf_statess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5779026..a4f19ed 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statess_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statess_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_statess_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statess_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statess_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string statess array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_states_adjust\fP(3), \fIf_states_append\fP(3), \fIf_states_append_all\fP(3), \fIf_states_decimate_by\fP(3), \fIf_states_decrease_by\fP(3), \fIf_states_increase\fP(3), \fIf_states_increase_by\fP(3), \fIf_states_resize\fP(3), \fIf_statess_adjust\fP(3), \fIf_statess_append\fP(3), \fIf_statess_append_all\fP(3), \fIf_statess_decimate_by\fP(3), \fIf_statess_decrease_by\fP(3), \fIf_statess_increase\fP(3), \fIf_statess_increase_by\fP(3), \fIf_statess_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 05eb196..38dde54 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_statess_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_statess_resize.3 @@ -1,4 +1,4 @@ -.TH f_statess_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_statess_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_statess_resize .SH SYNOPSIS @@ -31,8 +31,15 @@ The string statess array to adjust. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_states_adjust\fP(3), \fIf_states_append\fP(3), \fIf_states_append_all\fP(3), \fIf_states_decimate_by\fP(3), \fIf_states_decrease_by\fP(3), \fIf_states_increase\fP(3), \fIf_states_increase_by\fP(3), \fIf_states_resize\fP(3), \fIf_statess_adjust\fP(3), \fIf_statess_append\fP(3), \fIf_statess_append_all\fP(3), \fIf_statess_decimate_by\fP(3), \fIf_statess_decrease_by\fP(3), \fIf_statess_increase\fP(3), \fIf_statess_increase_by\fP(3), \fIf_statess_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statuss_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_statuss_adjust.3 new file mode 100644 index 0000000..8a0bf85 --- /dev/null +++ b/level_0/f_type_array/data/documentation/man/man3/f_statuss_adjust.3 @@ -0,0 +1,43 @@ +.TH f_statuss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +f_statuss_adjust +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t f_statuss_adjust\fP( + \fBconst f_array_length_t \fP\fIlength\fP, + \fBf_statuss_t *\fP\fIstatuss\fP +); +.fi +.SH DESCRIPTION +.PP +Resize the string statuss array. +.SH PARAMETERS +.TP +.B length +The new size to use. + +.TP +.B statuss +The string statuss array to resize. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_statuss_adjust\fP(3), \fIf_statuss_append\fP(3), \fIf_statuss_append_all\fP(3), \fIf_statuss_decimate_by\fP(3), \fIf_statuss_decrease_by\fP(3), \fIf_statuss_increase\fP(3), \fIf_statuss_increase_by\fP(3), \fIf_statuss_resize\fP(3), \fIf_statusss_adjust\fP(3), \fIf_statusss_append\fP(3), \fIf_statusss_append_all\fP(3), \fIf_statusss_decimate_by\fP(3), \fIf_statusss_decrease_by\fP(3), \fIf_statusss_increase\fP(3), \fIf_statusss_increase_by\fP(3), \fIf_statusss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statuss_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_statuss_append.3 new file mode 100644 index 0000000..1b2a314 --- /dev/null +++ b/level_0/f_type_array/data/documentation/man/man3/f_statuss_append.3 @@ -0,0 +1,45 @@ +.TH f_statuss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +f_statuss_append +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t f_statuss_append\fP( + \fBconst f_status_t \fP\fIsource\fP, + \fBf_statuss_t *\fP\fIdestination\fP +); +.fi +.SH DESCRIPTION +.PP +Append the single source status onto the destination. +.SH PARAMETERS +.TP +.B source +The source status to append. + +.TP +.B destination +The destination statuss the source is appended onto. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_data_not\fP on success, but there is nothing to append (size == 0). +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_statuss_adjust\fP(3), \fIf_statuss_append\fP(3), \fIf_statuss_append_all\fP(3), \fIf_statuss_decimate_by\fP(3), \fIf_statuss_decrease_by\fP(3), \fIf_statuss_increase\fP(3), \fIf_statuss_increase_by\fP(3), \fIf_statuss_resize\fP(3), \fIf_statusss_adjust\fP(3), \fIf_statusss_append\fP(3), \fIf_statusss_append_all\fP(3), \fIf_statusss_decimate_by\fP(3), \fIf_statusss_decrease_by\fP(3), \fIf_statusss_increase\fP(3), \fIf_statusss_increase_by\fP(3), \fIf_statusss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statuss_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_statuss_append_all.3 new file mode 100644 index 0000000..278e80f --- /dev/null +++ b/level_0/f_type_array/data/documentation/man/man3/f_statuss_append_all.3 @@ -0,0 +1,45 @@ +.TH f_statuss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +f_statuss_append_all +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t f_statuss_append_all\fP( + \fBconst f_statuss_t \fP\fIsource\fP, + \fBf_statuss_t *\fP\fIdestination\fP +); +.fi +.SH DESCRIPTION +.PP +Append the source statuss onto the destination. +.SH PARAMETERS +.TP +.B source +The source statuss to append. + +.TP +.B destination +The destination statuss the source is appended onto. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_data_not\fP on success, but there is nothing to append (size == 0). +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_statuss_adjust\fP(3), \fIf_statuss_append\fP(3), \fIf_statuss_append_all\fP(3), \fIf_statuss_decimate_by\fP(3), \fIf_statuss_decrease_by\fP(3), \fIf_statuss_increase\fP(3), \fIf_statuss_increase_by\fP(3), \fIf_statuss_resize\fP(3), \fIf_statusss_adjust\fP(3), \fIf_statusss_append\fP(3), \fIf_statusss_append_all\fP(3), \fIf_statusss_decimate_by\fP(3), \fIf_statusss_decrease_by\fP(3), \fIf_statusss_increase\fP(3), \fIf_statusss_increase_by\fP(3), \fIf_statusss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statuss_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_statuss_decimate_by.3 new file mode 100644 index 0000000..0e6eafe --- /dev/null +++ b/level_0/f_type_array/data/documentation/man/man3/f_statuss_decimate_by.3 @@ -0,0 +1,47 @@ +.TH f_statuss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +f_statuss_decimate_by +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t f_statuss_decimate_by\fP( + \fBconst f_array_length_t \fP\fIamount\fP, + \fBf_statuss_t *\fP\fIstatuss\fP +); +.fi +.SH DESCRIPTION +.PP +Resize the string statuss array to a smaller size. +.PP +This will resize making the array smaller based on (size - given length). If the given length is too small, then the resize will fail. This will not shrink the size to les than 0. +.SH PARAMETERS +.TP +.B amount +A positive number representing how much to decimate the size by. + +.TP +.B statuss +The string statuss array to resize. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_data_not\fP if amount is 0. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_statuss_adjust\fP(3), \fIf_statuss_append\fP(3), \fIf_statuss_append_all\fP(3), \fIf_statuss_decimate_by\fP(3), \fIf_statuss_decrease_by\fP(3), \fIf_statuss_increase\fP(3), \fIf_statuss_increase_by\fP(3), \fIf_statuss_resize\fP(3), \fIf_statusss_adjust\fP(3), \fIf_statusss_append\fP(3), \fIf_statusss_append_all\fP(3), \fIf_statusss_decimate_by\fP(3), \fIf_statusss_decrease_by\fP(3), \fIf_statusss_increase\fP(3), \fIf_statusss_increase_by\fP(3), \fIf_statusss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statuss_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_statuss_decrease_by.3 new file mode 100644 index 0000000..ebe3e45 --- /dev/null +++ b/level_0/f_type_array/data/documentation/man/man3/f_statuss_decrease_by.3 @@ -0,0 +1,47 @@ +.TH f_statuss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +f_statuss_decrease_by +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t f_statuss_decrease_by\fP( + \fBconst f_array_length_t \fP\fIamount\fP, + \fBf_statuss_t *\fP\fIstatuss\fP +); +.fi +.SH DESCRIPTION +.PP +Resize the string statuss array to a smaller size. +.PP +This will resize making the array smaller based on (size - given length). If the given length is too small, then the resize will fail. This will not shrink the size to les than 0. +.SH PARAMETERS +.TP +.B amount +A positive number representing how much to decrease the size by. + +.TP +.B statuss +The string statuss array to resize. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_data_not\fP if amount is 0. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_statuss_adjust\fP(3), \fIf_statuss_append\fP(3), \fIf_statuss_append_all\fP(3), \fIf_statuss_decimate_by\fP(3), \fIf_statuss_decrease_by\fP(3), \fIf_statuss_increase\fP(3), \fIf_statuss_increase_by\fP(3), \fIf_statuss_resize\fP(3), \fIf_statusss_adjust\fP(3), \fIf_statusss_append\fP(3), \fIf_statusss_append_all\fP(3), \fIf_statusss_decimate_by\fP(3), \fIf_statusss_decrease_by\fP(3), \fIf_statusss_increase\fP(3), \fIf_statusss_increase_by\fP(3), \fIf_statusss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statuss_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_statuss_increase.3 new file mode 100644 index 0000000..a22aae6 --- /dev/null +++ b/level_0/f_type_array/data/documentation/man/man3/f_statuss_increase.3 @@ -0,0 +1,49 @@ +.TH f_statuss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +f_statuss_increase +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t f_statuss_increase\fP( + \fBconst f_array_length_t \fP\fIstep\fP, + \fBf_statuss_t *\fP\fIstatuss\fP +); +.fi +.SH DESCRIPTION +.PP +Increase the size of the string statuss array, but only if necesary. +.PP +If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d). If already set to the maximum buffer size, then the resize will fail. +.SH PARAMETERS +.TP +.B step +The allocation step to use. Must be greater than 0. + +.TP +.B statuss +The string statuss array to resize. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_data_not\fP on success, but there is no reason to increase size (used + 1 <= size). +.br +\fBF_array_too_large\fP (with error bit) if the new array length is too large. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_statuss_adjust\fP(3), \fIf_statuss_append\fP(3), \fIf_statuss_append_all\fP(3), \fIf_statuss_decimate_by\fP(3), \fIf_statuss_decrease_by\fP(3), \fIf_statuss_increase\fP(3), \fIf_statuss_increase_by\fP(3), \fIf_statuss_resize\fP(3), \fIf_statusss_adjust\fP(3), \fIf_statusss_append\fP(3), \fIf_statusss_append_all\fP(3), \fIf_statusss_decimate_by\fP(3), \fIf_statusss_decrease_by\fP(3), \fIf_statusss_increase\fP(3), \fIf_statusss_increase_by\fP(3), \fIf_statusss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statuss_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_statuss_increase_by.3 new file mode 100644 index 0000000..4f50fc7 --- /dev/null +++ b/level_0/f_type_array/data/documentation/man/man3/f_statuss_increase_by.3 @@ -0,0 +1,49 @@ +.TH f_statuss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +f_statuss_increase_by +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t f_statuss_increase_by\fP( + \fBconst f_array_length_t \fP\fIamount\fP, + \fBf_statuss_t *\fP\fIstatuss\fP +); +.fi +.SH DESCRIPTION +.PP +Resize the string statuss array to a larger size. +.PP +This will resize making the string larger based on the given length. If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d). If already set to the maximum buffer size, then the resize will fail. +.SH PARAMETERS +.TP +.B amount +A positive number representing how much to increase the size by. + +.TP +.B statuss +The string statuss array to resize. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_data_not\fP on success, but there is no reason to increase size (used + amount <= size). +.br +\fBF_array_too_large\fP (with error bit) if the new array length is too large. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_statuss_adjust\fP(3), \fIf_statuss_append\fP(3), \fIf_statuss_append_all\fP(3), \fIf_statuss_decimate_by\fP(3), \fIf_statuss_decrease_by\fP(3), \fIf_statuss_increase\fP(3), \fIf_statuss_increase_by\fP(3), \fIf_statuss_resize\fP(3), \fIf_statusss_adjust\fP(3), \fIf_statusss_append\fP(3), \fIf_statusss_append_all\fP(3), \fIf_statusss_decimate_by\fP(3), \fIf_statusss_decrease_by\fP(3), \fIf_statusss_increase\fP(3), \fIf_statusss_increase_by\fP(3), \fIf_statusss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statuss_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_statuss_resize.3 new file mode 100644 index 0000000..1ef19a7 --- /dev/null +++ b/level_0/f_type_array/data/documentation/man/man3/f_statuss_resize.3 @@ -0,0 +1,43 @@ +.TH f_statuss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +f_statuss_resize +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t f_statuss_resize\fP( + \fBconst f_array_length_t \fP\fIlength\fP, + \fBf_statuss_t *\fP\fIstatuss\fP +); +.fi +.SH DESCRIPTION +.PP +Resize the string statuss array. +.SH PARAMETERS +.TP +.B length +The new size to use. + +.TP +.B statuss +The string statuss array to adjust. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_statuss_adjust\fP(3), \fIf_statuss_append\fP(3), \fIf_statuss_append_all\fP(3), \fIf_statuss_decimate_by\fP(3), \fIf_statuss_decrease_by\fP(3), \fIf_statuss_increase\fP(3), \fIf_statuss_increase_by\fP(3), \fIf_statuss_resize\fP(3), \fIf_statusss_adjust\fP(3), \fIf_statusss_append\fP(3), \fIf_statusss_append_all\fP(3), \fIf_statusss_decimate_by\fP(3), \fIf_statusss_decrease_by\fP(3), \fIf_statusss_increase\fP(3), \fIf_statusss_increase_by\fP(3), \fIf_statusss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statusss_adjust.3 b/level_0/f_type_array/data/documentation/man/man3/f_statusss_adjust.3 new file mode 100644 index 0000000..90dda84 --- /dev/null +++ b/level_0/f_type_array/data/documentation/man/man3/f_statusss_adjust.3 @@ -0,0 +1,45 @@ +.TH f_statusss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +f_statusss_adjust +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t f_statusss_adjust\fP( + \fBconst f_array_length_t \fP\fIlength\fP, + \fBf_statusss_t *\fP\fIstatusss\fP +); +.fi +.SH DESCRIPTION +.PP +Resize the string statusss array. +.SH PARAMETERS +.TP +.B length +The new size to use. + +.TP +.B statusss +The string statusss array to resize. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_adjust(). +.br +Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_statuss_adjust\fP(3), \fIf_statuss_append\fP(3), \fIf_statuss_append_all\fP(3), \fIf_statuss_decimate_by\fP(3), \fIf_statuss_decrease_by\fP(3), \fIf_statuss_increase\fP(3), \fIf_statuss_increase_by\fP(3), \fIf_statuss_resize\fP(3), \fIf_statusss_adjust\fP(3), \fIf_statusss_append\fP(3), \fIf_statusss_append_all\fP(3), \fIf_statusss_decimate_by\fP(3), \fIf_statusss_decrease_by\fP(3), \fIf_statusss_increase\fP(3), \fIf_statusss_increase_by\fP(3), \fIf_statusss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statusss_append.3 b/level_0/f_type_array/data/documentation/man/man3/f_statusss_append.3 new file mode 100644 index 0000000..ab369e3 --- /dev/null +++ b/level_0/f_type_array/data/documentation/man/man3/f_statusss_append.3 @@ -0,0 +1,45 @@ +.TH f_statusss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +f_statusss_append +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t f_statusss_append\fP( + \fBconst f_statuss_t \fP\fIsource\fP, + \fBf_statusss_t *\fP\fIdestination\fP +); +.fi +.SH DESCRIPTION +.PP +Append the single source statuss onto the destination. +.SH PARAMETERS +.TP +.B source +The source statuss to append. + +.TP +.B destination +The destination ranges the source is appended onto. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_data_not\fP on success, but there is nothing to append (size == 0). +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_statuss_adjust\fP(3), \fIf_statuss_append\fP(3), \fIf_statuss_append_all\fP(3), \fIf_statuss_decimate_by\fP(3), \fIf_statuss_decrease_by\fP(3), \fIf_statuss_increase\fP(3), \fIf_statuss_increase_by\fP(3), \fIf_statuss_resize\fP(3), \fIf_statusss_adjust\fP(3), \fIf_statusss_append\fP(3), \fIf_statusss_append_all\fP(3), \fIf_statusss_decimate_by\fP(3), \fIf_statusss_decrease_by\fP(3), \fIf_statusss_increase\fP(3), \fIf_statusss_increase_by\fP(3), \fIf_statusss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statusss_append_all.3 b/level_0/f_type_array/data/documentation/man/man3/f_statusss_append_all.3 new file mode 100644 index 0000000..ac153b7 --- /dev/null +++ b/level_0/f_type_array/data/documentation/man/man3/f_statusss_append_all.3 @@ -0,0 +1,45 @@ +.TH f_statusss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +f_statusss_append_all +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t f_statusss_append_all\fP( + \fBconst f_statusss_t \fP\fIsource\fP, + \fBf_statusss_t *\fP\fIdestination\fP +); +.fi +.SH DESCRIPTION +.PP +Append the source statusss onto the destination. +.SH PARAMETERS +.TP +.B source +The source statusss to append. + +.TP +.B destination +The destination ranges the source is appended onto. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_data_not\fP on success, but there is nothing to append (size == 0). +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_statuss_adjust\fP(3), \fIf_statuss_append\fP(3), \fIf_statuss_append_all\fP(3), \fIf_statuss_decimate_by\fP(3), \fIf_statuss_decrease_by\fP(3), \fIf_statuss_increase\fP(3), \fIf_statuss_increase_by\fP(3), \fIf_statuss_resize\fP(3), \fIf_statusss_adjust\fP(3), \fIf_statusss_append\fP(3), \fIf_statusss_append_all\fP(3), \fIf_statusss_decimate_by\fP(3), \fIf_statusss_decrease_by\fP(3), \fIf_statusss_increase\fP(3), \fIf_statusss_increase_by\fP(3), \fIf_statusss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statusss_decimate_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_statusss_decimate_by.3 new file mode 100644 index 0000000..a7e1149 --- /dev/null +++ b/level_0/f_type_array/data/documentation/man/man3/f_statusss_decimate_by.3 @@ -0,0 +1,49 @@ +.TH f_statusss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +f_statusss_decimate_by +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t f_statusss_decimate_by\fP( + \fBconst f_array_length_t \fP\fIamount\fP, + \fBf_statusss_t *\fP\fIstatusss\fP +); +.fi +.SH DESCRIPTION +.PP +Resize the string statusss array to a smaller size. +.PP +This will resize making the array smaller based on (size - given length). If the given length is too small, then the resize will fail. This will not shrink the size to less than 0. +.SH PARAMETERS +.TP +.B amount +A positive number representing how much to decimate the size by. + +.TP +.B statusss +The string statusss array to resize. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_data_not\fP if amount is 0. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_adjust(). +.br +Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_statuss_adjust\fP(3), \fIf_statuss_append\fP(3), \fIf_statuss_append_all\fP(3), \fIf_statuss_decimate_by\fP(3), \fIf_statuss_decrease_by\fP(3), \fIf_statuss_increase\fP(3), \fIf_statuss_increase_by\fP(3), \fIf_statuss_resize\fP(3), \fIf_statusss_adjust\fP(3), \fIf_statusss_append\fP(3), \fIf_statusss_append_all\fP(3), \fIf_statusss_decimate_by\fP(3), \fIf_statusss_decrease_by\fP(3), \fIf_statusss_increase\fP(3), \fIf_statusss_increase_by\fP(3), \fIf_statusss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statusss_decrease_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_statusss_decrease_by.3 new file mode 100644 index 0000000..d11acd1 --- /dev/null +++ b/level_0/f_type_array/data/documentation/man/man3/f_statusss_decrease_by.3 @@ -0,0 +1,49 @@ +.TH f_statusss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +f_statusss_decrease_by +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t f_statusss_decrease_by\fP( + \fBconst f_array_length_t \fP\fIamount\fP, + \fBf_statusss_t *\fP\fIstatusss\fP +); +.fi +.SH DESCRIPTION +.PP +Resize the string statusss array to a smaller size. +.PP +This will resize making the array smaller based on (size - given length). If the given length is too small, then the resize will fail. This will not shrink the size to less than 0. +.SH PARAMETERS +.TP +.B amount +A positive number representing how much to decrease the size by. + +.TP +.B statusss +The string statusss array to resize. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_data_not\fP if amount is 0. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_delete(). +.br +Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_statuss_adjust\fP(3), \fIf_statuss_append\fP(3), \fIf_statuss_append_all\fP(3), \fIf_statuss_decimate_by\fP(3), \fIf_statuss_decrease_by\fP(3), \fIf_statuss_increase\fP(3), \fIf_statuss_increase_by\fP(3), \fIf_statuss_resize\fP(3), \fIf_statusss_adjust\fP(3), \fIf_statusss_append\fP(3), \fIf_statusss_append_all\fP(3), \fIf_statusss_decimate_by\fP(3), \fIf_statusss_decrease_by\fP(3), \fIf_statusss_increase\fP(3), \fIf_statusss_increase_by\fP(3), \fIf_statusss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statusss_increase.3 b/level_0/f_type_array/data/documentation/man/man3/f_statusss_increase.3 new file mode 100644 index 0000000..6beb3fc --- /dev/null +++ b/level_0/f_type_array/data/documentation/man/man3/f_statusss_increase.3 @@ -0,0 +1,49 @@ +.TH f_statusss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +f_statusss_increase +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t f_statusss_increase\fP( + \fBconst f_array_length_t \fP\fIstep\fP, + \fBf_statusss_t *\fP\fIstatusss\fP +); +.fi +.SH DESCRIPTION +.PP +Increase the size of the string statusss array, but only if necessary. +.PP +If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d). If already set to the maximum buffer size, then the resize will fail. +.SH PARAMETERS +.TP +.B step +The allocation step to use. Must be greater than 0. + +.TP +.B statusss +The string statusss array to resize. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_data_not\fP on success, but there is no reason to increase size (used + 1 <= size). +.br +\fBF_array_too_large\fP (with error bit) if the new array length is too large. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_statuss_adjust\fP(3), \fIf_statuss_append\fP(3), \fIf_statuss_append_all\fP(3), \fIf_statuss_decimate_by\fP(3), \fIf_statuss_decrease_by\fP(3), \fIf_statuss_increase\fP(3), \fIf_statuss_increase_by\fP(3), \fIf_statuss_resize\fP(3), \fIf_statusss_adjust\fP(3), \fIf_statusss_append\fP(3), \fIf_statusss_append_all\fP(3), \fIf_statusss_decimate_by\fP(3), \fIf_statusss_decrease_by\fP(3), \fIf_statusss_increase\fP(3), \fIf_statusss_increase_by\fP(3), \fIf_statusss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statusss_increase_by.3 b/level_0/f_type_array/data/documentation/man/man3/f_statusss_increase_by.3 new file mode 100644 index 0000000..1bf03c0 --- /dev/null +++ b/level_0/f_type_array/data/documentation/man/man3/f_statusss_increase_by.3 @@ -0,0 +1,49 @@ +.TH f_statusss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +f_statusss_increase_by +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t f_statusss_increase_by\fP( + \fBconst f_array_length_t \fP\fIamount\fP, + \fBf_statusss_t *\fP\fIstatusss\fP +); +.fi +.SH DESCRIPTION +.PP +Resize the string statusss array to a larger size. +.PP +This will resize making the string larger based on the given length. If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d). If already set to the maximum buffer size, then the resize will fail. +.SH PARAMETERS +.TP +.B amount +A positive number representing how much to increase the size by. + +.TP +.B statusss +The string statusss array to resize. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_data_not\fP on success, but there is no reason to increase size (used + amount <= size). +.br +\fBF_array_too_large\fP (with error bit) if the new array length is too large. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_statuss_adjust\fP(3), \fIf_statuss_append\fP(3), \fIf_statuss_append_all\fP(3), \fIf_statuss_decimate_by\fP(3), \fIf_statuss_decrease_by\fP(3), \fIf_statuss_increase\fP(3), \fIf_statuss_increase_by\fP(3), \fIf_statuss_resize\fP(3), \fIf_statusss_adjust\fP(3), \fIf_statusss_append\fP(3), \fIf_statusss_append_all\fP(3), \fIf_statusss_decimate_by\fP(3), \fIf_statusss_decrease_by\fP(3), \fIf_statusss_increase\fP(3), \fIf_statusss_increase_by\fP(3), \fIf_statusss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_type_array/data/documentation/man/man3/f_statusss_resize.3 b/level_0/f_type_array/data/documentation/man/man3/f_statusss_resize.3 new file mode 100644 index 0000000..bd039dd --- /dev/null +++ b/level_0/f_type_array/data/documentation/man/man3/f_statusss_resize.3 @@ -0,0 +1,45 @@ +.TH f_statusss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +f_statusss_resize +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t f_statusss_resize\fP( + \fBconst f_array_length_t \fP\fIlength\fP, + \fBf_statusss_t *\fP\fIstatusss\fP +); +.fi +.SH DESCRIPTION +.PP +Resize the string statusss array. +.SH PARAMETERS +.TP +.B length +The new size to use. + +.TP +.B statusss +The string statusss array to adjust. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br +Errors (with error bit) from: f_memory_delete(). +.br +Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_statuss_adjust\fP(3), \fIf_statuss_append\fP(3), \fIf_statuss_append_all\fP(3), \fIf_statuss_decimate_by\fP(3), \fIf_statuss_decrease_by\fP(3), \fIf_statuss_increase\fP(3), \fIf_statuss_increase_by\fP(3), \fIf_statuss_resize\fP(3), \fIf_statusss_adjust\fP(3), \fIf_statusss_append\fP(3), \fIf_statusss_append_all\fP(3), \fIf_statusss_decimate_by\fP(3), \fIf_statusss_decrease_by\fP(3), \fIf_statusss_increase\fP(3), \fIf_statusss_increase_by\fP(3), \fIf_statusss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 95c1b61..b49f1a0 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint128s_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint128s_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint128s_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string uint128s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint128s_adjust\fP(3), \fIf_uint128s_append\fP(3), \fIf_uint128s_append_all\fP(3), \fIf_uint128s_decimate_by\fP(3), \fIf_uint128s_decrease_by\fP(3), \fIf_uint128s_increase\fP(3), \fIf_uint128s_increase_by\fP(3), \fIf_uint128s_resize\fP(3), \fIf_uint128ss_adjust\fP(3), \fIf_uint128ss_append\fP(3), \fIf_uint128ss_append_all\fP(3), \fIf_uint128ss_decimate_by\fP(3), \fIf_uint128ss_decrease_by\fP(3), \fIf_uint128ss_increase\fP(3), \fIf_uint128ss_increase_by\fP(3), \fIf_uint128ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 091d9a7..a75612d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_append.3 @@ -1,4 +1,4 @@ -.TH f_uint128s_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint128s_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint128s_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination uint128s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint128s_adjust\fP(3), \fIf_uint128s_append\fP(3), \fIf_uint128s_append_all\fP(3), \fIf_uint128s_decimate_by\fP(3), \fIf_uint128s_decrease_by\fP(3), \fIf_uint128s_increase\fP(3), \fIf_uint128s_increase_by\fP(3), \fIf_uint128s_resize\fP(3), \fIf_uint128ss_adjust\fP(3), \fIf_uint128ss_append\fP(3), \fIf_uint128ss_append_all\fP(3), \fIf_uint128ss_decimate_by\fP(3), \fIf_uint128ss_decrease_by\fP(3), \fIf_uint128ss_increase\fP(3), \fIf_uint128ss_increase_by\fP(3), \fIf_uint128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1b73b13..c03eef8 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint128s_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint128s_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint128s_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination uint128s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint128s_adjust\fP(3), \fIf_uint128s_append\fP(3), \fIf_uint128s_append_all\fP(3), \fIf_uint128s_decimate_by\fP(3), \fIf_uint128s_decrease_by\fP(3), \fIf_uint128s_increase\fP(3), \fIf_uint128s_increase_by\fP(3), \fIf_uint128s_resize\fP(3), \fIf_uint128ss_adjust\fP(3), \fIf_uint128ss_append\fP(3), \fIf_uint128ss_append_all\fP(3), \fIf_uint128ss_decimate_by\fP(3), \fIf_uint128ss_decrease_by\fP(3), \fIf_uint128ss_increase\fP(3), \fIf_uint128ss_increase_by\fP(3), \fIf_uint128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 af8bfbb..40359fb 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint128s_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint128s_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint128s_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string uint128s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint128s_adjust\fP(3), \fIf_uint128s_append\fP(3), \fIf_uint128s_append_all\fP(3), \fIf_uint128s_decimate_by\fP(3), \fIf_uint128s_decrease_by\fP(3), \fIf_uint128s_increase\fP(3), \fIf_uint128s_increase_by\fP(3), \fIf_uint128s_resize\fP(3), \fIf_uint128ss_adjust\fP(3), \fIf_uint128ss_append\fP(3), \fIf_uint128ss_append_all\fP(3), \fIf_uint128ss_decimate_by\fP(3), \fIf_uint128ss_decrease_by\fP(3), \fIf_uint128ss_increase\fP(3), \fIf_uint128ss_increase_by\fP(3), \fIf_uint128ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c721e22..8aa9f53 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint128s_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint128s_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint128s_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string uint128s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint128s_adjust\fP(3), \fIf_uint128s_append\fP(3), \fIf_uint128s_append_all\fP(3), \fIf_uint128s_decimate_by\fP(3), \fIf_uint128s_decrease_by\fP(3), \fIf_uint128s_increase\fP(3), \fIf_uint128s_increase_by\fP(3), \fIf_uint128s_resize\fP(3), \fIf_uint128ss_adjust\fP(3), \fIf_uint128ss_append\fP(3), \fIf_uint128ss_append_all\fP(3), \fIf_uint128ss_decimate_by\fP(3), \fIf_uint128ss_decrease_by\fP(3), \fIf_uint128ss_increase\fP(3), \fIf_uint128ss_increase_by\fP(3), \fIf_uint128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ff7b513..385f3e5 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint128s_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint128s_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint128s_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint128s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint128s_adjust\fP(3), \fIf_uint128s_append\fP(3), \fIf_uint128s_append_all\fP(3), \fIf_uint128s_decimate_by\fP(3), \fIf_uint128s_decrease_by\fP(3), \fIf_uint128s_increase\fP(3), \fIf_uint128s_increase_by\fP(3), \fIf_uint128s_resize\fP(3), \fIf_uint128ss_adjust\fP(3), \fIf_uint128ss_append\fP(3), \fIf_uint128ss_append_all\fP(3), \fIf_uint128ss_decimate_by\fP(3), \fIf_uint128ss_decrease_by\fP(3), \fIf_uint128ss_increase\fP(3), \fIf_uint128ss_increase_by\fP(3), \fIf_uint128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5f2ec2a..55099a9 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint128s_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint128s_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint128s_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint128s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint128s_adjust\fP(3), \fIf_uint128s_append\fP(3), \fIf_uint128s_append_all\fP(3), \fIf_uint128s_decimate_by\fP(3), \fIf_uint128s_decrease_by\fP(3), \fIf_uint128s_increase\fP(3), \fIf_uint128s_increase_by\fP(3), \fIf_uint128s_resize\fP(3), \fIf_uint128ss_adjust\fP(3), \fIf_uint128ss_append\fP(3), \fIf_uint128ss_append_all\fP(3), \fIf_uint128ss_decimate_by\fP(3), \fIf_uint128ss_decrease_by\fP(3), \fIf_uint128ss_increase\fP(3), \fIf_uint128ss_increase_by\fP(3), \fIf_uint128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e9e99ba..7e16da6 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128s_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint128s_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint128s_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint128s_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string uint128s array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint128s_adjust\fP(3), \fIf_uint128s_append\fP(3), \fIf_uint128s_append_all\fP(3), \fIf_uint128s_decimate_by\fP(3), \fIf_uint128s_decrease_by\fP(3), \fIf_uint128s_increase\fP(3), \fIf_uint128s_increase_by\fP(3), \fIf_uint128s_resize\fP(3), \fIf_uint128ss_adjust\fP(3), \fIf_uint128ss_append\fP(3), \fIf_uint128ss_append_all\fP(3), \fIf_uint128ss_decimate_by\fP(3), \fIf_uint128ss_decrease_by\fP(3), \fIf_uint128ss_increase\fP(3), \fIf_uint128ss_increase_by\fP(3), \fIf_uint128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4ff7c19..48ed468 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint128ss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint128ss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint128ss_adjust .SH SYNOPSIS @@ -31,8 +31,15 @@ The string uint128ss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint128s_adjust\fP(3), \fIf_uint128s_append\fP(3), \fIf_uint128s_append_all\fP(3), \fIf_uint128s_decimate_by\fP(3), \fIf_uint128s_decrease_by\fP(3), \fIf_uint128s_increase\fP(3), \fIf_uint128s_increase_by\fP(3), \fIf_uint128s_resize\fP(3), \fIf_uint128ss_adjust\fP(3), \fIf_uint128ss_append\fP(3), \fIf_uint128ss_append_all\fP(3), \fIf_uint128ss_decimate_by\fP(3), \fIf_uint128ss_decrease_by\fP(3), \fIf_uint128ss_increase\fP(3), \fIf_uint128ss_increase_by\fP(3), \fIf_uint128ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e0bd752..66c250f 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_append.3 @@ -1,4 +1,4 @@ -.TH f_uint128ss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint128ss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint128ss_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint128s_adjust\fP(3), \fIf_uint128s_append\fP(3), \fIf_uint128s_append_all\fP(3), \fIf_uint128s_decimate_by\fP(3), \fIf_uint128s_decrease_by\fP(3), \fIf_uint128s_increase\fP(3), \fIf_uint128s_increase_by\fP(3), \fIf_uint128s_resize\fP(3), \fIf_uint128ss_adjust\fP(3), \fIf_uint128ss_append\fP(3), \fIf_uint128ss_append_all\fP(3), \fIf_uint128ss_decimate_by\fP(3), \fIf_uint128ss_decrease_by\fP(3), \fIf_uint128ss_increase\fP(3), \fIf_uint128ss_increase_by\fP(3), \fIf_uint128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e6748a3..45ecae6 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint128ss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint128ss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint128ss_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint128s_adjust\fP(3), \fIf_uint128s_append\fP(3), \fIf_uint128s_append_all\fP(3), \fIf_uint128s_decimate_by\fP(3), \fIf_uint128s_decrease_by\fP(3), \fIf_uint128s_increase\fP(3), \fIf_uint128s_increase_by\fP(3), \fIf_uint128s_resize\fP(3), \fIf_uint128ss_adjust\fP(3), \fIf_uint128ss_append\fP(3), \fIf_uint128ss_append_all\fP(3), \fIf_uint128ss_decimate_by\fP(3), \fIf_uint128ss_decrease_by\fP(3), \fIf_uint128ss_increase\fP(3), \fIf_uint128ss_increase_by\fP(3), \fIf_uint128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8f089fa..d67146a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint128ss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint128ss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint128ss_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string uint128ss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint128s_adjust\fP(3), \fIf_uint128s_append\fP(3), \fIf_uint128s_append_all\fP(3), \fIf_uint128s_decimate_by\fP(3), \fIf_uint128s_decrease_by\fP(3), \fIf_uint128s_increase\fP(3), \fIf_uint128s_increase_by\fP(3), \fIf_uint128s_resize\fP(3), \fIf_uint128ss_adjust\fP(3), \fIf_uint128ss_append\fP(3), \fIf_uint128ss_append_all\fP(3), \fIf_uint128ss_decimate_by\fP(3), \fIf_uint128ss_decrease_by\fP(3), \fIf_uint128ss_increase\fP(3), \fIf_uint128ss_increase_by\fP(3), \fIf_uint128ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 362400d..9ba1c51 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint128ss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint128ss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint128ss_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string uint128ss array to resize. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint128s_adjust\fP(3), \fIf_uint128s_append\fP(3), \fIf_uint128s_append_all\fP(3), \fIf_uint128s_decimate_by\fP(3), \fIf_uint128s_decrease_by\fP(3), \fIf_uint128s_increase\fP(3), \fIf_uint128s_increase_by\fP(3), \fIf_uint128s_resize\fP(3), \fIf_uint128ss_adjust\fP(3), \fIf_uint128ss_append\fP(3), \fIf_uint128ss_append_all\fP(3), \fIf_uint128ss_decimate_by\fP(3), \fIf_uint128ss_decrease_by\fP(3), \fIf_uint128ss_increase\fP(3), \fIf_uint128ss_increase_by\fP(3), \fIf_uint128ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 46ae8cb..57f3d96 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint128ss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint128ss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint128ss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint128ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint128s_adjust\fP(3), \fIf_uint128s_append\fP(3), \fIf_uint128s_append_all\fP(3), \fIf_uint128s_decimate_by\fP(3), \fIf_uint128s_decrease_by\fP(3), \fIf_uint128s_increase\fP(3), \fIf_uint128s_increase_by\fP(3), \fIf_uint128s_resize\fP(3), \fIf_uint128ss_adjust\fP(3), \fIf_uint128ss_append\fP(3), \fIf_uint128ss_append_all\fP(3), \fIf_uint128ss_decimate_by\fP(3), \fIf_uint128ss_decrease_by\fP(3), \fIf_uint128ss_increase\fP(3), \fIf_uint128ss_increase_by\fP(3), \fIf_uint128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8f4751b..179a158 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint128ss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint128ss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint128ss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint128ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint128s_adjust\fP(3), \fIf_uint128s_append\fP(3), \fIf_uint128s_append_all\fP(3), \fIf_uint128s_decimate_by\fP(3), \fIf_uint128s_decrease_by\fP(3), \fIf_uint128s_increase\fP(3), \fIf_uint128s_increase_by\fP(3), \fIf_uint128s_resize\fP(3), \fIf_uint128ss_adjust\fP(3), \fIf_uint128ss_append\fP(3), \fIf_uint128ss_append_all\fP(3), \fIf_uint128ss_decimate_by\fP(3), \fIf_uint128ss_decrease_by\fP(3), \fIf_uint128ss_increase\fP(3), \fIf_uint128ss_increase_by\fP(3), \fIf_uint128ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 dd6a689..f9bcc0c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint128ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint128ss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint128ss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint128ss_resize .SH SYNOPSIS @@ -31,8 +31,15 @@ The string uint128ss array to adjust. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint128s_adjust\fP(3), \fIf_uint128s_append\fP(3), \fIf_uint128s_append_all\fP(3), \fIf_uint128s_decimate_by\fP(3), \fIf_uint128s_decrease_by\fP(3), \fIf_uint128s_increase\fP(3), \fIf_uint128s_increase_by\fP(3), \fIf_uint128s_resize\fP(3), \fIf_uint128ss_adjust\fP(3), \fIf_uint128ss_append\fP(3), \fIf_uint128ss_append_all\fP(3), \fIf_uint128ss_decimate_by\fP(3), \fIf_uint128ss_decrease_by\fP(3), \fIf_uint128ss_increase\fP(3), \fIf_uint128ss_increase_by\fP(3), \fIf_uint128ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ad766fb..52da440 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint16s_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint16s_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint16s_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string uint16s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint16s_adjust\fP(3), \fIf_uint16s_append\fP(3), \fIf_uint16s_append_all\fP(3), \fIf_uint16s_decimate_by\fP(3), \fIf_uint16s_decrease_by\fP(3), \fIf_uint16s_increase\fP(3), \fIf_uint16s_increase_by\fP(3), \fIf_uint16s_resize\fP(3), \fIf_uint16ss_adjust\fP(3), \fIf_uint16ss_append\fP(3), \fIf_uint16ss_append_all\fP(3), \fIf_uint16ss_decimate_by\fP(3), \fIf_uint16ss_decrease_by\fP(3), \fIf_uint16ss_increase\fP(3), \fIf_uint16ss_increase_by\fP(3), \fIf_uint16ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 88f77c3..17709e7 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_append.3 @@ -1,4 +1,4 @@ -.TH f_uint16s_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint16s_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint16s_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination uint16s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint16s_adjust\fP(3), \fIf_uint16s_append\fP(3), \fIf_uint16s_append_all\fP(3), \fIf_uint16s_decimate_by\fP(3), \fIf_uint16s_decrease_by\fP(3), \fIf_uint16s_increase\fP(3), \fIf_uint16s_increase_by\fP(3), \fIf_uint16s_resize\fP(3), \fIf_uint16ss_adjust\fP(3), \fIf_uint16ss_append\fP(3), \fIf_uint16ss_append_all\fP(3), \fIf_uint16ss_decimate_by\fP(3), \fIf_uint16ss_decrease_by\fP(3), \fIf_uint16ss_increase\fP(3), \fIf_uint16ss_increase_by\fP(3), \fIf_uint16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0503331..fc8a45f 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint16s_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint16s_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint16s_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination uint16s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint16s_adjust\fP(3), \fIf_uint16s_append\fP(3), \fIf_uint16s_append_all\fP(3), \fIf_uint16s_decimate_by\fP(3), \fIf_uint16s_decrease_by\fP(3), \fIf_uint16s_increase\fP(3), \fIf_uint16s_increase_by\fP(3), \fIf_uint16s_resize\fP(3), \fIf_uint16ss_adjust\fP(3), \fIf_uint16ss_append\fP(3), \fIf_uint16ss_append_all\fP(3), \fIf_uint16ss_decimate_by\fP(3), \fIf_uint16ss_decrease_by\fP(3), \fIf_uint16ss_increase\fP(3), \fIf_uint16ss_increase_by\fP(3), \fIf_uint16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 258e35e..710acd4 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint16s_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint16s_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint16s_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string uint16s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint16s_adjust\fP(3), \fIf_uint16s_append\fP(3), \fIf_uint16s_append_all\fP(3), \fIf_uint16s_decimate_by\fP(3), \fIf_uint16s_decrease_by\fP(3), \fIf_uint16s_increase\fP(3), \fIf_uint16s_increase_by\fP(3), \fIf_uint16s_resize\fP(3), \fIf_uint16ss_adjust\fP(3), \fIf_uint16ss_append\fP(3), \fIf_uint16ss_append_all\fP(3), \fIf_uint16ss_decimate_by\fP(3), \fIf_uint16ss_decrease_by\fP(3), \fIf_uint16ss_increase\fP(3), \fIf_uint16ss_increase_by\fP(3), \fIf_uint16ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 45e269f..7dbcdf7 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint16s_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint16s_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint16s_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The string uint16s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint16s_adjust\fP(3), \fIf_uint16s_append\fP(3), \fIf_uint16s_append_all\fP(3), \fIf_uint16s_decimate_by\fP(3), \fIf_uint16s_decrease_by\fP(3), \fIf_uint16s_increase\fP(3), \fIf_uint16s_increase_by\fP(3), \fIf_uint16s_resize\fP(3), \fIf_uint16ss_adjust\fP(3), \fIf_uint16ss_append\fP(3), \fIf_uint16ss_append_all\fP(3), \fIf_uint16ss_decimate_by\fP(3), \fIf_uint16ss_decrease_by\fP(3), \fIf_uint16ss_increase\fP(3), \fIf_uint16ss_increase_by\fP(3), \fIf_uint16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 737310f..f6cca35 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint16s_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint16s_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint16s_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint16s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint16s_adjust\fP(3), \fIf_uint16s_append\fP(3), \fIf_uint16s_append_all\fP(3), \fIf_uint16s_decimate_by\fP(3), \fIf_uint16s_decrease_by\fP(3), \fIf_uint16s_increase\fP(3), \fIf_uint16s_increase_by\fP(3), \fIf_uint16s_resize\fP(3), \fIf_uint16ss_adjust\fP(3), \fIf_uint16ss_append\fP(3), \fIf_uint16ss_append_all\fP(3), \fIf_uint16ss_decimate_by\fP(3), \fIf_uint16ss_decrease_by\fP(3), \fIf_uint16ss_increase\fP(3), \fIf_uint16ss_increase_by\fP(3), \fIf_uint16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7b958c1..4c7147d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint16s_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint16s_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint16s_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint16s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint16s_adjust\fP(3), \fIf_uint16s_append\fP(3), \fIf_uint16s_append_all\fP(3), \fIf_uint16s_decimate_by\fP(3), \fIf_uint16s_decrease_by\fP(3), \fIf_uint16s_increase\fP(3), \fIf_uint16s_increase_by\fP(3), \fIf_uint16s_resize\fP(3), \fIf_uint16ss_adjust\fP(3), \fIf_uint16ss_append\fP(3), \fIf_uint16ss_append_all\fP(3), \fIf_uint16ss_decimate_by\fP(3), \fIf_uint16ss_decrease_by\fP(3), \fIf_uint16ss_increase\fP(3), \fIf_uint16ss_increase_by\fP(3), \fIf_uint16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fb9fb23..20f5a04 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16s_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint16s_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint16s_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint16s_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string uint16s array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint16s_adjust\fP(3), \fIf_uint16s_append\fP(3), \fIf_uint16s_append_all\fP(3), \fIf_uint16s_decimate_by\fP(3), \fIf_uint16s_decrease_by\fP(3), \fIf_uint16s_increase\fP(3), \fIf_uint16s_increase_by\fP(3), \fIf_uint16s_resize\fP(3), \fIf_uint16ss_adjust\fP(3), \fIf_uint16ss_append\fP(3), \fIf_uint16ss_append_all\fP(3), \fIf_uint16ss_decimate_by\fP(3), \fIf_uint16ss_decrease_by\fP(3), \fIf_uint16ss_increase\fP(3), \fIf_uint16ss_increase_by\fP(3), \fIf_uint16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cc254ee..1c8a5c3 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint16ss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint16ss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint16ss_adjust .SH SYNOPSIS @@ -31,8 +31,15 @@ The string uint16ss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint16s_adjust\fP(3), \fIf_uint16s_append\fP(3), \fIf_uint16s_append_all\fP(3), \fIf_uint16s_decimate_by\fP(3), \fIf_uint16s_decrease_by\fP(3), \fIf_uint16s_increase\fP(3), \fIf_uint16s_increase_by\fP(3), \fIf_uint16s_resize\fP(3), \fIf_uint16ss_adjust\fP(3), \fIf_uint16ss_append\fP(3), \fIf_uint16ss_append_all\fP(3), \fIf_uint16ss_decimate_by\fP(3), \fIf_uint16ss_decrease_by\fP(3), \fIf_uint16ss_increase\fP(3), \fIf_uint16ss_increase_by\fP(3), \fIf_uint16ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2ad0a61..ca0a1dc 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_append.3 @@ -1,4 +1,4 @@ -.TH f_uint16ss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint16ss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint16ss_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint16s_adjust\fP(3), \fIf_uint16s_append\fP(3), \fIf_uint16s_append_all\fP(3), \fIf_uint16s_decimate_by\fP(3), \fIf_uint16s_decrease_by\fP(3), \fIf_uint16s_increase\fP(3), \fIf_uint16s_increase_by\fP(3), \fIf_uint16s_resize\fP(3), \fIf_uint16ss_adjust\fP(3), \fIf_uint16ss_append\fP(3), \fIf_uint16ss_append_all\fP(3), \fIf_uint16ss_decimate_by\fP(3), \fIf_uint16ss_decrease_by\fP(3), \fIf_uint16ss_increase\fP(3), \fIf_uint16ss_increase_by\fP(3), \fIf_uint16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bcb823a..7d04fd6 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint16ss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint16ss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint16ss_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint16s_adjust\fP(3), \fIf_uint16s_append\fP(3), \fIf_uint16s_append_all\fP(3), \fIf_uint16s_decimate_by\fP(3), \fIf_uint16s_decrease_by\fP(3), \fIf_uint16s_increase\fP(3), \fIf_uint16s_increase_by\fP(3), \fIf_uint16s_resize\fP(3), \fIf_uint16ss_adjust\fP(3), \fIf_uint16ss_append\fP(3), \fIf_uint16ss_append_all\fP(3), \fIf_uint16ss_decimate_by\fP(3), \fIf_uint16ss_decrease_by\fP(3), \fIf_uint16ss_increase\fP(3), \fIf_uint16ss_increase_by\fP(3), \fIf_uint16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 233b1c4..afef605 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint16ss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint16ss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint16ss_decimate_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint16ss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint16s_adjust\fP(3), \fIf_uint16s_append\fP(3), \fIf_uint16s_append_all\fP(3), \fIf_uint16s_decimate_by\fP(3), \fIf_uint16s_decrease_by\fP(3), \fIf_uint16s_increase\fP(3), \fIf_uint16s_increase_by\fP(3), \fIf_uint16s_resize\fP(3), \fIf_uint16ss_adjust\fP(3), \fIf_uint16ss_append\fP(3), \fIf_uint16ss_append_all\fP(3), \fIf_uint16ss_decimate_by\fP(3), \fIf_uint16ss_decrease_by\fP(3), \fIf_uint16ss_increase\fP(3), \fIf_uint16ss_increase_by\fP(3), \fIf_uint16ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c57e4de..a6d2102 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint16ss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint16ss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint16ss_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string uint16ss array to resize. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint16s_adjust\fP(3), \fIf_uint16s_append\fP(3), \fIf_uint16s_append_all\fP(3), \fIf_uint16s_decimate_by\fP(3), \fIf_uint16s_decrease_by\fP(3), \fIf_uint16s_increase\fP(3), \fIf_uint16s_increase_by\fP(3), \fIf_uint16s_resize\fP(3), \fIf_uint16ss_adjust\fP(3), \fIf_uint16ss_append\fP(3), \fIf_uint16ss_append_all\fP(3), \fIf_uint16ss_decimate_by\fP(3), \fIf_uint16ss_decrease_by\fP(3), \fIf_uint16ss_increase\fP(3), \fIf_uint16ss_increase_by\fP(3), \fIf_uint16ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 db6f7ca..9bb8fae 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint16ss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint16ss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint16ss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint16ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint16s_adjust\fP(3), \fIf_uint16s_append\fP(3), \fIf_uint16s_append_all\fP(3), \fIf_uint16s_decimate_by\fP(3), \fIf_uint16s_decrease_by\fP(3), \fIf_uint16s_increase\fP(3), \fIf_uint16s_increase_by\fP(3), \fIf_uint16s_resize\fP(3), \fIf_uint16ss_adjust\fP(3), \fIf_uint16ss_append\fP(3), \fIf_uint16ss_append_all\fP(3), \fIf_uint16ss_decimate_by\fP(3), \fIf_uint16ss_decrease_by\fP(3), \fIf_uint16ss_increase\fP(3), \fIf_uint16ss_increase_by\fP(3), \fIf_uint16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c0642b6..0f20b0d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint16ss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint16ss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint16ss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint16ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint16s_adjust\fP(3), \fIf_uint16s_append\fP(3), \fIf_uint16s_append_all\fP(3), \fIf_uint16s_decimate_by\fP(3), \fIf_uint16s_decrease_by\fP(3), \fIf_uint16s_increase\fP(3), \fIf_uint16s_increase_by\fP(3), \fIf_uint16s_resize\fP(3), \fIf_uint16ss_adjust\fP(3), \fIf_uint16ss_append\fP(3), \fIf_uint16ss_append_all\fP(3), \fIf_uint16ss_decimate_by\fP(3), \fIf_uint16ss_decrease_by\fP(3), \fIf_uint16ss_increase\fP(3), \fIf_uint16ss_increase_by\fP(3), \fIf_uint16ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 653f5af..829795e 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint16ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint16ss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint16ss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint16ss_resize .SH SYNOPSIS @@ -31,8 +31,15 @@ The string uint16ss array to adjust. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint16s_adjust\fP(3), \fIf_uint16s_append\fP(3), \fIf_uint16s_append_all\fP(3), \fIf_uint16s_decimate_by\fP(3), \fIf_uint16s_decrease_by\fP(3), \fIf_uint16s_increase\fP(3), \fIf_uint16s_increase_by\fP(3), \fIf_uint16s_resize\fP(3), \fIf_uint16ss_adjust\fP(3), \fIf_uint16ss_append\fP(3), \fIf_uint16ss_append_all\fP(3), \fIf_uint16ss_decimate_by\fP(3), \fIf_uint16ss_decrease_by\fP(3), \fIf_uint16ss_increase\fP(3), \fIf_uint16ss_increase_by\fP(3), \fIf_uint16ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8347b8e..4ba55fc 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint32s_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint32s_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint32s_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string uint32s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint32s_adjust\fP(3), \fIf_uint32s_append\fP(3), \fIf_uint32s_append_all\fP(3), \fIf_uint32s_decimate_by\fP(3), \fIf_uint32s_decrease_by\fP(3), \fIf_uint32s_increase\fP(3), \fIf_uint32s_increase_by\fP(3), \fIf_uint32s_resize\fP(3), \fIf_uint32ss_adjust\fP(3), \fIf_uint32ss_append\fP(3), \fIf_uint32ss_append_all\fP(3), \fIf_uint32ss_decimate_by\fP(3), \fIf_uint32ss_decrease_by\fP(3), \fIf_uint32ss_increase\fP(3), \fIf_uint32ss_increase_by\fP(3), \fIf_uint32ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7b612b5..f8e8893 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_append.3 @@ -1,4 +1,4 @@ -.TH f_uint32s_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint32s_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint32s_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination uint32s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint32s_adjust\fP(3), \fIf_uint32s_append\fP(3), \fIf_uint32s_append_all\fP(3), \fIf_uint32s_decimate_by\fP(3), \fIf_uint32s_decrease_by\fP(3), \fIf_uint32s_increase\fP(3), \fIf_uint32s_increase_by\fP(3), \fIf_uint32s_resize\fP(3), \fIf_uint32ss_adjust\fP(3), \fIf_uint32ss_append\fP(3), \fIf_uint32ss_append_all\fP(3), \fIf_uint32ss_decimate_by\fP(3), \fIf_uint32ss_decrease_by\fP(3), \fIf_uint32ss_increase\fP(3), \fIf_uint32ss_increase_by\fP(3), \fIf_uint32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9f74dc1..0245d41 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint32s_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint32s_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint32s_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination uint32s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint32s_adjust\fP(3), \fIf_uint32s_append\fP(3), \fIf_uint32s_append_all\fP(3), \fIf_uint32s_decimate_by\fP(3), \fIf_uint32s_decrease_by\fP(3), \fIf_uint32s_increase\fP(3), \fIf_uint32s_increase_by\fP(3), \fIf_uint32s_resize\fP(3), \fIf_uint32ss_adjust\fP(3), \fIf_uint32ss_append\fP(3), \fIf_uint32ss_append_all\fP(3), \fIf_uint32ss_decimate_by\fP(3), \fIf_uint32ss_decrease_by\fP(3), \fIf_uint32ss_increase\fP(3), \fIf_uint32ss_increase_by\fP(3), \fIf_uint32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c609353..16fa1ba 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint32s_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint32s_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint32s_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string uint32s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint32s_adjust\fP(3), \fIf_uint32s_append\fP(3), \fIf_uint32s_append_all\fP(3), \fIf_uint32s_decimate_by\fP(3), \fIf_uint32s_decrease_by\fP(3), \fIf_uint32s_increase\fP(3), \fIf_uint32s_increase_by\fP(3), \fIf_uint32s_resize\fP(3), \fIf_uint32ss_adjust\fP(3), \fIf_uint32ss_append\fP(3), \fIf_uint32ss_append_all\fP(3), \fIf_uint32ss_decimate_by\fP(3), \fIf_uint32ss_decrease_by\fP(3), \fIf_uint32ss_increase\fP(3), \fIf_uint32ss_increase_by\fP(3), \fIf_uint32ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 004c71b..fd6b4aa 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint32s_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint32s_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint32s_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The string uint32s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint32s_adjust\fP(3), \fIf_uint32s_append\fP(3), \fIf_uint32s_append_all\fP(3), \fIf_uint32s_decimate_by\fP(3), \fIf_uint32s_decrease_by\fP(3), \fIf_uint32s_increase\fP(3), \fIf_uint32s_increase_by\fP(3), \fIf_uint32s_resize\fP(3), \fIf_uint32ss_adjust\fP(3), \fIf_uint32ss_append\fP(3), \fIf_uint32ss_append_all\fP(3), \fIf_uint32ss_decimate_by\fP(3), \fIf_uint32ss_decrease_by\fP(3), \fIf_uint32ss_increase\fP(3), \fIf_uint32ss_increase_by\fP(3), \fIf_uint32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f075626..f4d4838 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint32s_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint32s_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint32s_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint32s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint32s_adjust\fP(3), \fIf_uint32s_append\fP(3), \fIf_uint32s_append_all\fP(3), \fIf_uint32s_decimate_by\fP(3), \fIf_uint32s_decrease_by\fP(3), \fIf_uint32s_increase\fP(3), \fIf_uint32s_increase_by\fP(3), \fIf_uint32s_resize\fP(3), \fIf_uint32ss_adjust\fP(3), \fIf_uint32ss_append\fP(3), \fIf_uint32ss_append_all\fP(3), \fIf_uint32ss_decimate_by\fP(3), \fIf_uint32ss_decrease_by\fP(3), \fIf_uint32ss_increase\fP(3), \fIf_uint32ss_increase_by\fP(3), \fIf_uint32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2be303b..eef14be 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint32s_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint32s_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint32s_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint32s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint32s_adjust\fP(3), \fIf_uint32s_append\fP(3), \fIf_uint32s_append_all\fP(3), \fIf_uint32s_decimate_by\fP(3), \fIf_uint32s_decrease_by\fP(3), \fIf_uint32s_increase\fP(3), \fIf_uint32s_increase_by\fP(3), \fIf_uint32s_resize\fP(3), \fIf_uint32ss_adjust\fP(3), \fIf_uint32ss_append\fP(3), \fIf_uint32ss_append_all\fP(3), \fIf_uint32ss_decimate_by\fP(3), \fIf_uint32ss_decrease_by\fP(3), \fIf_uint32ss_increase\fP(3), \fIf_uint32ss_increase_by\fP(3), \fIf_uint32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 987ce10..610f0a9 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32s_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint32s_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint32s_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint32s_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string uint32s array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint32s_adjust\fP(3), \fIf_uint32s_append\fP(3), \fIf_uint32s_append_all\fP(3), \fIf_uint32s_decimate_by\fP(3), \fIf_uint32s_decrease_by\fP(3), \fIf_uint32s_increase\fP(3), \fIf_uint32s_increase_by\fP(3), \fIf_uint32s_resize\fP(3), \fIf_uint32ss_adjust\fP(3), \fIf_uint32ss_append\fP(3), \fIf_uint32ss_append_all\fP(3), \fIf_uint32ss_decimate_by\fP(3), \fIf_uint32ss_decrease_by\fP(3), \fIf_uint32ss_increase\fP(3), \fIf_uint32ss_increase_by\fP(3), \fIf_uint32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e47e387..3cde04d 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint32ss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint32ss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint32ss_adjust .SH SYNOPSIS @@ -13,7 +13,6 @@ f_uint32ss_adjust .SH DESCRIPTION .PP Resize the string uint32ss array. -.PP .SH PARAMETERS .TP .B length @@ -32,8 +31,15 @@ The string uint32ss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint32s_adjust\fP(3), \fIf_uint32s_append\fP(3), \fIf_uint32s_append_all\fP(3), \fIf_uint32s_decimate_by\fP(3), \fIf_uint32s_decrease_by\fP(3), \fIf_uint32s_increase\fP(3), \fIf_uint32s_increase_by\fP(3), \fIf_uint32s_resize\fP(3), \fIf_uint32ss_adjust\fP(3), \fIf_uint32ss_append\fP(3), \fIf_uint32ss_append_all\fP(3), \fIf_uint32ss_decimate_by\fP(3), \fIf_uint32ss_decrease_by\fP(3), \fIf_uint32ss_increase\fP(3), \fIf_uint32ss_increase_by\fP(3), \fIf_uint32ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7ff04c5..77b8951 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_append.3 @@ -1,4 +1,4 @@ -.TH f_uint32ss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint32ss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint32ss_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint32s_adjust\fP(3), \fIf_uint32s_append\fP(3), \fIf_uint32s_append_all\fP(3), \fIf_uint32s_decimate_by\fP(3), \fIf_uint32s_decrease_by\fP(3), \fIf_uint32s_increase\fP(3), \fIf_uint32s_increase_by\fP(3), \fIf_uint32s_resize\fP(3), \fIf_uint32ss_adjust\fP(3), \fIf_uint32ss_append\fP(3), \fIf_uint32ss_append_all\fP(3), \fIf_uint32ss_decimate_by\fP(3), \fIf_uint32ss_decrease_by\fP(3), \fIf_uint32ss_increase\fP(3), \fIf_uint32ss_increase_by\fP(3), \fIf_uint32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 693c027..30930a3 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint32ss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint32ss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint32ss_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint32s_adjust\fP(3), \fIf_uint32s_append\fP(3), \fIf_uint32s_append_all\fP(3), \fIf_uint32s_decimate_by\fP(3), \fIf_uint32s_decrease_by\fP(3), \fIf_uint32s_increase\fP(3), \fIf_uint32s_increase_by\fP(3), \fIf_uint32s_resize\fP(3), \fIf_uint32ss_adjust\fP(3), \fIf_uint32ss_append\fP(3), \fIf_uint32ss_append_all\fP(3), \fIf_uint32ss_decimate_by\fP(3), \fIf_uint32ss_decrease_by\fP(3), \fIf_uint32ss_increase\fP(3), \fIf_uint32ss_increase_by\fP(3), \fIf_uint32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f43f120..283b169 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint32ss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint32ss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint32ss_decimate_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint32ss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint32s_adjust\fP(3), \fIf_uint32s_append\fP(3), \fIf_uint32s_append_all\fP(3), \fIf_uint32s_decimate_by\fP(3), \fIf_uint32s_decrease_by\fP(3), \fIf_uint32s_increase\fP(3), \fIf_uint32s_increase_by\fP(3), \fIf_uint32s_resize\fP(3), \fIf_uint32ss_adjust\fP(3), \fIf_uint32ss_append\fP(3), \fIf_uint32ss_append_all\fP(3), \fIf_uint32ss_decimate_by\fP(3), \fIf_uint32ss_decrease_by\fP(3), \fIf_uint32ss_increase\fP(3), \fIf_uint32ss_increase_by\fP(3), \fIf_uint32ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 27446e1..68b13fe 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint32ss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint32ss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint32ss_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string uint32ss array to resize. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint32s_adjust\fP(3), \fIf_uint32s_append\fP(3), \fIf_uint32s_append_all\fP(3), \fIf_uint32s_decimate_by\fP(3), \fIf_uint32s_decrease_by\fP(3), \fIf_uint32s_increase\fP(3), \fIf_uint32s_increase_by\fP(3), \fIf_uint32s_resize\fP(3), \fIf_uint32ss_adjust\fP(3), \fIf_uint32ss_append\fP(3), \fIf_uint32ss_append_all\fP(3), \fIf_uint32ss_decimate_by\fP(3), \fIf_uint32ss_decrease_by\fP(3), \fIf_uint32ss_increase\fP(3), \fIf_uint32ss_increase_by\fP(3), \fIf_uint32ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c7444db..d1eca05 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint32ss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint32ss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint32ss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint32ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint32s_adjust\fP(3), \fIf_uint32s_append\fP(3), \fIf_uint32s_append_all\fP(3), \fIf_uint32s_decimate_by\fP(3), \fIf_uint32s_decrease_by\fP(3), \fIf_uint32s_increase\fP(3), \fIf_uint32s_increase_by\fP(3), \fIf_uint32s_resize\fP(3), \fIf_uint32ss_adjust\fP(3), \fIf_uint32ss_append\fP(3), \fIf_uint32ss_append_all\fP(3), \fIf_uint32ss_decimate_by\fP(3), \fIf_uint32ss_decrease_by\fP(3), \fIf_uint32ss_increase\fP(3), \fIf_uint32ss_increase_by\fP(3), \fIf_uint32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7adbd86..632488e 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint32ss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint32ss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint32ss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint32ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint32s_adjust\fP(3), \fIf_uint32s_append\fP(3), \fIf_uint32s_append_all\fP(3), \fIf_uint32s_decimate_by\fP(3), \fIf_uint32s_decrease_by\fP(3), \fIf_uint32s_increase\fP(3), \fIf_uint32s_increase_by\fP(3), \fIf_uint32s_resize\fP(3), \fIf_uint32ss_adjust\fP(3), \fIf_uint32ss_append\fP(3), \fIf_uint32ss_append_all\fP(3), \fIf_uint32ss_decimate_by\fP(3), \fIf_uint32ss_decrease_by\fP(3), \fIf_uint32ss_increase\fP(3), \fIf_uint32ss_increase_by\fP(3), \fIf_uint32ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e56fb57..119c095 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint32ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint32ss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint32ss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint32ss_resize .SH SYNOPSIS @@ -31,8 +31,15 @@ The string uint32ss array to adjust. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint32s_adjust\fP(3), \fIf_uint32s_append\fP(3), \fIf_uint32s_append_all\fP(3), \fIf_uint32s_decimate_by\fP(3), \fIf_uint32s_decrease_by\fP(3), \fIf_uint32s_increase\fP(3), \fIf_uint32s_increase_by\fP(3), \fIf_uint32s_resize\fP(3), \fIf_uint32ss_adjust\fP(3), \fIf_uint32ss_append\fP(3), \fIf_uint32ss_append_all\fP(3), \fIf_uint32ss_decimate_by\fP(3), \fIf_uint32ss_decrease_by\fP(3), \fIf_uint32ss_increase\fP(3), \fIf_uint32ss_increase_by\fP(3), \fIf_uint32ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9331e1e..1172ec0 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint64s_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint64s_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint64s_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string uint64s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint64s_adjust\fP(3), \fIf_uint64s_append\fP(3), \fIf_uint64s_append_all\fP(3), \fIf_uint64s_decimate_by\fP(3), \fIf_uint64s_decrease_by\fP(3), \fIf_uint64s_increase\fP(3), \fIf_uint64s_increase_by\fP(3), \fIf_uint64s_resize\fP(3), \fIf_uint64ss_adjust\fP(3), \fIf_uint64ss_append\fP(3), \fIf_uint64ss_append_all\fP(3), \fIf_uint64ss_decimate_by\fP(3), \fIf_uint64ss_decrease_by\fP(3), \fIf_uint64ss_increase\fP(3), \fIf_uint64ss_increase_by\fP(3), \fIf_uint64ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 18de4e9..328fb81 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_append.3 @@ -1,4 +1,4 @@ -.TH f_uint64s_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint64s_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint64s_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination uint64s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint64s_adjust\fP(3), \fIf_uint64s_append\fP(3), \fIf_uint64s_append_all\fP(3), \fIf_uint64s_decimate_by\fP(3), \fIf_uint64s_decrease_by\fP(3), \fIf_uint64s_increase\fP(3), \fIf_uint64s_increase_by\fP(3), \fIf_uint64s_resize\fP(3), \fIf_uint64ss_adjust\fP(3), \fIf_uint64ss_append\fP(3), \fIf_uint64ss_append_all\fP(3), \fIf_uint64ss_decimate_by\fP(3), \fIf_uint64ss_decrease_by\fP(3), \fIf_uint64ss_increase\fP(3), \fIf_uint64ss_increase_by\fP(3), \fIf_uint64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a950327..f1e2359 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint64s_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint64s_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint64s_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination uint64s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint64s_adjust\fP(3), \fIf_uint64s_append\fP(3), \fIf_uint64s_append_all\fP(3), \fIf_uint64s_decimate_by\fP(3), \fIf_uint64s_decrease_by\fP(3), \fIf_uint64s_increase\fP(3), \fIf_uint64s_increase_by\fP(3), \fIf_uint64s_resize\fP(3), \fIf_uint64ss_adjust\fP(3), \fIf_uint64ss_append\fP(3), \fIf_uint64ss_append_all\fP(3), \fIf_uint64ss_decimate_by\fP(3), \fIf_uint64ss_decrease_by\fP(3), \fIf_uint64ss_increase\fP(3), \fIf_uint64ss_increase_by\fP(3), \fIf_uint64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 84de438..751bf28 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint64s_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint64s_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint64s_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string uint64s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint64s_adjust\fP(3), \fIf_uint64s_append\fP(3), \fIf_uint64s_append_all\fP(3), \fIf_uint64s_decimate_by\fP(3), \fIf_uint64s_decrease_by\fP(3), \fIf_uint64s_increase\fP(3), \fIf_uint64s_increase_by\fP(3), \fIf_uint64s_resize\fP(3), \fIf_uint64ss_adjust\fP(3), \fIf_uint64ss_append\fP(3), \fIf_uint64ss_append_all\fP(3), \fIf_uint64ss_decimate_by\fP(3), \fIf_uint64ss_decrease_by\fP(3), \fIf_uint64ss_increase\fP(3), \fIf_uint64ss_increase_by\fP(3), \fIf_uint64ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fda61c7..a33da8a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint64s_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint64s_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint64s_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string uint64s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint64s_adjust\fP(3), \fIf_uint64s_append\fP(3), \fIf_uint64s_append_all\fP(3), \fIf_uint64s_decimate_by\fP(3), \fIf_uint64s_decrease_by\fP(3), \fIf_uint64s_increase\fP(3), \fIf_uint64s_increase_by\fP(3), \fIf_uint64s_resize\fP(3), \fIf_uint64ss_adjust\fP(3), \fIf_uint64ss_append\fP(3), \fIf_uint64ss_append_all\fP(3), \fIf_uint64ss_decimate_by\fP(3), \fIf_uint64ss_decrease_by\fP(3), \fIf_uint64ss_increase\fP(3), \fIf_uint64ss_increase_by\fP(3), \fIf_uint64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1f99fe0..e23b4a5 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint64s_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint64s_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint64s_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint64s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint64s_adjust\fP(3), \fIf_uint64s_append\fP(3), \fIf_uint64s_append_all\fP(3), \fIf_uint64s_decimate_by\fP(3), \fIf_uint64s_decrease_by\fP(3), \fIf_uint64s_increase\fP(3), \fIf_uint64s_increase_by\fP(3), \fIf_uint64s_resize\fP(3), \fIf_uint64ss_adjust\fP(3), \fIf_uint64ss_append\fP(3), \fIf_uint64ss_append_all\fP(3), \fIf_uint64ss_decimate_by\fP(3), \fIf_uint64ss_decrease_by\fP(3), \fIf_uint64ss_increase\fP(3), \fIf_uint64ss_increase_by\fP(3), \fIf_uint64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5e64a73..1896982 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint64s_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint64s_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint64s_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint64s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint64s_adjust\fP(3), \fIf_uint64s_append\fP(3), \fIf_uint64s_append_all\fP(3), \fIf_uint64s_decimate_by\fP(3), \fIf_uint64s_decrease_by\fP(3), \fIf_uint64s_increase\fP(3), \fIf_uint64s_increase_by\fP(3), \fIf_uint64s_resize\fP(3), \fIf_uint64ss_adjust\fP(3), \fIf_uint64ss_append\fP(3), \fIf_uint64ss_append_all\fP(3), \fIf_uint64ss_decimate_by\fP(3), \fIf_uint64ss_decrease_by\fP(3), \fIf_uint64ss_increase\fP(3), \fIf_uint64ss_increase_by\fP(3), \fIf_uint64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3dd1462..fee7aca 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64s_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint64s_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint64s_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint64s_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string uint64s array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint64s_adjust\fP(3), \fIf_uint64s_append\fP(3), \fIf_uint64s_append_all\fP(3), \fIf_uint64s_decimate_by\fP(3), \fIf_uint64s_decrease_by\fP(3), \fIf_uint64s_increase\fP(3), \fIf_uint64s_increase_by\fP(3), \fIf_uint64s_resize\fP(3), \fIf_uint64ss_adjust\fP(3), \fIf_uint64ss_append\fP(3), \fIf_uint64ss_append_all\fP(3), \fIf_uint64ss_decimate_by\fP(3), \fIf_uint64ss_decrease_by\fP(3), \fIf_uint64ss_increase\fP(3), \fIf_uint64ss_increase_by\fP(3), \fIf_uint64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cb95cbb..a4f6b7c 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint64ss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint64ss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint64ss_adjust .SH SYNOPSIS @@ -31,8 +31,15 @@ The string uint64ss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint64s_adjust\fP(3), \fIf_uint64s_append\fP(3), \fIf_uint64s_append_all\fP(3), \fIf_uint64s_decimate_by\fP(3), \fIf_uint64s_decrease_by\fP(3), \fIf_uint64s_increase\fP(3), \fIf_uint64s_increase_by\fP(3), \fIf_uint64s_resize\fP(3), \fIf_uint64ss_adjust\fP(3), \fIf_uint64ss_append\fP(3), \fIf_uint64ss_append_all\fP(3), \fIf_uint64ss_decimate_by\fP(3), \fIf_uint64ss_decrease_by\fP(3), \fIf_uint64ss_increase\fP(3), \fIf_uint64ss_increase_by\fP(3), \fIf_uint64ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7941dc7..256f48b 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_append.3 @@ -1,4 +1,4 @@ -.TH f_uint64ss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint64ss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint64ss_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint64s_adjust\fP(3), \fIf_uint64s_append\fP(3), \fIf_uint64s_append_all\fP(3), \fIf_uint64s_decimate_by\fP(3), \fIf_uint64s_decrease_by\fP(3), \fIf_uint64s_increase\fP(3), \fIf_uint64s_increase_by\fP(3), \fIf_uint64s_resize\fP(3), \fIf_uint64ss_adjust\fP(3), \fIf_uint64ss_append\fP(3), \fIf_uint64ss_append_all\fP(3), \fIf_uint64ss_decimate_by\fP(3), \fIf_uint64ss_decrease_by\fP(3), \fIf_uint64ss_increase\fP(3), \fIf_uint64ss_increase_by\fP(3), \fIf_uint64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4eae725..0c1c8d8 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint64ss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint64ss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint64ss_append_all .SH SYNOPSIS @@ -29,10 +29,17 @@ The destination ranges the source is appended onto. \fBF_data_not\fP on success, but there is nothing to append (size == 0). .br \fBF_parameter\fP (with error bit) if a parameter is invalid. -.PP +.br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint64s_adjust\fP(3), \fIf_uint64s_append\fP(3), \fIf_uint64s_append_all\fP(3), \fIf_uint64s_decimate_by\fP(3), \fIf_uint64s_decrease_by\fP(3), \fIf_uint64s_increase\fP(3), \fIf_uint64s_increase_by\fP(3), \fIf_uint64s_resize\fP(3), \fIf_uint64ss_adjust\fP(3), \fIf_uint64ss_append\fP(3), \fIf_uint64ss_append_all\fP(3), \fIf_uint64ss_decimate_by\fP(3), \fIf_uint64ss_decrease_by\fP(3), \fIf_uint64ss_increase\fP(3), \fIf_uint64ss_increase_by\fP(3), \fIf_uint64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 70dabe3..1deed16 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint64ss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint64ss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint64ss_decimate_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint64ss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint64s_adjust\fP(3), \fIf_uint64s_append\fP(3), \fIf_uint64s_append_all\fP(3), \fIf_uint64s_decimate_by\fP(3), \fIf_uint64s_decrease_by\fP(3), \fIf_uint64s_increase\fP(3), \fIf_uint64s_increase_by\fP(3), \fIf_uint64s_resize\fP(3), \fIf_uint64ss_adjust\fP(3), \fIf_uint64ss_append\fP(3), \fIf_uint64ss_append_all\fP(3), \fIf_uint64ss_decimate_by\fP(3), \fIf_uint64ss_decrease_by\fP(3), \fIf_uint64ss_increase\fP(3), \fIf_uint64ss_increase_by\fP(3), \fIf_uint64ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 040b988..a3f638a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint64ss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint64ss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint64ss_decrease_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint64ss array to resize. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint64s_adjust\fP(3), \fIf_uint64s_append\fP(3), \fIf_uint64s_append_all\fP(3), \fIf_uint64s_decimate_by\fP(3), \fIf_uint64s_decrease_by\fP(3), \fIf_uint64s_increase\fP(3), \fIf_uint64s_increase_by\fP(3), \fIf_uint64s_resize\fP(3), \fIf_uint64ss_adjust\fP(3), \fIf_uint64ss_append\fP(3), \fIf_uint64ss_append_all\fP(3), \fIf_uint64ss_decimate_by\fP(3), \fIf_uint64ss_decrease_by\fP(3), \fIf_uint64ss_increase\fP(3), \fIf_uint64ss_increase_by\fP(3), \fIf_uint64ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 763dea1..a2e7cce 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint64ss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint64ss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint64ss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint64ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint64s_adjust\fP(3), \fIf_uint64s_append\fP(3), \fIf_uint64s_append_all\fP(3), \fIf_uint64s_decimate_by\fP(3), \fIf_uint64s_decrease_by\fP(3), \fIf_uint64s_increase\fP(3), \fIf_uint64s_increase_by\fP(3), \fIf_uint64s_resize\fP(3), \fIf_uint64ss_adjust\fP(3), \fIf_uint64ss_append\fP(3), \fIf_uint64ss_append_all\fP(3), \fIf_uint64ss_decimate_by\fP(3), \fIf_uint64ss_decrease_by\fP(3), \fIf_uint64ss_increase\fP(3), \fIf_uint64ss_increase_by\fP(3), \fIf_uint64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 71d7224..612a0d4 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint64ss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint64ss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint64ss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint64ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint64s_adjust\fP(3), \fIf_uint64s_append\fP(3), \fIf_uint64s_append_all\fP(3), \fIf_uint64s_decimate_by\fP(3), \fIf_uint64s_decrease_by\fP(3), \fIf_uint64s_increase\fP(3), \fIf_uint64s_increase_by\fP(3), \fIf_uint64s_resize\fP(3), \fIf_uint64ss_adjust\fP(3), \fIf_uint64ss_append\fP(3), \fIf_uint64ss_append_all\fP(3), \fIf_uint64ss_decimate_by\fP(3), \fIf_uint64ss_decrease_by\fP(3), \fIf_uint64ss_increase\fP(3), \fIf_uint64ss_increase_by\fP(3), \fIf_uint64ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b1ba9bc..02e3961 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint64ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint64ss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint64ss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint64ss_resize .SH SYNOPSIS @@ -31,8 +31,15 @@ The string uint64ss array to adjust. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint64s_adjust\fP(3), \fIf_uint64s_append\fP(3), \fIf_uint64s_append_all\fP(3), \fIf_uint64s_decimate_by\fP(3), \fIf_uint64s_decrease_by\fP(3), \fIf_uint64s_increase\fP(3), \fIf_uint64s_increase_by\fP(3), \fIf_uint64s_resize\fP(3), \fIf_uint64ss_adjust\fP(3), \fIf_uint64ss_append\fP(3), \fIf_uint64ss_append_all\fP(3), \fIf_uint64ss_decimate_by\fP(3), \fIf_uint64ss_decrease_by\fP(3), \fIf_uint64ss_increase\fP(3), \fIf_uint64ss_increase_by\fP(3), \fIf_uint64ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 74e7b5b..4dda2db 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint8s_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint8s_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint8s_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string uint8s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint8s_adjust\fP(3), \fIf_uint8s_append\fP(3), \fIf_uint8s_append_all\fP(3), \fIf_uint8s_decimate_by\fP(3), \fIf_uint8s_decrease_by\fP(3), \fIf_uint8s_increase\fP(3), \fIf_uint8s_increase_by\fP(3), \fIf_uint8s_resize\fP(3), \fIf_uint8ss_adjust\fP(3), \fIf_uint8ss_append\fP(3), \fIf_uint8ss_append_all\fP(3), \fIf_uint8ss_decimate_by\fP(3), \fIf_uint8ss_decrease_by\fP(3), \fIf_uint8ss_increase\fP(3), \fIf_uint8ss_increase_by\fP(3), \fIf_uint8ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6860eb8..7a299d5 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_append.3 @@ -1,4 +1,4 @@ -.TH f_uint8s_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint8s_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint8s_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination uint8s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint8s_adjust\fP(3), \fIf_uint8s_append\fP(3), \fIf_uint8s_append_all\fP(3), \fIf_uint8s_decimate_by\fP(3), \fIf_uint8s_decrease_by\fP(3), \fIf_uint8s_increase\fP(3), \fIf_uint8s_increase_by\fP(3), \fIf_uint8s_resize\fP(3), \fIf_uint8ss_adjust\fP(3), \fIf_uint8ss_append\fP(3), \fIf_uint8ss_append_all\fP(3), \fIf_uint8ss_decimate_by\fP(3), \fIf_uint8ss_decrease_by\fP(3), \fIf_uint8ss_increase\fP(3), \fIf_uint8ss_increase_by\fP(3), \fIf_uint8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bd4432f..7d2045a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint8s_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint8s_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint8s_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination uint8s the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint8s_adjust\fP(3), \fIf_uint8s_append\fP(3), \fIf_uint8s_append_all\fP(3), \fIf_uint8s_decimate_by\fP(3), \fIf_uint8s_decrease_by\fP(3), \fIf_uint8s_increase\fP(3), \fIf_uint8s_increase_by\fP(3), \fIf_uint8s_resize\fP(3), \fIf_uint8ss_adjust\fP(3), \fIf_uint8ss_append\fP(3), \fIf_uint8ss_append_all\fP(3), \fIf_uint8ss_decimate_by\fP(3), \fIf_uint8ss_decrease_by\fP(3), \fIf_uint8ss_increase\fP(3), \fIf_uint8ss_increase_by\fP(3), \fIf_uint8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 be3da36..8e0bd51 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint8s_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint8s_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint8s_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string uint8s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint8s_adjust\fP(3), \fIf_uint8s_append\fP(3), \fIf_uint8s_append_all\fP(3), \fIf_uint8s_decimate_by\fP(3), \fIf_uint8s_decrease_by\fP(3), \fIf_uint8s_increase\fP(3), \fIf_uint8s_increase_by\fP(3), \fIf_uint8s_resize\fP(3), \fIf_uint8ss_adjust\fP(3), \fIf_uint8ss_append\fP(3), \fIf_uint8ss_append_all\fP(3), \fIf_uint8ss_decimate_by\fP(3), \fIf_uint8ss_decrease_by\fP(3), \fIf_uint8ss_increase\fP(3), \fIf_uint8ss_increase_by\fP(3), \fIf_uint8ss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 681f818..e7d946a 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint8s_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint8s_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint8s_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string uint8s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint8s_adjust\fP(3), \fIf_uint8s_append\fP(3), \fIf_uint8s_append_all\fP(3), \fIf_uint8s_decimate_by\fP(3), \fIf_uint8s_decrease_by\fP(3), \fIf_uint8s_increase\fP(3), \fIf_uint8s_increase_by\fP(3), \fIf_uint8s_resize\fP(3), \fIf_uint8ss_adjust\fP(3), \fIf_uint8ss_append\fP(3), \fIf_uint8ss_append_all\fP(3), \fIf_uint8ss_decimate_by\fP(3), \fIf_uint8ss_decrease_by\fP(3), \fIf_uint8ss_increase\fP(3), \fIf_uint8ss_increase_by\fP(3), \fIf_uint8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4c4d9c3..a265208 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint8s_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint8s_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint8s_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint8s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint8s_adjust\fP(3), \fIf_uint8s_append\fP(3), \fIf_uint8s_append_all\fP(3), \fIf_uint8s_decimate_by\fP(3), \fIf_uint8s_decrease_by\fP(3), \fIf_uint8s_increase\fP(3), \fIf_uint8s_increase_by\fP(3), \fIf_uint8s_resize\fP(3), \fIf_uint8ss_adjust\fP(3), \fIf_uint8ss_append\fP(3), \fIf_uint8ss_append_all\fP(3), \fIf_uint8ss_decimate_by\fP(3), \fIf_uint8ss_decrease_by\fP(3), \fIf_uint8ss_increase\fP(3), \fIf_uint8ss_increase_by\fP(3), \fIf_uint8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7ab0a75..abba6c0 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint8s_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint8s_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint8s_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint8s array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint8s_adjust\fP(3), \fIf_uint8s_append\fP(3), \fIf_uint8s_append_all\fP(3), \fIf_uint8s_decimate_by\fP(3), \fIf_uint8s_decrease_by\fP(3), \fIf_uint8s_increase\fP(3), \fIf_uint8s_increase_by\fP(3), \fIf_uint8s_resize\fP(3), \fIf_uint8ss_adjust\fP(3), \fIf_uint8ss_append\fP(3), \fIf_uint8ss_append_all\fP(3), \fIf_uint8ss_decimate_by\fP(3), \fIf_uint8ss_decrease_by\fP(3), \fIf_uint8ss_increase\fP(3), \fIf_uint8ss_increase_by\fP(3), \fIf_uint8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a5a03b2..3412dc4 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8s_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8s_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint8s_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint8s_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint8s_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string uint8s array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint8s_adjust\fP(3), \fIf_uint8s_append\fP(3), \fIf_uint8s_append_all\fP(3), \fIf_uint8s_decimate_by\fP(3), \fIf_uint8s_decrease_by\fP(3), \fIf_uint8s_increase\fP(3), \fIf_uint8s_increase_by\fP(3), \fIf_uint8s_resize\fP(3), \fIf_uint8ss_adjust\fP(3), \fIf_uint8ss_append\fP(3), \fIf_uint8ss_append_all\fP(3), \fIf_uint8ss_decimate_by\fP(3), \fIf_uint8ss_decrease_by\fP(3), \fIf_uint8ss_increase\fP(3), \fIf_uint8ss_increase_by\fP(3), \fIf_uint8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5d91605..d33bcaf 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_adjust.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_uint8ss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint8ss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint8ss_adjust .SH SYNOPSIS @@ -31,8 +31,15 @@ The string uint8ss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint8s_adjust\fP(3), \fIf_uint8s_append\fP(3), \fIf_uint8s_append_all\fP(3), \fIf_uint8s_decimate_by\fP(3), \fIf_uint8s_decrease_by\fP(3), \fIf_uint8s_increase\fP(3), \fIf_uint8s_increase_by\fP(3), \fIf_uint8s_resize\fP(3), \fIf_uint8ss_adjust\fP(3), \fIf_uint8ss_append\fP(3), \fIf_uint8ss_append_all\fP(3), \fIf_uint8ss_decimate_by\fP(3), \fIf_uint8ss_decrease_by\fP(3), \fIf_uint8ss_increase\fP(3), \fIf_uint8ss_increase_by\fP(3), \fIf_uint8ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 17deeb7..acfca11 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_append.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_append.3 @@ -1,4 +1,4 @@ -.TH f_uint8ss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint8ss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint8ss_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint8s_adjust\fP(3), \fIf_uint8s_append\fP(3), \fIf_uint8s_append_all\fP(3), \fIf_uint8s_decimate_by\fP(3), \fIf_uint8s_decrease_by\fP(3), \fIf_uint8s_increase\fP(3), \fIf_uint8s_increase_by\fP(3), \fIf_uint8s_resize\fP(3), \fIf_uint8ss_adjust\fP(3), \fIf_uint8ss_append\fP(3), \fIf_uint8ss_append_all\fP(3), \fIf_uint8ss_decimate_by\fP(3), \fIf_uint8ss_decrease_by\fP(3), \fIf_uint8ss_increase\fP(3), \fIf_uint8ss_increase_by\fP(3), \fIf_uint8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4b46e75..399c40b 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_append_all.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_uint8ss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint8ss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint8ss_append_all .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination ranges the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint8s_adjust\fP(3), \fIf_uint8s_append\fP(3), \fIf_uint8s_append_all\fP(3), \fIf_uint8s_decimate_by\fP(3), \fIf_uint8s_decrease_by\fP(3), \fIf_uint8s_increase\fP(3), \fIf_uint8s_increase_by\fP(3), \fIf_uint8s_resize\fP(3), \fIf_uint8ss_adjust\fP(3), \fIf_uint8ss_append\fP(3), \fIf_uint8ss_append_all\fP(3), \fIf_uint8ss_decimate_by\fP(3), \fIf_uint8ss_decrease_by\fP(3), \fIf_uint8ss_increase\fP(3), \fIf_uint8ss_increase_by\fP(3), \fIf_uint8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 35475d5..9e0b109 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_decimate_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_uint8ss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint8ss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint8ss_decimate_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint8ss array to resize. Errors (with error bit) from: f_memory_adjust(). .br Errors (with error bit) from: f_memory_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint8s_adjust\fP(3), \fIf_uint8s_append\fP(3), \fIf_uint8s_append_all\fP(3), \fIf_uint8s_decimate_by\fP(3), \fIf_uint8s_decrease_by\fP(3), \fIf_uint8s_increase\fP(3), \fIf_uint8s_increase_by\fP(3), \fIf_uint8s_resize\fP(3), \fIf_uint8ss_adjust\fP(3), \fIf_uint8ss_append\fP(3), \fIf_uint8ss_append_all\fP(3), \fIf_uint8ss_decimate_by\fP(3), \fIf_uint8ss_decrease_by\fP(3), \fIf_uint8ss_increase\fP(3), \fIf_uint8ss_increase_by\fP(3), \fIf_uint8ss_resize\fP(3), \fIf_memory_adjust()\fP, \fIf_memory_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9f6a563..3274ecb 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_decrease_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_uint8ss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint8ss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint8ss_decrease_by .SH SYNOPSIS @@ -33,10 +33,17 @@ The string uint8ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_delete(). -.b +.br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint8s_adjust\fP(3), \fIf_uint8s_append\fP(3), \fIf_uint8s_append_all\fP(3), \fIf_uint8s_decimate_by\fP(3), \fIf_uint8s_decrease_by\fP(3), \fIf_uint8s_increase\fP(3), \fIf_uint8s_increase_by\fP(3), \fIf_uint8s_resize\fP(3), \fIf_uint8ss_adjust\fP(3), \fIf_uint8ss_append\fP(3), \fIf_uint8ss_append_all\fP(3), \fIf_uint8ss_decimate_by\fP(3), \fIf_uint8ss_decrease_by\fP(3), \fIf_uint8ss_increase\fP(3), \fIf_uint8ss_increase_by\fP(3), \fIf_uint8ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 92e6d5e..e95e4fc 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_increase.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_increase.3 @@ -1,4 +1,4 @@ -.TH f_uint8ss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint8ss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint8ss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint8ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint8s_adjust\fP(3), \fIf_uint8s_append\fP(3), \fIf_uint8s_append_all\fP(3), \fIf_uint8s_decimate_by\fP(3), \fIf_uint8s_decrease_by\fP(3), \fIf_uint8s_increase\fP(3), \fIf_uint8s_increase_by\fP(3), \fIf_uint8s_resize\fP(3), \fIf_uint8ss_adjust\fP(3), \fIf_uint8ss_append\fP(3), \fIf_uint8ss_append_all\fP(3), \fIf_uint8ss_decimate_by\fP(3), \fIf_uint8ss_decrease_by\fP(3), \fIf_uint8ss_increase\fP(3), \fIf_uint8ss_increase_by\fP(3), \fIf_uint8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3be43a1..39bf003 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_increase_by.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_uint8ss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint8ss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint8ss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string uint8ss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint8s_adjust\fP(3), \fIf_uint8s_append\fP(3), \fIf_uint8s_append_all\fP(3), \fIf_uint8s_decimate_by\fP(3), \fIf_uint8s_decrease_by\fP(3), \fIf_uint8s_increase\fP(3), \fIf_uint8s_increase_by\fP(3), \fIf_uint8s_resize\fP(3), \fIf_uint8ss_adjust\fP(3), \fIf_uint8ss_append\fP(3), \fIf_uint8ss_append_all\fP(3), \fIf_uint8ss_decimate_by\fP(3), \fIf_uint8ss_decrease_by\fP(3), \fIf_uint8ss_increase\fP(3), \fIf_uint8ss_increase_by\fP(3), \fIf_uint8ss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bd789f7..64770f6 100644 --- a/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_resize.3 +++ b/level_0/f_type_array/data/documentation/man/man3/f_uint8ss_resize.3 @@ -1,4 +1,4 @@ -.TH f_uint8ss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_uint8ss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_uint8ss_resize .SH SYNOPSIS @@ -31,8 +31,15 @@ The string uint8ss array to adjust. Errors (with error bit) from: f_memory_delete(). .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_uint8s_adjust\fP(3), \fIf_uint8s_append\fP(3), \fIf_uint8s_append_all\fP(3), \fIf_uint8s_decimate_by\fP(3), \fIf_uint8s_decrease_by\fP(3), \fIf_uint8s_increase\fP(3), \fIf_uint8s_increase_by\fP(3), \fIf_uint8s_resize\fP(3), \fIf_uint8ss_adjust\fP(3), \fIf_uint8ss_append\fP(3), \fIf_uint8ss_append_all\fP(3), \fIf_uint8ss_decimate_by\fP(3), \fIf_uint8ss_decrease_by\fP(3), \fIf_uint8ss_increase\fP(3), \fIf_uint8ss_increase_by\fP(3), \fIf_uint8ss_resize\fP(3), \fIf_memory_delete()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e26fece..1b89821 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_buffer_decrement.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_buffer_decrement.3 @@ -1,4 +1,4 @@ -.TH f_utf_buffer_decrement "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_buffer_decrement "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_buffer_decrement .SH SYNOPSIS @@ -13,22 +13,24 @@ f_utf_buffer_decrement .fi .SH DESCRIPTION .PP -A structure designating a start and stop range for some string. +Continue to the previous character, based on step and character width. .PP -In general, this project uses the start and stop position inclusively, meaning that a range of 0 to 1 would include positions 0 and position 1. Therefore, a range from 0 to 0 would be include position 0. Set start to some value larger than stop to designate that there is no range (such as start = 1, stop = 0). +For navigating a range within the given buffer by a specific number of characters that could be of any width allowed by UTF-8. .PP -start: the start position. stop: the stop position. -.sp -.RS -.nf -\fB -struct f_string_range_t { - f_array_length_t \fIstart\fP; - f_array_length_t \fIstop\fP; -}; -\fP -.fi -.RE +The start position must be at the start of a valid UTF-8 block. +.SH PARAMETERS +.TP +.B buffer +The string to process. + +.TP +.B range +The start and stop positions to be incremented. The start position will be incremented by step. + +.TP +.B step +The number of steps to decrement the start position. The steps refer to characters and not integers. Essentially this number is considered against the width of every character found. (For ASCII each step would be sizeof(uint8_t), which is 1. (For UTF-8 character of width 3, each step would be (3 * sizeof(uint8_t)). + .SH RETURN VALUE .PP \fBF_none\fP on success. @@ -38,8 +40,19 @@ struct f_string_range_t { \fBF_none_eos\fP if the end of buffer is reached before all steps are completed. .br \fBF_data_not\fP if buffer is empty or out of range. +.br +\fBF_complete_not_utf_eos\fP (with error bit) if the end of buffer is reached before the complete UTF-8 character can be processed. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_buffer_decrement\fP(3), \fIf_utf_buffer_increment\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3f1d3da..6cb2b15 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_buffer_increment.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_buffer_increment.3 @@ -1,4 +1,4 @@ -.TH f_utf_buffer_increment "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_buffer_increment "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_buffer_increment .SH SYNOPSIS @@ -46,8 +46,15 @@ The number of steps to increment the start position. The steps refer to characte \fBF_complete_not_utf_eos\fP (with error bit) if the end of buffer is reached before the complete UTF-8 character can be processed. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_buffer_decrement\fP(3), \fIf_utf_buffer_increment\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8fa3fdf..8ae1caf 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_char_to_char.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_char_to_char.3 @@ -1,4 +1,4 @@ -.TH f_utf_char_to_char "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_char_to_char "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_char_to_char .SH SYNOPSIS @@ -40,8 +40,15 @@ This is set to the max number of bytes available. This is then updated to repres \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_char_to_char\fP(3), \fIf_utf_char_to_character\fP(3), \fIf_utf_character_unicode_from\fP(3), \fIf_utf_character_unicode_string_to\fP(3), \fIf_utf_character_unicode_to\fP(3), \fIf_utf_unicode_from\fP(3), \fIf_utf_unicode_string_to\fP(3), \fIf_utf_unicode_to\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 40f98a5..50f660c 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_char_to_character.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_char_to_character.3 @@ -1,4 +1,4 @@ -.TH f_utf_char_to_character "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_char_to_character "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_char_to_character .SH SYNOPSIS @@ -38,8 +38,15 @@ The generated character of type f_utf_char_t. This value may be cleared, even on \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_char_to_char\fP(3), \fIf_utf_char_to_character\fP(3), \fIf_utf_character_unicode_from\fP(3), \fIf_utf_character_unicode_string_to\fP(3), \fIf_utf_character_unicode_to\fP(3), \fIf_utf_unicode_from\fP(3), \fIf_utf_unicode_string_to\fP(3), \fIf_utf_unicode_to\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f6a1096..4abf03f 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is .SH SYNOPSIS @@ -26,8 +26,15 @@ The byte sequence to validate as a character. \fBF_false\fP if not a UTF-8 character. .br \fBF_utf_fragment\fP if this is a UTF-8 character fragment. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3), \fIf_utf_character_is_valid()\fP, \fIf_utf_character_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ed750ad..0e5509e 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_alphabetic.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_alphabetic.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_alphabetic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_alphabetic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_alphabetic .SH SYNOPSIS @@ -26,8 +26,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3), \fIisalpha()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 dab00c1..b1d20c9 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_alphabetic_digit.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_alphabetic_digit.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_alphabetic_digit "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_alphabetic_digit "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_alphabetic_digit .SH SYNOPSIS @@ -37,8 +37,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3), \fIisalpha()\fP, \fIisdigit()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 48e0bcd..d81e29d 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_alphabetic_numeric.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_alphabetic_numeric.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_alphabetic_numeric "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_alphabetic_numeric "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_alphabetic_numeric .SH SYNOPSIS @@ -28,8 +28,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3), \fIisalnum()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c6f22da..b169808 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_ascii.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_ascii.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_ascii "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_ascii "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_ascii .SH SYNOPSIS @@ -24,8 +24,15 @@ The byte sequence to validate as a character. \fBF_true\fP if an ASCII character. .br \fBF_false\fP if not an ASCII character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e4a430e..830edb7 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_combining.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_combining.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_combining "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_combining "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_combining .SH SYNOPSIS @@ -26,8 +26,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1a9d526..82a01a6 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_control "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_control "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_control .SH SYNOPSIS @@ -30,8 +30,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3), \fIiscntrl()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c04b363..4fa31ff 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control_code.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control_code.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_control_code "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_control_code "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_control_code .SH SYNOPSIS @@ -30,8 +30,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3), \fIiscntrl()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fc4d2d2..215f33e 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control_format.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control_format.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_control_format "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_control_format "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_control_format .SH SYNOPSIS @@ -28,8 +28,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b3b2a95..2c138c0 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control_picture.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_control_picture.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_control_picture "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_control_picture "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_control_picture .SH SYNOPSIS @@ -28,8 +28,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 92ca17a..b262194 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_digit.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_digit.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_digit "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_digit "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_digit .SH SYNOPSIS @@ -37,8 +37,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3), \fIisdigit()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4af2e16..69f922c 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_emoji.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_emoji.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_emoji "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_emoji "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_emoji .SH SYNOPSIS @@ -26,8 +26,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f8271b7..4036972 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_fragment.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_fragment.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_fragment "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_fragment "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_fragment .SH SYNOPSIS @@ -32,8 +32,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3), \fIf_utf_character_is()\fP, \fIf_utf_character_is_valid()\fP, \fIf_utf_character_is()\fP, \fIf_utf_character_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8c38070..d75b72d 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_graph.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_graph.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_graph "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_graph "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_graph .SH SYNOPSIS @@ -26,8 +26,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3), \fIisgraph()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bf06e72..fc410d4 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_numeric.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_numeric.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_numeric "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_numeric "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_numeric .SH SYNOPSIS @@ -28,8 +28,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3), \fIisdigit()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9f56805..9332349 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_phonetic.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_phonetic.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_phonetic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_phonetic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_phonetic .SH SYNOPSIS @@ -26,8 +26,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a230459..0d920dc 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_private.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_private.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_private "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_private "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_private .SH SYNOPSIS @@ -26,8 +26,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 446cf10..b3c18ef 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_punctuation.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_punctuation.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_punctuation "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_punctuation "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_punctuation .SH SYNOPSIS @@ -26,8 +26,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b1aedb4..cf1cab2 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_subscript.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_subscript.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_subscript "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_subscript "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_subscript .SH SYNOPSIS @@ -28,8 +28,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4ffea9b..ba28ee5 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_superscript.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_superscript.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_superscript "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_superscript "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_superscript .SH SYNOPSIS @@ -28,8 +28,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2d785c3..42a9609 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_symbol.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_symbol.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_symbol "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_symbol "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_symbol .SH SYNOPSIS @@ -26,8 +26,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0d591e5..06ac5b7 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_unassigned.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_unassigned.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_unassigned "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_unassigned "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_unassigned .SH SYNOPSIS @@ -30,8 +30,15 @@ The character to unassignedate. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3), \fIf_utf_character_is()\fP, \fIf_utf_character_is()\fP, \fIf_utf_character_is_fragment()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 413b515..fb6add8 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_valid.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_valid.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_valid "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_valid "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_valid .SH SYNOPSIS @@ -30,8 +30,15 @@ The byte sequence to validate as a character. \fBF_false\fP if not a UTF-8 character. .br \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3), \fIf_utf_character_is()\fP, \fIf_utf_character_is()\fP, \fIf_utf_character_is_fragment()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a847759..f5eeba3 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_whitespace "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_whitespace "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_whitespace .SH SYNOPSIS @@ -37,8 +37,15 @@ When TRUE, include all appropriate characters by type as per Unicode. When FALSE \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3), \fIisspace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ababdc0..e3b9a07 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace_modifier.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace_modifier.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_whitespace_modifier "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_whitespace_modifier "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_whitespace_modifier .SH SYNOPSIS @@ -30,8 +30,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c9e20d7..bfc7b72 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace_other.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace_other.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_whitespace_other "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_whitespace_other "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_whitespace_other .SH SYNOPSIS @@ -28,8 +28,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ba6d529..23cb164 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace_zero_width.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_whitespace_zero_width.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_whitespace_zero_width "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_whitespace_zero_width "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_whitespace_zero_width .SH SYNOPSIS @@ -28,8 +28,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e51e725..e910c27 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_wide.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_wide.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_wide "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_wide "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_wide .SH SYNOPSIS @@ -28,8 +28,15 @@ The (UTF-8) character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f978739..162d73c 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_word.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_word.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_word "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_word "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_word .SH SYNOPSIS @@ -33,8 +33,15 @@ When TRUE, include all appropriate characters by type as per Unicode. When FALSE \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3), \fIisalnum()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f0cbba9..d247e3c 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_word_dash.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_word_dash.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_word_dash "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_word_dash "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_word_dash .SH SYNOPSIS @@ -35,8 +35,15 @@ When TRUE, include all appropriate characters by type as per Unicode. When FALSE \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3), \fIisalnum()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 135a122..62dfca2 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_word_dash_plus.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_word_dash_plus.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_word_dash_plus "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_word_dash_plus "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_word_dash_plus .SH SYNOPSIS @@ -37,8 +37,15 @@ When TRUE, include all appropriate characters by type as per Unicode. When FALSE \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3), \fIisalnum()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1213723..4c4a4d8 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_zero_width.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_is_zero_width.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_is_zero_width "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_is_zero_width "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_is_zero_width .SH SYNOPSIS @@ -28,8 +28,15 @@ The byte sequence to validate as a character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_character_is\fP(3), \fIf_utf_character_is_alphabetic\fP(3), \fIf_utf_character_is_alphabetic_digit\fP(3), \fIf_utf_character_is_alphabetic_numeric\fP(3), \fIf_utf_character_is_ascii\fP(3), \fIf_utf_character_is_combining\fP(3), \fIf_utf_character_is_control\fP(3), \fIf_utf_character_is_control_code\fP(3), \fIf_utf_character_is_control_format\fP(3), \fIf_utf_character_is_control_picture\fP(3), \fIf_utf_character_is_digit\fP(3), \fIf_utf_character_is_emoji\fP(3), \fIf_utf_character_is_fragment\fP(3), \fIf_utf_character_is_graph\fP(3), \fIf_utf_character_is_numeric\fP(3), \fIf_utf_character_is_phonetic\fP(3), \fIf_utf_character_is_private\fP(3), \fIf_utf_character_is_punctuation\fP(3), \fIf_utf_character_is_subscript\fP(3), \fIf_utf_character_is_superscript\fP(3), \fIf_utf_character_is_symbol\fP(3), \fIf_utf_character_is_unassigned\fP(3), \fIf_utf_character_is_valid\fP(3), \fIf_utf_character_is_whitespace\fP(3), \fIf_utf_character_is_whitespace_modifier\fP(3), \fIf_utf_character_is_whitespace_other\fP(3), \fIf_utf_character_is_whitespace_zero_width\fP(3), \fIf_utf_character_is_wide\fP(3), \fIf_utf_character_is_word\fP(3), \fIf_utf_character_is_word_dash\fP(3), \fIf_utf_character_is_word_dash_plus\fP(3), \fIf_utf_character_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9df7a0a..8f4e3d0 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_unicode_from.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_unicode_from.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_unicode_from "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_unicode_from "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_unicode_from .SH SYNOPSIS @@ -33,8 +33,15 @@ The (UTF-8) character. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_char_to_char\fP(3), \fIf_utf_char_to_character\fP(3), \fIf_utf_character_unicode_from\fP(3), \fIf_utf_character_unicode_string_to\fP(3), \fIf_utf_character_unicode_to\fP(3), \fIf_utf_unicode_from\fP(3), \fIf_utf_unicode_string_to\fP(3), \fIf_utf_unicode_to\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9cc668a..f8a952a 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_unicode_string_to.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_unicode_string_to.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_unicode_string_to "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_unicode_string_to "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_unicode_string_to .SH SYNOPSIS @@ -38,8 +38,15 @@ A 32-bit integer representing the Unicode (such as U+0001). Does not need to be \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_valid_not\fP (with error bit) if string is not a valid Unicode string. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_char_to_char\fP(3), \fIf_utf_char_to_character\fP(3), \fIf_utf_character_unicode_from\fP(3), \fIf_utf_character_unicode_string_to\fP(3), \fIf_utf_character_unicode_to\fP(3), \fIf_utf_unicode_from\fP(3), \fIf_utf_unicode_string_to\fP(3), \fIf_utf_unicode_to\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1fa72ad..6deb42e 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_character_unicode_to.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_character_unicode_to.3 @@ -1,4 +1,4 @@ -.TH f_utf_character_unicode_to "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_character_unicode_to "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_character_unicode_to .SH SYNOPSIS @@ -33,8 +33,15 @@ The Unicode number. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_char_to_char\fP(3), \fIf_utf_char_to_character\fP(3), \fIf_utf_character_unicode_from\fP(3), \fIf_utf_character_unicode_string_to\fP(3), \fIf_utf_character_unicode_to\fP(3), \fIf_utf_unicode_from\fP(3), \fIf_utf_unicode_string_to\fP(3), \fIf_utf_unicode_to\fP(3), \fIf_utf_character_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9adefd4..944d12f 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is.3 @@ -1,4 +1,4 @@ -.TH f_utf_is "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is .SH SYNOPSIS @@ -24,8 +24,15 @@ The byte sequence to validate as a character. There must be enough space allocat \fBF_true\fP if a UTF-8 character. .br \fBF_false\fP if not a UTF-8 character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3), \fIf_utf_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6e8c272..9911fe2 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_alphabetic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_alphabetic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_alphabetic .SH SYNOPSIS @@ -33,8 +33,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3), \fIisalpha()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3e7b73e..de1719a 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic_digit.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic_digit.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_alphabetic_digit "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_alphabetic_digit "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_alphabetic_digit .SH SYNOPSIS @@ -44,8 +44,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3), \fIisalpha()\fP, \fIisdigit()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 96dce97..bab4e05 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic_numeric.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_alphabetic_numeric.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_alphabetic_numeric "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_alphabetic_numeric "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_alphabetic_numeric .SH SYNOPSIS @@ -35,8 +35,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3), \fIisalnum()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cd7efd7..02d38a6 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_ascii.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_ascii.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_ascii "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_ascii "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_ascii .SH SYNOPSIS @@ -33,8 +33,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3c974e8..e2ed045 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_combining.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_combining.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_combining "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_combining "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_combining .SH SYNOPSIS @@ -33,8 +33,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 228571c..eac2568 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_control.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_control.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_control "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_control "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_control .SH SYNOPSIS @@ -30,13 +30,22 @@ The maximum width available for checking. Can be anything greater than 0. .PP \fBF_true\fP if a UTF-8 control character. .br -\fBF_false\fP if not a UTF-8 control character.\fBF_complete_not_utf\fP (with error bit set) if character is an incomplete UTF-8 sequence. +\fBF_false\fP if not a UTF-8 control character. +.br +\fBF_complete_not_utf\fP (with error bit set) if character is an incomplete UTF-8 sequence. .br \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3), \fIiscntrl()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3ad57bc..5e64819 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_control_code.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_control_code.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_control_code "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_control_code "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_control_code .SH SYNOPSIS @@ -35,8 +35,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9c59b28..e4c23e0 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_control_format.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_control_format.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_control_format "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_control_format "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_control_format .SH SYNOPSIS @@ -35,8 +35,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6dfb054..9540f2a 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_control_picture.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_control_picture.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_control_picture "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_control_picture "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_control_picture .SH SYNOPSIS @@ -15,14 +15,6 @@ f_utf_is_control_picture Check to see if the entire byte block of the character is a UTF-8 control picture character. .PP Control Picture characters are placeholders for special ASCII characters and therefore there are no ASCII Control Picture characters. -.PP - -.br -\fBF_complete_not_utf\fP (with error bit set) if character is an incomplete UTF-8 sequence. -.br -\fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. -.br -\fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. .SH PARAMETERS .TP .B sequence @@ -34,13 +26,24 @@ The maximum width available for checking. Can be anything greater than 0. .SH RETURN VALUE .PP - -.br \fBF_true\fP if a UTF-8 control picture character. .br \fBF_false\fP if not a UTF-8 control picture character. +.br +\fBF_complete_not_utf\fP (with error bit set) if character is an incomplete UTF-8 sequence. +.br +\fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. +.br +\fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e05edf5..11342c9 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_digit.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_digit.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_digit "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_digit "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_digit .SH SYNOPSIS @@ -44,8 +44,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3), \fIisdigit()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6b44e65..fbaddeb 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_emoji.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_emoji.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_emoji "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_emoji "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_emoji .SH SYNOPSIS @@ -33,8 +33,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0cbe3d9..b457af0 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_fragment.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_fragment.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_fragment "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_fragment "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_fragment .SH SYNOPSIS @@ -28,8 +28,15 @@ The byte sequence to validate as a character. There must be enough space allocat \fBF_true\fP if a UTF-8 character. .br \fBF_false\fP if not a UTF-8 character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3), \fIf_utf_character_is()\fP, \fIf_utf_character_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1fcf9cb..df1475b 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_graph.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_graph.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_graph "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_graph "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_graph .SH SYNOPSIS @@ -37,8 +37,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3), \fIisgraph()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3d5346b..313f9c6 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_numeric.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_numeric.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_numeric "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_numeric "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_numeric .SH SYNOPSIS @@ -35,8 +35,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3), \fIisdigit()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1bb1406..d12417a 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_phonetic.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_phonetic.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_phonetic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_phonetic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_phonetic .SH SYNOPSIS @@ -33,8 +33,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a330a20..657f524 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_private.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_private.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_private "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_private "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_private .SH SYNOPSIS @@ -33,8 +33,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 062184c..e63ab2b 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_punctuation.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_punctuation.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_punctuation "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_punctuation "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_punctuation .SH SYNOPSIS @@ -33,8 +33,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bf70d9c..3a9111d 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_subscript.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_subscript.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_subscript "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_subscript "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_subscript .SH SYNOPSIS @@ -33,8 +33,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2d694bf..eafdab5 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_superscript.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_superscript.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_superscript "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_superscript "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_superscript .SH SYNOPSIS @@ -33,8 +33,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f2df498..aee5c72 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_symbol.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_symbol.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_symbol "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_symbol "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_symbol .SH SYNOPSIS @@ -33,8 +33,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 19bce99..94fb106 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_unassigned.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_unassigned.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_unassigned "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_unassigned "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_unassigned .SH SYNOPSIS @@ -35,8 +35,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 efd85fb..4c61153 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_valid.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_valid.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_valid "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_valid "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_valid .SH SYNOPSIS @@ -41,8 +41,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3), \fIf_utf_is()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e95e28a..4876086 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_whitespace "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_whitespace "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_whitespace .SH SYNOPSIS @@ -48,8 +48,15 @@ When TRUE, include all appropriate characters by type as per Unicode. When FALSE \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3), \fIisspace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ce5cc0d..3d0a786 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace_modifier.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace_modifier.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_whitespace_modifier "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_whitespace_modifier "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_whitespace_modifier .SH SYNOPSIS @@ -41,8 +41,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e65ad53..a076731 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace_other.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace_other.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_whitespace_other "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_whitespace_other "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_whitespace_other .SH SYNOPSIS @@ -39,8 +39,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3e2747d..a674590 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace_zero_width.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_whitespace_zero_width.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_whitespace_zero_width "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_whitespace_zero_width "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_whitespace_zero_width .SH SYNOPSIS @@ -15,7 +15,6 @@ f_utf_is_whitespace_zero_width Check to see if the entire byte block of the character is an other type of UTF-8 space character. .PP This is a list of white space that are actually zero-width space (which is not a space), such as Zero-Width Space (U+200B). -.PP .SH PARAMETERS .TP .B sequence @@ -40,8 +39,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2f7a25c..b2226b2 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_wide.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_wide.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_wide "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_wide "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_wide .SH SYNOPSIS @@ -35,8 +35,15 @@ The max width available for representing the UTF-8 character. There must be enou \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 984aecd..c931ccd 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_word.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_word.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_word "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_word "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_word .SH SYNOPSIS @@ -40,8 +40,15 @@ When TRUE, include all appropriate characters by type as per Unicode. When FALSE \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3), \fIisalnum()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0d08e69..a3bb6fb 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_word_dash.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_word_dash.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_word_dash "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_word_dash "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_word_dash .SH SYNOPSIS @@ -42,8 +42,15 @@ When TRUE, include all appropriate characters by type as per Unicode. When FALSE \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3), \fIisalnum()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b1e3fe0..8274cc7 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_word_dash_plus.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_word_dash_plus.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_word_dash_plus "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_word_dash_plus "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_word_dash_plus .SH SYNOPSIS @@ -44,8 +44,15 @@ When TRUE, include all appropriate characters by type as per Unicode. When FALSE \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3), \fIisalnum()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8a17c56..a894302 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_is_zero_width.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_is_zero_width.3 @@ -1,4 +1,4 @@ -.TH f_utf_is_zero_width "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_is_zero_width "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_is_zero_width .SH SYNOPSIS @@ -39,8 +39,15 @@ The maximum width available for checking. Can be anything greater than 0. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if Unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_is\fP(3), \fIf_utf_is_alphabetic\fP(3), \fIf_utf_is_alphabetic_digit\fP(3), \fIf_utf_is_alphabetic_numeric\fP(3), \fIf_utf_is_ascii\fP(3), \fIf_utf_is_combining\fP(3), \fIf_utf_is_control\fP(3), \fIf_utf_is_control_code\fP(3), \fIf_utf_is_control_format\fP(3), \fIf_utf_is_control_picture\fP(3), \fIf_utf_is_digit\fP(3), \fIf_utf_is_emoji\fP(3), \fIf_utf_is_fragment\fP(3), \fIf_utf_is_graph\fP(3), \fIf_utf_is_numeric\fP(3), \fIf_utf_is_phonetic\fP(3), \fIf_utf_is_private\fP(3), \fIf_utf_is_punctuation\fP(3), \fIf_utf_is_subscript\fP(3), \fIf_utf_is_superscript\fP(3), \fIf_utf_is_symbol\fP(3), \fIf_utf_is_unassigned\fP(3), \fIf_utf_is_valid\fP(3), \fIf_utf_is_whitespace\fP(3), \fIf_utf_is_whitespace_modifier\fP(3), \fIf_utf_is_whitespace_other\fP(3), \fIf_utf_is_whitespace_zero_width\fP(3), \fIf_utf_is_wide\fP(3), \fIf_utf_is_word\fP(3), \fIf_utf_is_word_dash\fP(3), \fIf_utf_is_word_dash_plus\fP(3), \fIf_utf_is_zero_width\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 680f8cc..c7f354e 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_append .SH SYNOPSIS @@ -38,8 +38,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_append\fP(3), \fIf_utf_string_append_assure\fP(3), \fIf_utf_string_append_assure_nulless\fP(3), \fIf_utf_string_append_nulless\fP(3), \fIf_utf_string_mash\fP(3), \fIf_utf_string_mash_nulless\fP(3), \fIf_utf_string_mish\fP(3), \fIf_utf_string_mish_nulless\fP(3), \fIf_utf_string_prepend\fP(3), \fIf_utf_string_prepend_assure\fP(3), \fIf_utf_string_prepend_assure_nulless\fP(3), \fIf_utf_string_prepend_nulless\fP(3), \fIf_utf_string_seek_line\fP(3), \fIf_utf_string_seek_line_to\fP(3), \fIf_utf_string_seek_to\fP(3), \fIf_memory_resize()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4d09a45..d5a3dcc 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_append_assure.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_append_assure.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_append_assure "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_append_assure "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_append_assure .SH SYNOPSIS @@ -16,8 +16,6 @@ f_utf_string_append_assure Append the source string onto the destination only if the string is not already at the end. .PP This ignores NULL characters when comparing both the source and the destination. -.PP -Errors (with error bit) from: f_memory_resize(). .SH PARAMETERS .TP .B source @@ -40,8 +38,17 @@ The destination string the source is appended onto. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_string_too_large\fP (with error bit) if the combined string is too large. +.br +Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_append\fP(3), \fIf_utf_string_append_assure\fP(3), \fIf_utf_string_append_assure_nulless\fP(3), \fIf_utf_string_append_nulless\fP(3), \fIf_utf_string_mash\fP(3), \fIf_utf_string_mash_nulless\fP(3), \fIf_utf_string_mish\fP(3), \fIf_utf_string_mish_nulless\fP(3), \fIf_utf_string_prepend\fP(3), \fIf_utf_string_prepend_assure\fP(3), \fIf_utf_string_prepend_assure_nulless\fP(3), \fIf_utf_string_prepend_nulless\fP(3), \fIf_utf_string_seek_line\fP(3), \fIf_utf_string_seek_line_to\fP(3), \fIf_utf_string_seek_to\fP(3), \fIf_memory_resize()\fP, \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 265c886..2a2ac6e 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_append_assure_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_append_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_append_assure_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_append_assure_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_append_assure_nulless .SH SYNOPSIS @@ -40,8 +40,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_append\fP(3), \fIf_utf_string_append_assure\fP(3), \fIf_utf_string_append_assure_nulless\fP(3), \fIf_utf_string_append_nulless\fP(3), \fIf_utf_string_mash\fP(3), \fIf_utf_string_mash_nulless\fP(3), \fIf_utf_string_mish\fP(3), \fIf_utf_string_mish_nulless\fP(3), \fIf_utf_string_prepend\fP(3), \fIf_utf_string_prepend_assure\fP(3), \fIf_utf_string_prepend_assure_nulless\fP(3), \fIf_utf_string_prepend_nulless\fP(3), \fIf_utf_string_seek_line\fP(3), \fIf_utf_string_seek_line_to\fP(3), \fIf_utf_string_seek_to\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b87dc5b..38bd214 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_append_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_append_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_append_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_append_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_append_nulless .SH SYNOPSIS @@ -40,8 +40,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_append\fP(3), \fIf_utf_string_append_assure\fP(3), \fIf_utf_string_append_assure_nulless\fP(3), \fIf_utf_string_append_nulless\fP(3), \fIf_utf_string_mash\fP(3), \fIf_utf_string_mash_nulless\fP(3), \fIf_utf_string_mish\fP(3), \fIf_utf_string_mish_nulless\fP(3), \fIf_utf_string_prepend\fP(3), \fIf_utf_string_prepend_assure\fP(3), \fIf_utf_string_prepend_assure_nulless\fP(3), \fIf_utf_string_prepend_nulless\fP(3), \fIf_utf_string_seek_line\fP(3), \fIf_utf_string_seek_line_to\fP(3), \fIf_utf_string_seek_to\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 284e4d4..897e304 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_adjust.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_adjust.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a4ca7db..75f133c 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_append .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6974c00..2aa25fe 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append_assure.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append_assure.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_append_assure "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_append_assure "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_append_assure .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 336ccf9..05d4b2c 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append_assure_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_append_assure_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_append_assure_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_append_assure_nulless .SH SYNOPSIS @@ -35,8 +35,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0e6753d..357e169 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_append_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_append_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_append_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_append_nulless .SH SYNOPSIS @@ -35,8 +35,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 afd6dfd..523b382 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_decimate_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_decimate_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string to resize. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5ee5ee5..11e2ab3 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_decrease_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_decrease_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string to resize. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5c4939d..2132d6a 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_increase.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_increase.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string to resize. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 06897ef..898bc7a 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_increase_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string to resize. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 53e2494..7a0f618 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mash.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mash.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_mash "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_mash "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_mash .SH SYNOPSIS @@ -40,8 +40,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1fc973e..7d19240 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mash_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mash_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_mash_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_mash_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_mash_nulless .SH SYNOPSIS @@ -42,8 +42,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d9f55f2..63b3526 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mish.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mish.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_mish "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_mish "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_mish .SH SYNOPSIS @@ -40,8 +40,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 53e4d01..269b237 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mish_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_mish_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_mish_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_mish_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_mish_nulless .SH SYNOPSIS @@ -42,8 +42,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a66ffbb..567a99b 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_partial_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_append .SH SYNOPSIS @@ -44,8 +44,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f1d35ad..88a4673 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append_assure.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append_assure.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_append_assure "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_partial_append_assure "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_append_assure .SH SYNOPSIS @@ -42,8 +42,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ace6733..bdb218b 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append_assure_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_append_assure_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_partial_append_assure_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_append_assure_nulless .SH SYNOPSIS @@ -41,13 +41,20 @@ The destination string the source is appended onto. .br \fBF_data_not_stop\fP if range.start > range.stop. .br -\fBF_parameter\fP (with error bit) if a parameter is invalid. +F_parameter (with error bit) if a parameter is invalid. .br \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 30bd66a..471a055 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_append_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_append_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_partial_append_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_append_nulless .SH SYNOPSIS @@ -44,8 +44,15 @@ The destination string the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 dff9743..8797511 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mash.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mash.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_mash "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_partial_mash "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_mash .SH SYNOPSIS @@ -49,8 +49,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a5c73d2..ab35023 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mash_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mash_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_mash_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_partial_mash_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_mash_nulless .SH SYNOPSIS @@ -51,8 +51,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 abed50a..610d94f 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mish.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mish.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_mish "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_partial_mish "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_mish .SH SYNOPSIS @@ -49,8 +49,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 77523ca..8e7492b 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mish_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_mish_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_mish_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_partial_mish_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_mish_nulless .SH SYNOPSIS @@ -51,8 +51,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f07d33f..f57db53 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_prepend "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_partial_prepend "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_prepend .SH SYNOPSIS @@ -44,8 +44,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d769828..954f877 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend_assure.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend_assure.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_prepend_assure "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_partial_prepend_assure "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_prepend_assure .SH SYNOPSIS @@ -44,8 +44,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e088330..9225c09 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend_assure_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_prepend_assure_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_partial_prepend_assure_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_prepend_assure_nulless .SH SYNOPSIS @@ -46,8 +46,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 40e84c5..26c1b98 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_partial_prepend_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_partial_prepend_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_partial_prepend_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_partial_prepend_nulless .SH SYNOPSIS @@ -44,8 +44,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 884825c..069df44 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_prepend "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_prepend "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_prepend .SH SYNOPSIS @@ -35,8 +35,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2937301..25c43f0 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend_assure.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend_assure.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_prepend_assure "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_prepend_assure "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_prepend_assure .SH SYNOPSIS @@ -35,8 +35,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6576544..cf391e6 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend_assure_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_prepend_assure_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_prepend_assure_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_prepend_assure_nulless .SH SYNOPSIS @@ -37,8 +37,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5d93fe7..374abc5 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_prepend_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_prepend_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_prepend_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_prepend_nulless .SH SYNOPSIS @@ -35,8 +35,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5c51462..5384fce 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_resize.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_resize.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6cb13c0..3a8febb 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_seek_line.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_seek_line.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_seek_line "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_seek_line "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_seek_line .SH SYNOPSIS @@ -39,8 +39,15 @@ A range within the buffer representing the start and stop locations. The start l \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3a814cd..6162d55 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_seek_line_to.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_seek_line_to.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_seek_line_to "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_seek_line_to "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_seek_line_to .SH SYNOPSIS @@ -44,8 +44,15 @@ A range within the buffer representing the start and stop locations. The start l \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3455aeb..7886b02 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_seek_to.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_seek_to.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_seek_to "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_seek_to "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_seek_to .SH SYNOPSIS @@ -44,8 +44,15 @@ A range within the buffer representing the start and stop locations. The start l \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a2c240f..052c7f7 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_terminate.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_terminate.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_terminate "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_terminate "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_terminate .SH SYNOPSIS @@ -30,8 +30,15 @@ The new string, which will be allocated or reallocated as necessary. \fBF_string_too_large\fP (with error bit) if string is too large to fit into the buffer. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1ce36e8..4253838 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_terminate_after.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamic_terminate_after.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamic_terminate_after "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamic_terminate_after "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamic_terminate_after .SH SYNOPSIS @@ -32,8 +32,15 @@ The new string, which will be allocated or reallocated as necessary. \fBF_string_too_large\fP (with error bit) if string is too large to fit into the buffer. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c399e0f..2a0cdd3 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_adjust.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_adjust.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamics_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamics_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamics_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 dd7f10e..020ce5f 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamics_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamics_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamics_append .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination strings the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f103cf5..07afc1b 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_append_all.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_append_all.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamics_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamics_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamics_append_all .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination strings the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4a00c44..d4c5ed2 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_decimate_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamics_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamics_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamics_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8b07d37..73a29a0 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_decrease_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamics_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamics_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamics_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8f66318..63c0da0 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_increase.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_increase.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamics_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamics_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamics_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 be30d84..8557ed9 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_increase_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamics_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamics_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamics_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 87f398d..77bf4cb 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_resize.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamics_resize.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamics_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamics_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamics_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fa42cbf..100db9f 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_adjust.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamicss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamicss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamicss_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_adjust(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_adjust()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bd67ef3..1a26fdb 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamicss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamicss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamicss_append .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination strings the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bdadb36..802c1ab 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_append_all.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamicss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamicss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamicss_append_all .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination strings the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d47e522..bd4468a 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_decimate_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamicss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamicss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamicss_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6648f23..6beb55d 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_decrease_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamicss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamicss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamicss_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 50f2d17..ce23c71 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_increase.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_increase.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamicss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamicss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamicss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6e80206..4448e33 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_increase_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamicss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamicss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamicss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ddc8a9f..ebc9a5a 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_resize.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_dynamicss_resize.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_dynamicss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_dynamicss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_dynamicss_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_dynamic_adjust\fP(3), \fIf_utf_string_dynamic_append\fP(3), \fIf_utf_string_dynamic_append_assure\fP(3), \fIf_utf_string_dynamic_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_append_nulless\fP(3), \fIf_utf_string_dynamic_decimate_by\fP(3), \fIf_utf_string_dynamic_decrease_by\fP(3), \fIf_utf_string_dynamic_increase\fP(3), \fIf_utf_string_dynamic_increase_by\fP(3), \fIf_utf_string_dynamic_mash\fP(3), \fIf_utf_string_dynamic_mash_nulless\fP(3), \fIf_utf_string_dynamic_mish\fP(3), \fIf_utf_string_dynamic_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_append\fP(3), \fIf_utf_string_dynamic_partial_append_assure\fP(3), \fIf_utf_string_dynamic_partial_append_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_append_nulless\fP(3), \fIf_utf_string_dynamic_partial_mash\fP(3), \fIf_utf_string_dynamic_partial_mash_nulless\fP(3), \fIf_utf_string_dynamic_partial_mish\fP(3), \fIf_utf_string_dynamic_partial_mish_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure\fP(3), \fIf_utf_string_dynamic_partial_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_partial_prepend_nulless\fP(3), \fIf_utf_string_dynamic_prepend\fP(3), \fIf_utf_string_dynamic_prepend_assure\fP(3), \fIf_utf_string_dynamic_prepend_assure_nulless\fP(3), \fIf_utf_string_dynamic_prepend_nulless\fP(3), \fIf_utf_string_dynamic_resize\fP(3), \fIf_utf_string_dynamic_seek_line\fP(3), \fIf_utf_string_dynamic_seek_line_to\fP(3), \fIf_utf_string_dynamic_seek_to\fP(3), \fIf_utf_string_dynamic_terminate\fP(3), \fIf_utf_string_dynamic_terminate_after\fP(3), \fIf_utf_string_dynamics_adjust\fP(3), \fIf_utf_string_dynamics_append\fP(3), \fIf_utf_string_dynamics_append_all\fP(3), \fIf_utf_string_dynamics_decimate_by\fP(3), \fIf_utf_string_dynamics_decrease_by\fP(3), \fIf_utf_string_dynamics_increase\fP(3), \fIf_utf_string_dynamics_increase_by\fP(3), \fIf_utf_string_dynamics_resize\fP(3), \fIf_utf_string_dynamicss_adjust\fP(3), \fIf_utf_string_dynamicss_append\fP(3), \fIf_utf_string_dynamicss_append_all\fP(3), \fIf_utf_string_dynamicss_decimate_by\fP(3), \fIf_utf_string_dynamicss_decrease_by\fP(3), \fIf_utf_string_dynamicss_increase\fP(3), \fIf_utf_string_dynamicss_increase_by\fP(3), \fIf_utf_string_dynamicss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f793e55..fe1a6d3 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_adjust.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_adjust.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multis_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_map_multis_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_map_multis_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The map_multis array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_map_multis_adjust\fP(3), \fIf_utf_string_map_multis_append\fP(3), \fIf_utf_string_map_multis_append_all\fP(3), \fIf_utf_string_map_multis_decimate_by\fP(3), \fIf_utf_string_map_multis_decrease_by\fP(3), \fIf_utf_string_map_multis_increase\fP(3), \fIf_utf_string_map_multis_increase_by\fP(3), \fIf_utf_string_map_multis_resize\fP(3), \fIf_utf_string_map_multiss_adjust\fP(3), \fIf_utf_string_map_multiss_append\fP(3), \fIf_utf_string_map_multiss_append_all\fP(3), \fIf_utf_string_map_multiss_decimate_by\fP(3), \fIf_utf_string_map_multiss_decrease_by\fP(3), \fIf_utf_string_map_multiss_increase\fP(3), \fIf_utf_string_map_multiss_increase_by\fP(3), \fIf_utf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2e23dce..be99f77 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multis_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_map_multis_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_map_multis_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination maps the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_map_multis_adjust\fP(3), \fIf_utf_string_map_multis_append\fP(3), \fIf_utf_string_map_multis_append_all\fP(3), \fIf_utf_string_map_multis_decimate_by\fP(3), \fIf_utf_string_map_multis_decrease_by\fP(3), \fIf_utf_string_map_multis_increase\fP(3), \fIf_utf_string_map_multis_increase_by\fP(3), \fIf_utf_string_map_multis_resize\fP(3), \fIf_utf_string_map_multiss_adjust\fP(3), \fIf_utf_string_map_multiss_append\fP(3), \fIf_utf_string_map_multiss_append_all\fP(3), \fIf_utf_string_map_multiss_decimate_by\fP(3), \fIf_utf_string_map_multiss_decrease_by\fP(3), \fIf_utf_string_map_multiss_increase\fP(3), \fIf_utf_string_map_multiss_increase_by\fP(3), \fIf_utf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 34c2db5..89e1952 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_append_all.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_append_all.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multis_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_map_multis_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_map_multis_append_all .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination maps the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_map_multis_adjust\fP(3), \fIf_utf_string_map_multis_append\fP(3), \fIf_utf_string_map_multis_append_all\fP(3), \fIf_utf_string_map_multis_decimate_by\fP(3), \fIf_utf_string_map_multis_decrease_by\fP(3), \fIf_utf_string_map_multis_increase\fP(3), \fIf_utf_string_map_multis_increase_by\fP(3), \fIf_utf_string_map_multis_resize\fP(3), \fIf_utf_string_map_multiss_adjust\fP(3), \fIf_utf_string_map_multiss_append\fP(3), \fIf_utf_string_map_multiss_append_all\fP(3), \fIf_utf_string_map_multiss_decimate_by\fP(3), \fIf_utf_string_map_multiss_decrease_by\fP(3), \fIf_utf_string_map_multiss_increase\fP(3), \fIf_utf_string_map_multiss_increase_by\fP(3), \fIf_utf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6b9216c..6faf831 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_decimate_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multis_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_map_multis_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_map_multis_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The map_multis array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_map_multis_adjust\fP(3), \fIf_utf_string_map_multis_append\fP(3), \fIf_utf_string_map_multis_append_all\fP(3), \fIf_utf_string_map_multis_decimate_by\fP(3), \fIf_utf_string_map_multis_decrease_by\fP(3), \fIf_utf_string_map_multis_increase\fP(3), \fIf_utf_string_map_multis_increase_by\fP(3), \fIf_utf_string_map_multis_resize\fP(3), \fIf_utf_string_map_multiss_adjust\fP(3), \fIf_utf_string_map_multiss_append\fP(3), \fIf_utf_string_map_multiss_append_all\fP(3), \fIf_utf_string_map_multiss_decimate_by\fP(3), \fIf_utf_string_map_multiss_decrease_by\fP(3), \fIf_utf_string_map_multiss_increase\fP(3), \fIf_utf_string_map_multiss_increase_by\fP(3), \fIf_utf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f691547..3f33f9f 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_decrease_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multis_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_map_multis_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_map_multis_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The map_multis array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_map_multis_adjust\fP(3), \fIf_utf_string_map_multis_append\fP(3), \fIf_utf_string_map_multis_append_all\fP(3), \fIf_utf_string_map_multis_decimate_by\fP(3), \fIf_utf_string_map_multis_decrease_by\fP(3), \fIf_utf_string_map_multis_increase\fP(3), \fIf_utf_string_map_multis_increase_by\fP(3), \fIf_utf_string_map_multis_resize\fP(3), \fIf_utf_string_map_multiss_adjust\fP(3), \fIf_utf_string_map_multiss_append\fP(3), \fIf_utf_string_map_multiss_append_all\fP(3), \fIf_utf_string_map_multiss_decimate_by\fP(3), \fIf_utf_string_map_multiss_decrease_by\fP(3), \fIf_utf_string_map_multiss_increase\fP(3), \fIf_utf_string_map_multiss_increase_by\fP(3), \fIf_utf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0bdfb73..82405ec 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_increase.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_increase.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multis_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_map_multis_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_map_multis_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The map_multis array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_map_multis_adjust\fP(3), \fIf_utf_string_map_multis_append\fP(3), \fIf_utf_string_map_multis_append_all\fP(3), \fIf_utf_string_map_multis_decimate_by\fP(3), \fIf_utf_string_map_multis_decrease_by\fP(3), \fIf_utf_string_map_multis_increase\fP(3), \fIf_utf_string_map_multis_increase_by\fP(3), \fIf_utf_string_map_multis_resize\fP(3), \fIf_utf_string_map_multiss_adjust\fP(3), \fIf_utf_string_map_multiss_append\fP(3), \fIf_utf_string_map_multiss_append_all\fP(3), \fIf_utf_string_map_multiss_decimate_by\fP(3), \fIf_utf_string_map_multiss_decrease_by\fP(3), \fIf_utf_string_map_multiss_increase\fP(3), \fIf_utf_string_map_multiss_increase_by\fP(3), \fIf_utf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6332c02..34e190d 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_increase_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multis_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_map_multis_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_map_multis_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The map_multis array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_map_multis_adjust\fP(3), \fIf_utf_string_map_multis_append\fP(3), \fIf_utf_string_map_multis_append_all\fP(3), \fIf_utf_string_map_multis_decimate_by\fP(3), \fIf_utf_string_map_multis_decrease_by\fP(3), \fIf_utf_string_map_multis_increase\fP(3), \fIf_utf_string_map_multis_increase_by\fP(3), \fIf_utf_string_map_multis_resize\fP(3), \fIf_utf_string_map_multiss_adjust\fP(3), \fIf_utf_string_map_multiss_append\fP(3), \fIf_utf_string_map_multiss_append_all\fP(3), \fIf_utf_string_map_multiss_decimate_by\fP(3), \fIf_utf_string_map_multiss_decrease_by\fP(3), \fIf_utf_string_map_multiss_increase\fP(3), \fIf_utf_string_map_multiss_increase_by\fP(3), \fIf_utf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f4454e4..7a72271 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_resize.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multis_resize.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multis_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_map_multis_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_map_multis_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The map_multis array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_map_multis_adjust\fP(3), \fIf_utf_string_map_multis_append\fP(3), \fIf_utf_string_map_multis_append_all\fP(3), \fIf_utf_string_map_multis_decimate_by\fP(3), \fIf_utf_string_map_multis_decrease_by\fP(3), \fIf_utf_string_map_multis_increase\fP(3), \fIf_utf_string_map_multis_increase_by\fP(3), \fIf_utf_string_map_multis_resize\fP(3), \fIf_utf_string_map_multiss_adjust\fP(3), \fIf_utf_string_map_multiss_append\fP(3), \fIf_utf_string_map_multiss_append_all\fP(3), \fIf_utf_string_map_multiss_decimate_by\fP(3), \fIf_utf_string_map_multiss_decrease_by\fP(3), \fIf_utf_string_map_multiss_increase\fP(3), \fIf_utf_string_map_multiss_increase_by\fP(3), \fIf_utf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c32e4ac..7da8b53 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_adjust.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multiss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_map_multiss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_map_multiss_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The map_multiss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_map_multis_adjust\fP(3), \fIf_utf_string_map_multis_append\fP(3), \fIf_utf_string_map_multis_append_all\fP(3), \fIf_utf_string_map_multis_decimate_by\fP(3), \fIf_utf_string_map_multis_decrease_by\fP(3), \fIf_utf_string_map_multis_increase\fP(3), \fIf_utf_string_map_multis_increase_by\fP(3), \fIf_utf_string_map_multis_resize\fP(3), \fIf_utf_string_map_multiss_adjust\fP(3), \fIf_utf_string_map_multiss_append\fP(3), \fIf_utf_string_map_multiss_append_all\fP(3), \fIf_utf_string_map_multiss_decimate_by\fP(3), \fIf_utf_string_map_multiss_decrease_by\fP(3), \fIf_utf_string_map_multiss_increase\fP(3), \fIf_utf_string_map_multiss_increase_by\fP(3), \fIf_utf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6b863ac..0c8e976 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multiss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_map_multiss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_map_multiss_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination maps the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_map_multis_adjust\fP(3), \fIf_utf_string_map_multis_append\fP(3), \fIf_utf_string_map_multis_append_all\fP(3), \fIf_utf_string_map_multis_decimate_by\fP(3), \fIf_utf_string_map_multis_decrease_by\fP(3), \fIf_utf_string_map_multis_increase\fP(3), \fIf_utf_string_map_multis_increase_by\fP(3), \fIf_utf_string_map_multis_resize\fP(3), \fIf_utf_string_map_multiss_adjust\fP(3), \fIf_utf_string_map_multiss_append\fP(3), \fIf_utf_string_map_multiss_append_all\fP(3), \fIf_utf_string_map_multiss_decimate_by\fP(3), \fIf_utf_string_map_multiss_decrease_by\fP(3), \fIf_utf_string_map_multiss_increase\fP(3), \fIf_utf_string_map_multiss_increase_by\fP(3), \fIf_utf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 77f5c1e..3b471a5 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_append_all.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multiss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_map_multiss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_map_multiss_append_all .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination maps the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_map_multis_adjust\fP(3), \fIf_utf_string_map_multis_append\fP(3), \fIf_utf_string_map_multis_append_all\fP(3), \fIf_utf_string_map_multis_decimate_by\fP(3), \fIf_utf_string_map_multis_decrease_by\fP(3), \fIf_utf_string_map_multis_increase\fP(3), \fIf_utf_string_map_multis_increase_by\fP(3), \fIf_utf_string_map_multis_resize\fP(3), \fIf_utf_string_map_multiss_adjust\fP(3), \fIf_utf_string_map_multiss_append\fP(3), \fIf_utf_string_map_multiss_append_all\fP(3), \fIf_utf_string_map_multiss_decimate_by\fP(3), \fIf_utf_string_map_multiss_decrease_by\fP(3), \fIf_utf_string_map_multiss_increase\fP(3), \fIf_utf_string_map_multiss_increase_by\fP(3), \fIf_utf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6dbbf65..26764fd 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_decimate_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multiss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_map_multiss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_map_multiss_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The map_multiss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_map_multis_adjust\fP(3), \fIf_utf_string_map_multis_append\fP(3), \fIf_utf_string_map_multis_append_all\fP(3), \fIf_utf_string_map_multis_decimate_by\fP(3), \fIf_utf_string_map_multis_decrease_by\fP(3), \fIf_utf_string_map_multis_increase\fP(3), \fIf_utf_string_map_multis_increase_by\fP(3), \fIf_utf_string_map_multis_resize\fP(3), \fIf_utf_string_map_multiss_adjust\fP(3), \fIf_utf_string_map_multiss_append\fP(3), \fIf_utf_string_map_multiss_append_all\fP(3), \fIf_utf_string_map_multiss_decimate_by\fP(3), \fIf_utf_string_map_multiss_decrease_by\fP(3), \fIf_utf_string_map_multiss_increase\fP(3), \fIf_utf_string_map_multiss_increase_by\fP(3), \fIf_utf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a4192bb..b9fcd9d 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_decrease_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multiss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_map_multiss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_map_multiss_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The map_multiss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_map_multis_adjust\fP(3), \fIf_utf_string_map_multis_append\fP(3), \fIf_utf_string_map_multis_append_all\fP(3), \fIf_utf_string_map_multis_decimate_by\fP(3), \fIf_utf_string_map_multis_decrease_by\fP(3), \fIf_utf_string_map_multis_increase\fP(3), \fIf_utf_string_map_multis_increase_by\fP(3), \fIf_utf_string_map_multis_resize\fP(3), \fIf_utf_string_map_multiss_adjust\fP(3), \fIf_utf_string_map_multiss_append\fP(3), \fIf_utf_string_map_multiss_append_all\fP(3), \fIf_utf_string_map_multiss_decimate_by\fP(3), \fIf_utf_string_map_multiss_decrease_by\fP(3), \fIf_utf_string_map_multiss_increase\fP(3), \fIf_utf_string_map_multiss_increase_by\fP(3), \fIf_utf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f1d707c..4fc1b69 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_increase.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_increase.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multiss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_map_multiss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_map_multiss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The map_multiss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_map_multis_adjust\fP(3), \fIf_utf_string_map_multis_append\fP(3), \fIf_utf_string_map_multis_append_all\fP(3), \fIf_utf_string_map_multis_decimate_by\fP(3), \fIf_utf_string_map_multis_decrease_by\fP(3), \fIf_utf_string_map_multis_increase\fP(3), \fIf_utf_string_map_multis_increase_by\fP(3), \fIf_utf_string_map_multis_resize\fP(3), \fIf_utf_string_map_multiss_adjust\fP(3), \fIf_utf_string_map_multiss_append\fP(3), \fIf_utf_string_map_multiss_append_all\fP(3), \fIf_utf_string_map_multiss_decimate_by\fP(3), \fIf_utf_string_map_multiss_decrease_by\fP(3), \fIf_utf_string_map_multiss_increase\fP(3), \fIf_utf_string_map_multiss_increase_by\fP(3), \fIf_utf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3443a16..a0335e9 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_increase_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multiss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_map_multiss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_map_multiss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The map_multiss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_map_multis_adjust\fP(3), \fIf_utf_string_map_multis_append\fP(3), \fIf_utf_string_map_multis_append_all\fP(3), \fIf_utf_string_map_multis_decimate_by\fP(3), \fIf_utf_string_map_multis_decrease_by\fP(3), \fIf_utf_string_map_multis_increase\fP(3), \fIf_utf_string_map_multis_increase_by\fP(3), \fIf_utf_string_map_multis_resize\fP(3), \fIf_utf_string_map_multiss_adjust\fP(3), \fIf_utf_string_map_multiss_append\fP(3), \fIf_utf_string_map_multiss_append_all\fP(3), \fIf_utf_string_map_multiss_decimate_by\fP(3), \fIf_utf_string_map_multiss_decrease_by\fP(3), \fIf_utf_string_map_multiss_increase\fP(3), \fIf_utf_string_map_multiss_increase_by\fP(3), \fIf_utf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 215d1a8..a1b82c5 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_resize.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_map_multiss_resize.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_map_multiss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_map_multiss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_map_multiss_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The map_multiss array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_map_multis_adjust\fP(3), \fIf_utf_string_map_multis_append\fP(3), \fIf_utf_string_map_multis_append_all\fP(3), \fIf_utf_string_map_multis_decimate_by\fP(3), \fIf_utf_string_map_multis_decrease_by\fP(3), \fIf_utf_string_map_multis_increase\fP(3), \fIf_utf_string_map_multis_increase_by\fP(3), \fIf_utf_string_map_multis_resize\fP(3), \fIf_utf_string_map_multiss_adjust\fP(3), \fIf_utf_string_map_multiss_append\fP(3), \fIf_utf_string_map_multiss_append_all\fP(3), \fIf_utf_string_map_multiss_decimate_by\fP(3), \fIf_utf_string_map_multiss_decrease_by\fP(3), \fIf_utf_string_map_multiss_increase\fP(3), \fIf_utf_string_map_multiss_increase_by\fP(3), \fIf_utf_string_map_multiss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 17b1880..ced578b 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_adjust.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_adjust.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_maps_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_maps_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_maps_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string maps array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_maps_adjust\fP(3), \fIf_utf_string_maps_append\fP(3), \fIf_utf_string_maps_append_all\fP(3), \fIf_utf_string_maps_decimate_by\fP(3), \fIf_utf_string_maps_decrease_by\fP(3), \fIf_utf_string_maps_increase\fP(3), \fIf_utf_string_maps_increase_by\fP(3), \fIf_utf_string_maps_resize\fP(3), \fIf_utf_string_mapss_adjust\fP(3), \fIf_utf_string_mapss_append\fP(3), \fIf_utf_string_mapss_append_all\fP(3), \fIf_utf_string_mapss_decimate_by\fP(3), \fIf_utf_string_mapss_decrease_by\fP(3), \fIf_utf_string_mapss_increase\fP(3), \fIf_utf_string_mapss_increase_by\fP(3), \fIf_utf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8c7863c..d766656 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_maps_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_maps_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_maps_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination maps the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_maps_adjust\fP(3), \fIf_utf_string_maps_append\fP(3), \fIf_utf_string_maps_append_all\fP(3), \fIf_utf_string_maps_decimate_by\fP(3), \fIf_utf_string_maps_decrease_by\fP(3), \fIf_utf_string_maps_increase\fP(3), \fIf_utf_string_maps_increase_by\fP(3), \fIf_utf_string_maps_resize\fP(3), \fIf_utf_string_mapss_adjust\fP(3), \fIf_utf_string_mapss_append\fP(3), \fIf_utf_string_mapss_append_all\fP(3), \fIf_utf_string_mapss_decimate_by\fP(3), \fIf_utf_string_mapss_decrease_by\fP(3), \fIf_utf_string_mapss_increase\fP(3), \fIf_utf_string_mapss_increase_by\fP(3), \fIf_utf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8dc2cdf..26b0470 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_append_all.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_append_all.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_maps_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_maps_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_maps_append_all .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination maps the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_maps_adjust\fP(3), \fIf_utf_string_maps_append\fP(3), \fIf_utf_string_maps_append_all\fP(3), \fIf_utf_string_maps_decimate_by\fP(3), \fIf_utf_string_maps_decrease_by\fP(3), \fIf_utf_string_maps_increase\fP(3), \fIf_utf_string_maps_increase_by\fP(3), \fIf_utf_string_maps_resize\fP(3), \fIf_utf_string_mapss_adjust\fP(3), \fIf_utf_string_mapss_append\fP(3), \fIf_utf_string_mapss_append_all\fP(3), \fIf_utf_string_mapss_decimate_by\fP(3), \fIf_utf_string_mapss_decrease_by\fP(3), \fIf_utf_string_mapss_increase\fP(3), \fIf_utf_string_mapss_increase_by\fP(3), \fIf_utf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ebfbd70..5625df1 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_decimate_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_maps_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_maps_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_maps_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string maps array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_maps_adjust\fP(3), \fIf_utf_string_maps_append\fP(3), \fIf_utf_string_maps_append_all\fP(3), \fIf_utf_string_maps_decimate_by\fP(3), \fIf_utf_string_maps_decrease_by\fP(3), \fIf_utf_string_maps_increase\fP(3), \fIf_utf_string_maps_increase_by\fP(3), \fIf_utf_string_maps_resize\fP(3), \fIf_utf_string_mapss_adjust\fP(3), \fIf_utf_string_mapss_append\fP(3), \fIf_utf_string_mapss_append_all\fP(3), \fIf_utf_string_mapss_decimate_by\fP(3), \fIf_utf_string_mapss_decrease_by\fP(3), \fIf_utf_string_mapss_increase\fP(3), \fIf_utf_string_mapss_increase_by\fP(3), \fIf_utf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c6faada..e5b720f 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_decrease_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_maps_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_maps_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_maps_decrease_by .SH SYNOPSIS @@ -31,8 +31,15 @@ The string maps array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_maps_adjust\fP(3), \fIf_utf_string_maps_append\fP(3), \fIf_utf_string_maps_append_all\fP(3), \fIf_utf_string_maps_decimate_by\fP(3), \fIf_utf_string_maps_decrease_by\fP(3), \fIf_utf_string_maps_increase\fP(3), \fIf_utf_string_maps_increase_by\fP(3), \fIf_utf_string_maps_resize\fP(3), \fIf_utf_string_mapss_adjust\fP(3), \fIf_utf_string_mapss_append\fP(3), \fIf_utf_string_mapss_append_all\fP(3), \fIf_utf_string_mapss_decimate_by\fP(3), \fIf_utf_string_mapss_decrease_by\fP(3), \fIf_utf_string_mapss_increase\fP(3), \fIf_utf_string_mapss_increase_by\fP(3), \fIf_utf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9342e96..30d9398 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_increase.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_increase.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_maps_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_maps_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_maps_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string maps array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_maps_adjust\fP(3), \fIf_utf_string_maps_append\fP(3), \fIf_utf_string_maps_append_all\fP(3), \fIf_utf_string_maps_decimate_by\fP(3), \fIf_utf_string_maps_decrease_by\fP(3), \fIf_utf_string_maps_increase\fP(3), \fIf_utf_string_maps_increase_by\fP(3), \fIf_utf_string_maps_resize\fP(3), \fIf_utf_string_mapss_adjust\fP(3), \fIf_utf_string_mapss_append\fP(3), \fIf_utf_string_mapss_append_all\fP(3), \fIf_utf_string_mapss_decimate_by\fP(3), \fIf_utf_string_mapss_decrease_by\fP(3), \fIf_utf_string_mapss_increase\fP(3), \fIf_utf_string_mapss_increase_by\fP(3), \fIf_utf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8f0c3fa..376f1e1 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_increase_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_maps_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_maps_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_maps_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string maps array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_maps_adjust\fP(3), \fIf_utf_string_maps_append\fP(3), \fIf_utf_string_maps_append_all\fP(3), \fIf_utf_string_maps_decimate_by\fP(3), \fIf_utf_string_maps_decrease_by\fP(3), \fIf_utf_string_maps_increase\fP(3), \fIf_utf_string_maps_increase_by\fP(3), \fIf_utf_string_maps_resize\fP(3), \fIf_utf_string_mapss_adjust\fP(3), \fIf_utf_string_mapss_append\fP(3), \fIf_utf_string_mapss_append_all\fP(3), \fIf_utf_string_mapss_decimate_by\fP(3), \fIf_utf_string_mapss_decrease_by\fP(3), \fIf_utf_string_mapss_increase\fP(3), \fIf_utf_string_mapss_increase_by\fP(3), \fIf_utf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 af73fe8..fa813ba 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_resize.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_maps_resize.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_maps_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_maps_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_maps_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string maps array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_maps_adjust\fP(3), \fIf_utf_string_maps_append\fP(3), \fIf_utf_string_maps_append_all\fP(3), \fIf_utf_string_maps_decimate_by\fP(3), \fIf_utf_string_maps_decrease_by\fP(3), \fIf_utf_string_maps_increase\fP(3), \fIf_utf_string_maps_increase_by\fP(3), \fIf_utf_string_maps_resize\fP(3), \fIf_utf_string_mapss_adjust\fP(3), \fIf_utf_string_mapss_append\fP(3), \fIf_utf_string_mapss_append_all\fP(3), \fIf_utf_string_mapss_decimate_by\fP(3), \fIf_utf_string_mapss_decrease_by\fP(3), \fIf_utf_string_mapss_increase\fP(3), \fIf_utf_string_mapss_increase_by\fP(3), \fIf_utf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 77393a0..e1afa99 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_adjust.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_adjust.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mapss_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_mapss_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_mapss_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string mapss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_maps_adjust\fP(3), \fIf_utf_string_maps_append\fP(3), \fIf_utf_string_maps_append_all\fP(3), \fIf_utf_string_maps_decimate_by\fP(3), \fIf_utf_string_maps_decrease_by\fP(3), \fIf_utf_string_maps_increase\fP(3), \fIf_utf_string_maps_increase_by\fP(3), \fIf_utf_string_maps_resize\fP(3), \fIf_utf_string_mapss_adjust\fP(3), \fIf_utf_string_mapss_append\fP(3), \fIf_utf_string_mapss_append_all\fP(3), \fIf_utf_string_mapss_decimate_by\fP(3), \fIf_utf_string_mapss_decrease_by\fP(3), \fIf_utf_string_mapss_increase\fP(3), \fIf_utf_string_mapss_increase_by\fP(3), \fIf_utf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 41018f2..6e8be14 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mapss_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_mapss_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_mapss_append .SH SYNOPSIS @@ -31,8 +31,15 @@ The destination mapss the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_maps_adjust\fP(3), \fIf_utf_string_maps_append\fP(3), \fIf_utf_string_maps_append_all\fP(3), \fIf_utf_string_maps_decimate_by\fP(3), \fIf_utf_string_maps_decrease_by\fP(3), \fIf_utf_string_maps_increase\fP(3), \fIf_utf_string_maps_increase_by\fP(3), \fIf_utf_string_maps_resize\fP(3), \fIf_utf_string_mapss_adjust\fP(3), \fIf_utf_string_mapss_append\fP(3), \fIf_utf_string_mapss_append_all\fP(3), \fIf_utf_string_mapss_decimate_by\fP(3), \fIf_utf_string_mapss_decrease_by\fP(3), \fIf_utf_string_mapss_increase\fP(3), \fIf_utf_string_mapss_increase_by\fP(3), \fIf_utf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c4300a2..9c8f85c 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_append_all.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_append_all.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mapss_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_mapss_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_mapss_append_all .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination mapss the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_maps_adjust\fP(3), \fIf_utf_string_maps_append\fP(3), \fIf_utf_string_maps_append_all\fP(3), \fIf_utf_string_maps_decimate_by\fP(3), \fIf_utf_string_maps_decrease_by\fP(3), \fIf_utf_string_maps_increase\fP(3), \fIf_utf_string_maps_increase_by\fP(3), \fIf_utf_string_maps_resize\fP(3), \fIf_utf_string_mapss_adjust\fP(3), \fIf_utf_string_mapss_append\fP(3), \fIf_utf_string_mapss_append_all\fP(3), \fIf_utf_string_mapss_decimate_by\fP(3), \fIf_utf_string_mapss_decrease_by\fP(3), \fIf_utf_string_mapss_increase\fP(3), \fIf_utf_string_mapss_increase_by\fP(3), \fIf_utf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 dad4e73..d78d0d3 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_decimate_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mapss_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_mapss_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_mapss_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string mapss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_maps_adjust\fP(3), \fIf_utf_string_maps_append\fP(3), \fIf_utf_string_maps_append_all\fP(3), \fIf_utf_string_maps_decimate_by\fP(3), \fIf_utf_string_maps_decrease_by\fP(3), \fIf_utf_string_maps_increase\fP(3), \fIf_utf_string_maps_increase_by\fP(3), \fIf_utf_string_maps_resize\fP(3), \fIf_utf_string_mapss_adjust\fP(3), \fIf_utf_string_mapss_append\fP(3), \fIf_utf_string_mapss_append_all\fP(3), \fIf_utf_string_mapss_decimate_by\fP(3), \fIf_utf_string_mapss_decrease_by\fP(3), \fIf_utf_string_mapss_increase\fP(3), \fIf_utf_string_mapss_increase_by\fP(3), \fIf_utf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6d8ebcb..4fa20c6 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_decrease_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mapss_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_mapss_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_mapss_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string mapss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_maps_adjust\fP(3), \fIf_utf_string_maps_append\fP(3), \fIf_utf_string_maps_append_all\fP(3), \fIf_utf_string_maps_decimate_by\fP(3), \fIf_utf_string_maps_decrease_by\fP(3), \fIf_utf_string_maps_increase\fP(3), \fIf_utf_string_maps_increase_by\fP(3), \fIf_utf_string_maps_resize\fP(3), \fIf_utf_string_mapss_adjust\fP(3), \fIf_utf_string_mapss_append\fP(3), \fIf_utf_string_mapss_append_all\fP(3), \fIf_utf_string_mapss_decimate_by\fP(3), \fIf_utf_string_mapss_decrease_by\fP(3), \fIf_utf_string_mapss_increase\fP(3), \fIf_utf_string_mapss_increase_by\fP(3), \fIf_utf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d459891..b9acd1c 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_increase.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_increase.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mapss_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_mapss_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_mapss_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string mapss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_maps_adjust\fP(3), \fIf_utf_string_maps_append\fP(3), \fIf_utf_string_maps_append_all\fP(3), \fIf_utf_string_maps_decimate_by\fP(3), \fIf_utf_string_maps_decrease_by\fP(3), \fIf_utf_string_maps_increase\fP(3), \fIf_utf_string_maps_increase_by\fP(3), \fIf_utf_string_maps_resize\fP(3), \fIf_utf_string_mapss_adjust\fP(3), \fIf_utf_string_mapss_append\fP(3), \fIf_utf_string_mapss_append_all\fP(3), \fIf_utf_string_mapss_decimate_by\fP(3), \fIf_utf_string_mapss_decrease_by\fP(3), \fIf_utf_string_mapss_increase\fP(3), \fIf_utf_string_mapss_increase_by\fP(3), \fIf_utf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e31aee7..0355146 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_increase_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mapss_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_mapss_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_mapss_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string mapss array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_maps_adjust\fP(3), \fIf_utf_string_maps_append\fP(3), \fIf_utf_string_maps_append_all\fP(3), \fIf_utf_string_maps_decimate_by\fP(3), \fIf_utf_string_maps_decrease_by\fP(3), \fIf_utf_string_maps_increase\fP(3), \fIf_utf_string_maps_increase_by\fP(3), \fIf_utf_string_maps_resize\fP(3), \fIf_utf_string_mapss_adjust\fP(3), \fIf_utf_string_mapss_append\fP(3), \fIf_utf_string_mapss_append_all\fP(3), \fIf_utf_string_mapss_decimate_by\fP(3), \fIf_utf_string_mapss_decrease_by\fP(3), \fIf_utf_string_mapss_increase\fP(3), \fIf_utf_string_mapss_increase_by\fP(3), \fIf_utf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8917515..411e516 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_resize.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mapss_resize.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mapss_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_mapss_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_mapss_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string mapss array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_maps_adjust\fP(3), \fIf_utf_string_maps_append\fP(3), \fIf_utf_string_maps_append_all\fP(3), \fIf_utf_string_maps_decimate_by\fP(3), \fIf_utf_string_maps_decrease_by\fP(3), \fIf_utf_string_maps_increase\fP(3), \fIf_utf_string_maps_increase_by\fP(3), \fIf_utf_string_maps_resize\fP(3), \fIf_utf_string_mapss_adjust\fP(3), \fIf_utf_string_mapss_append\fP(3), \fIf_utf_string_mapss_append_all\fP(3), \fIf_utf_string_mapss_decimate_by\fP(3), \fIf_utf_string_mapss_decrease_by\fP(3), \fIf_utf_string_mapss_increase\fP(3), \fIf_utf_string_mapss_increase_by\fP(3), \fIf_utf_string_mapss_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0c7ae7e..e86fa98 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mash.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mash.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mash "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_mash "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_mash .SH SYNOPSIS @@ -50,8 +50,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_append\fP(3), \fIf_utf_string_append_assure\fP(3), \fIf_utf_string_append_assure_nulless\fP(3), \fIf_utf_string_append_nulless\fP(3), \fIf_utf_string_mash\fP(3), \fIf_utf_string_mash_nulless\fP(3), \fIf_utf_string_mish\fP(3), \fIf_utf_string_mish_nulless\fP(3), \fIf_utf_string_prepend\fP(3), \fIf_utf_string_prepend_assure\fP(3), \fIf_utf_string_prepend_assure_nulless\fP(3), \fIf_utf_string_prepend_nulless\fP(3), \fIf_utf_string_seek_line\fP(3), \fIf_utf_string_seek_line_to\fP(3), \fIf_utf_string_seek_to\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f876b67..534184f 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mash_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mash_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mash_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_mash_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_mash_nulless .SH SYNOPSIS @@ -52,8 +52,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_append\fP(3), \fIf_utf_string_append_assure\fP(3), \fIf_utf_string_append_assure_nulless\fP(3), \fIf_utf_string_append_nulless\fP(3), \fIf_utf_string_mash\fP(3), \fIf_utf_string_mash_nulless\fP(3), \fIf_utf_string_mish\fP(3), \fIf_utf_string_mish_nulless\fP(3), \fIf_utf_string_prepend\fP(3), \fIf_utf_string_prepend_assure\fP(3), \fIf_utf_string_prepend_assure_nulless\fP(3), \fIf_utf_string_prepend_nulless\fP(3), \fIf_utf_string_seek_line\fP(3), \fIf_utf_string_seek_line_to\fP(3), \fIf_utf_string_seek_to\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 767dd69..00c99e0 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mish.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mish.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mish "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_mish "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_mish .SH SYNOPSIS @@ -50,8 +50,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_append\fP(3), \fIf_utf_string_append_assure\fP(3), \fIf_utf_string_append_assure_nulless\fP(3), \fIf_utf_string_append_nulless\fP(3), \fIf_utf_string_mash\fP(3), \fIf_utf_string_mash_nulless\fP(3), \fIf_utf_string_mish\fP(3), \fIf_utf_string_mish_nulless\fP(3), \fIf_utf_string_prepend\fP(3), \fIf_utf_string_prepend_assure\fP(3), \fIf_utf_string_prepend_assure_nulless\fP(3), \fIf_utf_string_prepend_nulless\fP(3), \fIf_utf_string_seek_line\fP(3), \fIf_utf_string_seek_line_to\fP(3), \fIf_utf_string_seek_to\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f8cfa6e..e27d166 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_mish_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_mish_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_mish_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_mish_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_mish_nulless .SH SYNOPSIS @@ -52,8 +52,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_append\fP(3), \fIf_utf_string_append_assure\fP(3), \fIf_utf_string_append_assure_nulless\fP(3), \fIf_utf_string_append_nulless\fP(3), \fIf_utf_string_mash\fP(3), \fIf_utf_string_mash_nulless\fP(3), \fIf_utf_string_mish\fP(3), \fIf_utf_string_mish_nulless\fP(3), \fIf_utf_string_prepend\fP(3), \fIf_utf_string_prepend_assure\fP(3), \fIf_utf_string_prepend_assure_nulless\fP(3), \fIf_utf_string_prepend_nulless\fP(3), \fIf_utf_string_seek_line\fP(3), \fIf_utf_string_seek_line_to\fP(3), \fIf_utf_string_seek_to\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 caa6cf3..e5de35f 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_prepend "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_prepend "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_prepend .SH SYNOPSIS @@ -40,8 +40,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_append\fP(3), \fIf_utf_string_append_assure\fP(3), \fIf_utf_string_append_assure_nulless\fP(3), \fIf_utf_string_append_nulless\fP(3), \fIf_utf_string_mash\fP(3), \fIf_utf_string_mash_nulless\fP(3), \fIf_utf_string_mish\fP(3), \fIf_utf_string_mish_nulless\fP(3), \fIf_utf_string_prepend\fP(3), \fIf_utf_string_prepend_assure\fP(3), \fIf_utf_string_prepend_assure_nulless\fP(3), \fIf_utf_string_prepend_nulless\fP(3), \fIf_utf_string_seek_line\fP(3), \fIf_utf_string_seek_line_to\fP(3), \fIf_utf_string_seek_to\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 042249e..ad527bf 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend_assure.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend_assure.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_prepend_assure "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_prepend_assure "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_prepend_assure .SH SYNOPSIS @@ -42,8 +42,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_append\fP(3), \fIf_utf_string_append_assure\fP(3), \fIf_utf_string_append_assure_nulless\fP(3), \fIf_utf_string_append_nulless\fP(3), \fIf_utf_string_mash\fP(3), \fIf_utf_string_mash_nulless\fP(3), \fIf_utf_string_mish\fP(3), \fIf_utf_string_mish_nulless\fP(3), \fIf_utf_string_prepend\fP(3), \fIf_utf_string_prepend_assure\fP(3), \fIf_utf_string_prepend_assure_nulless\fP(3), \fIf_utf_string_prepend_nulless\fP(3), \fIf_utf_string_seek_line\fP(3), \fIf_utf_string_seek_line_to\fP(3), \fIf_utf_string_seek_to\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d94ab14..92fceee 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend_assure_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend_assure_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_prepend_assure_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_prepend_assure_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_prepend_assure_nulless .SH SYNOPSIS @@ -42,8 +42,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_append\fP(3), \fIf_utf_string_append_assure\fP(3), \fIf_utf_string_append_assure_nulless\fP(3), \fIf_utf_string_append_nulless\fP(3), \fIf_utf_string_mash\fP(3), \fIf_utf_string_mash_nulless\fP(3), \fIf_utf_string_mish\fP(3), \fIf_utf_string_mish_nulless\fP(3), \fIf_utf_string_prepend\fP(3), \fIf_utf_string_prepend_assure\fP(3), \fIf_utf_string_prepend_assure_nulless\fP(3), \fIf_utf_string_prepend_nulless\fP(3), \fIf_utf_string_seek_line\fP(3), \fIf_utf_string_seek_line_to\fP(3), \fIf_utf_string_seek_to\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7d64cec..c26b113 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend_nulless.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_prepend_nulless.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_prepend_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_prepend_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_prepend_nulless .SH SYNOPSIS @@ -42,8 +42,15 @@ The destination string the source is prepended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_append\fP(3), \fIf_utf_string_append_assure\fP(3), \fIf_utf_string_append_assure_nulless\fP(3), \fIf_utf_string_append_nulless\fP(3), \fIf_utf_string_mash\fP(3), \fIf_utf_string_mash_nulless\fP(3), \fIf_utf_string_mish\fP(3), \fIf_utf_string_mish_nulless\fP(3), \fIf_utf_string_prepend\fP(3), \fIf_utf_string_prepend_assure\fP(3), \fIf_utf_string_prepend_assure_nulless\fP(3), \fIf_utf_string_prepend_nulless\fP(3), \fIf_utf_string_seek_line\fP(3), \fIf_utf_string_seek_line_to\fP(3), \fIf_utf_string_seek_to\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a54abb2..6161aa9 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_seek_line.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_seek_line.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_seek_line "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_seek_line "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_seek_line .SH SYNOPSIS @@ -37,8 +37,15 @@ A range within the buffer representing the start and stop locations. The start l \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_append\fP(3), \fIf_utf_string_append_assure\fP(3), \fIf_utf_string_append_assure_nulless\fP(3), \fIf_utf_string_append_nulless\fP(3), \fIf_utf_string_mash\fP(3), \fIf_utf_string_mash_nulless\fP(3), \fIf_utf_string_mish\fP(3), \fIf_utf_string_mish_nulless\fP(3), \fIf_utf_string_prepend\fP(3), \fIf_utf_string_prepend_assure\fP(3), \fIf_utf_string_prepend_assure_nulless\fP(3), \fIf_utf_string_prepend_nulless\fP(3), \fIf_utf_string_seek_line\fP(3), \fIf_utf_string_seek_line_to\fP(3), \fIf_utf_string_seek_to\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f801447..a7568d6 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_seek_line_to.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_seek_line_to.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_seek_line_to "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_seek_line_to "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_seek_line_to .SH SYNOPSIS @@ -13,7 +13,6 @@ f_utf_string_seek_line_to .fi .SH DESCRIPTION .PP -Seek the string location forward until the character (1-byte wide) or EOL is reached. .SH PARAMETERS .TP .B string @@ -37,9 +36,18 @@ A range within the buffer representing the start and stop locations. The start l .br \fBF_data_not_stop\fP if range.start > range.stop. .br +Seek the string location forward until the character (1-byte wide) or EOL is reached. +.br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_append\fP(3), \fIf_utf_string_append_assure\fP(3), \fIf_utf_string_append_assure_nulless\fP(3), \fIf_utf_string_append_nulless\fP(3), \fIf_utf_string_mash\fP(3), \fIf_utf_string_mash_nulless\fP(3), \fIf_utf_string_mish\fP(3), \fIf_utf_string_mish_nulless\fP(3), \fIf_utf_string_prepend\fP(3), \fIf_utf_string_prepend_assure\fP(3), \fIf_utf_string_prepend_assure_nulless\fP(3), \fIf_utf_string_prepend_nulless\fP(3), \fIf_utf_string_seek_line\fP(3), \fIf_utf_string_seek_line_to\fP(3), \fIf_utf_string_seek_to\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ce0134a..47a5d57 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_seek_to.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_seek_to.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_seek_to "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_seek_to "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_seek_to .SH SYNOPSIS @@ -40,8 +40,15 @@ A range within the buffer representing the start and stop locations. The start l \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_append\fP(3), \fIf_utf_string_append_assure\fP(3), \fIf_utf_string_append_assure_nulless\fP(3), \fIf_utf_string_append_nulless\fP(3), \fIf_utf_string_mash\fP(3), \fIf_utf_string_mash_nulless\fP(3), \fIf_utf_string_mish\fP(3), \fIf_utf_string_mish_nulless\fP(3), \fIf_utf_string_prepend\fP(3), \fIf_utf_string_prepend_assure\fP(3), \fIf_utf_string_prepend_assure_nulless\fP(3), \fIf_utf_string_prepend_nulless\fP(3), \fIf_utf_string_seek_line\fP(3), \fIf_utf_string_seek_line_to\fP(3), \fIf_utf_string_seek_to\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 aeb934b..41667c8 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_adjust.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_adjust.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_triples_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_triples_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_triples_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string triples array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_triples_adjust\fP(3), \fIf_utf_string_triples_append\fP(3), \fIf_utf_string_triples_append_all\fP(3), \fIf_utf_string_triples_decimate_by\fP(3), \fIf_utf_string_triples_decrease_by\fP(3), \fIf_utf_string_triples_increase\fP(3), \fIf_utf_string_triples_increase_by\fP(3), \fIf_utf_string_triples_resize\fP(3), \fIf_utf_string_tripless_adjust\fP(3), \fIf_utf_string_tripless_append\fP(3), \fIf_utf_string_tripless_append_all\fP(3), \fIf_utf_string_tripless_decimate_by\fP(3), \fIf_utf_string_tripless_decrease_by\fP(3), \fIf_utf_string_tripless_increase\fP(3), \fIf_utf_string_tripless_increase_by\fP(3), \fIf_utf_string_tripless_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 222633f..c284c89 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_triples_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_triples_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_triples_append .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination triples the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_triples_adjust\fP(3), \fIf_utf_string_triples_append\fP(3), \fIf_utf_string_triples_append_all\fP(3), \fIf_utf_string_triples_decimate_by\fP(3), \fIf_utf_string_triples_decrease_by\fP(3), \fIf_utf_string_triples_increase\fP(3), \fIf_utf_string_triples_increase_by\fP(3), \fIf_utf_string_triples_resize\fP(3), \fIf_utf_string_tripless_adjust\fP(3), \fIf_utf_string_tripless_append\fP(3), \fIf_utf_string_tripless_append_all\fP(3), \fIf_utf_string_tripless_decimate_by\fP(3), \fIf_utf_string_tripless_decrease_by\fP(3), \fIf_utf_string_tripless_increase\fP(3), \fIf_utf_string_tripless_increase_by\fP(3), \fIf_utf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 01487c3..d4903b4 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_append_all.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_append_all.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_triples_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_triples_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_triples_append_all .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination triples the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_triples_adjust\fP(3), \fIf_utf_string_triples_append\fP(3), \fIf_utf_string_triples_append_all\fP(3), \fIf_utf_string_triples_decimate_by\fP(3), \fIf_utf_string_triples_decrease_by\fP(3), \fIf_utf_string_triples_increase\fP(3), \fIf_utf_string_triples_increase_by\fP(3), \fIf_utf_string_triples_resize\fP(3), \fIf_utf_string_tripless_adjust\fP(3), \fIf_utf_string_tripless_append\fP(3), \fIf_utf_string_tripless_append_all\fP(3), \fIf_utf_string_tripless_decimate_by\fP(3), \fIf_utf_string_tripless_decrease_by\fP(3), \fIf_utf_string_tripless_increase\fP(3), \fIf_utf_string_tripless_increase_by\fP(3), \fIf_utf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1fef48a..954a3c9 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_decimate_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_triples_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_triples_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_triples_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string triples array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_triples_adjust\fP(3), \fIf_utf_string_triples_append\fP(3), \fIf_utf_string_triples_append_all\fP(3), \fIf_utf_string_triples_decimate_by\fP(3), \fIf_utf_string_triples_decrease_by\fP(3), \fIf_utf_string_triples_increase\fP(3), \fIf_utf_string_triples_increase_by\fP(3), \fIf_utf_string_triples_resize\fP(3), \fIf_utf_string_tripless_adjust\fP(3), \fIf_utf_string_tripless_append\fP(3), \fIf_utf_string_tripless_append_all\fP(3), \fIf_utf_string_tripless_decimate_by\fP(3), \fIf_utf_string_tripless_decrease_by\fP(3), \fIf_utf_string_tripless_increase\fP(3), \fIf_utf_string_tripless_increase_by\fP(3), \fIf_utf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ad95c77..676a43b 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_decrease_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_triples_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_triples_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_triples_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string triples array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_triples_adjust\fP(3), \fIf_utf_string_triples_append\fP(3), \fIf_utf_string_triples_append_all\fP(3), \fIf_utf_string_triples_decimate_by\fP(3), \fIf_utf_string_triples_decrease_by\fP(3), \fIf_utf_string_triples_increase\fP(3), \fIf_utf_string_triples_increase_by\fP(3), \fIf_utf_string_triples_resize\fP(3), \fIf_utf_string_tripless_adjust\fP(3), \fIf_utf_string_tripless_append\fP(3), \fIf_utf_string_tripless_append_all\fP(3), \fIf_utf_string_tripless_decimate_by\fP(3), \fIf_utf_string_tripless_decrease_by\fP(3), \fIf_utf_string_tripless_increase\fP(3), \fIf_utf_string_tripless_increase_by\fP(3), \fIf_utf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e4ef3d0..d0d4861 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_increase.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_increase.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_triples_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_triples_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_triples_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string triples array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_triples_adjust\fP(3), \fIf_utf_string_triples_append\fP(3), \fIf_utf_string_triples_append_all\fP(3), \fIf_utf_string_triples_decimate_by\fP(3), \fIf_utf_string_triples_decrease_by\fP(3), \fIf_utf_string_triples_increase\fP(3), \fIf_utf_string_triples_increase_by\fP(3), \fIf_utf_string_triples_resize\fP(3), \fIf_utf_string_tripless_adjust\fP(3), \fIf_utf_string_tripless_append\fP(3), \fIf_utf_string_tripless_append_all\fP(3), \fIf_utf_string_tripless_decimate_by\fP(3), \fIf_utf_string_tripless_decrease_by\fP(3), \fIf_utf_string_tripless_increase\fP(3), \fIf_utf_string_tripless_increase_by\fP(3), \fIf_utf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 58c7371..c2db01e 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_increase_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_triples_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_triples_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_triples_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string triples array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_triples_adjust\fP(3), \fIf_utf_string_triples_append\fP(3), \fIf_utf_string_triples_append_all\fP(3), \fIf_utf_string_triples_decimate_by\fP(3), \fIf_utf_string_triples_decrease_by\fP(3), \fIf_utf_string_triples_increase\fP(3), \fIf_utf_string_triples_increase_by\fP(3), \fIf_utf_string_triples_resize\fP(3), \fIf_utf_string_tripless_adjust\fP(3), \fIf_utf_string_tripless_append\fP(3), \fIf_utf_string_tripless_append_all\fP(3), \fIf_utf_string_tripless_decimate_by\fP(3), \fIf_utf_string_tripless_decrease_by\fP(3), \fIf_utf_string_tripless_increase\fP(3), \fIf_utf_string_tripless_increase_by\fP(3), \fIf_utf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 42b369d..a25001d 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_resize.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_triples_resize.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_triples_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_triples_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_triples_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string triples array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_triples_adjust\fP(3), \fIf_utf_string_triples_append\fP(3), \fIf_utf_string_triples_append_all\fP(3), \fIf_utf_string_triples_decimate_by\fP(3), \fIf_utf_string_triples_decrease_by\fP(3), \fIf_utf_string_triples_increase\fP(3), \fIf_utf_string_triples_increase_by\fP(3), \fIf_utf_string_triples_resize\fP(3), \fIf_utf_string_tripless_adjust\fP(3), \fIf_utf_string_tripless_append\fP(3), \fIf_utf_string_tripless_append_all\fP(3), \fIf_utf_string_tripless_decimate_by\fP(3), \fIf_utf_string_tripless_decrease_by\fP(3), \fIf_utf_string_tripless_increase\fP(3), \fIf_utf_string_tripless_increase_by\fP(3), \fIf_utf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 45538f0..91c85e2 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_adjust.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_adjust.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_tripless_adjust "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_tripless_adjust "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_tripless_adjust .SH SYNOPSIS @@ -29,8 +29,15 @@ The string tripless array to resize. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_triples_adjust\fP(3), \fIf_utf_string_triples_append\fP(3), \fIf_utf_string_triples_append_all\fP(3), \fIf_utf_string_triples_decimate_by\fP(3), \fIf_utf_string_triples_decrease_by\fP(3), \fIf_utf_string_triples_increase\fP(3), \fIf_utf_string_triples_increase_by\fP(3), \fIf_utf_string_triples_resize\fP(3), \fIf_utf_string_tripless_adjust\fP(3), \fIf_utf_string_tripless_append\fP(3), \fIf_utf_string_tripless_append_all\fP(3), \fIf_utf_string_tripless_decimate_by\fP(3), \fIf_utf_string_tripless_decrease_by\fP(3), \fIf_utf_string_tripless_increase\fP(3), \fIf_utf_string_tripless_increase_by\fP(3), \fIf_utf_string_tripless_resize\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e058c24..eea2957 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_append.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_append.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_tripless_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_tripless_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_tripless_append .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination tripless the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_triples_adjust\fP(3), \fIf_utf_string_triples_append\fP(3), \fIf_utf_string_triples_append_all\fP(3), \fIf_utf_string_triples_decimate_by\fP(3), \fIf_utf_string_triples_decrease_by\fP(3), \fIf_utf_string_triples_increase\fP(3), \fIf_utf_string_triples_increase_by\fP(3), \fIf_utf_string_triples_resize\fP(3), \fIf_utf_string_tripless_adjust\fP(3), \fIf_utf_string_tripless_append\fP(3), \fIf_utf_string_tripless_append_all\fP(3), \fIf_utf_string_tripless_decimate_by\fP(3), \fIf_utf_string_tripless_decrease_by\fP(3), \fIf_utf_string_tripless_increase\fP(3), \fIf_utf_string_tripless_increase_by\fP(3), \fIf_utf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 029f093..af62c60 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_append_all.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_append_all.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_tripless_append_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_tripless_append_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_tripless_append_all .SH SYNOPSIS @@ -33,8 +33,15 @@ The destination tripless the source is appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_triples_adjust\fP(3), \fIf_utf_string_triples_append\fP(3), \fIf_utf_string_triples_append_all\fP(3), \fIf_utf_string_triples_decimate_by\fP(3), \fIf_utf_string_triples_decrease_by\fP(3), \fIf_utf_string_triples_increase\fP(3), \fIf_utf_string_triples_increase_by\fP(3), \fIf_utf_string_triples_resize\fP(3), \fIf_utf_string_tripless_adjust\fP(3), \fIf_utf_string_tripless_append\fP(3), \fIf_utf_string_tripless_append_all\fP(3), \fIf_utf_string_tripless_decimate_by\fP(3), \fIf_utf_string_tripless_decrease_by\fP(3), \fIf_utf_string_tripless_increase\fP(3), \fIf_utf_string_tripless_increase_by\fP(3), \fIf_utf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 913ad57..6e6cdad 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_decimate_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_decimate_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_tripless_decimate_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_tripless_decimate_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_tripless_decimate_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string tripless array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_triples_adjust\fP(3), \fIf_utf_string_triples_append\fP(3), \fIf_utf_string_triples_append_all\fP(3), \fIf_utf_string_triples_decimate_by\fP(3), \fIf_utf_string_triples_decrease_by\fP(3), \fIf_utf_string_triples_increase\fP(3), \fIf_utf_string_triples_increase_by\fP(3), \fIf_utf_string_triples_resize\fP(3), \fIf_utf_string_tripless_adjust\fP(3), \fIf_utf_string_tripless_append\fP(3), \fIf_utf_string_tripless_append_all\fP(3), \fIf_utf_string_tripless_decimate_by\fP(3), \fIf_utf_string_tripless_decrease_by\fP(3), \fIf_utf_string_tripless_increase\fP(3), \fIf_utf_string_tripless_increase_by\fP(3), \fIf_utf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 58b70a9..1dfaaf5 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_decrease_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_decrease_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_tripless_decrease_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_tripless_decrease_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_tripless_decrease_by .SH SYNOPSIS @@ -33,8 +33,15 @@ The string tripless array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_triples_adjust\fP(3), \fIf_utf_string_triples_append\fP(3), \fIf_utf_string_triples_append_all\fP(3), \fIf_utf_string_triples_decimate_by\fP(3), \fIf_utf_string_triples_decrease_by\fP(3), \fIf_utf_string_triples_increase\fP(3), \fIf_utf_string_triples_increase_by\fP(3), \fIf_utf_string_triples_resize\fP(3), \fIf_utf_string_tripless_adjust\fP(3), \fIf_utf_string_tripless_append\fP(3), \fIf_utf_string_tripless_append_all\fP(3), \fIf_utf_string_tripless_decimate_by\fP(3), \fIf_utf_string_tripless_decrease_by\fP(3), \fIf_utf_string_tripless_increase\fP(3), \fIf_utf_string_tripless_increase_by\fP(3), \fIf_utf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 082fc01..ded923c 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_increase.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_increase.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_tripless_increase "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_tripless_increase "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_tripless_increase .SH SYNOPSIS @@ -35,8 +35,15 @@ The string tripless array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_triples_adjust\fP(3), \fIf_utf_string_triples_append\fP(3), \fIf_utf_string_triples_append_all\fP(3), \fIf_utf_string_triples_decimate_by\fP(3), \fIf_utf_string_triples_decrease_by\fP(3), \fIf_utf_string_triples_increase\fP(3), \fIf_utf_string_triples_increase_by\fP(3), \fIf_utf_string_triples_resize\fP(3), \fIf_utf_string_tripless_adjust\fP(3), \fIf_utf_string_tripless_append\fP(3), \fIf_utf_string_tripless_append_all\fP(3), \fIf_utf_string_tripless_decimate_by\fP(3), \fIf_utf_string_tripless_decrease_by\fP(3), \fIf_utf_string_tripless_increase\fP(3), \fIf_utf_string_tripless_increase_by\fP(3), \fIf_utf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ffa2a03..25a2803 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_increase_by.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_increase_by.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_tripless_increase_by "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_tripless_increase_by "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_tripless_increase_by .SH SYNOPSIS @@ -35,8 +35,15 @@ The string tripless array to resize. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_triples_adjust\fP(3), \fIf_utf_string_triples_append\fP(3), \fIf_utf_string_triples_append_all\fP(3), \fIf_utf_string_triples_decimate_by\fP(3), \fIf_utf_string_triples_decrease_by\fP(3), \fIf_utf_string_triples_increase\fP(3), \fIf_utf_string_triples_increase_by\fP(3), \fIf_utf_string_triples_resize\fP(3), \fIf_utf_string_tripless_adjust\fP(3), \fIf_utf_string_tripless_append\fP(3), \fIf_utf_string_tripless_append_all\fP(3), \fIf_utf_string_tripless_decimate_by\fP(3), \fIf_utf_string_tripless_decrease_by\fP(3), \fIf_utf_string_tripless_increase\fP(3), \fIf_utf_string_tripless_increase_by\fP(3), \fIf_utf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ab4f99e..de68e0a 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_resize.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_string_tripless_resize.3 @@ -1,4 +1,4 @@ -.TH f_utf_string_tripless_resize "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_string_tripless_resize "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_string_tripless_resize .SH SYNOPSIS @@ -29,8 +29,15 @@ The string tripless array to adjust. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_memory_resize(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_string_triples_adjust\fP(3), \fIf_utf_string_triples_append\fP(3), \fIf_utf_string_triples_append_all\fP(3), \fIf_utf_string_triples_decimate_by\fP(3), \fIf_utf_string_triples_decrease_by\fP(3), \fIf_utf_string_triples_increase\fP(3), \fIf_utf_string_triples_increase_by\fP(3), \fIf_utf_string_triples_resize\fP(3), \fIf_utf_string_tripless_adjust\fP(3), \fIf_utf_string_tripless_append\fP(3), \fIf_utf_string_tripless_append_all\fP(3), \fIf_utf_string_tripless_decimate_by\fP(3), \fIf_utf_string_tripless_decrease_by\fP(3), \fIf_utf_string_tripless_increase\fP(3), \fIf_utf_string_tripless_increase_by\fP(3), \fIf_utf_string_tripless_resize\fP(3), \fIf_memory_resize()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5e46107..d5f343e 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_unicode_from.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_unicode_from.3 @@ -1,4 +1,4 @@ -.TH f_utf_unicode_from "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_unicode_from "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_unicode_from .SH SYNOPSIS @@ -38,8 +38,15 @@ The (UTF-8) character as a sequence of bytes. This must have a length equal to t \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_char_to_char\fP(3), \fIf_utf_char_to_character\fP(3), \fIf_utf_character_unicode_from\fP(3), \fIf_utf_character_unicode_string_to\fP(3), \fIf_utf_character_unicode_to\fP(3), \fIf_utf_unicode_from\fP(3), \fIf_utf_unicode_string_to\fP(3), \fIf_utf_unicode_to\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ce9b437..dbbb2d5 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_unicode_string_to.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_unicode_string_to.3 @@ -1,4 +1,4 @@ -.TH f_utf_unicode_string_to "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_unicode_string_to "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_unicode_string_to .SH SYNOPSIS @@ -38,8 +38,15 @@ A 32-bit integer representing the Unicode (such as U+0001). Does not need to be \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_valid_not\fP (with error bit) if string is not a valid Unicode string. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_char_to_char\fP(3), \fIf_utf_char_to_character\fP(3), \fIf_utf_character_unicode_from\fP(3), \fIf_utf_character_unicode_string_to\fP(3), \fIf_utf_character_unicode_to\fP(3), \fIf_utf_unicode_from\fP(3), \fIf_utf_unicode_string_to\fP(3), \fIf_utf_unicode_to\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1fd0bac..f7a3f87 100644 --- a/level_0/f_utf/data/documentation/man/man3/f_utf_unicode_to.3 +++ b/level_0/f_utf/data/documentation/man/man3/f_utf_unicode_to.3 @@ -1,4 +1,4 @@ -.TH f_utf_unicode_to "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH f_utf_unicode_to "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" f_utf_unicode_to .SH SYNOPSIS @@ -38,8 +38,15 @@ A 32-bit integer representing the Unicode (such as U+0001). Does not need to be \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br \fBF_utf_not\fP (with error bit) if unicode is an invalid Unicode character. +.SH SEE ALSO +.PP +.nh +.ad l +\fIf_utf_char_to_char\fP(3), \fIf_utf_char_to_character\fP(3), \fIf_utf_character_unicode_from\fP(3), \fIf_utf_character_unicode_string_to\fP(3), \fIf_utf_character_unicode_to\fP(3), \fIf_utf_unicode_from\fP(3), \fIf_utf_unicode_string_to\fP(3), \fIf_utf_unicode_to\fP(3), \fIf_utf_character_is_valid()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/combining-all.txt b/level_0/f_utf/data/tests/bytesequences/combining-all.txt index 311f634..a8926d5 100644 --- a/level_0/f_utf/data/tests/bytesequences/combining-all.txt +++ b/level_0/f_utf/data/tests/bytesequences/combining-all.txt @@ -1696,8 +1696,3 @@ 15710381 15710382 15710383 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/control-all.txt b/level_0/f_utf/data/tests/bytesequences/control-all.txt index 935ee9b..78d4695 100644 --- a/level_0/f_utf/data/tests/bytesequences/control-all.txt +++ b/level_0/f_utf/data/tests/bytesequences/control-all.txt @@ -144,8 +144,3 @@ 4036202899 4036202900 4036202901 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/digit-all.txt b/level_0/f_utf/data/tests/bytesequences/digit-all.txt index a861a72..0d0aae1 100644 --- a/level_0/f_utf/data/tests/bytesequences/digit-all.txt +++ b/level_0/f_utf/data/tests/bytesequences/digit-all.txt @@ -1641,8 +1641,3 @@ 4036924343 4036924344 4036924345 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/emoji-all.txt b/level_0/f_utf/data/tests/bytesequences/emoji-all.txt index fa04275..09ad40e 100644 --- a/level_0/f_utf/data/tests/bytesequences/emoji-all.txt +++ b/level_0/f_utf/data/tests/bytesequences/emoji-all.txt @@ -1380,8 +1380,3 @@ 14909629 14912151 14912153 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/numeric-all.txt b/level_0/f_utf/data/tests/bytesequences/numeric-all.txt index 10e8b40..a4b419a 100644 --- a/level_0/f_utf/data/tests/bytesequences/numeric-all.txt +++ b/level_0/f_utf/data/tests/bytesequences/numeric-all.txt @@ -1830,8 +1830,3 @@ 4036985994 4036985995 4036985996 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/phonetic-all.txt b/level_0/f_utf/data/tests/bytesequences/phonetic-all.txt index 51ebc32..c51ad3e 100644 --- a/level_0/f_utf/data/tests/bytesequences/phonetic-all.txt +++ b/level_0/f_utf/data/tests/bytesequences/phonetic-all.txt @@ -190,8 +190,3 @@ 14792381 14792382 14792383 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/private-all.txt b/level_0/f_utf/data/tests/bytesequences/private-all.txt index a5758a3..a0466a7 100644 --- a/level_0/f_utf/data/tests/bytesequences/private-all.txt +++ b/level_0/f_utf/data/tests/bytesequences/private-all.txt @@ -137466,8 +137466,3 @@ 4103061435 4103061436 4103061437 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/punctuation-all.txt b/level_0/f_utf/data/tests/bytesequences/punctuation-all.txt index 05ec733..c6d4d5a 100644 --- a/level_0/f_utf/data/tests/bytesequences/punctuation-all.txt +++ b/level_0/f_utf/data/tests/bytesequences/punctuation-all.txt @@ -817,8 +817,3 @@ 15711651 15711652 15711653 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/subscript-all.txt b/level_0/f_utf/data/tests/bytesequences/subscript-all.txt index 1ebdb7d..b4606e8 100644 --- a/level_0/f_utf/data/tests/bytesequences/subscript-all.txt +++ b/level_0/f_utf/data/tests/bytesequences/subscript-all.txt @@ -36,8 +36,3 @@ 14844571 14844572 14856636 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/superscript-all.txt b/level_0/f_utf/data/tests/bytesequences/superscript-all.txt index f0dec87..d2e8f5f 100644 --- a/level_0/f_utf/data/tests/bytesequences/superscript-all.txt +++ b/level_0/f_utf/data/tests/bytesequences/superscript-all.txt @@ -274,8 +274,3 @@ 15379869 15379870 15379871 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/symbol-all.txt b/level_0/f_utf/data/tests/bytesequences/symbol-all.txt index 361bb1b..fb31aa3 100644 --- a/level_0/f_utf/data/tests/bytesequences/symbol-all.txt +++ b/level_0/f_utf/data/tests/bytesequences/symbol-all.txt @@ -7739,8 +7739,3 @@ 15712174 15712188 15712189 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/whitespace-all.txt b/level_0/f_utf/data/tests/bytesequences/whitespace-all.txt index b0660ed..6ed2817 100644 --- a/level_0/f_utf/data/tests/bytesequences/whitespace-all.txt +++ b/level_0/f_utf/data/tests/bytesequences/whitespace-all.txt @@ -15,8 +15,3 @@ 14844079 14844319 14909568 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/whitespace-modifier.txt b/level_0/f_utf/data/tests/bytesequences/whitespace-modifier.txt index f924263..296f48f 100644 --- a/level_0/f_utf/data/tests/bytesequences/whitespace-modifier.txt +++ b/level_0/f_utf/data/tests/bytesequences/whitespace-modifier.txt @@ -78,8 +78,3 @@ 52157 52158 52159 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/whitespace-other.txt b/level_0/f_utf/data/tests/bytesequences/whitespace-other.txt index 3c5220f..c581199 100644 --- a/level_0/f_utf/data/tests/bytesequences/whitespace-other.txt +++ b/level_0/f_utf/data/tests/bytesequences/whitespace-other.txt @@ -1,6 +1 @@ 14785152 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/whitespace-zero_width.txt b/level_0/f_utf/data/tests/bytesequences/whitespace-zero_width.txt index c96d6a8..f846e4f 100644 --- a/level_0/f_utf/data/tests/bytesequences/whitespace-zero_width.txt +++ b/level_0/f_utf/data/tests/bytesequences/whitespace-zero_width.txt @@ -1,6 +1 @@ 14844043 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/wide-all.txt b/level_0/f_utf/data/tests/bytesequences/wide-all.txt index 6c3b562..c202ea0 100644 --- a/level_0/f_utf/data/tests/bytesequences/wide-all.txt +++ b/level_0/f_utf/data/tests/bytesequences/wide-all.txt @@ -52754,8 +52754,3 @@ 15712164 15712165 15712166 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/word-all.txt b/level_0/f_utf/data/tests/bytesequences/word-all.txt index 0f57d0c..250189e 100644 --- a/level_0/f_utf/data/tests/bytesequences/word-all.txt +++ b/level_0/f_utf/data/tests/bytesequences/word-all.txt @@ -9,8 +9,3 @@ 15711423 15710387 15710388 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/word-lax.txt b/level_0/f_utf/data/tests/bytesequences/word-lax.txt index b4cccc9..0ebf2a8 100644 --- a/level_0/f_utf/data/tests/bytesequences/word-lax.txt +++ b/level_0/f_utf/data/tests/bytesequences/word-lax.txt @@ -7,8 +7,3 @@ 15710606 15710607 15711423 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/word_dash-all.txt b/level_0/f_utf/data/tests/bytesequences/word_dash-all.txt index 9b564c3..10e536e 100644 --- a/level_0/f_utf/data/tests/bytesequences/word_dash-all.txt +++ b/level_0/f_utf/data/tests/bytesequences/word_dash-all.txt @@ -10,8 +10,3 @@ 15711423 15710387 15710388 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/word_dash-lax.txt b/level_0/f_utf/data/tests/bytesequences/word_dash-lax.txt index 1a5ab4c..4ea8349 100644 --- a/level_0/f_utf/data/tests/bytesequences/word_dash-lax.txt +++ b/level_0/f_utf/data/tests/bytesequences/word_dash-lax.txt @@ -8,8 +8,3 @@ 15710606 15710607 15711423 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/word_dash_plus-all.txt b/level_0/f_utf/data/tests/bytesequences/word_dash_plus-all.txt index fd91286..9fc3025 100644 --- a/level_0/f_utf/data/tests/bytesequences/word_dash_plus-all.txt +++ b/level_0/f_utf/data/tests/bytesequences/word_dash_plus-all.txt @@ -11,8 +11,3 @@ 15711423 15710387 15710388 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/word_dash_plus-lax.txt b/level_0/f_utf/data/tests/bytesequences/word_dash_plus-lax.txt index 665cccc..15b0c6c 100644 --- a/level_0/f_utf/data/tests/bytesequences/word_dash_plus-lax.txt +++ b/level_0/f_utf/data/tests/bytesequences/word_dash_plus-lax.txt @@ -9,8 +9,3 @@ 15710606 15710607 15711423 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/bytesequences/zero_width-all.txt b/level_0/f_utf/data/tests/bytesequences/zero_width-all.txt index 6037cb5..6b5c7e0 100644 --- a/level_0/f_utf/data/tests/bytesequences/zero_width-all.txt +++ b/level_0/f_utf/data/tests/bytesequences/zero_width-all.txt @@ -34,8 +34,3 @@ 14844045 14844320 15711167 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/combining-all.txt b/level_0/f_utf/data/tests/codepoints/combining-all.txt index 93c2d60..a0632ed 100644 --- a/level_0/f_utf/data/tests/codepoints/combining-all.txt +++ b/level_0/f_utf/data/tests/codepoints/combining-all.txt @@ -1696,8 +1696,3 @@ U+FE2C U+FE2D U+FE2E U+FE2F -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/control-all.txt b/level_0/f_utf/data/tests/codepoints/control-all.txt index 095e09c..e333f00 100644 --- a/level_0/f_utf/data/tests/codepoints/control-all.txt +++ b/level_0/f_utf/data/tests/codepoints/control-all.txt @@ -144,8 +144,3 @@ U+13452 U+13453 U+13454 U+13455 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/digit-all.txt b/level_0/f_utf/data/tests/codepoints/digit-all.txt index 57cbca8..7c17dbc 100644 --- a/level_0/f_utf/data/tests/codepoints/digit-all.txt +++ b/level_0/f_utf/data/tests/codepoints/digit-all.txt @@ -1641,8 +1641,3 @@ U+1E4F6 U+1E4F7 U+1E4F8 U+1E4F9 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/emoji-all.txt b/level_0/f_utf/data/tests/codepoints/emoji-all.txt index 1a76d8f..6fd5e16 100644 --- a/level_0/f_utf/data/tests/codepoints/emoji-all.txt +++ b/level_0/f_utf/data/tests/codepoints/emoji-all.txt @@ -1378,8 +1378,3 @@ U+3030 U+303D U+3297 U+3299 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/numeric-all.txt b/level_0/f_utf/data/tests/codepoints/numeric-all.txt index a4018d8..b108d1a 100644 --- a/level_0/f_utf/data/tests/codepoints/numeric-all.txt +++ b/level_0/f_utf/data/tests/codepoints/numeric-all.txt @@ -1830,8 +1830,3 @@ U+1F109 U+1F10A U+1F10B U+1F10C -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/phonetic-all.txt b/level_0/f_utf/data/tests/codepoints/phonetic-all.txt index 34cee57..0c2849f 100644 --- a/level_0/f_utf/data/tests/codepoints/phonetic-all.txt +++ b/level_0/f_utf/data/tests/codepoints/phonetic-all.txt @@ -190,8 +190,3 @@ U+1DBC U+1DBD U+1DBE U+1DBF -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/private-all.txt b/level_0/f_utf/data/tests/codepoints/private-all.txt index 7c9dfa3..edc57df 100644 --- a/level_0/f_utf/data/tests/codepoints/private-all.txt +++ b/level_0/f_utf/data/tests/codepoints/private-all.txt @@ -137466,8 +137466,3 @@ U+10FFFA U+10FFFB U+10FFFC U+10FFFD -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/punctuation-all.txt b/level_0/f_utf/data/tests/codepoints/punctuation-all.txt index a79b8cf..6440757 100644 --- a/level_0/f_utf/data/tests/codepoints/punctuation-all.txt +++ b/level_0/f_utf/data/tests/codepoints/punctuation-all.txt @@ -817,8 +817,3 @@ U+FF62 U+FF63 U+FF64 U+FF65 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/subscript-all.txt b/level_0/f_utf/data/tests/codepoints/subscript-all.txt index 8ed46f9..34ab114 100644 --- a/level_0/f_utf/data/tests/codepoints/subscript-all.txt +++ b/level_0/f_utf/data/tests/codepoints/subscript-all.txt @@ -36,8 +36,3 @@ U+209A U+209B U+209C U+2C7C -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/superscript-all.txt b/level_0/f_utf/data/tests/codepoints/superscript-all.txt index 57f65ab..c2be690 100644 --- a/level_0/f_utf/data/tests/codepoints/superscript-all.txt +++ b/level_0/f_utf/data/tests/codepoints/superscript-all.txt @@ -274,8 +274,3 @@ U+AB5C U+AB5D U+AB5E U+AB5F -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/symbol-all.txt b/level_0/f_utf/data/tests/codepoints/symbol-all.txt index 97a418c..3b7d7b5 100644 --- a/level_0/f_utf/data/tests/codepoints/symbol-all.txt +++ b/level_0/f_utf/data/tests/codepoints/symbol-all.txt @@ -7739,8 +7739,3 @@ U+FFED U+FFEE U+FFFC U+FFFD -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/whitespace-all.txt b/level_0/f_utf/data/tests/codepoints/whitespace-all.txt index 06113e0..433ee9f 100644 --- a/level_0/f_utf/data/tests/codepoints/whitespace-all.txt +++ b/level_0/f_utf/data/tests/codepoints/whitespace-all.txt @@ -12,8 +12,3 @@ U+2009 U+200A U+200B U+3000 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/whitespace-modifier.txt b/level_0/f_utf/data/tests/codepoints/whitespace-modifier.txt index 921cc14..be9c212 100644 --- a/level_0/f_utf/data/tests/codepoints/whitespace-modifier.txt +++ b/level_0/f_utf/data/tests/codepoints/whitespace-modifier.txt @@ -78,8 +78,3 @@ U+02FC U+02FD U+02FE U+02FF -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/whitespace-other.txt b/level_0/f_utf/data/tests/codepoints/whitespace-other.txt index 71c5498..e313bd2 100644 --- a/level_0/f_utf/data/tests/codepoints/whitespace-other.txt +++ b/level_0/f_utf/data/tests/codepoints/whitespace-other.txt @@ -1,6 +1 @@ U+1680 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/whitespace-zero_width.txt b/level_0/f_utf/data/tests/codepoints/whitespace-zero_width.txt index fe3f8c5..ef54693 100644 --- a/level_0/f_utf/data/tests/codepoints/whitespace-zero_width.txt +++ b/level_0/f_utf/data/tests/codepoints/whitespace-zero_width.txt @@ -1,6 +1 @@ U+200B -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/wide-all.txt b/level_0/f_utf/data/tests/codepoints/wide-all.txt index 5091f69..5978c33 100644 --- a/level_0/f_utf/data/tests/codepoints/wide-all.txt +++ b/level_0/f_utf/data/tests/codepoints/wide-all.txt @@ -52754,8 +52754,3 @@ U+FFE3 U+FFE4 U+FFE5 U+FFE6 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/word-all.txt b/level_0/f_utf/data/tests/codepoints/word-all.txt index 163f6af..9586ace 100644 --- a/level_0/f_utf/data/tests/codepoints/word-all.txt +++ b/level_0/f_utf/data/tests/codepoints/word-all.txt @@ -9,8 +9,3 @@ U+FE4F U+FF3F U+FE33 U+FE34 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/word-lax.txt b/level_0/f_utf/data/tests/codepoints/word-lax.txt index 03a7784..ef4ee40 100644 --- a/level_0/f_utf/data/tests/codepoints/word-lax.txt +++ b/level_0/f_utf/data/tests/codepoints/word-lax.txt @@ -7,8 +7,3 @@ U+FE4D U+FE4E U+FE4F U+FF3F -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/word_dash-all.txt b/level_0/f_utf/data/tests/codepoints/word_dash-all.txt index 8be4375..405ec77 100644 --- a/level_0/f_utf/data/tests/codepoints/word_dash-all.txt +++ b/level_0/f_utf/data/tests/codepoints/word_dash-all.txt @@ -10,8 +10,3 @@ U+FE4F U+FF3F U+FE33 U+FE34 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/word_dash-lax.txt b/level_0/f_utf/data/tests/codepoints/word_dash-lax.txt index c0b8eee..f71b0e7 100644 --- a/level_0/f_utf/data/tests/codepoints/word_dash-lax.txt +++ b/level_0/f_utf/data/tests/codepoints/word_dash-lax.txt @@ -8,8 +8,3 @@ U+FE4D U+FE4E U+FE4F U+FF3F -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/word_dash_plus-all.txt b/level_0/f_utf/data/tests/codepoints/word_dash_plus-all.txt index 3fd4f12..d47698d 100644 --- a/level_0/f_utf/data/tests/codepoints/word_dash_plus-all.txt +++ b/level_0/f_utf/data/tests/codepoints/word_dash_plus-all.txt @@ -11,8 +11,3 @@ U+FE4F U+FF3F U+FE33 U+FE34 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/word_dash_plus-lax.txt b/level_0/f_utf/data/tests/codepoints/word_dash_plus-lax.txt index b6a2782..d8d0538 100644 --- a/level_0/f_utf/data/tests/codepoints/word_dash_plus-lax.txt +++ b/level_0/f_utf/data/tests/codepoints/word_dash_plus-lax.txt @@ -9,8 +9,3 @@ U+FE4D U+FE4E U+FE4F U+FF3F -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/codepoints/zero_width-all.txt b/level_0/f_utf/data/tests/codepoints/zero_width-all.txt index f766a58..9293586 100644 --- a/level_0/f_utf/data/tests/codepoints/zero_width-all.txt +++ b/level_0/f_utf/data/tests/codepoints/zero_width-all.txt @@ -34,8 +34,3 @@ U+200C U+200D U+2060 U+FEFF -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_0/f_utf/data/tests/values/digit-all.txt b/level_0/f_utf/data/tests/values/digit-all.txt index 9c9e25f..2896039 100644 --- a/level_0/f_utf/data/tests/values/digit-all.txt +++ b/level_0/f_utf/data/tests/values/digit-all.txt @@ -1641,8 +1641,3 @@ 7 8 9 -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. 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 c80bb0b..ac9cedd 100644 --- a/level_1/fl_control_group/data/documentation/man/man3/fl_control_group_apply.3 +++ b/level_1/fl_control_group/data/documentation/man/man3/fl_control_group_apply.3 @@ -1,4 +1,4 @@ -.TH fl_control_group_apply "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_control_group_apply "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_control_group_apply .SH SYNOPSIS @@ -13,11 +13,10 @@ fl_control_group_apply .SH DESCRIPTION .PP Apply the given control groups to the process represented by the PID. -.PP -Errors (with error bit) from: f_file_stream_open(). .SH PARAMETERS .TP .B control_group +The control group(s) to apply. .TP .B id @@ -36,8 +35,17 @@ The PID of the process to apply the control group(s) to. \fBF_space_not\fP (with error bit) if a maximum resource limit is reached and there is not enough space. .br \fBF_failure\fP (with error bit) on any other error. +.br +Errors (with error bit) from: f_file_stream_open(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_control_group_apply\fP(3), \fIf_file_stream_open()\fP, \fIfprintf()\fP, \fIfflush()\fP, \fImemcpy()\fP, \fIunshare()\fP, \fIf_file_stream_close()\fP, \fIf_file_stream_open()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c568d63..48d6d9c 100644 --- a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_signed.3 +++ b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_signed.3 @@ -1,4 +1,4 @@ -.TH fl_conversion_dynamic_partial_to_signed "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_conversion_dynamic_partial_to_signed "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_conversion_dynamic_partial_to_signed .SH SYNOPSIS @@ -14,29 +14,52 @@ fl_conversion_dynamic_partial_to_signed .fi .SH DESCRIPTION .PP -A structure designating a start and stop range for some string. +Convert a series of number characters into a f_number_signed_t. .PP -In general, this project uses the start and stop position inclusively, meaning that a range of 0 to 1 would include positions 0 and position 1. Therefore, a range from 0 to 0 would be include position 0. Set start to some value larger than stop to designate that there is no range (such as start = 1, stop = 0). -.PP -start: the start position. stop: the stop position. -.sp -.RS -.nf -\fB -struct f_string_range_t { - f_array_length_t \fIstart\fP; - f_array_length_t \fIstop\fP; -}; -\fP -.fi -.RE +This will stop at one of the following: range.stop or a non-digit. This will ignore NULL values. This will not process signed statuses (+/-). +.SH PARAMETERS +.TP +.B data +Conversion data for specifying things such as treating this as a negative number. + +.TP +.B buffer +The string to convert. + +.TP +.B range +The start/stop range to convert. + +.TP +.B number +This will store the value of the converted string. This value is only changed on success. + .SH RETURN VALUE .PP \fBF_none\fP if the binary string was converted to an signed long. .br \fBF_data_not\fP if string starts with a null (length is 0). +.br +\fBF_base_not\fP (with error bit) if no supported or valid base unit is provided. +.br +\fBF_number\fP (with error bit) if no conversion was made due to non-binary values being found. +.br +\fBF_number_decimal\fP (with error bit) if number has a decimal digit. +.br +\fBF_number_overflow\fP (with error bit) on integer overflow. +.br +\fBF_number_underflow\fP (with error bit) on integer underflow. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_conversion_dynamic_partial_to_signed\fP(3), \fIfl_conversion_dynamic_partial_to_signed_detect\fP(3), \fIfl_conversion_dynamic_partial_to_unsigned\fP(3), \fIfl_conversion_dynamic_partial_to_unsigned_detect\fP(3), \fIfl_conversion_dynamic_to_signed\fP(3), \fIfl_conversion_dynamic_to_signed_detect\fP(3), \fIfl_conversion_dynamic_to_unsigned\fP(3), \fIfl_conversion_dynamic_to_unsigned_detect\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6011294..f68ef9b 100644 --- a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_signed_detect.3 +++ b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_signed_detect.3 @@ -1,4 +1,4 @@ -.TH fl_conversion_dynamic_partial_to_signed_detect "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_conversion_dynamic_partial_to_signed_detect "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_conversion_dynamic_partial_to_signed_detect .SH SYNOPSIS @@ -16,15 +16,18 @@ fl_conversion_dynamic_partial_to_signed_detect .PP Convert a series of positive or negative number characters into an f_number_signed_t. .PP -Hexidecimals begin with either '0x' or '0X'. +This will stop at one of the following: range.stop or a non-digit. .br -Duodecimals begin with either '0d' or '0D'. +This will ignore NULL values. .br -Octals begin with either '0o' or '0O'. +This will process signed statuses (+/-). .br -Binaries begin with either '0b' or '0B'. -.br -Decimal is used for all other cases. +This will detect based types as follows: + - Hexidecimals begin with either '0x' or '0X'. + - Duodecimals begin with either '0d' or '0D'. + - Octals begin with either '0o' or '0O'. + - Binaries begin with either '0b' or '0B'. + - Decimal is used for all other cases. .PP Leading 0's and whitespace are ignored. Whitespace after the first digit is considered invalid. .PP @@ -65,8 +68,15 @@ This will store the value of the converted string. This value is only changed on \fBF_number_underflow\fP (with error bit) on integer underflow. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_conversion_dynamic_partial_to_signed\fP(3), \fIfl_conversion_dynamic_partial_to_signed_detect\fP(3), \fIfl_conversion_dynamic_partial_to_unsigned\fP(3), \fIfl_conversion_dynamic_partial_to_unsigned_detect\fP(3), \fIfl_conversion_dynamic_to_signed\fP(3), \fIfl_conversion_dynamic_to_signed_detect\fP(3), \fIfl_conversion_dynamic_to_unsigned\fP(3), \fIfl_conversion_dynamic_to_unsigned_detect\fP(3), \fIstrtoll()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2023406..e6e7607 100644 --- a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_unsigned.3 +++ b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_unsigned.3 @@ -1,4 +1,4 @@ -.TH fl_conversion_dynamic_partial_to_unsigned "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_conversion_dynamic_partial_to_unsigned "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_conversion_dynamic_partial_to_unsigned .SH SYNOPSIS @@ -49,8 +49,15 @@ This will store the value of the converted string. This value is only changed on \fBF_number_overflow\fP (with error bit) on integer overflow. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_conversion_dynamic_partial_to_signed\fP(3), \fIfl_conversion_dynamic_partial_to_signed_detect\fP(3), \fIfl_conversion_dynamic_partial_to_unsigned\fP(3), \fIfl_conversion_dynamic_partial_to_unsigned_detect\fP(3), \fIfl_conversion_dynamic_to_signed\fP(3), \fIfl_conversion_dynamic_to_signed_detect\fP(3), \fIfl_conversion_dynamic_to_unsigned\fP(3), \fIfl_conversion_dynamic_to_unsigned_detect\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 80bb2a0..d7908d1 100644 --- a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_unsigned_detect.3 +++ b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_partial_to_unsigned_detect.3 @@ -1,4 +1,4 @@ -.TH fl_conversion_dynamic_partial_to_unsigned_detect "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_conversion_dynamic_partial_to_unsigned_detect "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_conversion_dynamic_partial_to_unsigned_detect .SH SYNOPSIS @@ -16,16 +16,19 @@ fl_conversion_dynamic_partial_to_unsigned_detect .PP Convert a series of positive number characters into an f_number_unsigned_t. .PP -Hexidecimals begin with either '0x' or '0X'. +This will stop at one of the following: range.stop or a non-digit. .br -Duodecimals begin with either '0d' or '0D'. +This will ignore NULL values. .br -Octals begin with either '0o' or '0O'. +This will not process signed statuses (+/-). .br -Binaries begin with either '0b' or '0B'. +This will detect based types as follows: + - Hexidecimals begin with either '0x' or '0X'. + - Duodecimals begin with either '0d' or '0D'. + - Octals begin with either '0o' or '0O'. + - Binaries begin with either '0b' or '0B'. + - Decimal is used for all other cases. .br -Decimal is used for all other cases. -.PP Leading 0's and whitespace are ignored. Whitespace after the first digit is considered invalid. .PP This function is similar to strtoull(), but the behavior of error handling and special bases are different. In particular, octals are specified here with '0b' prefix or '0B' prefix instead of the ridiculous '0' prefix. Negative values are reported as such instead of being converted into the unsigned equivalent. @@ -67,8 +70,15 @@ This will store the value of the converted string. This value is only changed on \fBF_number_overflow\fP (with error bit) on integer overflow. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_conversion_dynamic_partial_to_signed\fP(3), \fIfl_conversion_dynamic_partial_to_signed_detect\fP(3), \fIfl_conversion_dynamic_partial_to_unsigned\fP(3), \fIfl_conversion_dynamic_partial_to_unsigned_detect\fP(3), \fIfl_conversion_dynamic_to_signed\fP(3), \fIfl_conversion_dynamic_to_signed_detect\fP(3), \fIfl_conversion_dynamic_to_unsigned\fP(3), \fIfl_conversion_dynamic_to_unsigned_detect\fP(3), \fIstrtoull()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7905a7e..18ef2a8 100644 --- a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_signed.3 +++ b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_signed.3 @@ -1,4 +1,4 @@ -.TH fl_conversion_dynamic_to_signed "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_conversion_dynamic_to_signed "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_conversion_dynamic_to_signed .SH SYNOPSIS @@ -46,8 +46,15 @@ This will store the value of the converted string. This value is only changed on \fBF_number_underflow\fP (with error bit) on integer underflow. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_conversion_dynamic_partial_to_signed\fP(3), \fIfl_conversion_dynamic_partial_to_signed_detect\fP(3), \fIfl_conversion_dynamic_partial_to_unsigned\fP(3), \fIfl_conversion_dynamic_partial_to_unsigned_detect\fP(3), \fIfl_conversion_dynamic_to_signed\fP(3), \fIfl_conversion_dynamic_to_signed_detect\fP(3), \fIfl_conversion_dynamic_to_unsigned\fP(3), \fIfl_conversion_dynamic_to_unsigned_detect\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f9185fa..74f8f71 100644 --- a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_signed_detect.3 +++ b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_signed_detect.3 @@ -1,4 +1,4 @@ -.TH fl_conversion_dynamic_to_signed_detect "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_conversion_dynamic_to_signed_detect "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_conversion_dynamic_to_signed_detect .SH SYNOPSIS @@ -15,16 +15,19 @@ fl_conversion_dynamic_to_signed_detect .PP Convert a series of positive or negative number characters into an f_number_signed_t. .PP -Hexidecimals begin with either '0x' or '0X'. +This will stop at one of the following: a non-digit. .br -Duodecimals begin with either '0d' or '0D'. +This will ignore NULL values. .br -Octals begin with either '0o' or '0O'. +This will process signed statuses (+/-). .br -Binaries begin with either '0b' or '0B'. +This will detect based types as follows: + - Hexidecimals begin with either '0x' or '0X'. + - Duodecimals begin with either '0d' or '0D'. + - Octals begin with either '0o' or '0O'. + - Binaries begin with either '0b' or '0B'. + - Decimal is used for all other cases. .br -Decimal is used for all other cases. -.PP Leading 0's and whitespace are ignored. Whitespace after the first digit is considered invalid. .PP This function is similar to strtoll(), but the behavior of error handling and special bases are different. In particular, octals are specified here with '0b' prefix or '0B' prefix instead of the ridiculous '0' prefix. @@ -60,8 +63,15 @@ This will store the value of the converted string. This value is only changed on \fBF_number_underflow\fP (with error bit) on integer underflow. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_conversion_dynamic_partial_to_signed\fP(3), \fIfl_conversion_dynamic_partial_to_signed_detect\fP(3), \fIfl_conversion_dynamic_partial_to_unsigned\fP(3), \fIfl_conversion_dynamic_partial_to_unsigned_detect\fP(3), \fIfl_conversion_dynamic_to_signed\fP(3), \fIfl_conversion_dynamic_to_signed_detect\fP(3), \fIfl_conversion_dynamic_to_unsigned\fP(3), \fIfl_conversion_dynamic_to_unsigned_detect\fP(3), \fIstrtoll()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1a1d906..9bdff73 100644 --- a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_unsigned.3 +++ b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_unsigned.3 @@ -1,4 +1,4 @@ -.TH fl_conversion_dynamic_to_unsigned "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_conversion_dynamic_to_unsigned "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_conversion_dynamic_to_unsigned .SH SYNOPSIS @@ -44,8 +44,15 @@ This will store the value of the converted string. This value is only changed on \fBF_number_overflow\fP (with error bit) on integer overflow. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_conversion_dynamic_partial_to_signed\fP(3), \fIfl_conversion_dynamic_partial_to_signed_detect\fP(3), \fIfl_conversion_dynamic_partial_to_unsigned\fP(3), \fIfl_conversion_dynamic_partial_to_unsigned_detect\fP(3), \fIfl_conversion_dynamic_to_signed\fP(3), \fIfl_conversion_dynamic_to_signed_detect\fP(3), \fIfl_conversion_dynamic_to_unsigned\fP(3), \fIfl_conversion_dynamic_to_unsigned_detect\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 18dad3b..44e3623 100644 --- a/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_unsigned_detect.3 +++ b/level_1/fl_conversion/data/documentation/man/man3/fl_conversion_dynamic_to_unsigned_detect.3 @@ -1,4 +1,4 @@ -.TH fl_conversion_dynamic_to_unsigned_detect "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_conversion_dynamic_to_unsigned_detect "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_conversion_dynamic_to_unsigned_detect .SH SYNOPSIS @@ -15,16 +15,19 @@ fl_conversion_dynamic_to_unsigned_detect .PP Convert a series of positive number characters into an f_number_unsigned_t. .PP -Hexidecimals begin with either '0x' or '0X'. + This will stop at one of the following: a non-digit. .br -Duodecimals begin with either '0d' or '0D'. + This will ignore NULL values. .br -Octals begin with either '0o' or '0O'. + This will not process signed statuses (+/-). .br -Binaries begin with either '0b' or '0B'. + This will detect based types as follows: + - Hexidecimals begin with either '0x' or '0X'. + - Duodecimals begin with either '0d' or '0D'. + - Octals begin with either '0o' or '0O'. + - Binaries begin with either '0b' or '0B'. + - Decimal is used for all other cases. .br -Decimal is used for all other cases. -.PP Leading 0's and whitespace are ignored. Whitespace after the first digit is considered invalid. .PP This function is similar to strtoull(), but the behavior of error handling and special bases are different. In particular, octals are specified here with '0b' prefix or '0B' prefix instead of the ridiculous '0' prefix. Negative values are reported as such instead of being converted into the unsigned equivalent. @@ -62,8 +65,15 @@ This will store the value of the converted string. This value is only changed on \fBF_number_overflow\fP (with error bit) on integer overflow. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_conversion_dynamic_partial_to_signed\fP(3), \fIfl_conversion_dynamic_partial_to_signed_detect\fP(3), \fIfl_conversion_dynamic_partial_to_unsigned\fP(3), \fIfl_conversion_dynamic_partial_to_unsigned_detect\fP(3), \fIfl_conversion_dynamic_to_signed\fP(3), \fIfl_conversion_dynamic_to_signed_detect\fP(3), \fIfl_conversion_dynamic_to_unsigned\fP(3), \fIfl_conversion_dynamic_to_unsigned_detect\fP(3), \fIstrtoull()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4531658..1b60439 100644 --- a/level_1/fl_directory/data/documentation/man/man3/fl_directory_clone.3 +++ b/level_1/fl_directory/data/documentation/man/man3/fl_directory_clone.3 @@ -1,4 +1,4 @@ -.TH fl_directory_clone "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_directory_clone "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_directory_clone .SH SYNOPSIS @@ -52,8 +52,15 @@ Errors (with error bit) from: f_file_mode_set(). Errors (with error bit) from: f_file_role_change(). .br Errors (with error bit) from: f_file_stat(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_directory_clone\fP(3), \fIfl_directory_clone_content\fP(3), \fIfl_directory_copy\fP(3), \fIfl_directory_copy_content\fP(3), \fIfl_directory_create\fP(3), \fIfl_directory_list\fP(3), \fIfl_directory_path_pop\fP(3), \fIfl_directory_path_push\fP(3), \fIf_directory_create()\fP, \fIf_directory_exists()\fP, \fIf_file_mode_set()\fP, \fIf_file_role_change()\fP, \fIf_file_stat()\fP, \fIf_file_clone()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e72d176..2e5204a 100644 --- a/level_1/fl_directory/data/documentation/man/man3/fl_directory_clone_content.3 +++ b/level_1/fl_directory/data/documentation/man/man3/fl_directory_clone_content.3 @@ -1,4 +1,4 @@ -.TH fl_directory_clone_content "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_directory_clone_content "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_directory_clone_content .SH SYNOPSIS @@ -46,8 +46,15 @@ The directory recurse data. \fBF_failure\fP (with error bit) for any other failure, failures might be populated with individual status codes. .br Errors (with error bit) from: f_directory_exists(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_directory_clone\fP(3), \fIfl_directory_clone_content\fP(3), \fIfl_directory_copy\fP(3), \fIfl_directory_copy_content\fP(3), \fIfl_directory_create\fP(3), \fIfl_directory_list\fP(3), \fIfl_directory_path_pop\fP(3), \fIfl_directory_path_push\fP(3), \fIf_directory_exists()\fP, \fIf_directory_exists()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 111e5ef..2414bc2 100644 --- a/level_1/fl_directory/data/documentation/man/man3/fl_directory_copy.3 +++ b/level_1/fl_directory/data/documentation/man/man3/fl_directory_copy.3 @@ -1,4 +1,4 @@ -.TH fl_directory_copy "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_directory_copy "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_directory_copy .SH SYNOPSIS @@ -59,8 +59,15 @@ Errors (with error bit) from: f_file_mode_set(). Errors (with error bit) from: f_file_role_change(). .br Errors (with error bit) from: f_file_stat(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_directory_clone\fP(3), \fIfl_directory_clone_content\fP(3), \fIfl_directory_copy\fP(3), \fIfl_directory_copy_content\fP(3), \fIfl_directory_create\fP(3), \fIfl_directory_list\fP(3), \fIfl_directory_path_pop\fP(3), \fIfl_directory_path_push\fP(3), \fIf_directory_create()\fP, \fIf_directory_exists()\fP, \fIf_file_mode_set()\fP, \fIf_file_role_change()\fP, \fIf_file_stat()\fP, \fIf_file_copy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8cf34a9..b4b757c 100644 --- a/level_1/fl_directory/data/documentation/man/man3/fl_directory_copy_content.3 +++ b/level_1/fl_directory/data/documentation/man/man3/fl_directory_copy_content.3 @@ -1,4 +1,4 @@ -.TH fl_directory_copy_content "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_directory_copy_content "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_directory_copy_content .SH SYNOPSIS @@ -51,8 +51,15 @@ The directory recurse data. \fBF_failure\fP (with error bit) for any other failure, failures might be populated with individual status codes. .br Errors (with error bit) from: f_directory_exists(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_directory_clone\fP(3), \fIfl_directory_clone_content\fP(3), \fIfl_directory_copy\fP(3), \fIfl_directory_copy_content\fP(3), \fIfl_directory_create\fP(3), \fIfl_directory_list\fP(3), \fIfl_directory_path_pop\fP(3), \fIfl_directory_path_push\fP(3), \fIf_directory_exists()\fP, \fIf_file_copy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 eca5f5d..01e4eea 100644 --- a/level_1/fl_directory/data/documentation/man/man3/fl_directory_create.3 +++ b/level_1/fl_directory/data/documentation/man/man3/fl_directory_create.3 @@ -1,4 +1,4 @@ -.TH fl_directory_create "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_directory_create "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_directory_create .SH SYNOPSIS @@ -59,8 +59,15 @@ The directory mode to use when creating. This is applied to all created director \fBF_space_not\fP (with error bit) if file system is out of space (or file system quota is reached). .br \fBF_failure\fP (with error bit) for any other error. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_directory_clone\fP(3), \fIfl_directory_clone_content\fP(3), \fIfl_directory_copy\fP(3), \fIfl_directory_copy_content\fP(3), \fIfl_directory_create\fP(3), \fIfl_directory_list\fP(3), \fIfl_directory_path_pop\fP(3), \fIfl_directory_path_push\fP(3), \fIf_directory_create()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b9f5c98..fe303dc 100644 --- a/level_1/fl_directory/data/documentation/man/man3/fl_directory_list.3 +++ b/level_1/fl_directory/data/documentation/man/man3/fl_directory_list.3 @@ -1,4 +1,4 @@ -.TH fl_directory_list "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_directory_list "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_directory_list .SH SYNOPSIS @@ -70,8 +70,15 @@ Will be populated with the names of all top-level paths found within the given d Errors (with error bit) from: f_file_stat_at(). .br Errors (with error bit) from: f_string_dynamics_increase_by(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_directory_clone\fP(3), \fIfl_directory_clone_content\fP(3), \fIfl_directory_copy\fP(3), \fIfl_directory_copy_content\fP(3), \fIfl_directory_create\fP(3), \fIfl_directory_list\fP(3), \fIfl_directory_path_pop\fP(3), \fIfl_directory_path_push\fP(3), \fIf_file_stat_at()\fP, \fIf_string_dynamics_increase_by()\fP, \fIalphasort()\fP, \fIopendir()\fP, \fIscandir()\fP, \fIversionsort()\fP, \fIf_file_stat_at()\fP, \fIf_string_dynamics_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c29456c..6467c51 100644 --- a/level_1/fl_directory/data/documentation/man/man3/fl_directory_path_pop.3 +++ b/level_1/fl_directory/data/documentation/man/man3/fl_directory_path_pop.3 @@ -1,4 +1,4 @@ -.TH fl_directory_path_pop "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_directory_path_pop "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_directory_path_pop .SH SYNOPSIS @@ -30,8 +30,15 @@ The path to remove a single directory. This will only be NULL terminated if path \fBF_string_too_large\fP (with error bit) if appended string length is too large to store in the buffer. .br Errors (with error bit) from: f_utf_is_control(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_directory_clone\fP(3), \fIfl_directory_clone_content\fP(3), \fIfl_directory_copy\fP(3), \fIfl_directory_copy_content\fP(3), \fIfl_directory_create\fP(3), \fIfl_directory_list\fP(3), \fIfl_directory_path_pop\fP(3), \fIfl_directory_path_push\fP(3), \fIf_utf_is_control()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6f2f542..a9ce556 100644 --- a/level_1/fl_directory/data/documentation/man/man3/fl_directory_path_push.3 +++ b/level_1/fl_directory/data/documentation/man/man3/fl_directory_path_push.3 @@ -1,4 +1,4 @@ -.TH fl_directory_path_push "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_directory_path_push "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_directory_path_push .SH SYNOPSIS @@ -35,8 +35,15 @@ The destination path to push the path part onto. Any terminating NULLs at the en \fBF_string_too_large\fP (with error bit) if appended string length is too large to store in the buffer. .br Errors (with error bit) from: f_utf_is_control(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_directory_clone\fP(3), \fIfl_directory_clone_content\fP(3), \fIfl_directory_copy\fP(3), \fIfl_directory_copy_content\fP(3), \fIfl_directory_create\fP(3), \fIfl_directory_list\fP(3), \fIfl_directory_path_pop\fP(3), \fIfl_directory_path_push\fP(3), \fIf_utf_is_control()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c286db0..f3f2f90 100644 --- a/level_1/fl_environment/data/documentation/man/man3/fl_environment_load_name.3 +++ b/level_1/fl_environment/data/documentation/man/man3/fl_environment_load_name.3 @@ -1,4 +1,4 @@ -.TH fl_environment_load_name "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_environment_load_name "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_environment_load_name .SH SYNOPSIS @@ -12,7 +12,7 @@ fl_environment_load_name .fi .SH DESCRIPTION .PP -Provides environment processing functionality, such as environment variable handling. Append the given environment variable name and value pair into the given map. +Append the given environment variable name and value pair into the given map. .PP If the environment variable name is not found, then it is not added to the map. If the environment variable name is found but has an empty value, then it is added to the map with an empty value. .PP @@ -41,8 +41,15 @@ Errors (with error bit) from: f_environment_get(). Errors (with error bit) from: f_string_dynamic_append_nulless(). .br Errors (with error bit) from: f_string_maps_increase_by(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_environment_load_name\fP(3), \fIfl_environment_load_names\fP(3), \fIfl_environment_path_explode\fP(3), \fIfl_environment_path_explode_reverse\fP(3), \fIf_environment_get()\fP, \fIf_string_dynamic_append_nulless()\fP, \fIf_string_maps_increase_by()\fP, \fIf_environment_get()\fP, \fIf_string_dynamic_append_nulless()\fP, \fIf_string_maps_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9eacb53..e9eff17 100644 --- a/level_1/fl_environment/data/documentation/man/man3/fl_environment_load_names.3 +++ b/level_1/fl_environment/data/documentation/man/man3/fl_environment_load_names.3 @@ -1,4 +1,4 @@ -.TH fl_environment_load_names "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_environment_load_names "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_environment_load_names .SH SYNOPSIS @@ -39,8 +39,15 @@ Errors (with error bit) from: f_environment_get(). Errors (with error bit) from: f_string_dynamic_append_nulless(). .br Errors (with error bit) from: f_string_maps_increase_by(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_environment_load_name\fP(3), \fIfl_environment_load_names\fP(3), \fIfl_environment_path_explode\fP(3), \fIfl_environment_path_explode_reverse\fP(3), \fIf_environment_get()\fP, \fIf_string_dynamic_append_nulless()\fP, \fIf_string_maps_increase_by()\fP, \fIf_environment_get()\fP, \fIf_string_dynamic_append_nulless()\fP, \fIf_string_maps_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c582cf5..d9ce608 100644 --- a/level_1/fl_environment/data/documentation/man/man3/fl_environment_path_explode.3 +++ b/level_1/fl_environment/data/documentation/man/man3/fl_environment_path_explode.3 @@ -1,4 +1,4 @@ -.TH fl_environment_path_explode "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_environment_path_explode "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_environment_path_explode .SH SYNOPSIS @@ -37,8 +37,15 @@ Errors (with error bit) from: f_environment_get() (only when en_kevux_path_archi Errors (with error bit) from: f_string_dynamics_increase(). .br Errors (with error bit) from: f_string_dynamics_increase_by(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_environment_load_name\fP(3), \fIfl_environment_load_names\fP(3), \fIfl_environment_path_explode\fP(3), \fIfl_environment_path_explode_reverse\fP(3), \fIf_environment_get()\fP, \fIf_string_dynamics_increase()\fP, \fIf_string_dynamics_increase_by()\fP, \fIf_environment_get()\fP, \fIf_string_dynamics_increase()\fP, \fIf_string_dynamics_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5224b05..65a25dc 100644 --- a/level_1/fl_environment/data/documentation/man/man3/fl_environment_path_explode_reverse.3 +++ b/level_1/fl_environment/data/documentation/man/man3/fl_environment_path_explode_reverse.3 @@ -1,4 +1,4 @@ -.TH fl_environment_path_explode_reverse "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_environment_path_explode_reverse "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_environment_path_explode_reverse .SH SYNOPSIS @@ -39,8 +39,15 @@ Errors (with error bit) from: f_environment_get() (only when en_kevux_path_archi Errors (with error bit) from: f_string_dynamics_increase(). .br Errors (with error bit) from: f_string_dynamics_increase_by(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_environment_load_name\fP(3), \fIfl_environment_load_names\fP(3), \fIfl_environment_path_explode\fP(3), \fIfl_environment_path_explode_reverse\fP(3), \fIf_environment_get()\fP, \fIf_string_dynamics_increase()\fP, \fIf_string_dynamics_increase_by()\fP, \fIf_environment_get()\fP, \fIf_string_dynamics_increase()\fP, \fIf_string_dynamics_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4a4f8b2..52c04ca 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_content_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_content_read.3 @@ -1,9 +1,9 @@ -.TH fl_fss_basic_content_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_basic_content_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -15,7 +15,7 @@ fl_fss_basic_content_read .fi .SH DESCRIPTION .PP -This is the fss-0000 implementation. Read an fss-0000 content. +Read an fss-0000 content. .PP This will record where delimit placeholders exist but will not apply the delimits. .SH PARAMETERS @@ -68,8 +68,15 @@ Errors (with error bit) from: f_fss_skip_past_space(). Errors (with error bit) from: f_string_ranges_increase(). .br Errors (with error bit) from: f_utf_buffer_increment(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_basic_content_read\fP(3), \fIfl_fss_basic_content_write\fP(3), \fIfl_fss_basic_object_read\fP(3), \fIfl_fss_basic_object_write\fP(3), \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_string_ranges_increase()\fP, \fIf_utf_buffer_increment()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_string_ranges_increase()\fP, \fIf_utf_buffer_increment()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 25ba8c0..2493a5e 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_content_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_content_write.3 @@ -1,9 +1,9 @@ -.TH fl_fss_basic_content_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_basic_content_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -64,8 +64,15 @@ Errors (with error bit) from: f_fss_skip_past_delimit(). Errors (with error bit) from: f_string_dynamic_increase(). .br Errors (with error bit) from: f_string_dynamic_increase_by(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_basic_content_read\fP(3), \fIfl_fss_basic_content_write\fP(3), \fIfl_fss_basic_object_read\fP(3), \fIfl_fss_basic_object_write\fP(3), \fIf_fss_skip_past_delimit()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b41d005..f6e9f40 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_content_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_content_read.3 @@ -1,9 +1,9 @@ -.TH fl_fss_basic_list_content_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_basic_list_content_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -16,7 +16,7 @@ fl_fss_basic_list_content_read .fi .SH DESCRIPTION .PP -This is the fss-0002 implementation. Read an fss-0002 content from a given string. +Read an fss-0002 content from a given string. .PP This will record where delimit placeholders exist but will not apply the delimits. .SH PARAMETERS @@ -79,8 +79,15 @@ Errors (with error bit) from: f_fss_skip_past_delimit(). Errors (with error bit) from: f_string_ranges_increase(). .br Errors (with error bit) from: f_utf_buffer_increment(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_basic_list_content_read\fP(3), \fIfl_fss_basic_list_content_write\fP(3), \fIfl_fss_basic_list_object_read\fP(3), \fIfl_fss_basic_list_object_write\fP(3), \fIf_array_lengths_increase()\fP, \fIf_array_lengths_increase_by()\fP, \fIf_fss_is_space()\fP, \fIf_fss_seek_to_eol()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_string_ranges_increase()\fP, \fIf_utf_buffer_increment()\fP, \fIf_array_lengths_increase()\fP, \fIf_array_lengths_increase_by()\fP, \fIf_fss_is_space()\fP, \fIf_fss_seek_to_eol()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_string_ranges_increase()\fP, \fIf_utf_buffer_increment()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5feb537..2566006 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_content_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_content_write.3 @@ -1,9 +1,9 @@ -.TH fl_fss_basic_list_content_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_basic_list_content_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -77,8 +77,15 @@ Errors (with error bit) from: f_string_dynamic_increase(). Errors (with error bit) from: f_string_dynamic_increase_by(). .br Errors (with error bit) from: f_utf_buffer_increment(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_basic_list_content_read\fP(3), \fIfl_fss_basic_list_content_write\fP(3), \fIfl_fss_basic_list_object_read\fP(3), \fIfl_fss_basic_list_object_write\fP(3), \fIf_fss_is_graph()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_string_dynamic_append()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_utf_buffer_increment()\fP, \fIf_fss_is_graph()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_string_dynamic_append()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_utf_buffer_increment()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2112fb9..4f71c93 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_object_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_object_read.3 @@ -1,9 +1,9 @@ -.TH fl_fss_basic_list_object_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_basic_list_object_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -76,8 +76,15 @@ Errors (with error bit) from: f_fss_skip_past_delimit(). Errors (with error bit) from: f_fss_skip_past_space(). .br Errors (with error bit) from: f_utf_buffer_increment(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_basic_list_content_read\fP(3), \fIfl_fss_basic_list_content_write\fP(3), \fIfl_fss_basic_list_object_read\fP(3), \fIfl_fss_basic_list_object_write\fP(3), \fIf_array_lengths_increase_by()\fP, \fIf_fss_is_graph()\fP, \fIf_fss_is_space()\fP, \fIf_fss_is_zero_width()\fP, \fIf_fss_seek_to_eol()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_utf_buffer_increment()\fP, \fIf_array_lengths_increase_by()\fP, \fIf_fss_is_graph()\fP, \fIf_fss_is_space()\fP, \fIf_fss_is_zero_width()\fP, \fIf_fss_seek_to_eol()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_utf_buffer_increment()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a3ecec4..3cc8e1e 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_object_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_list_object_write.3 @@ -1,9 +1,9 @@ -.TH fl_fss_basic_list_object_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_basic_list_object_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -70,8 +70,15 @@ Errors (with error bit) from: f_string_dynamic_increase(). Errors (with error bit) from: f_string_dynamic_increase_by(). .br Errors (with error bit) from: f_utf_buffer_increment(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_basic_list_content_read\fP(3), \fIfl_fss_basic_list_content_write\fP(3), \fIfl_fss_basic_list_object_read\fP(3), \fIfl_fss_basic_list_object_write\fP(3), \fIf_fss_is_graph()\fP, \fIf_fss_is_space()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_utf_buffer_increment()\fP, \fIf_fss_is_graph()\fP, \fIf_fss_is_space()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_utf_buffer_increment()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 83d82b1..87b2dfc 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_object_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_object_read.3 @@ -1,9 +1,9 @@ -.TH fl_fss_basic_object_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_basic_object_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -85,8 +85,15 @@ Errors (with error bit) from: f_fss_skip_past_delimit(). Errors (with error bit) from: f_fss_skip_past_space(). .br Errors (with error bit) from: f_utf_buffer_increment(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_basic_content_read\fP(3), \fIfl_fss_basic_content_write\fP(3), \fIfl_fss_basic_object_read\fP(3), \fIfl_fss_basic_object_write\fP(3), \fIf_array_lengths_increase()\fP, \fIf_array_lengths_increase_by()\fP, \fIf_fss_is_graph()\fP, \fIf_fss_is_space()\fP, \fIf_fss_is_zero_width()\fP, \fIf_fss_seek_to_eol()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_utf_buffer_increment()\fP, \fIf_array_lengths_increase()\fP, \fIf_array_lengths_increase_by()\fP, \fIf_fss_is_graph()\fP, \fIf_fss_is_space()\fP, \fIf_fss_is_zero_width()\fP, \fIf_fss_seek_to_eol()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_utf_buffer_increment()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ec97385..957615d 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_object_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_basic_object_write.3 @@ -1,9 +1,9 @@ -.TH fl_fss_basic_object_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_basic_object_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -73,8 +73,15 @@ Errors (with error bit) from: f_fss_skip_past_space(). Errors (with error bit) from: f_string_dynamic_increase(). .br Errors (with error bit) from: f_string_dynamic_increase_by(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_basic_content_read\fP(3), \fIfl_fss_basic_content_write\fP(3), \fIfl_fss_basic_object_read\fP(3), \fIfl_fss_basic_object_write\fP(3), \fIf_fss_is_space()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_fss_is_space()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b27167a..34e9f2f 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_content_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_content_read.3 @@ -1,9 +1,9 @@ -.TH fl_fss_embedded_list_content_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_embedded_list_content_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -16,7 +16,7 @@ fl_fss_embedded_list_content_read .fi .SH DESCRIPTION .PP -This is the fss-0008 implementation. Read an fss-0008 content. +Read an fss-0008 content. .PP This will record where delimit placeholders exist but will not apply the delimits. .PP @@ -83,8 +83,15 @@ Errors (with error bit) from: f_fss_skip_past_delimit(). Errors (with error bit) from: f_string_ranges_increase(). .br Errors (with error bit) from: f_utf_buffer_increment(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_embedded_list_content_read\fP(3), \fIfl_fss_embedded_list_content_write\fP(3), \fIfl_fss_embedded_list_object_read\fP(3), \fIfl_fss_embedded_list_object_write\fP(3), \fIf_array_lengths_increase()\fP, \fIf_array_lengths_increase_by()\fP, \fIf_fss_is_space()\fP, \fIf_fss_nest_increase()\fP, \fIf_fss_seek_to_eol()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_string_ranges_increase()\fP, \fIf_utf_buffer_increment()\fP, \fIf_array_lengths_increase()\fP, \fIf_array_lengths_increase_by()\fP, \fIf_fss_is_space()\fP, \fIf_fss_nest_increase()\fP, \fIf_fss_seek_to_eol()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_string_ranges_increase()\fP, \fIf_utf_buffer_increment()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 dc055ac..2e3601e 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_content_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_content_write.3 @@ -1,9 +1,9 @@ -.TH fl_fss_embedded_list_content_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_embedded_list_content_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -80,8 +80,15 @@ Errors (with error bit) from: f_string_dynamic_increase(). Errors (with error bit) from: f_string_dynamic_increase_by(). .br Errors (with error bit) from: f_utf_buffer_increment(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_embedded_list_content_read\fP(3), \fIfl_fss_embedded_list_content_write\fP(3), \fIfl_fss_embedded_list_object_read\fP(3), \fIfl_fss_embedded_list_object_write\fP(3), \fIf_fss_is_graph()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_string_dynamic_append()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_utf_buffer_increment()\fP, \fIf_fss_is_graph()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_string_dynamic_append()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_utf_buffer_increment()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ab88687..6c041bc 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_object_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_object_read.3 @@ -1,9 +1,9 @@ -.TH fl_fss_embedded_list_object_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_embedded_list_object_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -76,8 +76,15 @@ Errors (with error bit) from: f_fss_skip_past_delimit(). Errors (with error bit) from: f_fss_skip_past_space(). .br Errors (with error bit) from: f_utf_buffer_increment(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_embedded_list_content_read\fP(3), \fIfl_fss_embedded_list_content_write\fP(3), \fIfl_fss_embedded_list_object_read\fP(3), \fIfl_fss_embedded_list_object_write\fP(3), \fIf_array_lengths_increase_by()\fP, \fIf_fss_is_graph()\fP, \fIf_fss_is_space()\fP, \fIf_fss_is_zero_width()\fP, \fIf_fss_seek_to_eol()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_utf_buffer_increment()\fP, \fIf_array_lengths_increase_by()\fP, \fIf_fss_is_graph()\fP, \fIf_fss_is_space()\fP, \fIf_fss_is_zero_width()\fP, \fIf_fss_seek_to_eol()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_utf_buffer_increment()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 dbc74c8..2286629 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_object_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_embedded_list_object_write.3 @@ -1,9 +1,9 @@ -.TH fl_fss_embedded_list_object_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_embedded_list_object_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -70,8 +70,15 @@ Errors (with error bit) from: f_string_dynamic_increase(). Errors (with error bit) from: f_string_dynamic_increase_by(). .br Errors (with error bit) from: f_utf_buffer_increment(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_embedded_list_content_read\fP(3), \fIfl_fss_embedded_list_content_write\fP(3), \fIfl_fss_embedded_list_object_read\fP(3), \fIfl_fss_embedded_list_object_write\fP(3), \fIf_fss_is_graph()\fP, \fIf_fss_is_space()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_utf_buffer_increment()\fP, \fIf_fss_is_graph()\fP, \fIf_fss_is_space()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_utf_buffer_increment()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d7fbf77..bb8cec2 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_content_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_content_read.3 @@ -1,9 +1,9 @@ -.TH fl_fss_extended_content_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_extended_content_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -16,9 +16,11 @@ fl_fss_extended_content_read .fi .SH DESCRIPTION .PP -This is the fss-0001 implementation. Read an fss-0001 content. +Read an fss-0001 content. .PP This will record where delimit placeholders exist but will not apply the delimits. +.PP +When state.interrupt() returns, only F_interrupt and F_interrupt_not are processed. Error bit designates an error but must be passed along with F_interrupt. All other statuses are ignored. .SH PARAMETERS .TP .B buffer @@ -38,7 +40,7 @@ A set of all locations where a valid content was found. .TP .B quotes -This will store the quote types representing the character to use (from the f_fss_quote_type_*_e). Set pointer address to 0 to not use. +This will store the quote types representing the character to use (from the f_fss_quote_type_*_e). Each index in quotes represents a position within the found array index. Set pointer address to 0 to not use. .TP .B delimits @@ -81,8 +83,15 @@ Errors (with error bit) from: f_fss_skip_past_delimit(). Errors (with error bit) from: f_fss_skip_past_space(). .br Errors (with error bit) from: f_utf_buffer_increment(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_extended_content_read\fP(3), \fIfl_fss_extended_content_write\fP(3), \fIfl_fss_extended_object_read\fP(3), \fIfl_fss_extended_object_write\fP(3), \fIf_array_lengths_increase()\fP, \fIf_array_lengths_increase_by()\fP, \fIf_fss_is_graph()\fP, \fIf_fss_is_space()\fP, \fIf_fss_is_zero_width()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_utf_buffer_increment()\fP, \fIf_array_lengths_increase()\fP, \fIf_array_lengths_increase_by()\fP, \fIf_fss_is_graph()\fP, \fIf_fss_is_space()\fP, \fIf_fss_is_zero_width()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_utf_buffer_increment()\fP, \fIfl_fss_basic_object_read()\fP, \fIfl_fss_extended_object_read()\fP, \fIfl_fss_extended_content_read()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 350d01a..c0969ea 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_content_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_content_write.3 @@ -1,9 +1,9 @@ -.TH fl_fss_extended_content_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_extended_content_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -57,7 +57,6 @@ The buffer where the content is written to. \fBF_data_not_stop\fP no data to write due start location being greater than stop location. .br \fBF_data_not_eos\fP no data to write due start location being greater than or equal to buffer size. - .br \fBF_interrupt\fP (with error bit) if stopping due to an interrupt. .br @@ -76,8 +75,15 @@ Errors (with error bit) from: f_string_dynamic_increase(). Errors (with error bit) from: f_string_dynamic_increase_by(). .br Errors (with error bit) from: f_utf_buffer_increment(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_extended_content_read\fP(3), \fIfl_fss_extended_content_write\fP(3), \fIfl_fss_extended_object_read\fP(3), \fIfl_fss_extended_object_write\fP(3), \fIf_fss_is_space()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_utf_buffer_increment()\fP, \fIf_fss_is_space()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_utf_buffer_increment()\fP, \fIfl_fss_basic_object_write()\fP, \fIfl_fss_extended_object_write()\fP, \fIfl_fss_extended_content_write()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1db38a8..d1cd748 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_content_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_content_read.3 @@ -1,9 +1,9 @@ -.TH fl_fss_extended_list_content_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_extended_list_content_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -16,7 +16,7 @@ fl_fss_extended_list_content_read .fi .SH DESCRIPTION .PP -This is the fss-0003 implementation. Read an fss-0003 content. +Read an fss-0003 content. .PP This will record where delimit placeholders exist but will not apply the delimits. .PP @@ -81,8 +81,15 @@ Errors (with error bit) from: f_fss_skip_past_delimit(). Errors (with error bit) from: f_string_ranges_increase(). .br Errors (with error bit) from: f_utf_buffer_increment(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_extended_list_content_read\fP(3), \fIfl_fss_extended_list_content_write\fP(3), \fIfl_fss_extended_list_object_read\fP(3), \fIfl_fss_extended_list_object_write\fP(3), \fIf_array_lengths_increase()\fP, \fIf_array_lengths_increase_by()\fP, \fIf_fss_is_space()\fP, \fIf_fss_seek_to_eol()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_string_ranges_increase()\fP, \fIf_utf_buffer_increment()\fP, \fIf_array_lengths_increase()\fP, \fIf_array_lengths_increase_by()\fP, \fIf_fss_is_space()\fP, \fIf_fss_seek_to_eol()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_string_ranges_increase()\fP, \fIf_utf_buffer_increment()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ed2aff5..5432064 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_content_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_content_write.3 @@ -1,9 +1,9 @@ -.TH fl_fss_extended_list_content_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_extended_list_content_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -80,8 +80,15 @@ Errors (with error bit) from: f_string_dynamic_increase(). Errors (with error bit) from: f_string_dynamic_increase_by(). .br Errors (with error bit) from: f_utf_buffer_increment(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_extended_list_content_read\fP(3), \fIfl_fss_extended_list_content_write\fP(3), \fIfl_fss_extended_list_object_read\fP(3), \fIfl_fss_extended_list_object_write\fP(3), \fIf_fss_is_graph()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_string_dynamic_append()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_utf_buffer_increment()\fP, \fIf_fss_is_graph()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_string_dynamic_append()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_utf_buffer_increment()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1720059..d85fbcb 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_object_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_object_read.3 @@ -1,9 +1,9 @@ -.TH fl_fss_extended_list_object_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_extended_list_object_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -76,8 +76,15 @@ Errors (with error bit) from: f_fss_skip_past_delimit(). Errors (with error bit) from: f_fss_skip_past_space(). .br Errors (with error bit) from: f_utf_buffer_increment(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_extended_list_content_read\fP(3), \fIfl_fss_extended_list_content_write\fP(3), \fIfl_fss_extended_list_object_read\fP(3), \fIfl_fss_extended_list_object_write\fP(3), \fIf_array_lengths_increase_by()\fP, \fIf_fss_is_graph()\fP, \fIf_fss_is_space()\fP, \fIf_fss_is_zero_width()\fP, \fIf_fss_seek_to_eol()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_utf_buffer_increment()\fP, \fIf_array_lengths_increase_by()\fP, \fIf_fss_is_graph()\fP, \fIf_fss_is_space()\fP, \fIf_fss_is_zero_width()\fP, \fIf_fss_seek_to_eol()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_utf_buffer_increment()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c01badb..915fe77 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_object_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_list_object_write.3 @@ -1,9 +1,9 @@ -.TH fl_fss_extended_list_object_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_extended_list_object_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -70,8 +70,15 @@ Errors (with error bit) from: f_string_dynamic_increase(). Errors (with error bit) from: f_string_dynamic_increase_by(). .br Errors (with error bit) from: f_utf_buffer_increment(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_extended_list_content_read\fP(3), \fIfl_fss_extended_list_content_write\fP(3), \fIfl_fss_extended_list_object_read\fP(3), \fIfl_fss_extended_list_object_write\fP(3), \fIf_fss_is_graph()\fP, \fIf_fss_is_space()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_utf_buffer_increment()\fP, \fIf_fss_is_graph()\fP, \fIf_fss_is_space()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_utf_buffer_increment()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1061bd2..327211c 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_object_read.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_object_read.3 @@ -1,9 +1,9 @@ -.TH fl_fss_extended_object_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_extended_object_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -87,8 +87,15 @@ Errors (with error bit) from: f_string_ranges_increase(). Errors (with error bit) from: f_uint8s_increase(). .br Errors (with error bit) from: f_utf_buffer_increment(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_extended_content_read\fP(3), \fIfl_fss_extended_content_write\fP(3), \fIfl_fss_extended_object_read\fP(3), \fIfl_fss_extended_object_write\fP(3), \fIf_array_lengths_increase()\fP, \fIf_array_lengths_increase_by()\fP, \fIf_fss_is_graph()\fP, \fIf_fss_is_space()\fP, \fIf_fss_is_zero_width()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_string_ranges_increase()\fP, \fIf_uint8s_increase()\fP, \fIf_utf_buffer_increment()\fP, \fIf_array_lengths_increase()\fP, \fIf_array_lengths_increase_by()\fP, \fIf_fss_is_graph()\fP, \fIf_fss_is_space()\fP, \fIf_fss_is_zero_width()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_string_ranges_increase()\fP, \fIf_uint8s_increase()\fP, \fIf_utf_buffer_increment()\fP, \fIfl_fss_basic_object_read()\fP, \fIfl_fss_extended_object_read()\fP, \fIfl_fss_extended_content_read()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a2694ef..7ea3101 100644 --- a/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_object_write.3 +++ b/level_1/fl_fss/data/documentation/man/man3/fl_fss_extended_object_write.3 @@ -1,9 +1,9 @@ -.TH fl_fss_extended_object_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_fss_extended_object_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -73,8 +73,15 @@ Errors (with error bit) from: f_fss_skip_past_space(). Errors (with error bit) from: f_string_dynamic_increase(). .br Errors (with error bit) from: f_string_dynamic_increase_by(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_fss_extended_content_read\fP(3), \fIfl_fss_extended_content_write\fP(3), \fIfl_fss_extended_object_read\fP(3), \fIfl_fss_extended_object_write\fP(3), \fIf_fss_is_space()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_fss_is_space()\fP, \fIf_fss_skip_past_delimit()\fP, \fIf_fss_skip_past_space()\fP, \fIf_string_dynamic_increase()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 43e1428..023616c 100644 --- a/level_1/fl_iki/data/documentation/man/man3/fl_iki_read.3 +++ b/level_1/fl_iki/data/documentation/man/man3/fl_iki_read.3 @@ -1,4 +1,4 @@ -.TH fl_iki_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_iki_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_iki_read .SH SYNOPSIS @@ -14,9 +14,7 @@ fl_iki_read .fi .SH DESCRIPTION .PP -Provides a Wiki-Like syntax meant to be much simpler. -.PP -This simpler Wiki-Like syntax, called Iki, focuses just on simply adding context. The context itself is not explicitly defined but a few common standards are provided. Read all IKI Vocabulary and Content in the given range of the given buffer. +Read all IKI Vocabulary and Content in the given range of the given buffer. .PP This does not verify if any vocabulary name is known. This only finds complete vocabulary names and their respective content. .SH PARAMETERS @@ -57,8 +55,15 @@ The IKI data. Success from: f_iki_read(). .br Errors (with error bit) from: f_iki_read(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_iki_read\fP(3), \fIf_iki_read()\fP, \fIf_iki_read()\fP, \fIf_iki_read()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6f39df8..7bb661f 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_format.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_format.3 @@ -1,4 +1,4 @@ -.TH fl_print_format "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_format "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_format .SH SYNOPSIS @@ -13,9 +13,7 @@ fl_print_format .fi .SH DESCRIPTION .PP -Provides some standard printing functions not available in a libc. -.PP -Functions provided here are UTF-8 aware. A formatted print function similar to (but not the same as) the c-library fprintf() function. +A formatted print function similar to (but not the same as) the c-library fprintf() function. .PP This function attempts to operate as closely to how fprintf() operates, however, there are notable differences. .PP @@ -33,7 +31,7 @@ The default format is decimal: [-]ddd.ddd. .PP The case-sensitivity of above, such as 'e' vs 'E,' does not replace or relate to the case-sensitivity meaning of 'd' or 'D'. Instead, when 'e' is specified 'e' is used (such as such as [-]d.ddde±dd), but when 'E' is specified, then 'E' is used (such as [-]d.dddE±dd). .PP -Note: Currently the float/double implementation does not support the notation modes except integer (default) or hexidecimal. This is not intended but is simply a result of the temporary use of sprintf() to perform these operations. Once a custom implementation is provided, replacing snprintf(), then this can properly support the notation modes. Therefore, this function is supposed to support notation modes and does not yet do this (/ +Note: Currently the float/double implementation does not support the notation modes except integer (default) or hexidecimal. This is not intended but is simply a result of the temporary use of sprintf() to perform these operations. Once a custom implementation is provided, replacing snprintf(), then this can properly support the notation modes. Therefore, this function is supposed to support notation modes and does not yet do this (@fixme/ .PP This "%$" sequence is used to prevent characters from being interpreted. For example, consider "%de" vs "%d%$e". The first case "%de" is interpretted as a double using the "e" notation. The second case "%d%$e" is interpretted as a double followed by the letter "e". .PP @@ -93,8 +91,15 @@ Errors (with error bit) from: f_print_dynamic_safely(). Errors (with error bit) from: f_print_safely(). .br Errors (with error bit) from: f_print_terminated(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_conversion_number_signed_print()\fP, \fIf_conversion_number_unsigned_print()\fP, \fIf_print_dynamic()\fP, \fIf_print_dynamic_raw()\fP, \fIf_print_dynamic_safely()\fP, \fIf_print_safely()\fP, \fIf_print_terminated()\fP, \fIfprintf()\fP, \fIfputc_unlocked()\fP, \fIsnprintf()\fP, \fIva_copy()\fP, \fIva_end()\fP, \fIva_start()\fP, \fIf_conversion_number_signed_print()\fP, \fIf_conversion_number_unsigned_print()\fP, \fIf_print_dynamic()\fP, \fIf_print_dynamic_raw()\fP, \fIf_print_dynamic_safely()\fP, \fIf_print_safely()\fP, \fIf_print_terminated()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0be6471..fe8606d 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_format_convert.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_format_convert.3 @@ -1,4 +1,4 @@ -.TH fl_print_format_convert "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_format_convert "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_format_convert .SH SYNOPSIS @@ -19,8 +19,6 @@ Convert and print a single part of a formatted string represented by the ''. This should be called after each first '' is encountered. This should return only after a single '' group is fully processed, end of current is reached, or an error occurs. .PP This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called. -.PP -The status parameter will be set as follows: .SH PARAMETERS .TP .B string @@ -36,11 +34,9 @@ The variable arguments list. .TP .B status -The status is stored here rather then via the return. - -.SH RETURN VALUE -.PP -This returns a string at either the start position (if nothing done or an error occurred) or at the character last processed. The caller is expected to increment past this if they wish to continue processing the string. +(optional) Set to NULL to not use. +.br +The status parameter will be set as follows on return: .br \fBF_none\fP on success. .br @@ -51,8 +47,16 @@ This returns a string at either the start position (if nothing done or an error \fBF_utf_not\fP (with error bit) if character is an invalid UTF-8 character. .br \fBF_valid_not\fP (with error bit) on invalid syntax (such as terminating the string on a single ''). -.PP -Success from: f_print_dynamic(). Success from: f_print_dynamic_raw(). Success from: f_print_dynamic_safely(). Success from: f_print_safely(). Success from: f_print_terminated(). +.br +Success from: f_print_dynamic(). +.br +Success from: f_print_dynamic_raw(). +.br +Success from: f_print_dynamic_safely(). +.br +Success from: f_print_safely(). +.br +Success from: f_print_terminated(). .br Errors (with error bit) from: f_conversion_number_signed_print(). .br @@ -67,8 +71,19 @@ Errors (with error bit) from: f_print_dynamic_safely(). Errors (with error bit) from: f_print_safely(). .br Errors (with error bit) from: f_print_terminated(). + +.SH RETURN VALUE +.PP +This returns a string at either the start position (if nothing done or an error occurred) or at the character last processed. The caller is expected to increment past this if they wish to continue processing the string. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_print_dynamic()\fP, \fIf_print_dynamic_raw()\fP, \fIf_print_dynamic_safely()\fP, \fIf_print_safely()\fP, \fIf_print_terminated()\fP, \fIf_conversion_number_signed_print()\fP, \fIf_conversion_number_unsigned_print()\fP, \fIf_print_dynamic()\fP, \fIf_print_dynamic_raw()\fP, \fIf_print_dynamic_safely()\fP, \fIf_print_safely()\fP, \fIf_print_terminated()\fP, \fIfputc_unlocked()\fP, \fIf_conversion_number_signed_print()\fP, \fIf_conversion_number_unsigned_print()\fP, \fIf_print_dynamic()\fP, \fIf_print_dynamic_raw()\fP, \fIf_print_dynamic_safely()\fP, \fIf_print_safely()\fP, \fIf_print_terminated()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 16b7da1..6f6c954 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_string_va.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_string_va.3 @@ -1,4 +1,4 @@ -.TH fl_print_string_va "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_string_va "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_string_va .SH SYNOPSIS @@ -56,8 +56,15 @@ Errors (with error bit) from: f_print_dynamic_safely(). Errors (with error bit) from: f_print_safely(). .br Errors (with error bit) from: f_print_terminated(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIfl_print_format()\fP, \fIf_conversion_number_signed_print()\fP, \fIf_conversion_number_unsigned_print()\fP, \fIf_print_dynamic()\fP, \fIf_print_dynamic_raw()\fP, \fIf_print_dynamic_safely()\fP, \fIf_print_safely()\fP, \fIf_print_terminated()\fP, \fIfputc_unlocked()\fP, \fIva_copy()\fP, \fIva_end()\fP, \fIva_start()\fP, \fIf_conversion_number_signed_print()\fP, \fIf_conversion_number_unsigned_print()\fP, \fIf_print_dynamic()\fP, \fIf_print_dynamic_raw()\fP, \fIf_print_dynamic_safely()\fP, \fIf_print_safely()\fP, \fIf_print_terminated()\fP, \fIfl_print_format()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9a97ad8..12b14b0 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim .SH SYNOPSIS @@ -52,8 +52,15 @@ Errors (with error bit) from: f_utf_is_combining(). Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 88fd2f2..5f189e3 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_dynamic .SH SYNOPSIS @@ -46,11 +46,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 52a5b47..38684c7 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_dynamic_partial "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" + .TH fl_print_trim_dynamic_partial "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_dynamic_partial .SH SYNOPSIS @@ -54,8 +54,15 @@ Errors (with error bit) from: f_utf_is_combining(). Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 289b53f..b32ca3f 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial_raw.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_dynamic_partial_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_dynamic_partial_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_dynamic_partial_raw .SH SYNOPSIS @@ -52,8 +52,15 @@ The file stream to output to, including standard streams such as stdout and stde Errors (with error bit) from: f_utf_is_combining(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 913ed14..8913aff 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial_raw_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_dynamic_partial_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_dynamic_partial_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_dynamic_partial_raw_safely .SH SYNOPSIS @@ -51,11 +51,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8502d03..bb4d75c 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_dynamic_partial_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_dynamic_partial_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_dynamic_partial_safely .SH SYNOPSIS @@ -49,11 +49,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e727460..e05c020 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_raw.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_dynamic_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_dynamic_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_dynamic_raw .SH SYNOPSIS @@ -47,8 +47,15 @@ The file stream to output to, including standard streams such as stdout and stde Errors (with error bit) from: f_utf_is_combining(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 af95150..4415253 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_raw_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_dynamic_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_dynamic_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_dynamic_raw_safely .SH SYNOPSIS @@ -46,11 +46,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fab08b5..7c7b20c 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_dynamic_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_dynamic_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_dynamic_safely .SH SYNOPSIS @@ -44,11 +44,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 dd62015..f645775 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except .SH SYNOPSIS @@ -61,11 +61,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fb9c134..5435782 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_dynamic .SH SYNOPSIS @@ -51,11 +51,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1d84cf3..17e6721 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_dynamic_partial "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_dynamic_partial "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_dynamic_partial .SH SYNOPSIS @@ -56,11 +56,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2f416fd..13dada9 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial_raw.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_dynamic_partial_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_dynamic_partial_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_dynamic_partial_raw .SH SYNOPSIS @@ -57,8 +57,15 @@ The file stream to output to, including standard streams such as stdout and stde Errors (with error bit) from: f_utf_is_combining(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 681ae82..d6c45e3 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial_raw_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_dynamic_partial_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_dynamic_partial_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_dynamic_partial_raw_safely .SH SYNOPSIS @@ -56,11 +56,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2c4e18e..00e4e7d 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_dynamic_partial_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_dynamic_partial_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_dynamic_partial_safely .SH SYNOPSIS @@ -54,11 +54,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ea3cd2e..f16fac2 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_raw.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_dynamic_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_dynamic_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_dynamic_raw .SH SYNOPSIS @@ -52,8 +52,15 @@ The file stream to output to, including standard streams such as stdout and stde Errors (with error bit) from: f_utf_is_combining(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e412317..1033320 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_raw_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_dynamic_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_dynamic_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_dynamic_raw_safely .SH SYNOPSIS @@ -51,11 +51,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d29c8c4..4144ca7 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_dynamic_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_dynamic_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_dynamic_safely .SH SYNOPSIS @@ -49,11 +49,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d432cff..30345ed 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_in "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_in .SH SYNOPSIS @@ -66,11 +66,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d82d874..f8cb20c 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_in_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_in_dynamic .SH SYNOPSIS @@ -56,11 +56,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bca2cd7..844dd63 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_dynamic_partial "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_in_dynamic_partial "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_in_dynamic_partial .SH SYNOPSIS @@ -61,11 +61,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3d57bde..e20f9d0 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial_raw.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_dynamic_partial_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_in_dynamic_partial_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_in_dynamic_partial_raw .SH SYNOPSIS @@ -62,8 +62,15 @@ The file stream to output to, including standard streams such as stdout and stde Errors (with error bit) from: f_utf_is_combining(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4b5ba44..a4c71da 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial_raw_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_dynamic_partial_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_in_dynamic_partial_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_in_dynamic_partial_raw_safely .SH SYNOPSIS @@ -61,11 +61,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b467687..5a6c567 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_dynamic_partial_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_in_dynamic_partial_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_in_dynamic_partial_safely .SH SYNOPSIS @@ -59,11 +59,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 43e0106..205d525 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_raw.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_dynamic_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_in_dynamic_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_in_dynamic_raw .SH SYNOPSIS @@ -57,8 +57,15 @@ The file stream to output to, including standard streams such as stdout and stde Errors (with error bit) from: f_utf_is_combining(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ec247c8..ca5e194 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_raw_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_dynamic_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_in_dynamic_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_in_dynamic_raw_safely .SH SYNOPSIS @@ -56,11 +56,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1dbc690..b99569a 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_dynamic_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_in_dynamic_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_in_dynamic_safely .SH SYNOPSIS @@ -54,11 +54,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9f83d42..f4fafe4 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_raw.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_raw.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_in_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_in_raw .SH SYNOPSIS @@ -67,8 +67,15 @@ The file stream to output to, including standard streams such as stdout and stde Errors (with error bit) from: f_utf_is_combining(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3cc422f..53564ac 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_raw_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_in_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_in_raw_safely .SH SYNOPSIS @@ -66,11 +66,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a2d57cf..28c0bdf 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_in_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_in_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_in_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_in_safely .SH SYNOPSIS @@ -64,11 +64,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f02f0b0..dbf8f01 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_raw.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_raw.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_raw .SH SYNOPSIS @@ -62,8 +62,15 @@ The file stream to output to, including standard streams such as stdout and stde Errors (with error bit) from: f_utf_is_combining(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 72d3418..7f2ae7b 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_raw_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_raw_safely .SH SYNOPSIS @@ -61,11 +61,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d80f3ba..745c32d 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_except_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_except_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_except_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_except_safely .SH SYNOPSIS @@ -59,11 +59,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e327981..90e8b2e 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_raw.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_raw.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_raw .SH SYNOPSIS @@ -50,8 +50,15 @@ The file stream to output to, including standard streams such as stdout and stde Errors (with error bit) from: f_utf_is_combining(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0c91ec1..84c00c2 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_raw_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_raw_safely .SH SYNOPSIS @@ -49,11 +49,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3962da5..ebdb818 100644 --- a/level_1/fl_print/data/documentation/man/man3/fl_print_trim_safely.3 +++ b/level_1/fl_print/data/documentation/man/man3/fl_print_trim_safely.3 @@ -1,4 +1,4 @@ -.TH fl_print_trim_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_print_trim_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_print_trim_safely .SH SYNOPSIS @@ -47,11 +47,18 @@ The file stream to output to, including standard streams such as stdout and stde .br Errors (with error bit) from: f_utf_is_combining(). .br -Errors (with error bit) from: f_utf_is_valid() +Errors (with error bit) from: f_utf_is_valid(). .br Errors (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_print_format\fP(3), \fIfl_print_format_convert\fP(3), \fIfl_print_string_va\fP(3), \fIfl_print_trim\fP(3), \fIfl_print_trim_dynamic\fP(3), \fIfl_print_trim_dynamic_partial\fP(3), \fIfl_print_trim_dynamic_partial_raw\fP(3), \fIfl_print_trim_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_dynamic_partial_safely\fP(3), \fIfl_print_trim_dynamic_raw\fP(3), \fIfl_print_trim_dynamic_raw_safely\fP(3), \fIfl_print_trim_dynamic_safely\fP(3), \fIfl_print_trim_except\fP(3), \fIfl_print_trim_except_dynamic\fP(3), \fIfl_print_trim_except_dynamic_partial\fP(3), \fIfl_print_trim_except_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_dynamic_raw\fP(3), \fIfl_print_trim_except_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_dynamic_safely\fP(3), \fIfl_print_trim_except_in\fP(3), \fIfl_print_trim_except_in_dynamic\fP(3), \fIfl_print_trim_except_in_dynamic_partial\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely\fP(3), \fIfl_print_trim_except_in_raw\fP(3), \fIfl_print_trim_except_in_raw_safely\fP(3), \fIfl_print_trim_except_in_safely\fP(3), \fIfl_print_trim_except_raw\fP(3), \fIfl_print_trim_except_raw_safely\fP(3), \fIfl_print_trim_except_safely\fP(3), \fIfl_print_trim_raw\fP(3), \fIfl_print_trim_raw_safely\fP(3), \fIfl_print_trim_safely\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP, \fIfputc_unlocked()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_valid()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 69a1288..3586925 100644 --- a/level_1/fl_signal/data/documentation/man/man3/fl_signal_state_interrupt.3 +++ b/level_1/fl_signal/data/documentation/man/man3/fl_signal_state_interrupt.3 @@ -1,4 +1,4 @@ -.TH fl_signal_state_interrupt "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_signal_state_interrupt "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_signal_state_interrupt .SH SYNOPSIS @@ -12,13 +12,13 @@ fl_signal_state_interrupt .fi .SH DESCRIPTION .PP -Provides common signal functions. Check to see if a given signal is received. +Check to see if a given signal is received. .PP Provides a simple interrupt checker for general use. .PP This is intended to be explicitly use for the interrupt() callback defined in f_state_t. .PP -This check all interrupts provided in state->data.interrupts and if a signal is found, store that signal in state->data.trigger and returns +This checks all interrupts provided in state.data.interrupts and if a signal is found, store that signal in state->data.trigger and returns F_interrupt (with error bit set). If state->data.signal.id is NULL, then F_enable_not is returned. .SH PARAMETERS .TP .B state @@ -37,15 +37,18 @@ This is ignored. .br \fBF_interrupt_not\fP on success and no requested signal was found. .br -\fBF_interrupt\fP (with error bit set). If state->data.signal.id is NULL, then -.br -\fBF_enable_not\fP is returned. -.br \fBF_interrupt\fP (with error bit) if a requested signal is confirmed to be found. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_signal_state_interrupt\fP(3), \fIf_signal_read()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 662f1e5..6dfffa4 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_compare.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_compare.3 @@ -1,4 +1,4 @@ -.TH fl_string_compare "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_compare "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_compare .SH SYNOPSIS @@ -14,13 +14,7 @@ fl_string_compare .fi .SH DESCRIPTION .PP -Provides basic string manipulation and processing capabilities. -.PP -UTF-8 is handled within these functions via normal string characters (f_string_t). Unlike f_utf_string_t, these f_string_t base functions do not force padding of ASCII or UTF-8 characters. With f_string_t, a 1-byte wide ASCII character is stored as 1 byte and a 4-byte wide UTF-8 character is stored as 4 bytes. -.PP -This shortens the size of the string at the cost of complexity vs f_utf_string_t. -.PP -Because of the variable width, it is generally unsafe to ignore invalid UTF-8 sequences. Invalid UTF-8 will be generally result in an error. Compare two strings, similar to strncmp(). +Compare two strings, similar to strncmp(). .PP This does not stop on NULL. NULL characters are ignored. .SH PARAMETERS @@ -47,8 +41,15 @@ Length of string2. \fBF_equal_to_not\fP when both strings do not equal. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f68d718..44661b1 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_compare_except.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_compare_except.3 @@ -1,4 +1,4 @@ -.TH fl_string_compare_except "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_compare_except "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_compare_except .SH SYNOPSIS @@ -51,8 +51,15 @@ A set of locations within string2 to ignore. This assumes/requires that the loca \fBF_equal_to_not\fP when both strings do not equal. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a81a862..fd1f0bd 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_compare_except_trim.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_compare_except_trim.3 @@ -1,4 +1,4 @@ -.TH fl_string_compare_except_trim "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_compare_except_trim "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_compare_except_trim .SH SYNOPSIS @@ -55,8 +55,15 @@ A set of locations within string2 to ignore. This assumes/requires that the loca \fBF_parameter\fP (with error bit) from: f_utf_is_combining(). .br \fBF_parameter\fP (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2262f46..d6a87e7 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_compare_trim.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_compare_trim.3 @@ -1,4 +1,4 @@ -.TH fl_string_compare_trim "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_compare_trim "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_compare_trim .SH SYNOPSIS @@ -35,7 +35,7 @@ Length of string1. Length of string2. .SH RETURN VALUE -.br +.PP \fBF_equal_to\fP when both strings equal. .br \fBF_equal_to_not\fP when both strings do not equal. @@ -45,8 +45,15 @@ Length of string2. \fBF_parameter\fP (with error bit) from: f_utf_is_combining(). .br \fBF_parameter\fP (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 487e707..d385f86 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_compare "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_compare "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_compare .SH SYNOPSIS @@ -15,7 +15,6 @@ fl_string_dynamic_compare Compare two strings, similar to strncmp(). .PP This does not stop on NULL. NULL characters are ignored. -.PP .SH PARAMETERS .TP .B string1 @@ -32,8 +31,15 @@ String to compare. \fBF_equal_to_not\fP when both strings do not equal. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5c711f7..297d3da 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_compare_except "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_compare_except "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_compare_except .SH SYNOPSIS @@ -41,8 +41,15 @@ A set of locations within string2 to ignore. This assumes/requires that the loca \fBF_equal_to_not\fP when both strings do not equal. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 96119a9..5aba742 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except_string.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except_string.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_compare_except_string "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_compare_except_string "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_compare_except_string .SH SYNOPSIS @@ -52,8 +52,15 @@ A set of locations within string2 to ignore. This assumes/requires that the loca \fBF_parameter\fP (with error bit) from: f_utf_is_combining(). .br \fBF_parameter\fP (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b4d4714..3aafd70 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except_trim.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except_trim.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_compare_except_trim "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_compare_except_trim "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_compare_except_trim .SH SYNOPSIS @@ -45,8 +45,15 @@ A set of locations within string2 to ignore. This assumes/requires that the loca \fBF_parameter\fP (with error bit) from: f_utf_is_combining(). .br \fBF_parameter\fP (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 09f8789..0c2f9d0 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except_trim_string.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_except_trim_string.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_compare_except_trim_string "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_compare_except_trim_string "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_compare_except_trim_string .SH SYNOPSIS @@ -52,8 +52,15 @@ A set of locations within string2 to ignore. This assumes/requires that the loca \fBF_parameter\fP (with error bit) from: f_utf_is_combining(). .br \fBF_parameter\fP (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b4af98c..9643c4a 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_string.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_string.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_compare_string "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_compare_string "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_compare_string .SH SYNOPSIS @@ -42,8 +42,15 @@ The length of string1. \fBF_parameter\fP (with error bit) from: f_utf_is_combining(). .br \fBF_parameter\fP (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 722eb02..a115b40 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_trim.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_trim.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_compare_trim "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_compare_trim "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_compare_trim .SH SYNOPSIS @@ -35,8 +35,15 @@ String to compare. \fBF_parameter\fP (with error bit) from: f_utf_is_combining(). .br \fBF_parameter\fP (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ee5e8e3..f2bcb73 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_trim_string.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_compare_trim_string.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_compare_trim_string "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_compare_trim_string "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_compare_trim_string .SH SYNOPSIS @@ -42,8 +42,15 @@ The length of string1. \fBF_parameter\fP (with error bit) from: f_utf_is_combining(). .br \fBF_parameter\fP (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e65464d..44e54bf 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_partial_compare "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare .SH SYNOPSIS @@ -15,8 +15,6 @@ fl_string_dynamic_partial_compare .SH DESCRIPTION .PP Compare two strings, similar to strncmp(), but restricted to the given ranges. -.PP -This does not stop on NULL. NULL characters are ignored. .SH PARAMETERS .TP .B string1 @@ -40,9 +38,20 @@ A range within the string2 to restrict the comparison to. .br \fBF_equal_to_not\fP when both strings do not equal. .br -\fBF_parameter\fP (with error bit) if a parameter is invalid. +This does not stop on NULL. +.br +NULL characters are ignored. +.br +F_parameter (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8637799..9c6b7b5 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_dynamic.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_dynamic.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_partial_compare_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_dynamic .SH SYNOPSIS @@ -36,8 +36,15 @@ A range within the string2 to restrict the comparison to. \fBF_equal_to_not\fP when both strings do not equal. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b16f3eb..8614ce9 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_except "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_partial_compare_except "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_except .SH SYNOPSIS @@ -51,8 +51,15 @@ A set of locations within string2 to ignore. This assumes/requires that the loca \fBF_equal_to_not\fP when both strings do not equal. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f2f249e..9b7b4c9 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_dynamic.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_dynamic.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_except_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_partial_compare_except_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_except_dynamic .SH SYNOPSIS @@ -40,13 +40,21 @@ A set of locations within string1 to ignore. This assumes/requires that the loca A set of locations within string2 to ignore. This assumes/requires that the locations be in linear order. .SH RETURN VALUE +.PP \fBF_equal_to\fP when both strings equal. .br \fBF_equal_to_not\fP when both strings do not equal. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3cd48a1..c691125 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_string.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_string.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_except_string "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_partial_compare_except_string "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_except_string .SH SYNOPSIS @@ -53,8 +53,15 @@ A set of locations within string2 to ignore. This assumes/requires that the loca \fBF_equal_to_not\fP when both strings do not equal. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c3e0929..738e202 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_trim.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_trim.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_except_trim "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_partial_compare_except_trim "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_except_trim .SH SYNOPSIS @@ -55,8 +55,15 @@ A set of locations within string2 to ignore. This assumes/requires that the loca \fBF_parameter\fP (with error bit) from: f_utf_is_combining(). .br \fBF_parameter\fP (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f82d90a..37560a6 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_trim_dynamic.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_trim_dynamic.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_except_trim_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_partial_compare_except_trim_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_except_trim_dynamic .SH SYNOPSIS @@ -50,8 +50,15 @@ A set of locations within string2 to ignore. This assumes/requires that the loca \fBF_parameter\fP (with error bit) from: f_utf_is_combining(). .br \fBF_parameter\fP (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 44d548f..256bca4 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_trim_string.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_except_trim_string.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_except_trim_string "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_partial_compare_except_trim_string "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_except_trim_string .SH SYNOPSIS @@ -57,8 +57,15 @@ A set of locations within string2 to ignore. This assumes/requires that the loca \fBF_parameter\fP (with error bit) from: f_utf_is_combining(). .br \fBF_parameter\fP (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4de3366..990abb5 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_string.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_string.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_string "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_partial_compare_string "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_string .SH SYNOPSIS @@ -43,8 +43,15 @@ A range within the string2 to restrict the comparison to. \fBF_equal_to_not\fP when both strings do not equal. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c934690..1eabe6e 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_trim.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_trim.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_trim "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_partial_compare_trim "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_trim .SH SYNOPSIS @@ -28,6 +28,7 @@ String to compare. .TP .B range1 +A range within the string1 to restrict the comparison to. .TP .B range2 @@ -44,8 +45,15 @@ A range within the string2 to restrict the comparison to. \fBF_parameter\fP (with error bit) from: f_utf_is_combining(). .br \fBF_parameter\fP (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8cefe62..e189161 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_trim_dynamic.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_trim_dynamic.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_trim_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_partial_compare_trim_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_trim_dynamic .SH SYNOPSIS @@ -40,8 +40,15 @@ A range within the string2 to restrict the comparison to. \fBF_parameter\fP (with error bit) from: f_utf_is_combining(). .br \fBF_parameter\fP (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5a0c04c..0537897 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_trim_string.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_compare_trim_string.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_compare_trim_string "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_partial_compare_trim_string "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_partial_compare_trim_string .SH SYNOPSIS @@ -47,8 +47,15 @@ A range within the string2 to restrict the comparison to. \fBF_parameter\fP (with error bit) from: f_utf_is_combining(). .br \fBF_parameter\fP (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 222aa67..1d2fdc2 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_fll_identify.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_fll_identify.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_fll_identify "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_partial_fll_identify "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_partial_fll_identify .SH SYNOPSIS @@ -51,9 +51,9 @@ A range within the buffer representing the start and stop locations. The caller .br \fBF_complete_not_utf\fP (with error bit) if a character is an incomplete UTF-8 fragment. .br -\fBF_maybe\fP (with error bit) if a character could be a whitespace but width is not long enough. (This is only returned for an otherwise valid FLL Identifier.) +\fBF_maybe\fP (with error bit) if a character could be a whitespace but width is not long enough. .br -\fBF_parameter\fP (with error bit) if a parameter is invalid. +(This is only returned for an otherwise valid FLL Identifier.) F_parameter (with error bit) if a parameter is invalid. .br \fBF_utf_not\fP (with error bit) if character is an invalid UTF-8 character. .br @@ -62,8 +62,15 @@ A range within the buffer representing the start and stop locations. The caller \fBF_parameter\fP (with error bit) from: f_utf_is_whitespace(). .br \fBF_parameter\fP (with error bit) from: f_utf_is_word(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_word()\fP, \fIisxdigit()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_word()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ceacac6..1d176ff 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_rip.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_rip.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_rip "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_partial_rip "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_partial_rip .SH SYNOPSIS @@ -42,8 +42,15 @@ The new string, which will be allocated or reallocated as necessary. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_string_too_large\fP (with error bit) if the combined string is too large. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4c3e785..f7f5d13 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_rip_nulless.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_partial_rip_nulless.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_partial_rip_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_partial_rip_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_partial_rip_nulless .SH SYNOPSIS @@ -42,8 +42,15 @@ The new string, which will be allocated or reallocated as necessary. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7ae8105..e2c4765 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_rip.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_rip.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_rip "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_rip "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_rip .SH SYNOPSIS @@ -35,8 +35,15 @@ The new string, which will be allocated or reallocated as necessary. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_string_too_large\fP (with error bit) if the combined string is too large. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 dad6fc4..7cbd598 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_rip_nulless.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_rip_nulless.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_rip_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_rip_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_rip_nulless .SH SYNOPSIS @@ -35,8 +35,15 @@ The new string, which will be allocated or reallocated as necessary. \fBF_memory_not\fP (with error bit) on out of memory. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3d6a246..562ae4a 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_line_to_utf_character.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_line_to_utf_character.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_seek_line_to_utf_character "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_seek_line_to_utf_character "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_seek_line_to_utf_character .SH SYNOPSIS @@ -54,8 +54,15 @@ A range within the buffer representing the start and stop locations. The start l \fBF_utf_not\fP (with error bit) if character is an invalid UTF-8 character. .br Errors (with error bit) from: f_utf_char_to_character(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_char_to_character()\fP, \fIf_utf_char_to_character()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d735a14..d0581ac 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_line_until_graph.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_line_until_graph.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_seek_line_until_graph "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_seek_line_until_graph "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_seek_line_until_graph .SH SYNOPSIS @@ -54,8 +54,15 @@ A range within the buffer representing the start and stop locations. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_utf_is_graph(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_graph()\fP, \fIf_utf_is_graph()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a6f4a6d..9181800 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_line_until_graph_non.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_line_until_graph_non.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_seek_line_until_graph_non "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_seek_line_until_graph_non "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_seek_line_until_graph_non .SH SYNOPSIS @@ -54,8 +54,15 @@ A range within the buffer representing the start and stop locations. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_utf_is_graph(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_graph()\fP, \fIf_utf_is_graph()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4c68523..5237255 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_to_utf_character.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_dynamic_seek_to_utf_character.3 @@ -1,4 +1,4 @@ -.TH fl_string_dynamic_seek_to_utf_character "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_dynamic_seek_to_utf_character "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_dynamic_seek_to_utf_character .SH SYNOPSIS @@ -29,7 +29,7 @@ A range within the buffer representing the start and stop locations. The start l .SH RETURN VALUE .PP -\fBF_none\fB on success. +\fBF_none\fP on success. .br \fBF_none_stop\fP on success, but stopped at end of range. .br @@ -52,8 +52,15 @@ A range within the buffer representing the start and stop locations. The start l \fBF_utf_not\fP (with error bit) if character is an invalid UTF-8 character. .br Errors (with error bit) from: f_utf_char_to_character(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_char_to_character()\fP, \fIf_utf_char_to_character()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 39813c4..715c694 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_rip.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_rip.3 @@ -1,4 +1,4 @@ -.TH fl_string_rip "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_rip "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_rip .SH SYNOPSIS @@ -42,8 +42,15 @@ The new string, which will be allocated or reallocated as necessary. \fBF_parameter\fP (with error bit) from: f_utf_is_combining(). .br \fBF_parameter\fP (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3194407..d50d1a2 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_rip_nulless.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_rip_nulless.3 @@ -1,4 +1,4 @@ -.TH fl_string_rip_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_rip_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_rip_nulless .SH SYNOPSIS @@ -44,8 +44,15 @@ The new string, which will be allocated or reallocated as necessary. \fBF_parameter\fP (with error bit) from: f_utf_is_combining(). .br \fBF_parameter\fP (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c113d83..ce9a502 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_seek_line_to_utf_character.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_seek_line_to_utf_character.3 @@ -1,4 +1,4 @@ -.TH fl_string_seek_line_to_utf_character "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_seek_line_to_utf_character "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_seek_line_to_utf_character .SH SYNOPSIS @@ -44,8 +44,15 @@ A range within the buffer representing the start and stop locations. The start l \fBF_utf_not\fP (with error bit) if character is an invalid UTF-8 character. .br Errors (with error bit) from: f_utf_char_to_character(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_char_to_character()\fP, \fIf_utf_char_to_character()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1412c27..3a421d5 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_seek_line_until_graph.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_seek_line_until_graph.3 @@ -1,4 +1,4 @@ -.TH fl_string_seek_line_until_graph "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_seek_line_until_graph "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_seek_line_until_graph .SH SYNOPSIS @@ -44,8 +44,15 @@ A range within the buffer representing the start and stop locations. The start l \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_utf_is_graph(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_graph()\fP, \fIf_utf_is_graph()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 32ed979..e327aa6 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_seek_line_until_graph_non.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_seek_line_until_graph_non.3 @@ -1,4 +1,4 @@ -.TH fl_string_seek_line_until_graph_non "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_seek_line_until_graph_non "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_seek_line_until_graph_non .SH SYNOPSIS @@ -48,8 +48,15 @@ A range within the buffer representing the start and stop locations. The start l \fBF_parameter\fP (with error bit) from: f_utf_is_combining(). .br \fBF_parameter\fP (with error bit) from: f_utf_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP, \fIf_utf_is_combining()\fP, \fIf_utf_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5014c2b..0cd97c5 100644 --- a/level_1/fl_string/data/documentation/man/man3/fl_string_seek_to_utf_character.3 +++ b/level_1/fl_string/data/documentation/man/man3/fl_string_seek_to_utf_character.3 @@ -1,4 +1,4 @@ -.TH fl_string_seek_to_utf_character "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_string_seek_to_utf_character "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_string_seek_to_utf_character .SH SYNOPSIS @@ -44,8 +44,15 @@ A range within the buffer representing the start and stop locations. The start l \fBF_utf_not\fP (with error bit) if character is an invalid UTF-8 character. .br Errors (with error bit) from: f_utf_char_to_character(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_string_compare\fP(3), \fIfl_string_compare_except\fP(3), \fIfl_string_compare_except_trim\fP(3), \fIfl_string_compare_trim\fP(3), \fIfl_string_dynamic_compare\fP(3), \fIfl_string_dynamic_compare_except\fP(3), \fIfl_string_dynamic_compare_except_string\fP(3), \fIfl_string_dynamic_compare_except_trim\fP(3), \fIfl_string_dynamic_compare_except_trim_string\fP(3), \fIfl_string_dynamic_compare_string\fP(3), \fIfl_string_dynamic_compare_trim\fP(3), \fIfl_string_dynamic_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_compare\fP(3), \fIfl_string_dynamic_partial_compare_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except\fP(3), \fIfl_string_dynamic_partial_compare_except_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_string\fP(3), \fIfl_string_dynamic_partial_compare_except_trim\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_except_trim_string\fP(3), \fIfl_string_dynamic_partial_compare_string\fP(3), \fIfl_string_dynamic_partial_compare_trim\fP(3), \fIfl_string_dynamic_partial_compare_trim_dynamic\fP(3), \fIfl_string_dynamic_partial_compare_trim_string\fP(3), \fIfl_string_dynamic_partial_fll_identify\fP(3), \fIfl_string_dynamic_partial_rip\fP(3), \fIfl_string_dynamic_partial_rip_nulless\fP(3), \fIfl_string_dynamic_rip\fP(3), \fIfl_string_dynamic_rip_nulless\fP(3), \fIfl_string_dynamic_seek_line_to_utf_character\fP(3), \fIfl_string_dynamic_seek_line_until_graph\fP(3), \fIfl_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_string_dynamic_seek_to_utf_character\fP(3), \fIfl_string_rip\fP(3), \fIfl_string_rip_nulless\fP(3), \fIfl_string_seek_line_to_utf_character\fP(3), \fIfl_string_seek_line_until_graph\fP(3), \fIfl_string_seek_line_until_graph_non\fP(3), \fIfl_string_seek_to_utf_character\fP(3), \fIf_utf_char_to_character()\fP, \fIf_utf_char_to_character()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read.3 new file mode 100644 index 0000000..43a2edb --- /dev/null +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read.3 @@ -0,0 +1,65 @@ +.TH fl_utf_file_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fl_utf_file_read +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fl_utf_file_read\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBf_utf_string_dynamic_t *const \fP\fIdestination\fP +); +.fi +.SH DESCRIPTION +.PP +Read until EOF is reached. +.PP +To check how much was read into the destination, record destination->used before execution and compare to destination->used after execution. +.SH PARAMETERS +.TP +.B file +The file to read. The file must already be open. + +.TP +.B destination +The destination the file is being read into. The contents of the file is appended into this destination. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_none_eof\fP on success and EOF was reached. +.br +\fBF_block\fP (with error bit) if file descriptor is set to non-block and the read would result in a blocking operation. +.br +\fBF_buffer\fP (with error bit) if the buffer is invalid. +.br +\fBF_file\fP (with error bit) if file descriptor is in an error state. +.br +\fBF_file_closed\fP (with error bit) if file is not open. +.br +\fBF_file_descriptor\fP (with error bit) if the file descriptor is invalid. +.br +\fBF_file_type_directory\fP (with error bit) if file descriptor represents a directory. +.br +\fBF_complete_not_utf_eof\fP (with error bit) if UTF-8 character was incomplete at the end of the file. +.br +\fBF_complete_not_utf_stop\fP (with error bit) if UTF-8 character was incomplete at a stop point (file.size_read). +.br +\fBF_input_output\fP (with error bit) on I/O error. +.br +\fBF_interrupt\fP (with error bit) if interrupt was received. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_file_read\fP(3), \fIfl_utf_file_read_block\fP(3), \fIfl_utf_file_read_until\fP(3), \fIfl_utf_file_write\fP(3), \fIfl_utf_file_write_block\fP(3), \fIfl_utf_file_write_range\fP(3), \fIfl_utf_file_write_until\fP(3), \fIread()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read_block.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read_block.3 new file mode 100644 index 0000000..8569fce --- /dev/null +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read_block.3 @@ -0,0 +1,65 @@ +.TH fl_utf_file_read_block "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fl_utf_file_read_block +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fl_utf_file_read_block\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBf_utf_string_dynamic_t *const \fP\fIdestination\fP +); +.fi +.SH DESCRIPTION +.PP +Read until a single block is filled or EOF is reached. +.PP +To check how much was read into the destination, record destination->used before execution and compare to destination->used after execution. +.SH PARAMETERS +.TP +.B file +The file to read. The file must already be open. + +.TP +.B destination +The destination the file is being read into. The contents of the file is appended into this destination. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_none_eof\fP on success and EOF was reached. +.br +\fBF_block\fP (with error bit) if file descriptor is set to non-block and the read would result in a blocking operation. +.br +\fBF_buffer\fP (with error bit) if the buffer is invalid. +.br +\fBF_file\fP (with error bit) if file descriptor is in an error state. +.br +\fBF_file_closed\fP (with error bit) if file is not open. +.br +\fBF_file_descriptor\fP (with error bit) if the file descriptor is invalid. +.br +\fBF_file_type_directory\fP (with error bit) if file descriptor represents a directory. +.br +\fBF_complete_not_utf_eof\fP (with error bit) if UTF-8 character was incomplete at the end of the file. +.br +\fBF_complete_not_utf_stop\fP (with error bit) if UTF-8 character was incomplete at a stop point (file.size_read). +.br +\fBF_input_output\fP (with error bit) on I/O error. +.br +\fBF_interrupt\fP (with error bit) if interrupt was received. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_file_read\fP(3), \fIfl_utf_file_read_block\fP(3), \fIfl_utf_file_read_until\fP(3), \fIfl_utf_file_write\fP(3), \fIfl_utf_file_write_block\fP(3), \fIfl_utf_file_write_range\fP(3), \fIfl_utf_file_write_until\fP(3), \fIread()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read_until.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read_until.3 new file mode 100644 index 0000000..e8eb284 --- /dev/null +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_read_until.3 @@ -0,0 +1,70 @@ +.TH fl_utf_file_read_until "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fl_utf_file_read_until +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fl_utf_file_read_until\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_array_length_t \fP\fItotal\fP, + \fBf_utf_string_dynamic_t *const \fP\fIdestination\fP +); +.fi +.SH DESCRIPTION +.PP +Read until a given number or EOF is reached, storing it in the destination. +.PP +To check how much was read into the destination, record destination->used before execution and compare to destination->used after execution. +.SH PARAMETERS +.TP +.B file +The file to read. The file must already be open. + +.TP +.B total +The total bytes to read, unless EOF is reached first. + +.TP +.B destination +The destination the file is being read into. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_none_eof\fP on success and EOF was reached. +.br +\fBF_block\fP (with error bit) if file descriptor is set to non-block and the read would result in a blocking operation. +.br +\fBF_buffer\fP (with error bit) if the buffer is invalid. +.br +\fBF_file\fP (with error bit) if file descriptor is in an error state. +.br +\fBF_file_closed\fP (with error bit) if file is not open. +.br +\fBF_file_descriptor\fP (with error bit) if the file descriptor is invalid. +.br +\fBF_file_type_directory\fP (with error bit) if file descriptor represents a directory. +.br +\fBF_complete_not_utf_eof\fP (with error bit) if UTF-8 character was incomplete at the end of the file. +.br +\fBF_complete_not_utf_stop\fP (with error bit) if UTF-8 character was incomplete at a stop point (file.size_read). +.br +\fBF_input_output\fP (with error bit) on I/O error. +.br +\fBF_interrupt\fP (with error bit) if interrupt was received. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_file_read\fP(3), \fIfl_utf_file_read_block\fP(3), \fIfl_utf_file_read_until\fP(3), \fIfl_utf_file_write\fP(3), \fIfl_utf_file_write_block\fP(3), \fIfl_utf_file_write_range\fP(3), \fIfl_utf_file_write_until\fP(3), \fIread()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write.3 new file mode 100644 index 0000000..45d36c2 --- /dev/null +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write.3 @@ -0,0 +1,68 @@ +.TH fl_utf_file_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fl_utf_file_write +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fl_utf_file_write\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_utf_string_static_t \fP\fIdestination\fP, + \fBf_array_length_t *const \fP\fIwritten\fP +); +.fi +.SH DESCRIPTION +.PP +Write until entire destination is written. +.SH PARAMETERS +.TP +.B file +The file to write to. The file must already be open. + +.TP +.B destination +The destination to write to the file. + +.TP +.B written +The total bytes written. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_none_eos\fP on success but range.stop exceeded destination.used (only wrote up to destination.used). +.br +\fBF_none_stop\fP on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file). +.br +\fBF_complete_not_utf_stop\fP if max write was reached but was unable to completely write a given UTF-8 block (incomplete UTF-8 is not written, not even partially). +.br +\fBF_block\fP (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation. +.br +\fBF_buffer\fP (with error bit) if the buffer is invalid. +.br +\fBF_file\fP (with error bit) if file descriptor is in an error state. +.br +\fBF_file_closed\fP (with error bit) if file is not open. +.br +\fBF_file_descriptor\fP (with error bit) if the file descriptor is invalid. +.br +\fBF_file_type_directory\fP (with error bit) if file descriptor represents a directory. +.br +\fBF_input_output\fP (with error bit) on I/O error. +.br +\fBF_interrupt\fP (with error bit) if interrupt was received. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_file_read\fP(3), \fIfl_utf_file_read_block\fP(3), \fIfl_utf_file_read_until\fP(3), \fIfl_utf_file_write\fP(3), \fIfl_utf_file_write_block\fP(3), \fIfl_utf_file_write_range\fP(3), \fIfl_utf_file_write_until\fP(3), \fIwrite()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_block.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_block.3 new file mode 100644 index 0000000..039d8e0 --- /dev/null +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_block.3 @@ -0,0 +1,70 @@ +.TH fl_utf_file_write_block "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fl_utf_file_write_block +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fl_utf_file_write_block\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_utf_string_static_t \fP\fIdestination\fP, + \fBf_array_length_t *const \fP\fIwritten\fP +); +.fi +.SH DESCRIPTION +.PP +Write until a single block is filled or entire destination is written. +.PP +To check how much was write into the destination, record destination->used before execution and compare to destination->used after execution. +.SH PARAMETERS +.TP +.B file +The file to write to. The file must already be open. + +.TP +.B destination +The destination to write to the file. + +.TP +.B written +The total bytes written. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_none_eos\fP on success but range.stop exceeded destination.used (only wrote up to destination.used). +.br +\fBF_none_stop\fP on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file). +.br +\fBF_complete_not_utf_stop\fP if max write was reached but was unable to completely write a given UTF-8 block (incomplete UTF-8 is not written, not even partially). +.br +\fBF_block\fP (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation. +.br +\fBF_buffer\fP (with error bit) if the buffer is invalid. +.br +\fBF_file\fP (with error bit) if file descriptor is in an error state. +.br +\fBF_file_closed\fP (with error bit) if file is not open. +.br +\fBF_file_descriptor\fP (with error bit) if the file descriptor is invalid. +.br +\fBF_file_type_directory\fP (with error bit) if file descriptor represents a directory. +.br +\fBF_input_output\fP (with error bit) on I/O error. +.br +\fBF_interrupt\fP (with error bit) if interrupt was received. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_file_read\fP(3), \fIfl_utf_file_read_block\fP(3), \fIfl_utf_file_read_until\fP(3), \fIfl_utf_file_write\fP(3), \fIfl_utf_file_write_block\fP(3), \fIfl_utf_file_write_range\fP(3), \fIfl_utf_file_write_until\fP(3), \fIwrite()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_range.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_range.3 new file mode 100644 index 0000000..4eb5367 --- /dev/null +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_range.3 @@ -0,0 +1,73 @@ +.TH fl_utf_file_write_range "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fl_utf_file_write_range +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fl_utf_file_write_range\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_utf_string_static_t \fP\fIbuffer\fP, + \fBconst f_string_range_t \fP\fIrange\fP, + \fBf_array_length_t *const \fP\fIwritten\fP +); +.fi +.SH DESCRIPTION +.PP +Write a given range within the destination. +.SH PARAMETERS +.TP +.B file +The file to write to. The file must already be open. + +.TP +.B buffer +The string to write to the file. + +.TP +.B range +An inclusive start an stop range within the destination to read. + +.TP +.B written +The total bytes written. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_none_eos\fP on success but range.stop exceeded destination.used (only wrote up to destination.used). +.br +\fBF_none_stop\fP on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file). +.br +\fBF_complete_not_utf_stop\fP if max write was reached but was unable to completely write a given UTF-8 block (incomplete UTF-8 is not written, not even partially). +.br +\fBF_block\fP (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation. +.br +\fBF_buffer\fP (with error bit) if the buffer is invalid. +.br +\fBF_file\fP (with error bit) if file descriptor is in an error state. +.br +\fBF_file_closed\fP (with error bit) if file is not open. +.br +\fBF_file_descriptor\fP (with error bit) if the file descriptor is invalid. +.br +\fBF_file_type_directory\fP (with error bit) if file descriptor represents a directory. +.br +\fBF_input_output\fP (with error bit) on I/O error. +.br +\fBF_interrupt\fP (with error bit) if interrupt was received. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_file_read\fP(3), \fIfl_utf_file_read_block\fP(3), \fIfl_utf_file_read_until\fP(3), \fIfl_utf_file_write\fP(3), \fIfl_utf_file_write_block\fP(3), \fIfl_utf_file_write_range\fP(3), \fIfl_utf_file_write_until\fP(3), \fIwrite()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_until.3 b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_until.3 new file mode 100644 index 0000000..65082e7 --- /dev/null +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_file_write_until.3 @@ -0,0 +1,73 @@ +.TH fl_utf_file_write_until "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fl_utf_file_write_until +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fl_utf_file_write_until\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_utf_string_static_t \fP\fIdestination\fP, + \fBconst f_array_length_t \fP\fItotal\fP, + \fBf_array_length_t *const \fP\fIwritten\fP +); +.fi +.SH DESCRIPTION +.PP +Write until a given number or entire destination is written. +.SH PARAMETERS +.TP +.B file +The file to write to. The file must already be open. + +.TP +.B destination +The destination to write to the file. + +.TP +.B total +The total bytes to write, unless end of destination is reached first. + +.TP +.B written +The total bytes written. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_none_eos\fP on success but range.stop exceeded destination.used (only wrote up to destination.used). +.br +\fBF_none_stop\fP on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file). +.br +\fBF_complete_not_utf_stop\fP if max write was reached but was unable to completely write a given UTF-8 block (incomplete UTF-8 is not written, not even partially). +.br +\fBF_block\fP (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation. +.br +\fBF_buffer\fP (with error bit) if the buffer is invalid. +.br +\fBF_file\fP (with error bit) if file descriptor is in an error state. +.br +\fBF_file_closed\fP (with error bit) if file is not open. +.br +\fBF_file_descriptor\fP (with error bit) if the file descriptor is invalid. +.br +\fBF_file_type_directory\fP (with error bit) if file descriptor represents a directory. +.br +\fBF_input_output\fP (with error bit) on I/O error. +.br +\fBF_interrupt\fP (with error bit) if interrupt was received. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_file_read\fP(3), \fIfl_utf_file_read_block\fP(3), \fIfl_utf_file_read_until\fP(3), \fIfl_utf_file_write\fP(3), \fIfl_utf_file_write_block\fP(3), \fIfl_utf_file_write_range\fP(3), \fIfl_utf_file_write_until\fP(3), \fIwrite()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c1036e2..6885d9c 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_compare.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_compare.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_compare "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_string_compare "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_string_compare .SH SYNOPSIS @@ -14,13 +14,7 @@ fl_utf_string_compare .fi .SH DESCRIPTION .PP -Provides UTF-8 character manipulation and processing capabilities. -.PP -UTF-8 is handled within these functions via padded string characters (f_utf_string_t). Unlike f_string_t, these f_utf_string_t base functions force padding of ASCII or UTF-8 characters. With f_utf_string_t, a 1-byte wide ASCII character is stored as 4 bytes and a 4-byte wide UTF-8 character is stored as 4 bytes. -.PP -This simplifies traversing the strings at the cost of size vs f_string_t. -.PP -Because of the set width, it is generally safe to ignore invalid UTF-8 sequences. Invalid UTF-8 will be generally ignored here, where reasonably possible. Compare two UTF-8 strings, similar to strncmp(). +Compare two UTF-8 strings, similar to strncmp(). .PP This does not stop on NULL. NULL characters are ignored. .SH PARAMETERS @@ -47,8 +41,15 @@ Length of string2. \fBF_equal_to_not\fP when both strings do not equal. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_string_compare\fP(3), \fIfl_utf_string_compare_trim\fP(3), \fIfl_utf_string_dynamic_compare\fP(3), \fIfl_utf_string_dynamic_compare_trim\fP(3), \fIfl_utf_string_dynamic_partial_compare\fP(3), \fIfl_utf_string_dynamic_partial_compare_trim\fP(3), \fIfl_utf_string_dynamic_rip\fP(3), \fIfl_utf_string_dynamic_rip_nulless\fP(3), \fIfl_utf_string_dynamic_seek_line_to_char\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_utf_string_dynamic_seek_to_char\fP(3), \fIfl_utf_string_rip\fP(3), \fIfl_utf_string_rip_nulless\fP(3), \fIfl_utf_string_seek_line_to_char\fP(3), \fIfl_utf_string_seek_line_until_graph\fP(3), \fIfl_utf_string_seek_line_until_graph_non\fP(3), \fIfl_utf_string_seek_to_char\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d03bad8..ed2c91e 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_compare_trim.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_compare_trim.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_compare_trim "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_string_compare_trim "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_string_compare_trim .SH SYNOPSIS @@ -43,8 +43,15 @@ Length of string2. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_utf_character_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_string_compare\fP(3), \fIfl_utf_string_compare_trim\fP(3), \fIfl_utf_string_dynamic_compare\fP(3), \fIfl_utf_string_dynamic_compare_trim\fP(3), \fIfl_utf_string_dynamic_partial_compare\fP(3), \fIfl_utf_string_dynamic_partial_compare_trim\fP(3), \fIfl_utf_string_dynamic_rip\fP(3), \fIfl_utf_string_dynamic_rip_nulless\fP(3), \fIfl_utf_string_dynamic_seek_line_to_char\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_utf_string_dynamic_seek_to_char\fP(3), \fIfl_utf_string_rip\fP(3), \fIfl_utf_string_rip_nulless\fP(3), \fIfl_utf_string_seek_line_to_char\fP(3), \fIfl_utf_string_seek_line_until_graph\fP(3), \fIfl_utf_string_seek_line_until_graph_non\fP(3), \fIfl_utf_string_seek_to_char\fP(3), \fIf_utf_character_is_whitespace()\fP, \fIf_utf_character_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5aa0d11..4c20cec 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_compare.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_compare.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_compare "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_string_dynamic_compare "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_string_dynamic_compare .SH SYNOPSIS @@ -33,8 +33,15 @@ String to compare. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_string_compare\fP(3), \fIfl_utf_string_compare_trim\fP(3), \fIfl_utf_string_dynamic_compare\fP(3), \fIfl_utf_string_dynamic_compare_trim\fP(3), \fIfl_utf_string_dynamic_partial_compare\fP(3), \fIfl_utf_string_dynamic_partial_compare_trim\fP(3), \fIfl_utf_string_dynamic_rip\fP(3), \fIfl_utf_string_dynamic_rip_nulless\fP(3), \fIfl_utf_string_dynamic_seek_line_to_char\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_utf_string_dynamic_seek_to_char\fP(3), \fIfl_utf_string_rip\fP(3), \fIfl_utf_string_rip_nulless\fP(3), \fIfl_utf_string_seek_line_to_char\fP(3), \fIfl_utf_string_seek_line_until_graph\fP(3), \fIfl_utf_string_seek_line_until_graph_non\fP(3), \fIfl_utf_string_seek_to_char\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b61c1ff..0fb5309 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_compare_trim.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_compare_trim.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_compare_trim "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_string_dynamic_compare_trim "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_string_dynamic_compare_trim .SH SYNOPSIS @@ -35,8 +35,15 @@ String to compare. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br Errors (with error bit) from: f_utf_character_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_string_compare\fP(3), \fIfl_utf_string_compare_trim\fP(3), \fIfl_utf_string_dynamic_compare\fP(3), \fIfl_utf_string_dynamic_compare_trim\fP(3), \fIfl_utf_string_dynamic_partial_compare\fP(3), \fIfl_utf_string_dynamic_partial_compare_trim\fP(3), \fIfl_utf_string_dynamic_rip\fP(3), \fIfl_utf_string_dynamic_rip_nulless\fP(3), \fIfl_utf_string_dynamic_seek_line_to_char\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_utf_string_dynamic_seek_to_char\fP(3), \fIfl_utf_string_rip\fP(3), \fIfl_utf_string_rip_nulless\fP(3), \fIfl_utf_string_seek_line_to_char\fP(3), \fIfl_utf_string_seek_line_until_graph\fP(3), \fIfl_utf_string_seek_line_until_graph_non\fP(3), \fIfl_utf_string_seek_to_char\fP(3), \fIf_utf_character_is_whitespace()\fP, \fIf_utf_character_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e0a0b72..dad9a64 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_partial_compare.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_partial_compare.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_partial_compare "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_string_dynamic_partial_compare "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_string_dynamic_partial_compare .SH SYNOPSIS @@ -41,8 +41,15 @@ A range within the string2 to restrict the comparison to. \fBF_equal_to_not\fP when both strings do not equal. .br \fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_string_compare\fP(3), \fIfl_utf_string_compare_trim\fP(3), \fIfl_utf_string_dynamic_compare\fP(3), \fIfl_utf_string_dynamic_compare_trim\fP(3), \fIfl_utf_string_dynamic_partial_compare\fP(3), \fIfl_utf_string_dynamic_partial_compare_trim\fP(3), \fIfl_utf_string_dynamic_rip\fP(3), \fIfl_utf_string_dynamic_rip_nulless\fP(3), \fIfl_utf_string_dynamic_seek_line_to_char\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_utf_string_dynamic_seek_to_char\fP(3), \fIfl_utf_string_rip\fP(3), \fIfl_utf_string_rip_nulless\fP(3), \fIfl_utf_string_seek_line_to_char\fP(3), \fIfl_utf_string_seek_line_until_graph\fP(3), \fIfl_utf_string_seek_line_until_graph_non\fP(3), \fIfl_utf_string_seek_to_char\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b4ff073..847daa8 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_partial_compare_trim.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_partial_compare_trim.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_partial_compare_trim "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_string_dynamic_partial_compare_trim "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_string_dynamic_partial_compare_trim .SH SYNOPSIS @@ -43,8 +43,15 @@ A range within the string2 to restrict the comparison to. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_utf_character_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_string_compare\fP(3), \fIfl_utf_string_compare_trim\fP(3), \fIfl_utf_string_dynamic_compare\fP(3), \fIfl_utf_string_dynamic_compare_trim\fP(3), \fIfl_utf_string_dynamic_partial_compare\fP(3), \fIfl_utf_string_dynamic_partial_compare_trim\fP(3), \fIfl_utf_string_dynamic_rip\fP(3), \fIfl_utf_string_dynamic_rip_nulless\fP(3), \fIfl_utf_string_dynamic_seek_line_to_char\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_utf_string_dynamic_seek_to_char\fP(3), \fIfl_utf_string_rip\fP(3), \fIfl_utf_string_rip_nulless\fP(3), \fIfl_utf_string_seek_line_to_char\fP(3), \fIfl_utf_string_seek_line_until_graph\fP(3), \fIfl_utf_string_seek_line_until_graph_non\fP(3), \fIfl_utf_string_seek_to_char\fP(3), \fIf_utf_character_is_whitespace()\fP, \fIf_utf_character_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1bb2d83..350ed37 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_rip.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_rip.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_rip "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_string_dynamic_rip "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_string_dynamic_rip .SH SYNOPSIS @@ -40,8 +40,15 @@ The new string, which will be allocated or reallocated as necessary. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_utf_string_append(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_string_compare\fP(3), \fIfl_utf_string_compare_trim\fP(3), \fIfl_utf_string_dynamic_compare\fP(3), \fIfl_utf_string_dynamic_compare_trim\fP(3), \fIfl_utf_string_dynamic_partial_compare\fP(3), \fIfl_utf_string_dynamic_partial_compare_trim\fP(3), \fIfl_utf_string_dynamic_rip\fP(3), \fIfl_utf_string_dynamic_rip_nulless\fP(3), \fIfl_utf_string_dynamic_seek_line_to_char\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_utf_string_dynamic_seek_to_char\fP(3), \fIfl_utf_string_rip\fP(3), \fIfl_utf_string_rip_nulless\fP(3), \fIfl_utf_string_seek_line_to_char\fP(3), \fIfl_utf_string_seek_line_until_graph\fP(3), \fIfl_utf_string_seek_line_until_graph_non\fP(3), \fIfl_utf_string_seek_to_char\fP(3), \fIf_utf_string_append()\fP, \fIf_utf_string_append()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 406f599..3fd28a7 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_rip_nulless.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_rip_nulless.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_rip_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_string_dynamic_rip_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_string_dynamic_rip_nulless .SH SYNOPSIS @@ -42,8 +42,15 @@ The new string, which will be allocated or reallocated as necessary. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_utf_string_append_nulless(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_string_compare\fP(3), \fIfl_utf_string_compare_trim\fP(3), \fIfl_utf_string_dynamic_compare\fP(3), \fIfl_utf_string_dynamic_compare_trim\fP(3), \fIfl_utf_string_dynamic_partial_compare\fP(3), \fIfl_utf_string_dynamic_partial_compare_trim\fP(3), \fIfl_utf_string_dynamic_rip\fP(3), \fIfl_utf_string_dynamic_rip_nulless\fP(3), \fIfl_utf_string_dynamic_seek_line_to_char\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_utf_string_dynamic_seek_to_char\fP(3), \fIfl_utf_string_rip\fP(3), \fIfl_utf_string_rip_nulless\fP(3), \fIfl_utf_string_seek_line_to_char\fP(3), \fIfl_utf_string_seek_line_until_graph\fP(3), \fIfl_utf_string_seek_line_until_graph_non\fP(3), \fIfl_utf_string_seek_to_char\fP(3), \fIf_utf_string_append_nulless()\fP, \fIf_utf_string_append_nulless()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2499154..f6d720f 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_line_to_char.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_line_to_char.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_seek_line_to_char "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_string_dynamic_seek_line_to_char "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_string_dynamic_seek_line_to_char .SH SYNOPSIS @@ -42,8 +42,15 @@ A single-width character. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_string_compare\fP(3), \fIfl_utf_string_compare_trim\fP(3), \fIfl_utf_string_dynamic_compare\fP(3), \fIfl_utf_string_dynamic_compare_trim\fP(3), \fIfl_utf_string_dynamic_partial_compare\fP(3), \fIfl_utf_string_dynamic_partial_compare_trim\fP(3), \fIfl_utf_string_dynamic_rip\fP(3), \fIfl_utf_string_dynamic_rip_nulless\fP(3), \fIfl_utf_string_dynamic_seek_line_to_char\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_utf_string_dynamic_seek_to_char\fP(3), \fIfl_utf_string_rip\fP(3), \fIfl_utf_string_rip_nulless\fP(3), \fIfl_utf_string_seek_line_to_char\fP(3), \fIfl_utf_string_seek_line_until_graph\fP(3), \fIfl_utf_string_seek_line_until_graph_non\fP(3), \fIfl_utf_string_seek_to_char\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9dd077c..eb0bb11 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_line_until_graph.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_line_until_graph.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_seek_line_until_graph "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_string_dynamic_seek_line_until_graph "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_string_dynamic_seek_line_until_graph .SH SYNOPSIS @@ -39,13 +39,18 @@ A UTF-8 character representing a placeholder to ignore (may be NULL). .br \fBF_data_not_stop\fP if range.start > range.stop. .br -\fBF_parameter\fP (with error bit) if a parameter is invalid -.br -\fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. +\fBF_parameter\fP (with error bit) if a parameter is invalid F_utf_fragment (with error bit) if character is a UTF-8 fragment. .br Errors (with error bit) from: f_utf_character_is_graph(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_string_compare\fP(3), \fIfl_utf_string_compare_trim\fP(3), \fIfl_utf_string_dynamic_compare\fP(3), \fIfl_utf_string_dynamic_compare_trim\fP(3), \fIfl_utf_string_dynamic_partial_compare\fP(3), \fIfl_utf_string_dynamic_partial_compare_trim\fP(3), \fIfl_utf_string_dynamic_rip\fP(3), \fIfl_utf_string_dynamic_rip_nulless\fP(3), \fIfl_utf_string_dynamic_seek_line_to_char\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_utf_string_dynamic_seek_to_char\fP(3), \fIfl_utf_string_rip\fP(3), \fIfl_utf_string_rip_nulless\fP(3), \fIfl_utf_string_seek_line_to_char\fP(3), \fIfl_utf_string_seek_line_until_graph\fP(3), \fIfl_utf_string_seek_line_until_graph_non\fP(3), \fIfl_utf_string_seek_to_char\fP(3), \fIf_utf_character_is_graph()\fP, \fIf_utf_character_is_graph()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3598e55..076e515 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_line_until_graph_non.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_line_until_graph_non.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_seek_line_until_graph_non "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_string_dynamic_seek_line_until_graph_non "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_string_dynamic_seek_line_until_graph_non .SH SYNOPSIS @@ -46,8 +46,15 @@ A single-width character representing a placeholder to ignore (may be NULL). \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br Errors (with error bit) from: f_utf_character_is_graph(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_string_compare\fP(3), \fIfl_utf_string_compare_trim\fP(3), \fIfl_utf_string_dynamic_compare\fP(3), \fIfl_utf_string_dynamic_compare_trim\fP(3), \fIfl_utf_string_dynamic_partial_compare\fP(3), \fIfl_utf_string_dynamic_partial_compare_trim\fP(3), \fIfl_utf_string_dynamic_rip\fP(3), \fIfl_utf_string_dynamic_rip_nulless\fP(3), \fIfl_utf_string_dynamic_seek_line_to_char\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_utf_string_dynamic_seek_to_char\fP(3), \fIfl_utf_string_rip\fP(3), \fIfl_utf_string_rip_nulless\fP(3), \fIfl_utf_string_seek_line_to_char\fP(3), \fIfl_utf_string_seek_line_until_graph\fP(3), \fIfl_utf_string_seek_line_until_graph_non\fP(3), \fIfl_utf_string_seek_to_char\fP(3), \fIf_utf_character_is_graph()\fP, \fIf_utf_character_is_graph()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fca419d..bd74ccd 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_to_char.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_dynamic_seek_to_char.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_dynamic_seek_to_char "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_string_dynamic_seek_to_char "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_string_dynamic_seek_to_char .SH SYNOPSIS @@ -42,8 +42,15 @@ A single-width non-UTF-8 character. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_string_compare\fP(3), \fIfl_utf_string_compare_trim\fP(3), \fIfl_utf_string_dynamic_compare\fP(3), \fIfl_utf_string_dynamic_compare_trim\fP(3), \fIfl_utf_string_dynamic_partial_compare\fP(3), \fIfl_utf_string_dynamic_partial_compare_trim\fP(3), \fIfl_utf_string_dynamic_rip\fP(3), \fIfl_utf_string_dynamic_rip_nulless\fP(3), \fIfl_utf_string_dynamic_seek_line_to_char\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_utf_string_dynamic_seek_to_char\fP(3), \fIfl_utf_string_rip\fP(3), \fIfl_utf_string_rip_nulless\fP(3), \fIfl_utf_string_seek_line_to_char\fP(3), \fIfl_utf_string_seek_line_until_graph\fP(3), \fIfl_utf_string_seek_line_until_graph_non\fP(3), \fIfl_utf_string_seek_to_char\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c55137b..77eb8e9 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_rip.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_rip.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_rip "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_string_rip "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_string_rip .SH SYNOPSIS @@ -40,8 +40,15 @@ The new string, which will be allocated or reallocated as necessary. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br Errors (with error bit) from: f_utf_character_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_string_compare\fP(3), \fIfl_utf_string_compare_trim\fP(3), \fIfl_utf_string_dynamic_compare\fP(3), \fIfl_utf_string_dynamic_compare_trim\fP(3), \fIfl_utf_string_dynamic_partial_compare\fP(3), \fIfl_utf_string_dynamic_partial_compare_trim\fP(3), \fIfl_utf_string_dynamic_rip\fP(3), \fIfl_utf_string_dynamic_rip_nulless\fP(3), \fIfl_utf_string_dynamic_seek_line_to_char\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_utf_string_dynamic_seek_to_char\fP(3), \fIfl_utf_string_rip\fP(3), \fIfl_utf_string_rip_nulless\fP(3), \fIfl_utf_string_seek_line_to_char\fP(3), \fIfl_utf_string_seek_line_until_graph\fP(3), \fIfl_utf_string_seek_line_until_graph_non\fP(3), \fIfl_utf_string_seek_to_char\fP(3), \fIf_utf_character_is_whitespace()\fP, \fIf_utf_character_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d6d22d6..5c89fee 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_rip_nulless.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_rip_nulless.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_rip_nulless "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_string_rip_nulless "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_string_rip_nulless .SH SYNOPSIS @@ -42,8 +42,15 @@ The new string, which will be allocated or reallocated as necessary. \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br Errors (with error bit) from: f_utf_character_is_whitespace(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_string_compare\fP(3), \fIfl_utf_string_compare_trim\fP(3), \fIfl_utf_string_dynamic_compare\fP(3), \fIfl_utf_string_dynamic_compare_trim\fP(3), \fIfl_utf_string_dynamic_partial_compare\fP(3), \fIfl_utf_string_dynamic_partial_compare_trim\fP(3), \fIfl_utf_string_dynamic_rip\fP(3), \fIfl_utf_string_dynamic_rip_nulless\fP(3), \fIfl_utf_string_dynamic_seek_line_to_char\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_utf_string_dynamic_seek_to_char\fP(3), \fIfl_utf_string_rip\fP(3), \fIfl_utf_string_rip_nulless\fP(3), \fIfl_utf_string_seek_line_to_char\fP(3), \fIfl_utf_string_seek_line_until_graph\fP(3), \fIfl_utf_string_seek_line_until_graph_non\fP(3), \fIfl_utf_string_seek_to_char\fP(3), \fIf_utf_character_is_whitespace()\fP, \fIf_utf_character_is_whitespace()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a440bff..1851c3b 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_line_to_char.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_line_to_char.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_seek_line_to_char "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_string_seek_line_to_char "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_string_seek_line_to_char .SH SYNOPSIS @@ -40,8 +40,15 @@ A single-width character. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_string_compare\fP(3), \fIfl_utf_string_compare_trim\fP(3), \fIfl_utf_string_dynamic_compare\fP(3), \fIfl_utf_string_dynamic_compare_trim\fP(3), \fIfl_utf_string_dynamic_partial_compare\fP(3), \fIfl_utf_string_dynamic_partial_compare_trim\fP(3), \fIfl_utf_string_dynamic_rip\fP(3), \fIfl_utf_string_dynamic_rip_nulless\fP(3), \fIfl_utf_string_dynamic_seek_line_to_char\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_utf_string_dynamic_seek_to_char\fP(3), \fIfl_utf_string_rip\fP(3), \fIfl_utf_string_rip_nulless\fP(3), \fIfl_utf_string_seek_line_to_char\fP(3), \fIfl_utf_string_seek_line_until_graph\fP(3), \fIfl_utf_string_seek_line_until_graph_non\fP(3), \fIfl_utf_string_seek_to_char\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 cef1496..20bd0d5 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_line_until_graph.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_line_until_graph.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_seek_line_until_graph "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_string_seek_line_until_graph "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_string_seek_line_until_graph .SH SYNOPSIS @@ -40,8 +40,15 @@ A UTF-8 character representing a placeholder to ignore (may be NULL). \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br Errors (with error bit) from: f_utf_character_is_graph(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_string_compare\fP(3), \fIfl_utf_string_compare_trim\fP(3), \fIfl_utf_string_dynamic_compare\fP(3), \fIfl_utf_string_dynamic_compare_trim\fP(3), \fIfl_utf_string_dynamic_partial_compare\fP(3), \fIfl_utf_string_dynamic_partial_compare_trim\fP(3), \fIfl_utf_string_dynamic_rip\fP(3), \fIfl_utf_string_dynamic_rip_nulless\fP(3), \fIfl_utf_string_dynamic_seek_line_to_char\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_utf_string_dynamic_seek_to_char\fP(3), \fIfl_utf_string_rip\fP(3), \fIfl_utf_string_rip_nulless\fP(3), \fIfl_utf_string_seek_line_to_char\fP(3), \fIfl_utf_string_seek_line_until_graph\fP(3), \fIfl_utf_string_seek_line_until_graph_non\fP(3), \fIfl_utf_string_seek_to_char\fP(3), \fIf_utf_character_is_graph()\fP, \fIf_utf_character_is_graph()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d19b3f8..8cc18b8 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_line_until_graph_non.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_line_until_graph_non.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_seek_line_until_graph_non "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_string_seek_line_until_graph_non "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_string_seek_line_until_graph_non .SH SYNOPSIS @@ -42,8 +42,15 @@ A UTF-8 character representing a placeholder to ignore (may be NULL). \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. .br Errors (with error bit) from: f_utf_character_is_graph(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_string_compare\fP(3), \fIfl_utf_string_compare_trim\fP(3), \fIfl_utf_string_dynamic_compare\fP(3), \fIfl_utf_string_dynamic_compare_trim\fP(3), \fIfl_utf_string_dynamic_partial_compare\fP(3), \fIfl_utf_string_dynamic_partial_compare_trim\fP(3), \fIfl_utf_string_dynamic_rip\fP(3), \fIfl_utf_string_dynamic_rip_nulless\fP(3), \fIfl_utf_string_dynamic_seek_line_to_char\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_utf_string_dynamic_seek_to_char\fP(3), \fIfl_utf_string_rip\fP(3), \fIfl_utf_string_rip_nulless\fP(3), \fIfl_utf_string_seek_line_to_char\fP(3), \fIfl_utf_string_seek_line_until_graph\fP(3), \fIfl_utf_string_seek_line_until_graph_non\fP(3), \fIfl_utf_string_seek_to_char\fP(3), \fIf_utf_character_is_graph()\fP, \fIf_utf_character_is_graph()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6a34792..eef3d19 100644 --- a/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_to_char.3 +++ b/level_1/fl_utf/data/documentation/man/man3/fl_utf_string_seek_to_char.3 @@ -1,4 +1,4 @@ -.TH fl_utf_string_seek_to_char "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_string_seek_to_char "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_string_seek_to_char .SH SYNOPSIS @@ -40,8 +40,15 @@ A single-width non-UTF-8 character. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br \fBF_utf_fragment\fP (with error bit) if character is a UTF-8 fragment. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfl_utf_string_compare\fP(3), \fIfl_utf_string_compare_trim\fP(3), \fIfl_utf_string_dynamic_compare\fP(3), \fIfl_utf_string_dynamic_compare_trim\fP(3), \fIfl_utf_string_dynamic_partial_compare\fP(3), \fIfl_utf_string_dynamic_partial_compare_trim\fP(3), \fIfl_utf_string_dynamic_rip\fP(3), \fIfl_utf_string_dynamic_rip_nulless\fP(3), \fIfl_utf_string_dynamic_seek_line_to_char\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph\fP(3), \fIfl_utf_string_dynamic_seek_line_until_graph_non\fP(3), \fIfl_utf_string_dynamic_seek_to_char\fP(3), \fIfl_utf_string_rip\fP(3), \fIfl_utf_string_rip_nulless\fP(3), \fIfl_utf_string_seek_line_to_char\fP(3), \fIfl_utf_string_seek_line_until_graph\fP(3), \fIfl_utf_string_seek_line_until_graph_non\fP(3), \fIfl_utf_string_seek_to_char\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1260361..b958bda 100644 --- a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_read.3 +++ b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_read.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_file_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_file_read .SH SYNOPSIS @@ -55,4 +55,4 @@ The destination the file is being read into. The contents of the file is appende Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 852c4f6..b856f9d 100644 --- a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_read_block.3 +++ b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_read_block.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_read_block "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_file_read_block "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_file_read_block .SH SYNOPSIS @@ -55,4 +55,4 @@ The destination the file is being read into. The contents of the file is appende Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2bc406b..09f387a 100644 --- a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_read_until.3 +++ b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_read_until.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_read_until "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_file_read_until "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_file_read_until .SH SYNOPSIS @@ -60,4 +60,4 @@ The destination the file is being read into. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 129ac8e..0d55718 100644 --- a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write.3 +++ b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_file_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_file_write .SH SYNOPSIS @@ -58,4 +58,4 @@ The total bytes written. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 0964cc9..870bbe5 100644 --- a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write_block.3 +++ b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write_block.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_write_block "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_file_write_block "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_file_write_block .SH SYNOPSIS @@ -60,4 +60,4 @@ The total bytes written. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7ab03a2..2372a48 100644 --- a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write_range.3 +++ b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write_range.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_write_range "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_file_write_range "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_file_write_range .SH SYNOPSIS @@ -62,4 +62,4 @@ The total bytes written. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6fad065..ab30e5a 100644 --- a/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write_until.3 +++ b/level_1/fl_utf_file/data/documentation/man/man3/fl_utf_file_write_until.3 @@ -1,4 +1,4 @@ -.TH fl_utf_file_write_until "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fl_utf_file_write_until "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fl_utf_file_write_until .SH SYNOPSIS @@ -63,4 +63,4 @@ The total bytes written. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f0ac024..11dd7a7 100644 --- a/level_2/fll_control_group/data/documentation/man/man3/fll_control_group_prepare.3 +++ b/level_2/fll_control_group/data/documentation/man/man3/fll_control_group_prepare.3 @@ -1,4 +1,4 @@ -.TH fll_control_group_prepare "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_control_group_prepare "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_control_group_prepare .SH SYNOPSIS @@ -11,9 +11,14 @@ fll_control_group_prepare .fi .SH DESCRIPTION .PP -Provides control group (cgroup) related functionality. Make sure all directories specified in groups exist, creating all directories in the path. +Make sure all directories specified in groups exist, creating all directories in the path. .PP This does not, however, create the control_group.path and will error out if that directory does not exist. +.SH PARAMETERS +.TP +.B control_group +The control group(s) to ensure the directories exist. + .SH RETURN VALUE .PP \fBF_none\fP on success. @@ -23,8 +28,15 @@ This does not, however, create the control_group.path and will error out if that Errors (with error bit) from: f_directory_exists(). .br Errors (with error bit) from: fl_directory_create(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_control_group_prepare\fP(3), \fIf_directory_exists()\fP, \fIfl_directory_create()\fP, \fIf_directory_exists()\fP, \fIfl_directory_create()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 60b3571..bdee1fd 100644 --- a/level_2/fll_error/data/documentation/man/man3/fll_error_file_print.3 +++ b/level_2/fll_error/data/documentation/man/man3/fll_error_file_print.3 @@ -1,4 +1,4 @@ -.TH fll_error_file_print "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_error_file_print "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_error_file_print .SH SYNOPSIS @@ -52,8 +52,15 @@ A valid file type code from the fll_error_file_type enum. \fBF_true\fP is returned if the status code has no print message. .br \fBF_false\fP is returned on successful print of known errors. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_error_file_print\fP(3), \fIfll_error_parameter_integer_print\fP(3), \fIfll_error_print\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 be63c2a..b043e92 100644 --- a/level_2/fll_error/data/documentation/man/man3/fll_error_parameter_integer_print.3 +++ b/level_2/fll_error/data/documentation/man/man3/fll_error_parameter_integer_print.3 @@ -1,4 +1,4 @@ -.TH fll_error_parameter_integer_print "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_error_parameter_integer_print "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_error_parameter_integer_print .SH SYNOPSIS @@ -47,8 +47,15 @@ The argument associated with the given parameter. \fBF_true\fP is returned if the status code has no print message. .br \fBF_false\fP is returned on successful print of known errors. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_error_file_print\fP(3), \fIfll_error_parameter_integer_print\fP(3), \fIfll_error_print\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e7e72f7..a6388bc 100644 --- a/level_2/fll_error/data/documentation/man/man3/fll_error_print.3 +++ b/level_2/fll_error/data/documentation/man/man3/fll_error_print.3 @@ -1,4 +1,4 @@ -.TH fll_error_print "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_error_print "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_error_print .SH SYNOPSIS @@ -14,7 +14,7 @@ fll_error_print .fi .SH DESCRIPTION .PP -Provide functions commonly used by FLL based programs. Print generic error or warning messages. +Print generic error or warning messages. .SH PARAMETERS .TP .B print @@ -37,8 +37,15 @@ Set to F_true to print the fallback error message for unknown errors. \fBF_false\fP is returned on successful print of known errors. .br \fBF_true\fP is returned if the status code is unknown. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_error_file_print\fP(3), \fIfll_error_parameter_integer_print\fP(3), \fIfll_error_print\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 39f7d41..e2c333f 100644 --- a/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add.3 +++ b/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add.3 @@ -1,4 +1,4 @@ -.TH fll_execute_arguments_add "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_execute_arguments_add "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_execute_arguments_add .SH SYNOPSIS @@ -33,8 +33,15 @@ Errors (with error bit) from: f_string_dynamic_append(). Errors (with error bit) from: f_string_dynamic_resize(). .br Errors (with error bit) from: f_string_dynamics_increase(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_execute_arguments_add\fP(3), \fIfll_execute_arguments_add_parameter\fP(3), \fIfll_execute_arguments_add_parameter_set\fP(3), \fIfll_execute_arguments_add_set\fP(3), \fIfll_execute_into\fP(3), \fIfll_execute_program\fP(3), \fIf_string_dynamic_append()\fP, \fIf_string_dynamic_resize()\fP, \fIf_string_dynamics_increase()\fP, \fIf_string_dynamic_append()\fP, \fIf_string_dynamic_resize()\fP, \fIf_string_dynamics_increase()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 01683b6..daa3f0c 100644 --- a/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add_parameter.3 +++ b/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add_parameter.3 @@ -1,4 +1,4 @@ -.TH fll_execute_arguments_add_parameter "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_execute_arguments_add_parameter "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_execute_arguments_add_parameter .SH SYNOPSIS @@ -47,8 +47,15 @@ Errors (with error bit) from: f_string_append(). Errors (with error bit) from: f_string_dynamic_resize(). .br Errors (with error bit) from: f_string_dynamics_increase(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_execute_arguments_add\fP(3), \fIfll_execute_arguments_add_parameter\fP(3), \fIfll_execute_arguments_add_parameter_set\fP(3), \fIfll_execute_arguments_add_set\fP(3), \fIfll_execute_into\fP(3), \fIfll_execute_program\fP(3), \fIf_string_append()\fP, \fIf_string_dynamic_resize()\fP, \fIf_string_dynamics_increase()\fP, \fIf_string_append()\fP, \fIf_string_dynamic_resize()\fP, \fIf_string_dynamics_increase()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4b78839..463fdde 100644 --- a/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add_parameter_set.3 +++ b/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add_parameter_set.3 @@ -1,4 +1,4 @@ -.TH fll_execute_arguments_add_parameter_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_execute_arguments_add_parameter_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_execute_arguments_add_parameter_set .SH SYNOPSIS @@ -52,8 +52,15 @@ Errors (with error bit) from: f_string_append(). Errors (with error bit) from: f_string_dynamic_resize(). .br Errors (with error bit) from: f_string_dynamics_increase(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_execute_arguments_add\fP(3), \fIfll_execute_arguments_add_parameter\fP(3), \fIfll_execute_arguments_add_parameter_set\fP(3), \fIfll_execute_arguments_add_set\fP(3), \fIfll_execute_into\fP(3), \fIfll_execute_program\fP(3), \fIf_string_append()\fP, \fIf_string_dynamic_resize()\fP, \fIf_string_dynamics_increase()\fP, \fIf_string_append()\fP, \fIf_string_dynamic_resize()\fP, \fIf_string_dynamics_increase()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8140442..630ef8f 100644 --- a/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add_set.3 +++ b/level_2/fll_execute/data/documentation/man/man3/fll_execute_arguments_add_set.3 @@ -1,4 +1,4 @@ -.TH fll_execute_arguments_add_set "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_execute_arguments_add_set "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_execute_arguments_add_set .SH SYNOPSIS @@ -38,8 +38,15 @@ Errors (with error bit) from: f_string_append(). Errors (with error bit) from: f_string_dynamic_resize(). .br Errors (with error bit) from: f_string_dynamics_increase(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_execute_arguments_add\fP(3), \fIfll_execute_arguments_add_parameter\fP(3), \fIfll_execute_arguments_add_parameter_set\fP(3), \fIfll_execute_arguments_add_set\fP(3), \fIfll_execute_into\fP(3), \fIfll_execute_program\fP(3), \fIf_string_append()\fP, \fIf_string_dynamic_resize()\fP, \fIf_string_dynamics_increase()\fP, \fIf_string_append()\fP, \fIf_string_dynamic_resize()\fP, \fIf_string_dynamics_increase()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 38add79..68c34c1 100644 --- a/level_2/fll_execute/data/documentation/man/man3/fll_execute_into.3 +++ b/level_2/fll_execute/data/documentation/man/man3/fll_execute_into.3 @@ -1,4 +1,4 @@ -.TH fll_execute_into "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_execute_into "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_execute_into .SH SYNOPSIS @@ -52,8 +52,15 @@ Errors (with error bit) from: f_environment_get(). Errors (with error bit) from: f_string_dynamic_append(). .br Errors (with error bit) from: fl_environment_path_explode(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_execute_arguments_add\fP(3), \fIfll_execute_arguments_add_parameter\fP(3), \fIfll_execute_arguments_add_parameter_set\fP(3), \fIfll_execute_arguments_add_set\fP(3), \fIfll_execute_into\fP(3), \fIfll_execute_program\fP(3), \fIf_environment_get()\fP, \fIf_string_dynamic_append()\fP, \fIfl_environment_path_explode()\fP, \fIexecv()\fP, \fIexecvp()\fP, \fIexit()\fP, \fImemcpy()\fP, \fIstrnlen()\fP, \fIf_environment_get()\fP, \fIf_string_dynamic_append()\fP, \fIfl_environment_path_explode()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4da06af..04699a9 100644 --- a/level_2/fll_execute/data/documentation/man/man3/fll_execute_program.3 +++ b/level_2/fll_execute/data/documentation/man/man3/fll_execute_program.3 @@ -1,4 +1,4 @@ -.TH fll_execute_program "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_execute_program "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_execute_program .SH SYNOPSIS @@ -21,7 +21,11 @@ The program will be executed via a forked child process. .PP When the path has a slash "/" or the environment is to be cleared, then this does validate the path to the program. Otherwise, this does not validate the path to the program. .PP -When the parameter.option has the FL_execute_parameter_option_exit_d bit set, then this calls exit() when the child process returns. Otherwise, this returns +When the parameter.option has the FL_execute_parameter_option_exit_d bit set, then this calls exit() when the child process returns. Otherwise, this returns F_child and assigns the child's return code to result for the child process. The caller is expected to handle the appropriate exit procedures and memory deallocation for the child process when F_child is returned. +.PP +This returns F_capability, F_group, and F_user only by the child process and must be treated the same as F_child for the purposes of understanding what the current process is. These are essentialy F_child with explicit error codes that are returned instead of performing the desired execution. +.PP +This returns F_control_group, F_limit, F_processor, and F_schedule only by the parent process and represents that the child process could not be executed. .SH PARAMETERS .TP .B program @@ -51,22 +55,6 @@ An array of strings representing the arguments. .br \fBF_parent\fP on success and this is the parent thread (only happens when FL_execute_parameter_option_return_d is passed). .br -\fBF_child\fP and assigns the child's return code to result for the child process. The caller is expected to handle the appropriate exit procedures and memory deallocation for the child process when -.br -\fBF_child\fP is returned. -.PP -This returns F_capability, F_group, and -.br -\fBF_user\fP only by the child process and must be treated the same as -.br -\fBF_child\fP for the purposes of understanding what the current process is. These are essentialy -.br -\fBF_child\fP with explicit error codes that are returned instead of performing the desired execution. -.PP -This returns F_control_group, F_limit, F_processor, and -.br -\fBF_schedule\fP only by the parent process and represents that the child process could not be executed. -.br \fBF_capability\fP (with error bit) on failure to set capabilities in the child (only the child process returns this). .br \fBF_control_group\fP (with error bit) on failure to set control group in the child (only the parent process returns this). @@ -110,8 +98,15 @@ Errors (with error bit) from: f_string_dynamics_resize(). Errors (with error bit) from: f_thread_signal_mask(). .br Errors (with error bit) from: fl_environment_path_explode(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_execute_arguments_add\fP(3), \fIfll_execute_arguments_add_parameter\fP(3), \fIfll_execute_arguments_add_parameter_set\fP(3), \fIfll_execute_arguments_add_set\fP(3), \fIfll_execute_into\fP(3), \fIfll_execute_program\fP(3), \fIf_capability_process_set()\fP, \fIf_environment_get()\fP, \fIf_file_exists()\fP, \fIf_limit_process()\fP, \fIf_signal_mask()\fP, \fIf_string_append()\fP, \fIf_string_dynamic_resize()\fP, \fIf_string_dynamics_resize()\fP, \fIf_thread_signal_mask()\fP, \fIfl_environment_path_explode()\fP, \fIclose()\fP, \fIclearenv()\fP, \fIdup2()\fP, \fIexecv()\fP, \fIexecvp()\fP, \fIexit()\fP, \fIfork()\fP, \fIgetpid()\fP, \fImemcpy()\fP, \fInice()\fP, \fIpipe()\fP, \fIsetsid()\fP, \fIsched_setaffinity()\fP, \fIsched_setscheduler()\fP, \fIsetgid()\fP, \fIsetgroups()\fP, \fIsetuid()\fP, \fIstrnlen()\fP, \fIwaitpid()\fP, \fIf_capability_process_set()\fP, \fIf_environment_get()\fP, \fIf_file_exists()\fP, \fIf_limit_process()\fP, \fIf_signal_mask()\fP, \fIf_string_dynamic_append()\fP, \fIf_string_dynamics_resize()\fP, \fIf_thread_signal_mask()\fP, \fIfl_control_group_apply()\fP, \fIfl_environment_path_explode()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 463d58b..ae3ca14 100644 --- a/level_2/fll_file/data/documentation/man/man3/fll_file_mode_set_all.3 +++ b/level_2/fll_file/data/documentation/man/man3/fll_file_mode_set_all.3 @@ -1,4 +1,4 @@ -.TH fll_file_mode_set_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_file_mode_set_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_file_mode_set_all .SH SYNOPSIS @@ -14,7 +14,7 @@ fll_file_mode_set_all .fi .SH DESCRIPTION .PP -Provides file-related functionality. Change mode of a given file or directory at the specified path. +Change mode of a given file or directory at the specified path. .PP This does not set mode based on umask(), be sure to apply umask if so desired. (such as: mode & ~mask). .PP @@ -69,8 +69,15 @@ Errors (with error bit) from: f_file_mode_set(). Errors (with error bit) from: f_directory_exists(). .br Errors (with error bit) from: fl_directory_list(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_file_mode_set_all\fP(3), \fIfll_file_move\fP(3), \fIfll_file_role_change_all\fP(3), \fIf_file_mode_set()\fP, \fIf_directory_exists()\fP, \fIfl_directory_list()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1306aa7..83fb97f 100644 --- a/level_2/fll_file/data/documentation/man/man3/fll_file_move.3 +++ b/level_2/fll_file/data/documentation/man/man3/fll_file_move.3 @@ -1,4 +1,4 @@ -.TH fll_file_move "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_file_move "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_file_move .SH SYNOPSIS @@ -80,8 +80,15 @@ Errors (with error bit) from: f_file_remove(). Errors (with error bit) from: f_file_rename(). .br Errors (with error bit) from: fl_directory_clone(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_file_mode_set_all\fP(3), \fIfll_file_move\fP(3), \fIfll_file_role_change_all\fP(3), \fIf_directory_remove_custom()\fP, \fIf_file_is()\fP, \fIf_file_remove()\fP, \fIf_file_rename()\fP, \fIfl_directory_clone()\fP, \fIf_directory_remove()\fP, \fIf_directory_remove_custom()\fP, \fIf_file_is()\fP, \fIf_file_remove()\fP, \fIf_file_rename()\fP, \fIfl_directory_clone()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7ac2e22..b9a14f2 100644 --- a/level_2/fll_file/data/documentation/man/man3/fll_file_role_change_all.3 +++ b/level_2/fll_file/data/documentation/man/man3/fll_file_role_change_all.3 @@ -1,4 +1,4 @@ -.TH fll_file_role_change_all "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_file_role_change_all "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_file_role_change_all .SH SYNOPSIS @@ -76,8 +76,15 @@ Errors (with error bit) from: f_directory_is(). Errors (with error bit) from: f_file_role_change(). .br Errors (with error bit) from: fl_directory_list(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_file_mode_set_all\fP(3), \fIfll_file_move\fP(3), \fIfll_file_role_change_all\fP(3), \fIf_directory_is()\fP, \fIf_file_role_change()\fP, \fIfl_directory_list()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6fd645f..16ed89e 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_list_read.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_list_read.3 @@ -1,9 +1,9 @@ -.TH fll_fss_basic_list_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_basic_list_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -18,7 +18,7 @@ fll_fss_basic_list_read .fi .SH DESCRIPTION .PP -This is the fss-0002 implementation. Read a buffer expected to be in fss-0002 format, getting all objects and their respective content. +Read a buffer expected to be in fss-0002 format, getting all objects and their respective content. .SH PARAMETERS .TP .B buffer @@ -77,8 +77,15 @@ Errors (with error bit) from: f_uint8s_increase(). Errors (with error bit) from: fl_fss_basic_list_content_read(). .br Errors (with error bit) from: fl_fss_basic_list_object_read(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_basic_list_read\fP(3), \fIfll_fss_basic_list_write\fP(3), \fIf_string_ranges_increase()\fP, \fIf_string_rangess_increase()\fP, \fIf_uint8s_increase()\fP, \fIfl_fss_basic_list_content_read()\fP, \fIfl_fss_basic_list_object_read()\fP, \fIf_string_ranges_increase()\fP, \fIf_string_rangess_increase()\fP, \fIf_uint8s_increase()\fP, \fIfl_fss_basic_list_content_read()\fP, \fIfl_fss_basic_list_object_read()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6f2f64f..3460a97 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_list_write.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_list_write.3 @@ -1,9 +1,9 @@ -.TH fll_fss_basic_list_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_basic_list_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -47,17 +47,22 @@ The buffer to write to. .br \fBF_data_not_eos\fP no data to write due start location being greater than or equal to buffer size. .br -\fBF_data_not_stop\fP no data to write due start location being greater than stop location -.br -\fBF_parameter\fP (with error bit) if a parameter is invalid. +\fBF_data_not_stop\fP no data to write due start location being greater than stop location F_parameter (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_string_dynamic_increase(). .br Errors (with error bit) from: fl_fss_basic_list_content_write(). .br Errors (with error bit) from: fl_fss_basic_list_object_write(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_basic_list_read\fP(3), \fIfll_fss_basic_list_write\fP(3), \fIf_string_dynamic_increase()\fP, \fIfl_fss_basic_list_content_write()\fP, \fIfl_fss_basic_list_object_write()\fP, \fIf_string_dynamic_increase()\fP, \fIfl_fss_basic_list_content_write()\fP, \fIfl_fss_basic_list_object_write()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4d9397a..fd4dd76 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_read.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_read.3 @@ -1,9 +1,9 @@ -.TH fll_fss_basic_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_basic_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -18,7 +18,7 @@ fll_fss_basic_read .fi .SH DESCRIPTION .PP -This is the fss-0000 implementation. Read a buffer expected to be in fss-0000 format, getting all objects and their respective content. +Read a buffer expected to be in fss-0000 format, getting all objects and their respective content. .SH PARAMETERS .TP .B buffer @@ -79,8 +79,15 @@ Errors (with error bit) from: f_uint8s_increase(). Errors (with error bit) from: fl_fss_basic_content_read(). .br Errors (with error bit) from: fl_fss_basic_object_read(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_basic_read\fP(3), \fIfll_fss_basic_write\fP(3), \fIf_string_ranges_increase()\fP, \fIf_string_rangess_increase()\fP, \fIf_uint8s_increase()\fP, \fIfl_fss_basic_content_read()\fP, \fIfl_fss_basic_object_read()\fP, \fIf_string_ranges_increase()\fP, \fIf_string_rangess_increase()\fP, \fIf_uint8s_increase()\fP, \fIfl_fss_basic_content_read()\fP, \fIfl_fss_basic_object_read()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 909f063..b6aeefb 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_write.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_basic_write.3 @@ -1,9 +1,9 @@ -.TH fll_fss_basic_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_basic_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -56,8 +56,15 @@ Errors (with error bit) from: f_string_dynamic_increase(). Errors (with error bit) from: fl_fss_basic_content_write(). .br Errors (with error bit) from: fl_fss_basic_object_write(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_basic_read\fP(3), \fIfll_fss_basic_write\fP(3), \fIf_string_dynamic_increase()\fP, \fIfl_fss_basic_content_write()\fP, \fIfl_fss_basic_object_write()\fP, \fIf_string_dynamic_increase()\fP, \fIfl_fss_basic_content_write()\fP, \fIfl_fss_basic_object_write()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d91edf3..9446714 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_embedded_list_read.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_embedded_list_read.3 @@ -1,9 +1,9 @@ -.TH fll_fss_embedded_list_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_embedded_list_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -17,7 +17,7 @@ fll_fss_embedded_list_read .fi .SH DESCRIPTION .PP -This is the fss-0008 implementation. Read a buffer expected to be in fss-0008 format, getting all objects and their respective content. +Read a buffer expected to be in fss-0008 format, getting all objects and their respective content. .SH PARAMETERS .TP .B buffer @@ -76,8 +76,15 @@ Errors (with error bit) from: f_uint8s_increase(). Errors (with error bit) from: fl_fss_embedded_list_content_read(). .br Errors (with error bit) from: fl_fss_embedded_list_object_read(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_embedded_list_read\fP(3), \fIfll_fss_embedded_list_write\fP(3), \fIf_string_ranges_increase()\fP, \fIf_string_rangess_increase()\fP, \fIf_uint8s_increase()\fP, \fIfl_fss_embedded_list_content_read()\fP, \fIfl_fss_embedded_list_object_read()\fP, \fIf_string_ranges_increase()\fP, \fIf_string_rangess_increase()\fP, \fIf_uint8s_increase()\fP, \fIfl_fss_embedded_list_content_read()\fP, \fIfl_fss_embedded_list_object_read()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d5852ab..a165dc6 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_embedded_list_write.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_embedded_list_write.3 @@ -1,9 +1,9 @@ -.TH fll_fss_embedded_list_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_embedded_list_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -61,8 +61,15 @@ Errors (with error bit) from: f_string_dynamic_increase(). Errors (with error bit) from: fl_fss_embedded_list_content_write(). .br Errors (with error bit) from: fl_fss_embedded_list_object_write(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_embedded_list_read\fP(3), \fIfll_fss_embedded_list_write\fP(3), \fIf_string_dynamic_increase()\fP, \fIfl_fss_embedded_list_content_write()\fP, \fIfl_fss_embedded_list_object_write()\fP, \fIf_string_dynamic_increase()\fP, \fIfl_fss_embedded_list_content_write()\fP, \fIfl_fss_embedded_list_object_write()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 15bded5..58dfb41 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_list_read.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_list_read.3 @@ -1,9 +1,9 @@ -.TH fll_fss_extended_list_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_extended_list_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -18,7 +18,7 @@ fll_fss_extended_list_read .fi .SH DESCRIPTION .PP -This is the fss-0003 implementation. Read a buffer expected to be in fss-0003 format, getting all objects and their respective content. +Read a buffer expected to be in fss-0003 format, getting all objects and their respective content. .PP This does not utilize recursion and has a max content depth of 1, see fss-0008 (Embedded List) for that purpose. .SH PARAMETERS @@ -83,8 +83,15 @@ Errors (with error bit) from: f_uint8s_increase(). Errors (with error bit) from: fl_fss_extended_list_content_read(). .br Errors (with error bit) from: fl_fss_extended_list_object_read(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_extended_list_read\fP(3), \fIfll_fss_extended_list_write\fP(3), \fIf_string_ranges_increase()\fP, \fIf_string_rangess_increase()\fP, \fIf_uint8s_increase()\fP, \fIfl_fss_extended_list_content_read()\fP, \fIfl_fss_extended_list_object_read()\fP, \fIf_string_ranges_increase()\fP, \fIf_string_rangess_increase()\fP, \fIf_uint8s_increase()\fP, \fIfl_fss_extended_list_content_read()\fP, \fIfl_fss_extended_list_object_read()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 65a0b40..834999d 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_list_write.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_list_write.3 @@ -1,9 +1,9 @@ -.TH fll_fss_extended_list_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_extended_list_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -61,8 +61,15 @@ Errors (with error bit) from: f_string_dynamic_increase(). Errors (with error bit) from: fl_fss_extended_list_content_write(). .br Errors (with error bit) from: fl_fss_extended_list_object_write(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_extended_list_read\fP(3), \fIfll_fss_extended_list_write\fP(3), \fIf_string_dynamic_increase()\fP, \fIfl_fss_extended_list_content_write()\fP, \fIfl_fss_extended_list_object_write()\fP, \fIf_string_dynamic_increase()\fP, \fIfl_fss_extended_list_content_write()\fP, \fIfl_fss_extended_list_object_write()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6a22bb3..34b1384 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_read.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_read.3 @@ -1,9 +1,9 @@ -.TH fll_fss_extended_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_extended_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -19,7 +19,7 @@ fll_fss_extended_read .fi .SH DESCRIPTION .PP -This is the fss-0001 implementation. Read a buffer expected to be in fss-0001 format, getting all objects and their respective content. +Read a buffer expected to be in fss-0001 format, getting all objects and their respective content. .SH PARAMETERS .TP .B buffer @@ -84,8 +84,15 @@ Errors (with error bit) from: f_uint8s_increase(). Errors (with error bit) from: fl_fss_extended_content_read(). .br Errors (with error bit) from: fl_fss_extended_object_read(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_extended_read\fP(3), \fIfll_fss_extended_write\fP(3), \fIf_string_ranges_increase()\fP, \fIf_string_rangess_increase()\fP, \fIf_uint8s_increase()\fP, \fIfl_fss_extended_content_read()\fP, \fIfl_fss_extended_object_read()\fP, \fIf_string_ranges_increase()\fP, \fIf_string_rangess_increase()\fP, \fIf_uint8s_increase()\fP, \fIfl_fss_extended_content_read()\fP, \fIfl_fss_extended_object_read()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 373dcf6..a654fef 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_write.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_extended_write.3 @@ -1,9 +1,9 @@ -.TH fll_fss_extended_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_extended_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -56,8 +56,15 @@ Errors (with error bit) from: f_string_dynamic_increase(). Errors (with error bit) from: fl_fss_extended_content_write(). .br Errors (with error bit) from: fl_fss_extended_object_write(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_extended_read\fP(3), \fIfll_fss_extended_write\fP(3), \fIf_string_dynamic_increase()\fP, \fIfl_fss_extended_content_write()\fP, \fIfl_fss_extended_object_write()\fP, \fIf_string_dynamic_increase()\fP, \fIfl_fss_extended_content_write()\fP, \fIfl_fss_extended_object_write()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1d4249b..27e756f 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_identify.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_identify.3 @@ -1,4 +1,4 @@ -.TH fll_fss_identify "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_identify "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_fss_identify .SH SYNOPSIS @@ -13,7 +13,7 @@ fll_fss_identify .fi .SH DESCRIPTION .PP -Provide common FSS functions. Identify FSS type from a buffered string. +Identify FSS type from a buffered string. .PP The operates on the assumption that the first character provided is the start of the line. This will process until the stop point or the end of the line. This stop point should always be after the end of the line, except when there is an error. .PP @@ -52,8 +52,15 @@ Errors (with error bit) from: f_fll_ids_increase(). Errors (with error bit) from: f_utf_is_whitespace(). .br Errors (with error bit) from: fl_string_dynamic_partial_fll_identify(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_identify\fP(3), \fIfll_fss_snatch\fP(3), \fIfll_fss_snatch_apart\fP(3), \fIfll_fss_snatch_map\fP(3), \fIfll_fss_snatch_map_apart\fP(3), \fIfll_fss_snatch_map_mash\fP(3), \fIfll_fss_snatch_map_mash_apart\fP(3), \fIfll_fss_snatch_map_together\fP(3), \fIfll_fss_snatch_mash\fP(3), \fIfll_fss_snatch_mash_apart\fP(3), \fIfll_fss_snatch_together\fP(3), \fIfl_string_dynamic_partial_fll_identify()\fP, \fIf_fll_ids_increase()\fP, \fIf_utf_is_whitespace()\fP, \fIfl_string_dynamic_partial_fll_identify()\fP, \fIf_fll_ids_increase()\fP, \fIf_utf_is_whitespace()\fP, \fIfl_string_dynamic_partial_fll_identify()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 55069d2..1d4a88c 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_payload_read.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_payload_read.3 @@ -1,9 +1,9 @@ -.TH fll_fss_payload_read "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_payload_read "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -18,11 +18,11 @@ fll_fss_payload_read .fi .SH DESCRIPTION .PP -This is the fss-000e implementation. Read a buffer expected to be in fss-000e format, getting all objects and their respective content. +Read a buffer expected to be in fss-000e format, getting all objects and their respective content. .PP This processes only the outermost part and specially handles the payload. The inner data, such as the fss-0001 inside of the "header", should be directly processed via the appropriate function. .PP -The "payload" Object is required and if it is not file, this function returns with the error flag set. +The "payload" Object is required and if it is not found, this function returns with the error flag set. .SH PARAMETERS .TP .B buffer @@ -88,6 +88,8 @@ Errors (with error bit) from: fl_fss_basic_list_content_read(). .br Errors (with error bit) from: fl_fss_basic_list_object_read(). .br +F_number_overflow (with error bit) if the maximum buffer size is reached. +.br Errors (with error bit) from: f_string_ranges_increase(). .br Errors (with error bit) from: f_string_rangess_increase(). @@ -97,8 +99,15 @@ Errors (with error bit) from: f_uint8s_increase(). Errors (with error bit) from: fl_fss_basic_list_content_read(). .br Errors (with error bit) from: fl_fss_basic_list_object_read(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_payload_read\fP(3), \fIfll_fss_payload_write\fP(3), \fIfl_fss_basic_list_content_read()\fP, \fIfl_fss_basic_list_object_read()\fP, \fIf_string_ranges_increase()\fP, \fIf_string_rangess_increase()\fP, \fIf_uint8s_increase()\fP, \fIfl_fss_basic_list_content_read()\fP, \fIfl_fss_basic_list_object_read()\fP, \fIf_string_ranges_increase()\fP, \fIf_string_rangess_increase()\fP, \fIf_uint8s_increase()\fP, \fIfl_fss_basic_list_content_read()\fP, \fIfl_fss_basic_list_object_read()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ecb041b..2c475d5 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_payload_write.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_payload_write.3 @@ -1,9 +1,9 @@ -.TH fll_fss_payload_write "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_payload_write "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" 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, @@ -65,8 +65,15 @@ Errors (with error bit) from: f_string_dynamic_increase(). Errors (with error bit) from: fl_fss_basic_list_content_write(). .br Errors (with error bit) from: fl_fss_basic_list_object_write(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_payload_read\fP(3), \fIfll_fss_payload_write\fP(3), \fIf_string_dynamic_increase()\fP, \fIfl_fss_basic_list_content_write()\fP, \fIfl_fss_basic_list_object_write()\fP, \fIf_string_dynamic_increase()\fP, \fIfl_fss_basic_list_content_write()\fP, \fIfl_fss_basic_list_object_write()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d8bebc7..4d8f419 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_snatch "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_fss_snatch .SH SYNOPSIS @@ -69,8 +69,15 @@ An array representing the index within the Objects where the Content match was m Errors (with error bit) from: f_string_dynamic_partial_append_nulless(). .br Errors (with error bit) from: fl_string_dynamic_partial_compare_trim_string(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_identify\fP(3), \fIfll_fss_snatch\fP(3), \fIfll_fss_snatch_apart\fP(3), \fIfll_fss_snatch_map\fP(3), \fIfll_fss_snatch_map_apart\fP(3), \fIfll_fss_snatch_map_mash\fP(3), \fIfll_fss_snatch_map_mash_apart\fP(3), \fIfll_fss_snatch_map_together\fP(3), \fIfll_fss_snatch_mash\fP(3), \fIfll_fss_snatch_mash_apart\fP(3), \fIfll_fss_snatch_together\fP(3), \fIf_string_dynamic_partial_append_nulless()\fP, \fIfl_string_dynamic_partial_compare_trim_string()\fP, \fIf_string_dynamic_partial_append_nulless()\fP, \fIfl_string_compare_trim()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a1703f9..ae89cff 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_apart.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_apart.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch_apart "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_snatch_apart "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_fss_snatch_apart .SH SYNOPSIS @@ -71,8 +71,15 @@ An array representing the index within the Objects where the Content match was m Errors (with error bit) from: f_string_dynamic_partial_append_nulless(). .br Errors (with error bit) from: fl_string_dynamic_partial_compare_trim_string(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_identify\fP(3), \fIfll_fss_snatch\fP(3), \fIfll_fss_snatch_apart\fP(3), \fIfll_fss_snatch_map\fP(3), \fIfll_fss_snatch_map_apart\fP(3), \fIfll_fss_snatch_map_mash\fP(3), \fIfll_fss_snatch_map_mash_apart\fP(3), \fIfll_fss_snatch_map_together\fP(3), \fIfll_fss_snatch_mash\fP(3), \fIfll_fss_snatch_mash_apart\fP(3), \fIfll_fss_snatch_together\fP(3), \fIf_string_dynamic_partial_append_nulless()\fP, \fIfl_string_dynamic_partial_compare_trim_string()\fP, \fIf_string_dynamic_partial_append_nulless()\fP, \fIfl_string_compare_trim()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e75297d..6cd8455 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch_map "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_snatch_map "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_fss_snatch_map .SH SYNOPSIS @@ -73,8 +73,15 @@ An array representing the index within the Objects where the Content match was m Errors (with error bit) from: f_string_dynamic_partial_append_nulless(). .br Errors (with error bit) from: fl_string_dynamic_partial_compare_trim_string(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_identify\fP(3), \fIfll_fss_snatch\fP(3), \fIfll_fss_snatch_apart\fP(3), \fIfll_fss_snatch_map\fP(3), \fIfll_fss_snatch_map_apart\fP(3), \fIfll_fss_snatch_map_mash\fP(3), \fIfll_fss_snatch_map_mash_apart\fP(3), \fIfll_fss_snatch_map_together\fP(3), \fIfll_fss_snatch_mash\fP(3), \fIfll_fss_snatch_mash_apart\fP(3), \fIfll_fss_snatch_together\fP(3), \fIf_string_dynamic_partial_append_nulless()\fP, \fIfl_string_dynamic_partial_compare_trim_string()\fP, \fIf_string_dynamic_partial_append_nulless()\fP, \fIfl_string_compare_trim()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ce2aa22..6205016 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_apart.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_apart.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch_map_apart "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_snatch_map_apart "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_fss_snatch_map_apart .SH SYNOPSIS @@ -73,8 +73,15 @@ An array representing the index within the Objects where the Content match was m Errors (with error bit) from: f_string_dynamic_partial_append_nulless(). .br Errors (with error bit) from: fl_string_dynamic_partial_compare_trim_string(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_identify\fP(3), \fIfll_fss_snatch\fP(3), \fIfll_fss_snatch_apart\fP(3), \fIfll_fss_snatch_map\fP(3), \fIfll_fss_snatch_map_apart\fP(3), \fIfll_fss_snatch_map_mash\fP(3), \fIfll_fss_snatch_map_mash_apart\fP(3), \fIfll_fss_snatch_map_together\fP(3), \fIfll_fss_snatch_mash\fP(3), \fIfll_fss_snatch_mash_apart\fP(3), \fIfll_fss_snatch_together\fP(3), \fIf_string_dynamic_partial_append_nulless()\fP, \fIfl_string_dynamic_partial_compare_trim_string()\fP, \fIf_string_dynamic_partial_append_nulless()\fP, \fIfl_string_compare_trim()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 d814304..6bc2f90 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_mash.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_mash.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch_map_mash "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_snatch_map_mash "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_fss_snatch_map_mash .SH SYNOPSIS @@ -78,8 +78,15 @@ An array representing the index within the Objects where the Content match was m Errors (with error bit) from: f_string_dynamic_partial_mash_nulless(). .br Errors (with error bit) from: fl_string_dynamic_partial_compare_trim_string(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_identify\fP(3), \fIfll_fss_snatch\fP(3), \fIfll_fss_snatch_apart\fP(3), \fIfll_fss_snatch_map\fP(3), \fIfll_fss_snatch_map_apart\fP(3), \fIfll_fss_snatch_map_mash\fP(3), \fIfll_fss_snatch_map_mash_apart\fP(3), \fIfll_fss_snatch_map_together\fP(3), \fIfll_fss_snatch_mash\fP(3), \fIfll_fss_snatch_mash_apart\fP(3), \fIfll_fss_snatch_together\fP(3), \fIf_string_dynamic_partial_mash_nulless()\fP, \fIfl_string_dynamic_partial_compare_trim_string()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c23c95f..e39735c 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_mash_apart.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_mash_apart.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch_map_mash_apart "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_snatch_map_mash_apart "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_fss_snatch_map_mash_apart .SH SYNOPSIS @@ -78,8 +78,15 @@ An array representing the index within the Objects where the Content match was m Errors (with error bit) from: f_string_dynamic_partial_append_nulless(). .br Errors (with error bit) from: fl_string_dynamic_partial_compare_trim_string(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_identify\fP(3), \fIfll_fss_snatch\fP(3), \fIfll_fss_snatch_apart\fP(3), \fIfll_fss_snatch_map\fP(3), \fIfll_fss_snatch_map_apart\fP(3), \fIfll_fss_snatch_map_mash\fP(3), \fIfll_fss_snatch_map_mash_apart\fP(3), \fIfll_fss_snatch_map_together\fP(3), \fIfll_fss_snatch_mash\fP(3), \fIfll_fss_snatch_mash_apart\fP(3), \fIfll_fss_snatch_together\fP(3), \fIf_string_dynamic_partial_append_nulless()\fP, \fIfl_string_dynamic_partial_compare_trim_string()\fP, \fIf_string_dynamic_partial_mash_nulless()\fP, \fIfl_string_compare_trim()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 71c5d0d..5ff0480 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_together.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_map_together.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch_map_together "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_snatch_map_together "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_fss_snatch_map_together .SH SYNOPSIS @@ -78,8 +78,15 @@ An array representing the index within the Objects where the Content match was m Errors (with error bit) from: f_string_dynamic_partial_append_nulless(). .br Errors (with error bit) from: fl_string_dynamic_partial_compare_trim_string(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_identify\fP(3), \fIfll_fss_snatch\fP(3), \fIfll_fss_snatch_apart\fP(3), \fIfll_fss_snatch_map\fP(3), \fIfll_fss_snatch_map_apart\fP(3), \fIfll_fss_snatch_map_mash\fP(3), \fIfll_fss_snatch_map_mash_apart\fP(3), \fIfll_fss_snatch_map_together\fP(3), \fIfll_fss_snatch_mash\fP(3), \fIfll_fss_snatch_mash_apart\fP(3), \fIfll_fss_snatch_together\fP(3), \fIf_string_dynamic_partial_append_nulless()\fP, \fIfl_string_dynamic_partial_compare_trim_string()\fP, \fIf_string_dynamic_partial_mash_nulless()\fP, \fIfl_string_compare_trim()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c176249..12a02d5 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_mash.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_mash.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch_mash "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_snatch_mash "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_fss_snatch_mash .SH SYNOPSIS @@ -76,8 +76,15 @@ An array representing the index within the Objects where the Content match was m Errors (with error bit) from: f_string_dynamic_partial_mash_nulless(). .br Errors (with error bit) from: fl_string_dynamic_partial_compare_trim_string(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_identify\fP(3), \fIfll_fss_snatch\fP(3), \fIfll_fss_snatch_apart\fP(3), \fIfll_fss_snatch_map\fP(3), \fIfll_fss_snatch_map_apart\fP(3), \fIfll_fss_snatch_map_mash\fP(3), \fIfll_fss_snatch_map_mash_apart\fP(3), \fIfll_fss_snatch_map_together\fP(3), \fIfll_fss_snatch_mash\fP(3), \fIfll_fss_snatch_mash_apart\fP(3), \fIfll_fss_snatch_together\fP(3), \fIf_string_dynamic_partial_mash_nulless()\fP, \fIfl_string_dynamic_partial_compare_trim_string()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b9e5ce0..408bdca 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_mash_apart.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_mash_apart.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch_mash_apart "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_snatch_mash_apart "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_fss_snatch_mash_apart .SH SYNOPSIS @@ -76,8 +76,15 @@ An array representing the index within the Objects where the Content match was m Errors (with error bit) from: f_string_dynamic_partial_append_nulless(). .br Errors (with error bit) from: fl_string_dynamic_partial_compare_trim_string(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_identify\fP(3), \fIfll_fss_snatch\fP(3), \fIfll_fss_snatch_apart\fP(3), \fIfll_fss_snatch_map\fP(3), \fIfll_fss_snatch_map_apart\fP(3), \fIfll_fss_snatch_map_mash\fP(3), \fIfll_fss_snatch_map_mash_apart\fP(3), \fIfll_fss_snatch_map_together\fP(3), \fIfll_fss_snatch_mash\fP(3), \fIfll_fss_snatch_mash_apart\fP(3), \fIfll_fss_snatch_together\fP(3), \fIf_string_dynamic_partial_append_nulless()\fP, \fIfl_string_dynamic_partial_compare_trim_string()\fP, \fIf_string_dynamic_partial_mash_nulless()\fP, \fIfl_string_compare_trim()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3038ff6..70f2dfd 100644 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_together.3 +++ b/level_2/fll_fss/data/documentation/man/man3/fll_fss_snatch_together.3 @@ -1,4 +1,4 @@ -.TH fll_fss_snatch_together "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_snatch_together "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_fss_snatch_together .SH SYNOPSIS @@ -74,8 +74,15 @@ An array representing the index within the Objects where the Content match was m Errors (with error bit) from: f_string_dynamic_partial_mash_nulless(). .br Errors (with error bit) from: fl_string_dynamic_partial_compare_trim_string(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_identify\fP(3), \fIfll_fss_snatch\fP(3), \fIfll_fss_snatch_apart\fP(3), \fIfll_fss_snatch_map\fP(3), \fIfll_fss_snatch_map_apart\fP(3), \fIfll_fss_snatch_map_mash\fP(3), \fIfll_fss_snatch_map_mash_apart\fP(3), \fIfll_fss_snatch_map_together\fP(3), \fIfll_fss_snatch_mash\fP(3), \fIfll_fss_snatch_mash_apart\fP(3), \fIfll_fss_snatch_together\fP(3), \fIf_string_dynamic_partial_mash_nulless()\fP, \fIfl_string_dynamic_partial_compare_trim_string()\fP, \fIf_string_dynamic_partial_append_nulless()\fP, \fIfl_string_compare_trim()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 deleted file mode 100644 index d71206c..0000000 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_status_string_from.3 +++ /dev/null @@ -1,44 +0,0 @@ -.TH fll_fss_status_string_from "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" -.SH "NAME" -fll_fss_status_string_from -.SH SYNOPSIS -.nf -.B #include -.sp -\fBf_status_t fll_fss_status_string_from\fP( - \fBconst f_string_static_t \fP\fIname\fP, - \fBf_status_t *const \fP\fIcode\fP -); -.fi -.SH DESCRIPTION -.PP -Convert FSS status codes from their string equivalents to a status code. -.PP -Error, warning, and signal flags will not be assigned to the code. -.PP -This process the string until either a match or NULL is reached. -.SH PARAMETERS -.TP -.B name -The status name to process. - -.TP -.B code -The status number a matched string represents. - -.SH RETURN VALUE -.PP -\fBF_none\fP on success. -.br -\fBF_data_not\fP if string is empty. -.br -\fBF_data\fP (with error bit) if not found. -.br -\fBF_parameter\fP (with error bit) if a parameter is invalid. -.br -Errors (with error bit) from: f_conversion_character_is_decimal(). -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. 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 deleted file mode 100644 index 4b3db01..0000000 --- a/level_2/fll_fss/data/documentation/man/man3/fll_fss_status_string_to.3 +++ /dev/null @@ -1,36 +0,0 @@ -.TH fll_fss_status_string_to "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" -.SH "NAME" -fll_fss_status_string_to -.SH SYNOPSIS -.nf -.B #include -.sp -\fBf_status_t fll_fss_status_string_to\fP( - \fBconst f_status_t \fP\fIcode\fP, - \fBf_string_static_t *const \fP\fIname\fP -); -.fi -.SH DESCRIPTION -.PP -Convert code codes to their string equivalents. -.SH PARAMETERS -.TP -.B code -The status number to process. - -.TP -.B name -The status name that represents the given code. - -.SH RETURN VALUE -.PP -\fBF_none\fP on success. -.br -\fBF_parameter\fP (with error bit) if a parameter is invalid. -.br -Errors (with error bit) from: f_status_string_to(). -.SH AUTHOR -Written by Kevin Day. -.SH COPYRIGHT -.PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_2/fll_fss_status_string/data/documentation/man/man3/fll_fss_status_string_from.3 b/level_2/fll_fss_status_string/data/documentation/man/man3/fll_fss_status_string_from.3 index d0a67c7..8445a45 100644 --- a/level_2/fll_fss_status_string/data/documentation/man/man3/fll_fss_status_string_from.3 +++ b/level_2/fll_fss_status_string/data/documentation/man/man3/fll_fss_status_string_from.3 @@ -1,13 +1,13 @@ -.TH fll_fss_status_string_from "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_status_string_from "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" -fll_fss_status_string_from - Convert FSS status codes from their string equivalents to a status code. +fll_fss_status_string_from .SH SYNOPSIS .nf .B #include .sp \fBf_status_t fll_fss_status_string_from\fP( - \fBconst f_string_static_t \fP\fIname\fP - \fBf_status_t * const \fP\fIcode\fP + \fBconst f_string_static_t \fP\fIname\fP, + \fBf_status_t *const \fP\fIcode\fP ); .fi .SH DESCRIPTION @@ -37,8 +37,15 @@ The status number a matched string represents. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_conversion_character_is_decimal(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_status_string_from\fP(3), \fIfll_fss_status_string_to\fP(3), \fIf_conversion_character_is_decimal()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_2/fll_fss_status_string/data/documentation/man/man3/fll_fss_status_string_to.3 b/level_2/fll_fss_status_string/data/documentation/man/man3/fll_fss_status_string_to.3 index dcc7b88..1683333 100644 --- a/level_2/fll_fss_status_string/data/documentation/man/man3/fll_fss_status_string_to.3 +++ b/level_2/fll_fss_status_string/data/documentation/man/man3/fll_fss_status_string_to.3 @@ -1,13 +1,13 @@ -.TH fll_fss_status_string_to "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_fss_status_string_to "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" -fll_fss_status_string_to - Convert code codes to their string equivalents. +fll_fss_status_string_to .SH SYNOPSIS .nf .B #include .sp \fBf_status_t fll_fss_status_string_to\fP( - \fBconst f_status_t \fP\fIcode\fP - \fBf_string_static_t * const \fP\fIname\fP + \fBconst f_status_t \fP\fIcode\fP, + \fBf_string_static_t *const \fP\fIname\fP ); .fi .SH DESCRIPTION @@ -29,8 +29,15 @@ The status name that represents the given code. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_status_string_to(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_fss_status_string_from\fP(3), \fIfll_fss_status_string_to\fP(3), \fIf_status_string_to()\fP, \fIf_status_string_to()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b4e7ff4..b4a46da 100644 --- a/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_escape.3 +++ b/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_escape.3 @@ -1,4 +1,4 @@ -.TH fll_iki_content_escape "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_iki_content_escape "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_iki_content_escape .SH SYNOPSIS @@ -13,9 +13,7 @@ fll_iki_content_escape .fi .SH DESCRIPTION .PP -Provides a Wiki-Like syntax meant to be much simpler. -.PP -This simpler Wiki-Like syntax, called Iki, focuses just on simply adding context. The context itself is not explicitly defined but a few common standards are provided. Escape a string to allow it to be used in its entirety as an IKI content. +Escape a string to allow it to be used in its entirety as an IKI content. .PP This does not copy NULL characters. .SH PARAMETERS @@ -40,8 +38,15 @@ The content whose data is escaped. The escaped string data is appended to this, Errors (with error bit) from: f_string_dynamic_resize(). .br Errors (with error bit) from: f_string_dynamic_increase_by(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_iki_content_escape\fP(3), \fIfll_iki_content_partial_escape\fP(3), \fIfll_iki_content_partial_unescape\fP(3), \fIfll_iki_content_unescape\fP(3), \fIf_string_dynamic_resize()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_string_dynamic_resize()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3b8693e..1a6c29f 100644 --- a/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_partial_escape.3 +++ b/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_partial_escape.3 @@ -1,4 +1,4 @@ -.TH fll_iki_content_partial_escape "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_iki_content_partial_escape "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_iki_content_partial_escape .SH SYNOPSIS @@ -43,8 +43,15 @@ The content whose data is escaped. The escaped string data is appended to this, Errors (with error bit) from: f_string_dynamic_resize(). .br Errors (with error bit) from: f_string_dynamic_increase_by(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_iki_content_escape\fP(3), \fIfll_iki_content_partial_escape\fP(3), \fIfll_iki_content_partial_unescape\fP(3), \fIfll_iki_content_unescape\fP(3), \fIf_string_dynamic_resize()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_string_dynamic_resize()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f3ce76c..d1c45a7 100644 --- a/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_partial_unescape.3 +++ b/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_partial_unescape.3 @@ -1,4 +1,4 @@ -.TH fll_iki_content_partial_unescape "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_iki_content_partial_unescape "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_iki_content_partial_unescape .SH SYNOPSIS @@ -45,8 +45,15 @@ The content whose data is unescaped. The unescaped string data is appended to th Errors (with error bit) from: f_string_dynamic_resize(). .br Errors (with error bit) from: f_string_dynamic_increase_by(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_iki_content_escape\fP(3), \fIfll_iki_content_partial_escape\fP(3), \fIfll_iki_content_partial_unescape\fP(3), \fIfll_iki_content_unescape\fP(3), \fIf_string_dynamic_resize()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_string_dynamic_resize()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7a85f26..c078464 100644 --- a/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_unescape.3 +++ b/level_2/fll_iki/data/documentation/man/man3/fll_iki_content_unescape.3 @@ -1,4 +1,4 @@ -.TH fll_iki_content_unescape "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_iki_content_unescape "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_iki_content_unescape .SH SYNOPSIS @@ -40,8 +40,15 @@ The content whose data is unescaped. The unescaped string data is appended to th Errors (with error bit) from: f_string_dynamic_resize(). .br Errors (with error bit) from: f_string_dynamic_increase_by(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_iki_content_escape\fP(3), \fIfll_iki_content_partial_escape\fP(3), \fIfll_iki_content_partial_unescape\fP(3), \fIfll_iki_content_unescape\fP(3), \fIf_string_dynamic_resize()\fP, \fIf_string_dynamic_increase_by()\fP, \fIf_string_dynamic_resize()\fP, \fIf_string_dynamic_increase_by()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 46dcb14..718bc78 100644 --- a/level_2/fll_path/data/documentation/man/man3/fll_path_canonical.3 +++ b/level_2/fll_path/data/documentation/man/man3/fll_path_canonical.3 @@ -1,4 +1,4 @@ -.TH fll_path_canonical "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_path_canonical "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_path_canonical .SH SYNOPSIS @@ -12,7 +12,7 @@ fll_path_canonical .fi .SH DESCRIPTION .PP -Provides path-related functionality. Get the canonical (real) path for some path. +Get the canonical (real) path for some path. .PP This does not check if the path exists or not. This processes the relative parts: './', '../', and extra '/'. This does not process symbolic links. This has a max size of F_string_t_size_d. This removes trailing slashes, but leaves the leading slash ('/' remains as-is, but '/a/' becomes '/a'). .PP @@ -37,8 +37,15 @@ Errors (with error bit) from: f_string_append(). Errors (with error bit) from: f_string_append_assure(). .br Errors (with error bit) from: f_string_dynamic_append_assure(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_path_canonical\fP(3), \fIf_path_current()\fP, \fIf_string_append()\fP, \fIf_string_append_assure()\fP, \fIf_string_dynamic_append_assure()\fP, \fIf_path_current()\fP, \fIf_string_append()\fP, \fIf_string_append_assure()\fP, \fIf_string_dynamic_append_assure()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 48c566e..cee6bb6 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print.3 @@ -1,4 +1,4 @@ -.TH fll_print "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print .SH SYNOPSIS @@ -13,9 +13,7 @@ fll_print .fi .SH DESCRIPTION .PP -Provides print-related functionality. This is a variation of f_print() that uses locking. -.PP -Errors (with error bit) from: f_print(). +This is a variation of f_print() that uses locking. .SH PARAMETERS .TP .B string @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print(). +.br +Errors (with error bit) from: f_print(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print()\fP, \fIf_print()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2610609..4ca646a 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_character.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_character.3 @@ -1,4 +1,4 @@ -.TH fll_print_character "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_character "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_character .SH SYNOPSIS @@ -13,8 +13,6 @@ fll_print_character .SH DESCRIPTION .PP This is a variation of f_print_character() that uses locking. -.PP -Errors (with error bit) from: f_print_character(). .SH PARAMETERS .TP .B character @@ -27,8 +25,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_character(). +.br +Errors (with error bit) from: f_print_character(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_character()\fP, \fIf_print_character()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_character()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1e22a36..8bfad2a 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_character_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_character_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_character_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_character_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_character_safely .SH SYNOPSIS @@ -13,8 +13,6 @@ fll_print_character_safely .SH DESCRIPTION .PP This is a variation of f_print_character_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_character_safely(). .SH PARAMETERS .TP .B character @@ -27,8 +25,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_character_safely(). +.br +Errors (with error bit) from: f_print_character_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_character_safely()\fP, \fIf_print_character_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_character_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c26c5ab..504c360 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic.3 @@ -1,4 +1,4 @@ -.TH fll_print_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_dynamic .SH SYNOPSIS @@ -13,8 +13,6 @@ fll_print_dynamic .SH DESCRIPTION .PP This is a variation of f_print_dynamic() that uses locking. -.PP -Errors (with error bit) from: f_print_dynamic(). .SH PARAMETERS .TP .B buffer @@ -27,8 +25,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_dynamic(). +.br +Errors (with error bit) from: f_print_dynamic(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_dynamic()\fP, \fIf_print_dynamic()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_dynamic()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ff55fa1..3590dbb 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH fll_print_dynamic_partial "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_dynamic_partial "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_dynamic_partial .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_dynamic_partial .SH DESCRIPTION .PP This is a variation of f_print_dynamic_partial() that uses locking. -.PP -Errors (with error bit) from: f_print_dynamic_partial(). .SH PARAMETERS .TP .B buffer @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_dynamic_partial(). +.br +Errors (with error bit) from: f_print_dynamic_partial(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_dynamic_partial()\fP, \fIf_print_dynamic_partial()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_dynamic_partial()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a0598f6..8f213f0 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_dynamic_partial_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_dynamic_partial_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_dynamic_partial_raw .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_dynamic_partial_raw .SH DESCRIPTION .PP This is a variation of f_print_dynamic_partial_raw() that uses locking. -.PP -Errors (with error bit) from: f_print_dynamic_partial_raw(). .SH PARAMETERS .TP .B buffer @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_dynamic_partial_raw(). +.br +Errors (with error bit) from: f_print_dynamic_partial_raw(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_dynamic_partial_raw()\fP, \fIf_print_dynamic_partial_raw()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_dynamic_partial_raw()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 10be630..3dbd456 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_dynamic_partial_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_dynamic_partial_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_dynamic_partial_raw_safely .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_dynamic_partial_raw_safely .SH DESCRIPTION .PP This is a variation of f_print_dynamic_partial_raw_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_dynamic_partial_raw_safely(). .SH PARAMETERS .TP .B buffer @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_dynamic_partial_raw_safely(). +.br +Errors (with error bit) from: f_print_dynamic_partial_raw_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_dynamic_partial_raw_safely()\fP, \fIf_print_dynamic_partial_raw_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_dynamic_partial_raw_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9b61a8d..e4487cb 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_dynamic_partial_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_dynamic_partial_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_dynamic_partial_safely .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_dynamic_partial_safely .SH DESCRIPTION .PP This is a variation of f_print_dynamic_partial_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_dynamic_partial_safely(). .SH PARAMETERS .TP .B buffer @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_dynamic_partial_safely(). +.br +Errors (with error bit) from: f_print_dynamic_partial_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_dynamic_partial_safely()\fP, \fIf_print_dynamic_partial_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_dynamic_partial_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ca709ff..d296dd7 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_dynamic_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_dynamic_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_dynamic_raw .SH SYNOPSIS @@ -13,8 +13,6 @@ fll_print_dynamic_raw .SH DESCRIPTION .PP This is a variation of f_print_dynamic_raw() that uses locking. -.PP -Errors (with error bit) from: f_print_dynamic_raw(). .SH PARAMETERS .TP .B buffer @@ -27,8 +25,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_dynamic_raw(). +.br +Errors (with error bit) from: f_print_dynamic_raw(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_dynamic_raw()\fP, \fIf_print_dynamic_raw()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_dynamic_raw()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 608dded..e2a235e 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_dynamic_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_dynamic_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_dynamic_raw_safely .SH SYNOPSIS @@ -13,8 +13,6 @@ fll_print_dynamic_raw_safely .SH DESCRIPTION .PP This is a variation of f_print_dynamic_raw_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_dynamic_raw_safely(). .SH PARAMETERS .TP .B buffer @@ -27,8 +25,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_dynamic_raw_safely(). +.br +Errors (with error bit) from: f_print_dynamic_raw_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_dynamic_raw_safely()\fP, \fIf_print_dynamic_raw_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_dynamic_raw_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 53e9067..aedb648 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_dynamic_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_dynamic_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_dynamic_safely .SH SYNOPSIS @@ -13,8 +13,6 @@ fll_print_dynamic_safely .SH DESCRIPTION .PP This is a variation of f_print_dynamic_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_dynamic_safely(). .SH PARAMETERS .TP .B buffer @@ -27,8 +25,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_dynamic_safely(). +.br +Errors (with error bit) from: f_print_dynamic_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_dynamic_safely()\fP, \fIf_print_dynamic_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_dynamic_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1de4014..1fc6234 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except.3 @@ -1,4 +1,4 @@ -.TH fll_print_except "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except .SH SYNOPSIS @@ -16,8 +16,6 @@ fll_print_except .SH DESCRIPTION .PP This is a variation of f_print_except() that uses locking. -.PP -Errors (with error bit) from: f_print_except(). .SH PARAMETERS .TP .B string @@ -42,8 +40,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except(). +.br +Errors (with error bit) from: f_print_except(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except()\fP, \fIf_print_except()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f821feb..7235071 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_dynamic .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_except_dynamic .SH DESCRIPTION .PP This is a variation of f_print_except_dynamic() that uses locking. -.PP -Errors (with error bit) from: f_print_except_dynamic(). .SH PARAMETERS .TP .B buffer @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_dynamic(). +.br +Errors (with error bit) from: f_print_except_dynamic(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_dynamic()\fP, \fIf_print_except_dynamic()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_dynamic()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 19655d5..f93a5cb 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_dynamic_partial "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_dynamic_partial "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_dynamic_partial .SH SYNOPSIS @@ -15,8 +15,6 @@ fll_print_except_dynamic_partial .SH DESCRIPTION .PP This is a variation of f_print_except_dynamic_partial() that uses locking. -.PP -Errors (with error bit) from: f_print_except_dynamic_partial(). .SH PARAMETERS .TP .B buffer @@ -37,8 +35,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_dynamic_partial(). +.br +Errors (with error bit) from: f_print_except_dynamic_partial(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_dynamic_partial()\fP, \fIf_print_except_dynamic_partial()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_dynamic_partial()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 968cfec..6f40e3d 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_dynamic_partial_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_dynamic_partial_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_dynamic_partial_raw .SH SYNOPSIS @@ -15,8 +15,6 @@ fll_print_except_dynamic_partial_raw .SH DESCRIPTION .PP This is a variation of f_print_except_dynamic_partial_raw() that uses locking. -.PP -Errors (with error bit) from: f_print_except_dynamic_partial_raw(). .SH PARAMETERS .TP .B buffer @@ -37,8 +35,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_dynamic_partial_raw(). +.br +Errors (with error bit) from: f_print_except_dynamic_partial_raw(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_dynamic_partial_raw()\fP, \fIf_print_except_dynamic_partial_raw()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_dynamic_partial_raw()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b5781f0..cad721c 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_dynamic_partial_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_dynamic_partial_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_dynamic_partial_raw_safely .SH SYNOPSIS @@ -15,8 +15,6 @@ fll_print_except_dynamic_partial_raw_safely .SH DESCRIPTION .PP This is a variation of f_print_except_dynamic_partial_raw_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_except_dynamic_partial_raw_safely(). .SH PARAMETERS .TP .B buffer @@ -37,8 +35,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_dynamic_partial_raw_safely(). +.br +Errors (with error bit) from: f_print_except_dynamic_partial_raw_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_dynamic_partial_raw_safely()\fP, \fIf_print_except_dynamic_partial_raw_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_dynamic_partial_raw_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fab8ed2..d592686 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_dynamic_partial_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_dynamic_partial_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_dynamic_partial_safely .SH SYNOPSIS @@ -15,8 +15,6 @@ fll_print_except_dynamic_partial_safely .SH DESCRIPTION .PP This is a variation of f_print_except_dynamic_partial_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_except_dynamic_partial_safely(). .SH PARAMETERS .TP .B buffer @@ -37,8 +35,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_dynamic_partial_safely(). +.br +Errors (with error bit) from: f_print_except_dynamic_partial_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_dynamic_partial_safely()\fP, \fIf_print_except_dynamic_partial_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_dynamic_partial_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c68aab4..11180ad 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_dynamic_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_dynamic_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_dynamic_raw .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_except_dynamic_raw .SH DESCRIPTION .PP This is a variation of f_print_except_dynamic_raw() that uses locking. -.PP -Errors (with error bit) from: f_print_except_dynamic_raw(). .SH PARAMETERS .TP .B buffer @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_dynamic_raw(). +.br +Errors (with error bit) from: f_print_except_dynamic_raw(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_dynamic_raw()\fP, \fIf_print_except_dynamic_raw()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_dynamic_raw()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f242544..f72d2e5 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_dynamic_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_dynamic_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_dynamic_raw_safely .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_except_dynamic_raw_safely .SH DESCRIPTION .PP This is a variation of f_print_except_dynamic_raw_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_except_dynamic_raw_safely(). .SH PARAMETERS .TP .B buffer @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_dynamic_raw_safely(). +.br +Errors (with error bit) from: f_print_except_dynamic_raw_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_dynamic_raw_safely()\fP, \fIf_print_except_dynamic_raw_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_dynamic_raw_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6dfa33e..61f82cd 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_dynamic_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_dynamic_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_dynamic_safely .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_except_dynamic_safely .SH DESCRIPTION .PP This is a variation of f_print_except_dynamic_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_except_dynamic_safely(). .SH PARAMETERS .TP .B buffer @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_dynamic_safely(). +.br +Errors (with error bit) from: f_print_except_dynamic_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_dynamic_safely()\fP, \fIf_print_except_dynamic_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_dynamic_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7ed806f..4549b45 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_in "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_in .SH SYNOPSIS @@ -17,8 +17,6 @@ fll_print_except_in .SH DESCRIPTION .PP This is a variation of f_print_except_in() that uses locking. -.PP -Errors (with error bit) from: f_print_except_in(). .SH PARAMETERS .TP .B string @@ -47,8 +45,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_in(). +.br +Errors (with error bit) from: f_print_except_in(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_in()\fP, \fIf_print_except_in()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_in()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 74fb4d4..a10f66b 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_in_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_in_dynamic .SH SYNOPSIS @@ -15,8 +15,6 @@ fll_print_except_in_dynamic .SH DESCRIPTION .PP This is a variation of f_print_except_in_dynamic() that uses locking. -.PP -Errors (with error bit) from: f_print_except_in_dynamic(). .SH PARAMETERS .TP .B buffer @@ -37,8 +35,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_in_dynamic(). +.br +Errors (with error bit) from: f_print_except_in_dynamic(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_in_dynamic()\fP, \fIf_print_except_in_dynamic()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_in_dynamic()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 df51a4a..f1d8351 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_dynamic_partial "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_in_dynamic_partial "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_in_dynamic_partial .SH SYNOPSIS @@ -16,8 +16,6 @@ fll_print_except_in_dynamic_partial .SH DESCRIPTION .PP This is a variation of f_print_except_in_dynamic_partial() that uses locking. -.PP -Errors (with error bit) from: f_print_except_in_dynamic_partial(). .SH PARAMETERS .TP .B buffer @@ -42,8 +40,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_in_dynamic_partial(). +.br +Errors (with error bit) from: f_print_except_in_dynamic_partial(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_in_dynamic_partial()\fP, \fIf_print_except_in_dynamic_partial()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_in_dynamic_partial()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ce7b474..29acb4c 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_dynamic_partial_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_in_dynamic_partial_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_in_dynamic_partial_raw .SH SYNOPSIS @@ -16,8 +16,6 @@ fll_print_except_in_dynamic_partial_raw .SH DESCRIPTION .PP This is a variation of f_print_except_in_dynamic_partial_raw() that uses locking. -.PP -Errors (with error bit) from: f_print_except_in_dynamic_partial_raw(). .SH PARAMETERS .TP .B buffer @@ -42,8 +40,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_in_dynamic_partial_raw(). +.br +Errors (with error bit) from: f_print_except_in_dynamic_partial_raw(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_in_dynamic_partial_raw()\fP, \fIf_print_except_in_dynamic_partial_raw()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_in_dynamic_partial_raw()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 135d348..1f9f9b8 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_dynamic_partial_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_in_dynamic_partial_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_in_dynamic_partial_raw_safely .SH SYNOPSIS @@ -16,8 +16,6 @@ fll_print_except_in_dynamic_partial_raw_safely .SH DESCRIPTION .PP This is a variation of f_print_except_in_dynamic_partial_raw_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_except_in_dynamic_partial_raw_safely(). .SH PARAMETERS .TP .B buffer @@ -42,8 +40,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_in_dynamic_partial_raw_safely(). +.br +Errors (with error bit) from: f_print_except_in_dynamic_partial_raw_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_in_dynamic_partial_raw_safely()\fP, \fIf_print_except_in_dynamic_partial_raw_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_in_dynamic_partial_raw_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e24c816..c57d838 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_dynamic_partial_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_in_dynamic_partial_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_in_dynamic_partial_safely .SH SYNOPSIS @@ -16,8 +16,6 @@ fll_print_except_in_dynamic_partial_safely .SH DESCRIPTION .PP This is a variation of f_print_except_in_dynamic_partial_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_except_in_dynamic_partial_safely(). .SH PARAMETERS .TP .B buffer @@ -42,8 +40,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_in_dynamic_partial_safely(). +.br +Errors (with error bit) from: f_print_except_in_dynamic_partial_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_in_dynamic_partial_safely()\fP, \fIf_print_except_in_dynamic_partial_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_in_dynamic_partial_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 eccc192..e43c021 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_dynamic_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_in_dynamic_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_in_dynamic_raw .SH SYNOPSIS @@ -15,8 +15,6 @@ fll_print_except_in_dynamic_raw .SH DESCRIPTION .PP This is a variation of f_print_except_in_dynamic_raw() that uses locking. -.PP -Errors (with error bit) from: f_print_except_in_dynamic_raw(). .SH PARAMETERS .TP .B buffer @@ -37,8 +35,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_in_dynamic_raw(). +.br +Errors (with error bit) from: f_print_except_in_dynamic_raw(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_in_dynamic_raw()\fP, \fIf_print_except_in_dynamic_raw()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_in_dynamic_raw()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b4a3eec..fa23c96 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_dynamic_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_in_dynamic_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_in_dynamic_raw_safely .SH SYNOPSIS @@ -15,8 +15,6 @@ fll_print_except_in_dynamic_raw_safely .SH DESCRIPTION .PP This is a variation of f_print_except_in_dynamic_raw_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_except_in_dynamic_raw_safely(). .SH PARAMETERS .TP .B buffer @@ -37,8 +35,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_in_dynamic_raw_safely(). +.br +Errors (with error bit) from: f_print_except_in_dynamic_raw_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_in_dynamic_raw_safely()\fP, \fIf_print_except_in_dynamic_raw_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_in_dynamic_raw_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ac0cfd3..3986407 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_dynamic_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_in_dynamic_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_in_dynamic_safely .SH SYNOPSIS @@ -15,8 +15,6 @@ fll_print_except_in_dynamic_safely .SH DESCRIPTION .PP This is a variation of f_print_except_in_dynamic_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_except_in_dynamic_safely(). .SH PARAMETERS .TP .B buffer @@ -37,8 +35,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_in_dynamic_safely(). +.br +Errors (with error bit) from: f_print_except_in_dynamic_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_in_dynamic_safely()\fP, \fIf_print_except_in_dynamic_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_in_dynamic_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bf8dbe6..a925d22 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_in_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_in_raw .SH SYNOPSIS @@ -17,8 +17,6 @@ fll_print_except_in_raw .SH DESCRIPTION .PP This is a variation of f_print_except_in_raw() that uses locking. -.PP -Errors (with error bit) from: f_print_except_in_raw(). .SH PARAMETERS .TP .B string @@ -47,8 +45,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_in_raw(). +.br +Errors (with error bit) from: f_print_except_in_raw(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_in_raw()\fP, \fIf_print_except_in_raw()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_in_raw()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 24ad573..41fba7a 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_in_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_in_raw_safely .SH SYNOPSIS @@ -17,8 +17,6 @@ fll_print_except_in_raw_safely .SH DESCRIPTION .PP This is a variation of f_print_except_in_raw_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_except_in_raw_safely(). .SH PARAMETERS .TP .B string @@ -47,8 +45,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_in_raw_safely(). +.br +Errors (with error bit) from: f_print_except_in_raw_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_in_raw_safely()\fP, \fIf_print_except_in_raw_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_in_raw_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5256fca..5b9c925 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_in_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_in_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_in_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_in_safely .SH SYNOPSIS @@ -17,8 +17,6 @@ fll_print_except_in_safely .SH DESCRIPTION .PP This is a variation of f_print_except_in_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_except_in_safely(). .SH PARAMETERS .TP .B string @@ -47,8 +45,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_in_safely(). +.br +Errors (with error bit) from: f_print_except_in_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_in_safely()\fP, \fIf_print_except_in_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_in_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4149eed..636f62d 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_raw .SH SYNOPSIS @@ -16,8 +16,6 @@ fll_print_except_raw .SH DESCRIPTION .PP This is a variation of f_print_except_raw() that uses locking. -.PP -Errors (with error bit) from: f_print_except_raw(). .SH PARAMETERS .TP .B string @@ -42,8 +40,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_raw(). +.br +Errors (with error bit) from: f_print_except_raw(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_raw()\fP, \fIf_print_except_raw()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_raw()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c06b078..3977278 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_raw_safely .SH SYNOPSIS @@ -16,8 +16,6 @@ fll_print_except_raw_safely .SH DESCRIPTION .PP This is a variation of f_print_except_raw_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_except_raw_safely(). .SH PARAMETERS .TP .B string @@ -42,8 +40,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_raw_safely(). +.br +Errors (with error bit) from: f_print_except_raw_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_raw_safely()\fP, \fIf_print_except_raw_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_raw_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 018c98a..5d940b9 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_except_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_except_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_except_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_except_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_except_safely .SH SYNOPSIS @@ -16,8 +16,6 @@ fll_print_except_safely .SH DESCRIPTION .PP This is a variation of f_print_except_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_except_safely(). .SH PARAMETERS .TP .B string @@ -42,8 +40,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_safely(). +.br +Errors (with error bit) from: f_print_except_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_safely()\fP, \fIf_print_except_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 663c395..d1cec0d 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_format.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_format.3 @@ -1,4 +1,4 @@ -.TH fll_print_format "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_format "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_format .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_format .SH DESCRIPTION .PP This is a variation of fl_print_format() that uses locking. -.PP -Errors (with error bit) from: fl_print_format(). .SH PARAMETERS .TP .B string @@ -31,8 +29,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_format(). +.br +Errors (with error bit) from: fl_print_format(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_format()\fP, \fIfl_print_format()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIva_start()\fP, \fIva_end()\fP, \fIfl_print_format()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 18b5006..a65a7ff 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_format_convert.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_format_convert.3 @@ -1,4 +1,4 @@ -.TH fll_print_format_convert "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_format_convert "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_format_convert .SH SYNOPSIS @@ -34,9 +34,18 @@ The status is stored here rather then via the return. .SH RETURN VALUE .PP -Result from: fl_print_format_convert(). +Success from: fl_print_format_convert(). +.br +Errors (with error bit) from: fl_print_format_convert(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_format_convert()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_format_convert()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 40e4735..08743b9 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_raw .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_raw .SH DESCRIPTION .PP This is a variation of f_print_raw() that uses locking. -.PP -Errors (with error bit) from: f_print_raw(). .SH PARAMETERS .TP .B string @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_raw(). +.br +Errors (with error bit) from: f_print_raw(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_raw()\fP, \fIf_print_raw()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_raw()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 548f46d..9e04503 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_raw_safely .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_raw_safely .SH DESCRIPTION .PP This is a variation of f_print_raw_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_raw_safely(). .SH PARAMETERS .TP .B string @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_raw_safely(). +.br +Errors (with error bit) from: f_print_raw_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_raw_safely()\fP, \fIf_print_raw_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_raw_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bdbe951..d7fe9ba 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_raw_terminated.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_raw_terminated.3 @@ -1,4 +1,4 @@ -.TH fll_print_raw_terminated "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_raw_terminated "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_raw_terminated .SH SYNOPSIS @@ -13,8 +13,6 @@ fll_print_raw_terminated .SH DESCRIPTION .PP This is a variation of f_print_raw_terminated() that uses locking. -.PP -Errors (with error bit) from: f_print_raw_terminated(). .SH PARAMETERS .TP .B string @@ -27,8 +25,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_raw_terminated(). +.br +Errors (with error bit) from: f_print_raw_terminated(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_raw_terminated()\fP, \fIf_print_raw_terminated()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_raw_terminated()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f78a00e..5a03183 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_safely .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_safely .SH DESCRIPTION .PP This is a variation of f_print_safely() that uses locking. -.PP -Errors (with error bit) from: f_print_safely(). .SH PARAMETERS .TP .B string @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_safely(). +.br +Errors (with error bit) from: f_print_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_safely()\fP, \fIf_print_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f9970ce..f2375df 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_safely_terminated.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_safely_terminated.3 @@ -1,4 +1,4 @@ -.TH fll_print_safely_terminated "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_safely_terminated "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_safely_terminated .SH SYNOPSIS @@ -13,8 +13,6 @@ fll_print_safely_terminated .SH DESCRIPTION .PP This is a variation of f_print_safely_terminated() that uses locking. -.PP -Errors (with error bit) from: f_print_safely_terminated(). .SH PARAMETERS .TP .B string @@ -27,8 +25,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_safely_terminated(). +.br +Errors (with error bit) from: f_print_safely_terminated(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_safely_terminated()\fP, \fIf_print_safely_terminated()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_safely_terminated()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bfd21f3..14ab120 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_string_va.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_string_va.3 @@ -1,4 +1,4 @@ -.TH fll_print_string_va "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_string_va "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_string_va .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_string_va .SH DESCRIPTION .PP This is a variation of fl_print_string_va() that uses locking. -.PP -Errors (with error bit) from: fl_print_string_va(). .SH PARAMETERS .TP .B string @@ -32,8 +30,17 @@ The variable list. The va_start(ap, string) and va_end(ap) is required to be cal .SH RETURN VALUE .PP Success from: fl_print_string_va(). +.br +Errors (with error bit) from: fl_print_string_va(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_string_va()\fP, \fIfl_print_string_va()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_string_va()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 69e827f..14e408f 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_terminated.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_terminated.3 @@ -1,4 +1,4 @@ -.TH fll_print_terminated "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_terminated "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_terminated .SH SYNOPSIS @@ -13,8 +13,6 @@ fll_print_terminated .SH DESCRIPTION .PP This is a variation of f_print_terminated() that uses locking. -.PP -Errors (with error bit) from: f_print_terminated(). .SH PARAMETERS .TP .B string @@ -27,8 +25,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_terminated(). +.br +Errors (with error bit) from: f_print_terminated(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_terminated()\fP, \fIf_print_terminated()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_terminated()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ef4800a..659877d 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_trim .SH DESCRIPTION .PP This is a variation of fl_print_trim() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim(). .SH PARAMETERS .TP .B string @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim(). +.br +Errors (with error bit) from: fl_print_trim(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim()\fP, \fIfl_print_trim()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_dynamic_partial()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5cfe0f2..cdd6756 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_dynamic .SH SYNOPSIS @@ -13,8 +13,6 @@ fll_print_trim_dynamic .SH DESCRIPTION .PP This is a variation of fl_print_trim_dynamic() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_dynamic(). .SH PARAMETERS .TP .B buffer @@ -27,8 +25,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_dynamic(). +.br +Errors (with error bit) from: fl_print_trim_dynamic(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_dynamic()\fP, \fIfl_print_trim_dynamic()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_dynamic()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 73d681a..c18b402 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_dynamic_partial "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_dynamic_partial "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_dynamic_partial .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_trim_dynamic_partial .SH DESCRIPTION .PP This is a variation of fl_print_trim_dynamic_partial() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_dynamic_partial(). .SH PARAMETERS .TP .B buffer @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_dynamic_partial(). +.br +Errors (with error bit) from: fl_print_trim_dynamic_partial(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_dynamic_partial()\fP, \fIfl_print_trim_dynamic_partial()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_dynamic_partial()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c3e6aaf..c2b5ea3 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_dynamic_partial_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_dynamic_partial_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_dynamic_partial_raw .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_trim_dynamic_partial_raw .SH DESCRIPTION .PP This is a variation of fl_print_trim_dynamic_partial_raw() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_dynamic_partial_raw(). .SH PARAMETERS .TP .B buffer @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_dynamic_partial_raw(). +.br +Errors (with error bit) from: fl_print_trim_dynamic_partial_raw(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_dynamic_partial_raw()\fP, \fIfl_print_trim_dynamic_partial_raw()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_dynamic_partial_raw()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 a56be65..7a06250 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_dynamic_partial_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_dynamic_partial_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_dynamic_partial_raw_safely .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_trim_dynamic_partial_raw_safely .SH DESCRIPTION .PP This is a variation of f_print_except_dynamic_partial() that uses locking. -.PP -Errors (with error bit) from: f_print_except_dynamic_partial(). .SH PARAMETERS .TP .B buffer @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_dynamic_partial(). +.br +Errors (with error bit) from: f_print_except_dynamic_partial(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_dynamic_partial()\fP, \fIf_print_except_dynamic_partial()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_dynamic_partial()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5f7d94a..58f7e92 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_dynamic_partial_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_dynamic_partial_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_dynamic_partial_safely .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_trim_dynamic_partial_safely .SH DESCRIPTION .PP This is a variation of f_print_except_dynamic_partial() that uses locking. -.PP -Errors (with error bit) from: f_print_except_dynamic_partial(). .SH PARAMETERS .TP .B buffer @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: f_print_except_dynamic_partial(). +.br +Errors (with error bit) from: f_print_except_dynamic_partial(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIf_print_except_dynamic_partial()\fP, \fIf_print_except_dynamic_partial()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_dynamic_partial()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 dcf288d..9224cad 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_dynamic_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_dynamic_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_dynamic_raw .SH SYNOPSIS @@ -13,8 +13,6 @@ fll_print_trim_dynamic_raw .SH DESCRIPTION .PP This is a variation of fl_print_trim_dynamic_raw() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_dynamic_raw(). .SH PARAMETERS .TP .B buffer @@ -27,8 +25,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_dynamic_raw(). +.br +Errors (with error bit) from: fl_print_trim_dynamic_raw(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_dynamic_raw()\fP, \fIfl_print_trim_dynamic_raw()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_dynamic_raw()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 9460593..bc5456e 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_dynamic_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_dynamic_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_dynamic_raw_safely .SH SYNOPSIS @@ -13,8 +13,6 @@ fll_print_trim_dynamic_raw_safely .SH DESCRIPTION .PP This is a variation of fl_print_trim_dynamic_raw_safely() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_dynamic_raw_safely(). .SH PARAMETERS .TP .B buffer @@ -27,8 +25,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_dynamic_raw_safely(). +.br +Errors (with error bit) from: fl_print_trim_dynamic_raw_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_dynamic_raw_safely()\fP, \fIfl_print_trim_dynamic_raw_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_dynamic_raw_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 72a76d6..50301ae 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_dynamic_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_dynamic_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_dynamic_safely .SH SYNOPSIS @@ -13,8 +13,6 @@ fll_print_trim_dynamic_safely .SH DESCRIPTION .PP This is a variation of fl_print_trim_dynamic_safely() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_dynamic_safely(). .SH PARAMETERS .TP .B buffer @@ -27,8 +25,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_dynamic_safely(). +.br +Errors (with error bit) from: fl_print_trim_dynamic_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_dynamic_safely()\fP, \fIfl_print_trim_dynamic_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_dynamic_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f38d68e..510a671 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except .SH SYNOPSIS @@ -16,8 +16,6 @@ fll_print_trim_except .SH DESCRIPTION .PP This is a variation of fl_print_trim_except() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except(). .SH PARAMETERS .TP .B string @@ -42,8 +40,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except(). +.br +Errors (with error bit) from: fl_print_trim_except(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except()\fP, \fIfl_print_trim_except()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 94a06b6..3dcb0e0 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_dynamic .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_trim_except_dynamic .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_dynamic() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_dynamic(). .SH PARAMETERS .TP .B buffer @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_dynamic(). +.br +Errors (with error bit) from: fl_print_trim_except_dynamic(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_dynamic()\fP, \fIfl_print_trim_except_dynamic()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_dynamic()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8d236b1..2575f29 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_dynamic_partial "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_dynamic_partial "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_dynamic_partial .SH SYNOPSIS @@ -15,8 +15,6 @@ fll_print_trim_except_dynamic_partial .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_dynamic_partial() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_dynamic_partial(). .SH PARAMETERS .TP .B buffer @@ -37,8 +35,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_dynamic_partial(). +.br +Errors (with error bit) from: fl_print_trim_except_dynamic_partial(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_dynamic_partial()\fP, \fIfl_print_trim_except_dynamic_partial()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_dynamic_partial()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2ac0be4..a270950 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_dynamic_partial_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_dynamic_partial_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_dynamic_partial_raw .SH SYNOPSIS @@ -15,8 +15,6 @@ fll_print_trim_except_dynamic_partial_raw .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_dynamic_partial_raw() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_dynamic_partial_raw(). .SH PARAMETERS .TP .B buffer @@ -37,8 +35,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_dynamic_partial_raw(). +.br +Errors (with error bit) from: fl_print_trim_except_dynamic_partial_raw(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_raw()\fP, \fIfl_print_trim_except_dynamic_partial_raw()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_dynamic_partial_raw()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ea9cca4..77063fa 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_dynamic_partial_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_dynamic_partial_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_dynamic_partial_raw_safely .SH SYNOPSIS @@ -15,8 +15,6 @@ fll_print_trim_except_dynamic_partial_raw_safely .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_dynamic_partial_raw_safely() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_dynamic_partial_raw_safely(). .SH PARAMETERS .TP .B buffer @@ -37,8 +35,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_dynamic_partial_raw_safely(). +.br +Errors (with error bit) from: fl_print_trim_except_dynamic_partial_raw_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_raw_safely()\fP, \fIfl_print_trim_except_dynamic_partial_raw_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_dynamic_partial_raw_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b481fb5..e0da072 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_dynamic_partial_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_dynamic_partial_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_dynamic_partial_safely .SH SYNOPSIS @@ -15,8 +15,6 @@ fll_print_trim_except_dynamic_partial_safely .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_dynamic_partial_safely() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_dynamic_partial_safely(). .SH PARAMETERS .TP .B buffer @@ -37,8 +35,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_dynamic_partial_safely(). +.br +Errors (with error bit) from: fl_print_trim_except_dynamic_partial_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_dynamic_partial_safely()\fP, \fIfl_print_trim_except_dynamic_partial_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_dynamic_partial_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 fe4978a..8285c84 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_dynamic_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_dynamic_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_dynamic_raw .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_trim_except_dynamic_raw .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_dynamic_raw() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_dynamic_raw(). .SH PARAMETERS .TP .B buffer @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_dynamic_raw(). +.br +Errors (with error bit) from: fl_print_trim_except_dynamic_raw(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_dynamic_raw()\fP, \fIfl_print_trim_except_dynamic_raw()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_dynamic_raw()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 2395e49..a71cb89 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_dynamic_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_dynamic_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_dynamic_raw_safely .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_trim_except_dynamic_raw_safely .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_dynamic_raw_safely() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_dynamic_raw_safely(). .SH PARAMETERS .TP .B buffer @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_dynamic_raw_safely(). +.br +Errors (with error bit) from: fl_print_trim_except_dynamic_raw_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_dynamic_raw_safely()\fP, \fIfl_print_trim_except_dynamic_raw_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_dynamic_raw_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 93a8bb8..7af5a88 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_dynamic_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_dynamic_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_dynamic_safely .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_trim_except_dynamic_safely .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_dynamic_safely() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_dynamic_safely(). .SH PARAMETERS .TP .B buffer @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_dynamic_safely(). +.br +Errors (with error bit) from: fl_print_trim_except_dynamic_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_dynamic_safely()\fP, \fIfl_print_trim_except_dynamic_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_dynamic_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 42d0764..f3bc6ab 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_in "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_in .SH SYNOPSIS @@ -17,8 +17,6 @@ fll_print_trim_except_in .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_in() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_in(). .SH PARAMETERS .TP .B string @@ -47,8 +45,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_in(). +.br +Errors (with error bit) from: fl_print_trim_except_in(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_in()\fP, \fIfl_print_trim_except_in()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_in()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 3b8a7f7..8831778 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_dynamic "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_in_dynamic "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_in_dynamic .SH SYNOPSIS @@ -15,8 +15,6 @@ fll_print_trim_except_in_dynamic .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_in_dynamic() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_in_dynamic(). .SH PARAMETERS .TP .B buffer @@ -37,8 +35,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_in_dynamic(). +.br +Errors (with error bit) from: fl_print_trim_except_in_dynamic(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_in_dynamic()\fP, \fIfl_print_trim_except_in_dynamic()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_in_dynamic()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bc33e0f..45fedb3 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_dynamic_partial "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_in_dynamic_partial "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_in_dynamic_partial .SH SYNOPSIS @@ -16,8 +16,6 @@ fll_print_trim_except_in_dynamic_partial .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_in_dynamic_partial() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_in_dynamic_partial(). .SH PARAMETERS .TP .B buffer @@ -42,8 +40,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_in_dynamic_partial(). +.br +Errors (with error bit) from: fl_print_trim_except_in_dynamic_partial(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial()\fP, \fIfl_print_trim_except_in_dynamic_partial()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_in_dynamic_partial()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 e5763bf..a2a6779 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_dynamic_partial_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_in_dynamic_partial_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_in_dynamic_partial_raw .SH SYNOPSIS @@ -16,8 +16,6 @@ fll_print_trim_except_in_dynamic_partial_raw .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_in_dynamic_partial_raw() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_in_dynamic_partial_raw(). .SH PARAMETERS .TP .B buffer @@ -42,8 +40,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_in_dynamic_partial_raw(). +.br +Errors (with error bit) from: fl_print_trim_except_in_dynamic_partial_raw(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw()\fP, \fIfl_print_trim_except_in_dynamic_partial_raw()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_dynamic_partial()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b9834ac..ee5e77e 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_dynamic_partial_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_in_dynamic_partial_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_in_dynamic_partial_raw_safely .SH SYNOPSIS @@ -16,8 +16,6 @@ fll_print_trim_except_in_dynamic_partial_raw_safely .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_in_dynamic_partial_raw_safely() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_in_dynamic_partial_raw_safely(). .SH PARAMETERS .TP .B buffer @@ -42,8 +40,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_in_dynamic_partial_raw_safely(). +.br +Errors (with error bit) from: fl_print_trim_except_in_dynamic_partial_raw_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_raw_safely()\fP, \fIfl_print_trim_except_in_dynamic_partial_raw_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_dynamic_partial()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 75971fa..8c65098 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_partial_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_dynamic_partial_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_in_dynamic_partial_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_in_dynamic_partial_safely .SH SYNOPSIS @@ -16,8 +16,6 @@ fll_print_trim_except_in_dynamic_partial_safely .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_in_dynamic_partial_safely() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_in_dynamic_partial_safely(). .SH PARAMETERS .TP .B buffer @@ -42,8 +40,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_in_dynamic_partial_safely(). +.br +Errors (with error bit) from: fl_print_trim_except_in_dynamic_partial_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_in_dynamic_partial_safely()\fP, \fIfl_print_trim_except_in_dynamic_partial_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIf_print_except_dynamic_partial()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 63e07ee..d55d366 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_dynamic_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_in_dynamic_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_in_dynamic_raw .SH SYNOPSIS @@ -15,8 +15,6 @@ fll_print_trim_except_in_dynamic_raw .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_in_dynamic_raw() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_in_dynamic_raw(). .SH PARAMETERS .TP .B buffer @@ -37,8 +35,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_in_dynamic_raw(). +.br +Errors (with error bit) from: fl_print_trim_except_in_dynamic_raw(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw()\fP, \fIfl_print_trim_except_in_dynamic_raw()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_in_dynamic_raw()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 30c322c..4b9f0a1 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_dynamic_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_in_dynamic_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_in_dynamic_raw_safely .SH SYNOPSIS @@ -15,8 +15,6 @@ fll_print_trim_except_in_dynamic_raw_safely .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_in_dynamic_raw_safely() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_in_dynamic_raw_safely(). .SH PARAMETERS .TP .B buffer @@ -37,8 +35,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_in_dynamic_raw_safely(). +.br +Errors (with error bit) from: fl_print_trim_except_in_dynamic_raw_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_in_dynamic_raw_safely()\fP, \fIfl_print_trim_except_in_dynamic_raw_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_in_dynamic_raw_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8b6dfbc..3735d53 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_dynamic_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_dynamic_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_in_dynamic_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_in_dynamic_safely .SH SYNOPSIS @@ -15,8 +15,6 @@ fll_print_trim_except_in_dynamic_safely .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_in_dynamic_safely() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_in_dynamic_safely(). .SH PARAMETERS .TP .B buffer @@ -37,8 +35,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_in_dynamic_safely(). +.br +Errors (with error bit) from: fl_print_trim_except_in_dynamic_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_in_dynamic_safely()\fP, \fIfl_print_trim_except_in_dynamic_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_in_dynamic_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c0e4247..2662170 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_in_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_in_raw .SH SYNOPSIS @@ -17,8 +17,6 @@ fll_print_trim_except_in_raw .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_in_raw() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_in_raw(). .SH PARAMETERS .TP .B string @@ -47,8 +45,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_in_raw(). +.br +Errors (with error bit) from: fl_print_trim_except_in_raw(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_in_raw()\fP, \fIfl_print_trim_except_in_raw()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_in_raw()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5937f19..45313fc 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_in_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_in_raw_safely .SH SYNOPSIS @@ -17,8 +17,6 @@ fll_print_trim_except_in_raw_safely .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_in_raw_safely() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_in_raw_safely(). .SH PARAMETERS .TP .B string @@ -47,8 +45,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_in_raw_safely(). +.br +Errors (with error bit) from: fl_print_trim_except_in_raw_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_in_raw_safely()\fP, \fIfl_print_trim_except_in_raw_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_in_raw_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7b4bafb..0a23009 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_in_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_in_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_in_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_in_safely .SH SYNOPSIS @@ -17,8 +17,6 @@ fll_print_trim_except_in_safely .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_in_safely() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_in_safely(). .SH PARAMETERS .TP .B string @@ -47,8 +45,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_in_safely(). +.br +Errors (with error bit) from: fl_print_trim_except_in_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_in_safely()\fP, \fIfl_print_trim_except_in_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_in_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4128bae..8d220d8 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_raw .SH SYNOPSIS @@ -16,8 +16,6 @@ fll_print_trim_except_raw .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_raw() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_raw(). .SH PARAMETERS .TP .B string @@ -42,8 +40,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_raw(). +.br +Errors (with error bit) from: fl_print_trim_except_raw(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_raw()\fP, \fIfl_print_trim_except_raw()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_raw()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b0fd80b..8f16e99 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_raw_safely .SH SYNOPSIS @@ -16,8 +16,6 @@ fll_print_trim_except_raw_safely .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_raw_safely() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_raw_safely(). .SH PARAMETERS .TP .B string @@ -42,8 +40,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_raw_safely(). +.br +Errors (with error bit) from: fl_print_trim_except_raw_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_raw_safely()\fP, \fIfl_print_trim_except_raw_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_raw_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 80e4102..c0a0211 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_except_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_except_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_except_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_except_safely .SH SYNOPSIS @@ -16,8 +16,6 @@ fll_print_trim_except_safely .SH DESCRIPTION .PP This is a variation of fl_print_trim_except_safely() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_except_safely(). .SH PARAMETERS .TP .B string @@ -42,8 +40,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_except_safely(). +.br +Errors (with error bit) from: fl_print_trim_except_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_except_safely()\fP, \fIfl_print_trim_except_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_except_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5eb024b..eefe6e7 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_raw.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_raw.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_raw "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_raw "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_raw .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_trim_raw .SH DESCRIPTION .PP This is a variation of fl_print_trim_raw() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_raw(). .SH PARAMETERS .TP .B string @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_raw(). +.br +Errors (with error bit) from: fl_print_trim_raw(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_raw()\fP, \fIfl_print_trim_raw()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_raw()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c579e9e..3e2330c 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_raw_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_raw_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_raw_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_raw_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_raw_safely .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_trim_raw_safely .SH DESCRIPTION .PP This is a variation of fl_print_trim_raw_safely() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_raw_safely(). .SH PARAMETERS .TP .B string @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_raw_safely(). +.br +Errors (with error bit) from: fl_print_trim_raw_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_raw_safely()\fP, \fIfl_print_trim_raw_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_raw_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 32e5d82..5329b0b 100644 --- a/level_2/fll_print/data/documentation/man/man3/fll_print_trim_safely.3 +++ b/level_2/fll_print/data/documentation/man/man3/fll_print_trim_safely.3 @@ -1,4 +1,4 @@ -.TH fll_print_trim_safely "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_print_trim_safely "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_print_trim_safely .SH SYNOPSIS @@ -14,8 +14,6 @@ fll_print_trim_safely .SH DESCRIPTION .PP This is a variation of fl_print_trim_safely() that uses locking. -.PP -Errors (with error bit) from: fl_print_trim_safely(). .SH PARAMETERS .TP .B string @@ -32,8 +30,17 @@ The file stream to output to, including standard streams such as stdout and stde .SH RETURN VALUE .PP Success from: fl_print_trim_safely(). +.br +Errors (with error bit) from: fl_print_trim_safely(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_print\fP(3), \fIfll_print_character\fP(3), \fIfll_print_character_safely\fP(3), \fIfll_print_dynamic\fP(3), \fIfll_print_dynamic_partial\fP(3), \fIfll_print_dynamic_partial_raw\fP(3), \fIfll_print_dynamic_partial_raw_safely\fP(3), \fIfll_print_dynamic_partial_safely\fP(3), \fIfll_print_dynamic_raw\fP(3), \fIfll_print_dynamic_raw_safely\fP(3), \fIfll_print_dynamic_safely\fP(3), \fIfll_print_except\fP(3), \fIfll_print_except_dynamic\fP(3), \fIfll_print_except_dynamic_partial\fP(3), \fIfll_print_except_dynamic_partial_raw\fP(3), \fIfll_print_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_dynamic_partial_safely\fP(3), \fIfll_print_except_dynamic_raw\fP(3), \fIfll_print_except_dynamic_raw_safely\fP(3), \fIfll_print_except_dynamic_safely\fP(3), \fIfll_print_except_in\fP(3), \fIfll_print_except_in_dynamic\fP(3), \fIfll_print_except_in_dynamic_partial\fP(3), \fIfll_print_except_in_dynamic_partial_raw\fP(3), \fIfll_print_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_except_in_dynamic_partial_safely\fP(3), \fIfll_print_except_in_dynamic_raw\fP(3), \fIfll_print_except_in_dynamic_raw_safely\fP(3), \fIfll_print_except_in_dynamic_safely\fP(3), \fIfll_print_except_in_raw\fP(3), \fIfll_print_except_in_raw_safely\fP(3), \fIfll_print_except_in_safely\fP(3), \fIfll_print_except_raw\fP(3), \fIfll_print_except_raw_safely\fP(3), \fIfll_print_except_safely\fP(3), \fIfll_print_format\fP(3), \fIfll_print_format_convert\fP(3), \fIfll_print_raw\fP(3), \fIfll_print_raw_safely\fP(3), \fIfll_print_raw_terminated\fP(3), \fIfll_print_safely\fP(3), \fIfll_print_safely_terminated\fP(3), \fIfll_print_string_va\fP(3), \fIfll_print_terminated\fP(3), \fIfll_print_trim\fP(3), \fIfll_print_trim_dynamic\fP(3), \fIfll_print_trim_dynamic_partial\fP(3), \fIfll_print_trim_dynamic_partial_raw\fP(3), \fIfll_print_trim_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_dynamic_partial_safely\fP(3), \fIfll_print_trim_dynamic_raw\fP(3), \fIfll_print_trim_dynamic_raw_safely\fP(3), \fIfll_print_trim_dynamic_safely\fP(3), \fIfll_print_trim_except\fP(3), \fIfll_print_trim_except_dynamic\fP(3), \fIfll_print_trim_except_dynamic_partial\fP(3), \fIfll_print_trim_except_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_dynamic_raw\fP(3), \fIfll_print_trim_except_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_dynamic_safely\fP(3), \fIfll_print_trim_except_in\fP(3), \fIfll_print_trim_except_in_dynamic\fP(3), \fIfll_print_trim_except_in_dynamic_partial\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw\fP(3), \fIfll_print_trim_except_in_dynamic_partial_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_partial_safely\fP(3), \fIfll_print_trim_except_in_dynamic_raw\fP(3), \fIfll_print_trim_except_in_dynamic_raw_safely\fP(3), \fIfll_print_trim_except_in_dynamic_safely\fP(3), \fIfll_print_trim_except_in_raw\fP(3), \fIfll_print_trim_except_in_raw_safely\fP(3), \fIfll_print_trim_except_in_safely\fP(3), \fIfll_print_trim_except_raw\fP(3), \fIfll_print_trim_except_raw_safely\fP(3), \fIfll_print_trim_except_safely\fP(3), \fIfll_print_trim_raw\fP(3), \fIfll_print_trim_raw_safely\fP(3), \fIfll_print_trim_safely\fP(3), \fIfl_print_trim_safely()\fP, \fIfl_print_trim_safely()\fP, \fIflockfile()\fP, \fIfunlockfile()\fP, \fIfl_print_trim_safely()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 6995da3..e04e0c2 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_data_delete.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_data_delete.3 @@ -1,4 +1,4 @@ -.TH fll_program_data_delete "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_data_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_data_delete .SH SYNOPSIS @@ -12,10 +12,6 @@ fll_program_data_delete .SH DESCRIPTION .PP Delete any dynamic allocated data on the program data object. -.PP - -.br -\fBF_parameter\fP (with error bit) if a parameter is invalid. .SH PARAMETERS .TP .B data @@ -25,9 +21,18 @@ The program data object. .PP \fBF_none\fP on success. .br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.br Errors (with error bit) from: f_console_parameters_delete(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_data_delete\fP(3), \fIfll_program_data_destroy\fP(3), \fIf_console_parameters_delete()\fP, \fIf_console_parameters_delete()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7c7fac0..4bd61f2 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_data_destroy.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_data_destroy.3 @@ -1,4 +1,4 @@ -.TH fll_program_data_destroy "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_data_destroy "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_data_destroy .SH SYNOPSIS @@ -24,8 +24,15 @@ The program data object. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_console_parameters_destroy(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_data_delete\fP(3), \fIfll_program_data_destroy\fP(3), \fIf_console_parameters_destroy()\fP, \fIf_console_parameters_destroy()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bf5a120..d2d3f72 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_append.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_append.3 @@ -1,4 +1,4 @@ -.TH fll_program_parameter_additional_append "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_parameter_additional_append "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_parameter_additional_append .SH SYNOPSIS @@ -44,8 +44,15 @@ An array of dynamic strings each representing a console parameter. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_string_dynamic_append(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_parameter_additional_append\fP(3), \fIfll_program_parameter_additional_mash\fP(3), \fIfll_program_parameter_additional_rip\fP(3), \fIfll_program_parameter_additional_rip_mash\fP(3), \fIfll_program_parameter_long_print_cannot_use_with\fP(3), \fIfll_program_parameter_process\fP(3), \fIfll_program_parameter_process_empty\fP(3), \fIfll_program_print_help_header\fP(3), \fIfll_program_print_help_option\fP(3), \fIfll_program_print_help_option_long\fP(3), \fIfll_program_print_help_option_other\fP(3), \fIfll_program_print_help_usage\fP(3), \fIfll_program_print_version\fP(3), \fIfll_program_standard_setdown\fP(3), \fIfll_program_standard_setup\fP(3), \fIfll_program_standard_signal_received\fP(3), \fIfll_program_standard_signal_state\fP(3), \fIf_string_dynamic_append()\fP, \fIf_string_dynamic_append()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 08a2caa..e604787 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_mash.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_mash.3 @@ -1,4 +1,4 @@ -.TH fll_program_parameter_additional_mash "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_parameter_additional_mash "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_parameter_additional_mash .SH SYNOPSIS @@ -45,8 +45,15 @@ The destination string the source and glue are appended onto. \fBF_string_too_large\fP (with error bit) if the combined string is too large. .br Errors (with error bit) from: f_string_dynamic_mash(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_parameter_additional_append\fP(3), \fIfll_program_parameter_additional_mash\fP(3), \fIfll_program_parameter_additional_rip\fP(3), \fIfll_program_parameter_additional_rip_mash\fP(3), \fIfll_program_parameter_long_print_cannot_use_with\fP(3), \fIfll_program_parameter_process\fP(3), \fIfll_program_parameter_process_empty\fP(3), \fIfll_program_print_help_header\fP(3), \fIfll_program_print_help_option\fP(3), \fIfll_program_print_help_option_long\fP(3), \fIfll_program_print_help_option_other\fP(3), \fIfll_program_print_help_usage\fP(3), \fIfll_program_print_version\fP(3), \fIfll_program_standard_setdown\fP(3), \fIfll_program_standard_setup\fP(3), \fIfll_program_standard_signal_received\fP(3), \fIfll_program_standard_signal_state\fP(3), \fIf_string_dynamic_mash()\fP, \fIf_string_dynamic_mash()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 b970159..41ec098 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_rip.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_rip.3 @@ -1,4 +1,4 @@ -.TH fll_program_parameter_additional_rip "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_parameter_additional_rip "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_parameter_additional_rip .SH SYNOPSIS @@ -40,8 +40,15 @@ An array of dynamic strings each representing a console parameter. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: fl_string_dynamic_rip(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_parameter_additional_append\fP(3), \fIfll_program_parameter_additional_mash\fP(3), \fIfll_program_parameter_additional_rip\fP(3), \fIfll_program_parameter_additional_rip_mash\fP(3), \fIfll_program_parameter_long_print_cannot_use_with\fP(3), \fIfll_program_parameter_process\fP(3), \fIfll_program_parameter_process_empty\fP(3), \fIfll_program_print_help_header\fP(3), \fIfll_program_print_help_option\fP(3), \fIfll_program_print_help_option_long\fP(3), \fIfll_program_print_help_option_other\fP(3), \fIfll_program_print_help_usage\fP(3), \fIfll_program_print_version\fP(3), \fIfll_program_standard_setdown\fP(3), \fIfll_program_standard_setup\fP(3), \fIfll_program_standard_signal_received\fP(3), \fIfll_program_standard_signal_state\fP(3), \fIfl_string_dynamic_rip()\fP, \fIfl_string_dynamic_rip()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 bd2eb6f..0b0ee99 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_rip_mash.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_additional_rip_mash.3 @@ -1,4 +1,4 @@ -.TH fll_program_parameter_additional_rip_mash "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_parameter_additional_rip_mash "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_parameter_additional_rip_mash .SH SYNOPSIS @@ -49,8 +49,15 @@ The destination string the source and glue are appended onto. Errors (with error bit) from: f_string_dynamic_mash(). .br Errors (with error bit) from: fl_string_dynamic_rip(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_parameter_additional_append\fP(3), \fIfll_program_parameter_additional_mash\fP(3), \fIfll_program_parameter_additional_rip\fP(3), \fIfll_program_parameter_additional_rip_mash\fP(3), \fIfll_program_parameter_long_print_cannot_use_with\fP(3), \fIfll_program_parameter_process\fP(3), \fIfll_program_parameter_process_empty\fP(3), \fIfll_program_print_help_header\fP(3), \fIfll_program_print_help_option\fP(3), \fIfll_program_print_help_option_long\fP(3), \fIfll_program_print_help_option_other\fP(3), \fIfll_program_print_help_usage\fP(3), \fIfll_program_print_version\fP(3), \fIfll_program_standard_setdown\fP(3), \fIfll_program_standard_setup\fP(3), \fIfll_program_standard_signal_received\fP(3), \fIfll_program_standard_signal_state\fP(3), \fIf_string_dynamic_mash()\fP, \fIfl_string_dynamic_rip()\fP, \fIf_string_dynamic_mash()\fP, \fIfl_string_dynamic_rip()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 15a210c..8e9f80d 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_long_print_cannot_use_with.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_long_print_cannot_use_with.3 @@ -1,4 +1,4 @@ -.TH fll_program_parameter_long_print_cannot_use_with "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_parameter_long_print_cannot_use_with "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_parameter_long_print_cannot_use_with .SH SYNOPSIS @@ -32,8 +32,15 @@ The second string. .SH RETURN VALUE .PP \fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_parameter_additional_append\fP(3), \fIfll_program_parameter_additional_mash\fP(3), \fIfll_program_parameter_additional_rip\fP(3), \fIfll_program_parameter_additional_rip_mash\fP(3), \fIfll_program_parameter_long_print_cannot_use_with\fP(3), \fIfll_program_parameter_process\fP(3), \fIfll_program_parameter_process_empty\fP(3), \fIfll_program_print_help_header\fP(3), \fIfll_program_print_help_option\fP(3), \fIfll_program_print_help_option_long\fP(3), \fIfll_program_print_help_option_other\fP(3), \fIfll_program_print_help_usage\fP(3), \fIfll_program_print_version\fP(3), \fIfll_program_standard_setdown\fP(3), \fIfll_program_standard_setup\fP(3), \fIfll_program_standard_signal_received\fP(3), \fIfll_program_standard_signal_state\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 16e805c..6126805 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_process.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_process.3 @@ -1,4 +1,4 @@ -.TH fll_program_parameter_process "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_parameter_process "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_parameter_process .SH SYNOPSIS @@ -54,8 +54,15 @@ Errors (with error bit) from: f_console_parameter_prioritize_right(). Errors (with error bit) from: f_console_parameter_process(). .br Errors (with error bit) from: f_color_load_context(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_parameter_additional_append\fP(3), \fIfll_program_parameter_additional_mash\fP(3), \fIfll_program_parameter_additional_rip\fP(3), \fIfll_program_parameter_additional_rip_mash\fP(3), \fIfll_program_parameter_long_print_cannot_use_with\fP(3), \fIfll_program_parameter_process\fP(3), \fIfll_program_parameter_process_empty\fP(3), \fIfll_program_print_help_header\fP(3), \fIfll_program_print_help_option\fP(3), \fIfll_program_print_help_option_long\fP(3), \fIfll_program_print_help_option_other\fP(3), \fIfll_program_print_help_usage\fP(3), \fIfll_program_print_version\fP(3), \fIfll_program_standard_setdown\fP(3), \fIfll_program_standard_setup\fP(3), \fIfll_program_standard_signal_received\fP(3), \fIfll_program_standard_signal_state\fP(3), \fIf_console_parameter_prioritize_left()\fP, \fIf_console_parameter_prioritize_right()\fP, \fIf_console_parameter_process()\fP, \fIf_color_load_context()\fP, \fIf_console_parameter_prioritize_left()\fP, \fIf_console_parameter_prioritize_right()\fP, \fIf_console_parameter_process()\fP, \fIf_color_load_context()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 c44cb37..25f2c63 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_process_empty.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_parameter_process_empty.3 @@ -1,4 +1,4 @@ -.TH fll_program_parameter_process_empty "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_parameter_process_empty "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_parameter_process_empty .SH SYNOPSIS @@ -79,8 +79,15 @@ struct f_color_set_t { \fP .fi .RE +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_parameter_additional_append\fP(3), \fIfll_program_parameter_additional_mash\fP(3), \fIfll_program_parameter_additional_rip\fP(3), \fIfll_program_parameter_additional_rip_mash\fP(3), \fIfll_program_parameter_long_print_cannot_use_with\fP(3), \fIfll_program_parameter_process\fP(3), \fIfll_program_parameter_process_empty\fP(3), \fIfll_program_print_help_header\fP(3), \fIfll_program_print_help_option\fP(3), \fIfll_program_print_help_option_long\fP(3), \fIfll_program_print_help_option_other\fP(3), \fIfll_program_print_help_usage\fP(3), \fIfll_program_print_version\fP(3), \fIfll_program_standard_setdown\fP(3), \fIfll_program_standard_setup\fP(3), \fIfll_program_standard_signal_received\fP(3), \fIfll_program_standard_signal_state\fP(3) +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 7022234..dd79b42 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_header.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_header.3 @@ -1,4 +1,4 @@ -.TH fll_program_print_help_header "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_print_help_header "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_print_help_header .SH SYNOPSIS @@ -14,7 +14,7 @@ fll_program_print_help_header .fi .SH DESCRIPTION .PP -Provide functions commonly used by FLL based programs. Print standard help header. +Print standard help header. .PP This print function does not use locking, be sure something like flockfile() and funlockfile() are appropriately called. .SH PARAMETERS @@ -37,8 +37,15 @@ The version number of the program. .SH RETURN VALUE .PP \fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_parameter_additional_append\fP(3), \fIfll_program_parameter_additional_mash\fP(3), \fIfll_program_parameter_additional_rip\fP(3), \fIfll_program_parameter_additional_rip_mash\fP(3), \fIfll_program_parameter_long_print_cannot_use_with\fP(3), \fIfll_program_parameter_process\fP(3), \fIfll_program_parameter_process_empty\fP(3), \fIfll_program_print_help_header\fP(3), \fIfll_program_print_help_option\fP(3), \fIfll_program_print_help_option_long\fP(3), \fIfll_program_print_help_option_other\fP(3), \fIfll_program_print_help_usage\fP(3), \fIfll_program_print_version\fP(3), \fIfll_program_standard_setdown\fP(3), \fIfll_program_standard_setup\fP(3), \fIfll_program_standard_signal_received\fP(3), \fIfll_program_standard_signal_state\fP(3), \fIf_print_terminated()\fP, \fIfl_print_format()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 1d01b71..de8b4fb 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_option.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_option.3 @@ -1,4 +1,4 @@ -.TH fll_program_print_help_option "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_print_help_option "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_print_help_option .SH SYNOPSIS @@ -12,7 +12,7 @@ fll_program_print_help_option \fBconst f_string_static_t \fP\fIoption_long\fP, \fBconst f_string_static_t \fP\fIsymbol_short\fP, \fBconst f_string_static_t \fP\fIsymbol_long\fP, - \fBconst char *\fP\fIdescription\fP + \fBconst char *const \fP\fIdescription\fP ); .fi .SH DESCRIPTION @@ -52,8 +52,17 @@ A desciption associated with the option. .SH RETURN VALUE .PP \fBF_none\fP on success. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_parameter_additional_append\fP(3), \fIfll_program_parameter_additional_mash\fP(3), \fIfll_program_parameter_additional_rip\fP(3), \fIfll_program_parameter_additional_rip_mash\fP(3), \fIfll_program_parameter_long_print_cannot_use_with\fP(3), \fIfll_program_parameter_process\fP(3), \fIfll_program_parameter_process_empty\fP(3), \fIfll_program_print_help_header\fP(3), \fIfll_program_print_help_option\fP(3), \fIfll_program_print_help_option_long\fP(3), \fIfll_program_print_help_option_other\fP(3), \fIfll_program_print_help_usage\fP(3), \fIfll_program_print_version\fP(3), \fIfll_program_standard_setdown\fP(3), \fIfll_program_standard_setup\fP(3), \fIfll_program_standard_signal_received\fP(3), \fIfll_program_standard_signal_state\fP(3), \fIf_print_terminated()\fP, \fIfl_print_format()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5eb381a..1d57875 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_option_long.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_option_long.3 @@ -1,4 +1,4 @@ -.TH fll_program_print_help_option_long "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_print_help_option_long "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_print_help_option_long .SH SYNOPSIS @@ -10,7 +10,7 @@ fll_program_print_help_option_long \fBconst f_color_context_t \fP\fIcontext\fP, \fBconst f_string_static_t \fP\fIoption_long\fP, \fBconst f_string_static_t \fP\fIsymbol_long\fP, - \fBconst char *\fP\fIdescription\fP + \fBconst char *const \fP\fIdescription\fP ); .fi .SH DESCRIPTION @@ -42,8 +42,17 @@ A desciption associated with the option. .SH RETURN VALUE .PP \fBF_none\fP on success. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_parameter_additional_append\fP(3), \fIfll_program_parameter_additional_mash\fP(3), \fIfll_program_parameter_additional_rip\fP(3), \fIfll_program_parameter_additional_rip_mash\fP(3), \fIfll_program_parameter_long_print_cannot_use_with\fP(3), \fIfll_program_parameter_process\fP(3), \fIfll_program_parameter_process_empty\fP(3), \fIfll_program_print_help_header\fP(3), \fIfll_program_print_help_option\fP(3), \fIfll_program_print_help_option_long\fP(3), \fIfll_program_print_help_option_other\fP(3), \fIfll_program_print_help_usage\fP(3), \fIfll_program_print_version\fP(3), \fIfll_program_standard_setdown\fP(3), \fIfll_program_standard_setup\fP(3), \fIfll_program_standard_signal_received\fP(3), \fIfll_program_standard_signal_state\fP(3), \fIf_print_terminated()\fP, \fIfl_print_format()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 98c0730..0ab73b8 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_option_other.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_option_other.3 @@ -1,4 +1,4 @@ -.TH fll_program_print_help_option_other "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_print_help_option_other "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_print_help_option_other .SH SYNOPSIS @@ -9,7 +9,7 @@ fll_program_print_help_option_other \fBconst f_file_t \fP\fIoutput\fP, \fBconst f_color_context_t \fP\fIcontext\fP, \fBconst f_string_static_t \fP\fIoption_other\fP, - \fBconst char *\fP\fIdescription\fP + \fBconst char *const \fP\fIdescription\fP ); .fi .SH DESCRIPTION @@ -36,9 +36,18 @@ A desciption associated with the option. .SH RETURN VALUE .PP -\fBF_none\fP on success. +F_none on success. +.br +\fBF_parameter\fP (with error bit) if a parameter is invalid. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_parameter_additional_append\fP(3), \fIfll_program_parameter_additional_mash\fP(3), \fIfll_program_parameter_additional_rip\fP(3), \fIfll_program_parameter_additional_rip_mash\fP(3), \fIfll_program_parameter_long_print_cannot_use_with\fP(3), \fIfll_program_parameter_process\fP(3), \fIfll_program_parameter_process_empty\fP(3), \fIfll_program_print_help_header\fP(3), \fIfll_program_print_help_option\fP(3), \fIfll_program_print_help_option_long\fP(3), \fIfll_program_print_help_option_other\fP(3), \fIfll_program_print_help_usage\fP(3), \fIfll_program_print_version\fP(3), \fIfll_program_standard_setdown\fP(3), \fIfll_program_standard_setup\fP(3), \fIfll_program_standard_signal_received\fP(3), \fIfll_program_standard_signal_state\fP(3), \fIf_print_terminated()\fP, \fIfl_print_format()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 5cf9e47..06bc55e 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_usage.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_print_help_usage.3 @@ -1,4 +1,4 @@ -.TH fll_program_print_help_usage "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_print_help_usage "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_print_help_usage .SH SYNOPSIS @@ -37,8 +37,15 @@ The name of the program. .SH RETURN VALUE .PP \fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_parameter_additional_append\fP(3), \fIfll_program_parameter_additional_mash\fP(3), \fIfll_program_parameter_additional_rip\fP(3), \fIfll_program_parameter_additional_rip_mash\fP(3), \fIfll_program_parameter_long_print_cannot_use_with\fP(3), \fIfll_program_parameter_process\fP(3), \fIfll_program_parameter_process_empty\fP(3), \fIfll_program_print_help_header\fP(3), \fIfll_program_print_help_option\fP(3), \fIfll_program_print_help_option_long\fP(3), \fIfll_program_print_help_option_other\fP(3), \fIfll_program_print_help_usage\fP(3), \fIfll_program_print_version\fP(3), \fIfll_program_standard_setdown\fP(3), \fIfll_program_standard_setup\fP(3), \fIfll_program_standard_signal_received\fP(3), \fIfll_program_standard_signal_state\fP(3), \fIf_print_terminated()\fP, \fIfl_print_format()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 8fb2169..8f71e98 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_print_version.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_print_version.3 @@ -1,4 +1,4 @@ -.TH fll_program_print_version "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_print_version "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_print_version .SH SYNOPSIS @@ -27,8 +27,15 @@ The version number of the program. .SH RETURN VALUE .PP \fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_parameter_additional_append\fP(3), \fIfll_program_parameter_additional_mash\fP(3), \fIfll_program_parameter_additional_rip\fP(3), \fIfll_program_parameter_additional_rip_mash\fP(3), \fIfll_program_parameter_long_print_cannot_use_with\fP(3), \fIfll_program_parameter_process\fP(3), \fIfll_program_parameter_process_empty\fP(3), \fIfll_program_print_help_header\fP(3), \fIfll_program_print_help_option\fP(3), \fIfll_program_print_help_option_long\fP(3), \fIfll_program_print_help_option_other\fP(3), \fIfll_program_print_help_usage\fP(3), \fIfll_program_print_version\fP(3), \fIfll_program_standard_setdown\fP(3), \fIfll_program_standard_setup\fP(3), \fIfll_program_standard_signal_received\fP(3), \fIfll_program_standard_signal_state\fP(3), \fIfl_print_format()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ddf110a..611b55d 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_standard_setdown.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_standard_setdown.3 @@ -1,4 +1,4 @@ -.TH fll_program_standard_setdown "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_standard_setdown "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_standard_setdown .SH SYNOPSIS @@ -26,8 +26,15 @@ The signal structure. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_signal_close(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_parameter_additional_append\fP(3), \fIfll_program_parameter_additional_mash\fP(3), \fIfll_program_parameter_additional_rip\fP(3), \fIfll_program_parameter_additional_rip_mash\fP(3), \fIfll_program_parameter_long_print_cannot_use_with\fP(3), \fIfll_program_parameter_process\fP(3), \fIfll_program_parameter_process_empty\fP(3), \fIfll_program_print_help_header\fP(3), \fIfll_program_print_help_option\fP(3), \fIfll_program_print_help_option_long\fP(3), \fIfll_program_print_help_option_other\fP(3), \fIfll_program_print_help_usage\fP(3), \fIfll_program_print_version\fP(3), \fIfll_program_standard_setdown\fP(3), \fIfll_program_standard_setup\fP(3), \fIfll_program_standard_signal_received\fP(3), \fIfll_program_standard_signal_state\fP(3), \fIf_signal_close()\fP, \fIf_signal_close()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 4c54e87..f40a5e2 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_standard_setup.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_standard_setup.3 @@ -1,4 +1,4 @@ -.TH fll_program_standard_setup "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_standard_setup "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_standard_setup .SH SYNOPSIS @@ -28,8 +28,15 @@ The signal structure. Errors (with error bit) from: f_signal_mask(). .br Errors (with error bit) from: f_signal_open(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_parameter_additional_append\fP(3), \fIfll_program_parameter_additional_mash\fP(3), \fIfll_program_parameter_additional_rip\fP(3), \fIfll_program_parameter_additional_rip_mash\fP(3), \fIfll_program_parameter_long_print_cannot_use_with\fP(3), \fIfll_program_parameter_process\fP(3), \fIfll_program_parameter_process_empty\fP(3), \fIfll_program_print_help_header\fP(3), \fIfll_program_print_help_option\fP(3), \fIfll_program_print_help_option_long\fP(3), \fIfll_program_print_help_option_other\fP(3), \fIfll_program_print_help_usage\fP(3), \fIfll_program_print_version\fP(3), \fIfll_program_standard_setdown\fP(3), \fIfll_program_standard_setup\fP(3), \fIfll_program_standard_signal_received\fP(3), \fIfll_program_standard_signal_state\fP(3), \fIf_signal_mask()\fP, \fIf_signal_open()\fP, \fIf_signal_mask()\fP, \fIf_signal_open()\fP, \fIf_signal_set_add()\fP, \fIf_signal_set_delete()\fP, \fIf_signal_set_empty()\fP, \fIf_signal_set_fill()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 f0986b8..760e763 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_standard_signal_received.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_standard_signal_received.3 @@ -1,4 +1,4 @@ -.TH fll_program_standard_signal_received "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_standard_signal_received "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_standard_signal_received .SH SYNOPSIS @@ -23,9 +23,18 @@ The main program data. The main->signal must be used to designate blocked signal .SH RETURN VALUE .PP -A positive number representing a valid signal on signal received. 0 on no signal received or when main is NULL. +A positive number representing a valid signal on signal received. +.br +0 on no signal received or when main is NULL. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_parameter_additional_append\fP(3), \fIfll_program_parameter_additional_mash\fP(3), \fIfll_program_parameter_additional_rip\fP(3), \fIfll_program_parameter_additional_rip_mash\fP(3), \fIfll_program_parameter_long_print_cannot_use_with\fP(3), \fIfll_program_parameter_process\fP(3), \fIfll_program_parameter_process_empty\fP(3), \fIfll_program_print_help_header\fP(3), \fIfll_program_print_help_option\fP(3), \fIfll_program_print_help_option_long\fP(3), \fIfll_program_print_help_option_other\fP(3), \fIfll_program_print_help_usage\fP(3), \fIfll_program_print_version\fP(3), \fIfll_program_standard_setdown\fP(3), \fIfll_program_standard_setup\fP(3), \fIfll_program_standard_signal_received\fP(3), \fIfll_program_standard_signal_state\fP(3), \fIf_signal_read()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 096462b..f0cf97e 100644 --- a/level_2/fll_program/data/documentation/man/man3/fll_program_standard_signal_state.3 +++ b/level_2/fll_program/data/documentation/man/man3/fll_program_standard_signal_state.3 @@ -1,4 +1,4 @@ -.TH fll_program_standard_signal_state "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_program_standard_signal_state "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_program_standard_signal_state .SH SYNOPSIS @@ -33,8 +33,15 @@ Not used. \fBF_interrupt_not\fP if not interrupted. .br \fBF_interrupt\fP (with error bit) if interrupted. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_program_parameter_additional_append\fP(3), \fIfll_program_parameter_additional_mash\fP(3), \fIfll_program_parameter_additional_rip\fP(3), \fIfll_program_parameter_additional_rip_mash\fP(3), \fIfll_program_parameter_long_print_cannot_use_with\fP(3), \fIfll_program_parameter_process\fP(3), \fIfll_program_parameter_process_empty\fP(3), \fIfll_program_print_help_header\fP(3), \fIfll_program_print_help_option\fP(3), \fIfll_program_print_help_option_long\fP(3), \fIfll_program_print_help_option_other\fP(3), \fIfll_program_print_help_usage\fP(3), \fIfll_program_print_version\fP(3), \fIfll_program_standard_setdown\fP(3), \fIfll_program_standard_setup\fP(3), \fIfll_program_standard_signal_received\fP(3), \fIfll_program_standard_signal_state\fP(3), \fIfll_program_standard_signal_received()\fP, \fIf_state_t.custom\fP, \fIfll_program_standard_signal_received()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. 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 ed7884d..059f910 100644 --- a/level_2/fll_status_string/data/documentation/man/man3/fll_status_string_from.3 +++ b/level_2/fll_status_string/data/documentation/man/man3/fll_status_string_from.3 @@ -1,4 +1,4 @@ -.TH fll_status_string_from "3" "July 2023" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.TH fll_status_string_from "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" .SH "NAME" fll_status_string_from .SH SYNOPSIS @@ -12,11 +12,12 @@ fll_status_string_from .fi .SH DESCRIPTION .PP -Provides status code functions, such as those that translate status codes into strings. Convert status codes from their string equivalents to a status code. +Convert status codes from their string equivalents to a status code. .PP Error, warning, and signal flags will not be assigned to the error. .PP -This process the string until either a match or NULL is reached. +This processes the string until either a match or NULL is reached. + .SH PARAMETERS .TP .B name @@ -37,8 +38,15 @@ The status code a matched string represents. \fBF_parameter\fP (with error bit) if a parameter is invalid. .br Errors (with error bit) from: f_conversion_character_is_decimal(). +.SH SEE ALSO +.PP +.nh +.ad l +\fIfll_status_string_from\fP(3), \fIf_conversion_character_is_decimal()\fP +.ad +.hy .SH AUTHOR Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/byte_dump/c/byte_dump.c b/level_3/byte_dump/c/byte_dump.c index 80e3a1b..3d15e08 100644 --- a/level_3/byte_dump/c/byte_dump.c +++ b/level_3/byte_dump/c/byte_dump.c @@ -11,7 +11,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/byte_dump/data/documentation/man/man1/byte_dump.1 b/level_3/byte_dump/data/documentation/man/man1/byte_dump.1 index 97072a8..d6de7c3 100644 --- a/level_3/byte_dump/data/documentation/man/man1/byte_dump.1 +++ b/level_3/byte_dump/data/documentation/man/man1/byte_dump.1 @@ -1,4 +1,4 @@ -.TH BYTE_DUMP "1" "April 2023" "FLL - Byte Dump 0.6.9" "Program Manual" +.TH BYTE_DUMP "1" "February 2024" "FLL - Byte Dump 0.6.9" "Program Manual" .SH NAME byte_dump \- Print bytes of a given file in a more human-friendly format similar to programs like \fBhexdump\fR. .SH SYNOPSIS @@ -104,4 +104,4 @@ Any number of files to read. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/byte_dump/data/documentation/man/man3/byte_dump_main.3 b/level_3/byte_dump/data/documentation/man/man3/byte_dump_main.3 new file mode 100644 index 0000000..8e3d023 --- /dev/null +++ b/level_3/byte_dump/data/documentation/man/man3/byte_dump_main.3 @@ -0,0 +1,60 @@ +.TH byte_dump_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +byte_dump_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t byte_dump_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination + +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_interrupt\fP (with error bit) on receiving a process signal, such as an interrupt signal. +.br +\fBF_parameter\fP (with error bit) on an argument error. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIbyte_dump_main\fP(3), \fIbyte_dump_print_copyright\fP(3), \fIbyte_dump_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/byte_dump/data/documentation/man/man3/byte_dump_print_copyright.3 b/level_3/byte_dump/data/documentation/man/man3/byte_dump_print_copyright.3 new file mode 100644 index 0000000..e9ae504 --- /dev/null +++ b/level_3/byte_dump/data/documentation/man/man3/byte_dump_print_copyright.3 @@ -0,0 +1,39 @@ +.TH byte_dump_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +byte_dump_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t byte_dump_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIbyte_dump_main\fP(3), \fIbyte_dump_print_copyright\fP(3), \fIbyte_dump_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/byte_dump/data/documentation/man/man3/byte_dump_print_help.3 b/level_3/byte_dump/data/documentation/man/man3/byte_dump_print_help.3 new file mode 100644 index 0000000..991dbc9 --- /dev/null +++ b/level_3/byte_dump/data/documentation/man/man3/byte_dump_print_help.3 @@ -0,0 +1,39 @@ +.TH byte_dump_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +byte_dump_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t byte_dump_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIbyte_dump_main\fP(3), \fIbyte_dump_print_copyright\fP(3), \fIbyte_dump_print_help\fP(3), \fIbyte_dump_main()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/control/c/control.c b/level_3/control/c/control.c index 883de1b..808d6c2 100644 --- a/level_3/control/c/control.c +++ b/level_3/control/c/control.c @@ -12,7 +12,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/control/data/documentation/man/man1/control.1 b/level_3/control/data/documentation/man/man1/control.1 index 8b7597d..a90019d 100644 --- a/level_3/control/data/documentation/man/man1/control.1 +++ b/level_3/control/data/documentation/man/man1/control.1 @@ -1,4 +1,4 @@ -.TH CONTROL "1" "April 2023" "FLL - Control 0.6.9" "Program Manual" +.TH CONTROL "1" "February 2024" "FLL - Control 0.6.9" "Program Manual" .SH NAME control \- Give commands or make requests to the \fBcontroller\fR program. .SH SYNOPSIS @@ -74,4 +74,4 @@ The action to perform. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/control/data/documentation/man/man3/control_action_type_identify.3 b/level_3/control/data/documentation/man/man3/control_action_type_identify.3 new file mode 100644 index 0000000..8d5cf06 --- /dev/null +++ b/level_3/control/data/documentation/man/man3/control_action_type_identify.3 @@ -0,0 +1,36 @@ +.TH control_action_type_identify "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +control_action_type_identify +.SH SYNOPSIS +.nf +.B #include +.sp +\fBuint8_t control_action_type_identify\fP( + \fBconst f_string_static_t \fP\fIaction\fP +); +.fi +.SH DESCRIPTION +.PP +Identify the action code the given name represents. +.SH PARAMETERS +.TP +.B action +The string representing an action. + +.SH RETURN VALUE +.PP +The action type code on success. +.br +0 if name is unknown. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontrol_action_type_identify\fP(3), \fIcontrol_action_type_name\fP(3), \fIcontrol_payload_type_identify\fP(3), \fIcontrol_payload_type_name\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/control/data/documentation/man/man3/control_action_type_name.3 b/level_3/control/data/documentation/man/man3/control_action_type_name.3 new file mode 100644 index 0000000..19cd19d --- /dev/null +++ b/level_3/control/data/documentation/man/man3/control_action_type_name.3 @@ -0,0 +1,36 @@ +.TH control_action_type_name "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +control_action_type_name +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_string_static_t control_action_type_name\fP( + \fBconst uint8_t \fP\fItype\fP +); +.fi +.SH DESCRIPTION +.PP +Get a string representing the action type. +.SH PARAMETERS +.TP +.B type +The action type id. + +.SH RETURN VALUE +.PP +The string with used > 0 on success. +.br +The string with used == 0 if no match was found. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontrol_action_type_identify\fP(3), \fIcontrol_action_type_name\fP(3), \fIcontrol_payload_type_identify\fP(3), \fIcontrol_payload_type_name\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/control/data/documentation/man/man3/control_main.3 b/level_3/control/data/documentation/man/man3/control_main.3 new file mode 100644 index 0000000..b7a0ba2 --- /dev/null +++ b/level_3/control/data/documentation/man/man3/control_main.3 @@ -0,0 +1,58 @@ +.TH control_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +control_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t control_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination + +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_interrupt\fP (with error bit) on receiving a process signal, such as an interrupt signal. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontrol_main\fP(3), \fIcontrol_print_copyright\fP(3), \fIcontrol_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/control/data/documentation/man/man3/control_payload_type_identify.3 b/level_3/control/data/documentation/man/man3/control_payload_type_identify.3 new file mode 100644 index 0000000..08904fd --- /dev/null +++ b/level_3/control/data/documentation/man/man3/control_payload_type_identify.3 @@ -0,0 +1,36 @@ +.TH control_payload_type_identify "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +control_payload_type_identify +.SH SYNOPSIS +.nf +.B #include +.sp +\fBuint8_t control_payload_type_identify\fP( + \fBconst f_string_static_t \fP\fIpayload\fP +); +.fi +.SH DESCRIPTION +.PP +Identify the payload code the given name represents. +.SH PARAMETERS +.TP +.B payload +The string representing a payload. + +.SH RETURN VALUE +.PP +The payload type code on success. +.br +0 if name is unknown. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontrol_action_type_identify\fP(3), \fIcontrol_action_type_name\fP(3), \fIcontrol_payload_type_identify\fP(3), \fIcontrol_payload_type_name\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/control/data/documentation/man/man3/control_payload_type_name.3 b/level_3/control/data/documentation/man/man3/control_payload_type_name.3 new file mode 100644 index 0000000..b0d9539 --- /dev/null +++ b/level_3/control/data/documentation/man/man3/control_payload_type_name.3 @@ -0,0 +1,36 @@ +.TH control_payload_type_name "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +control_payload_type_name +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_string_static_t control_payload_type_name\fP( + \fBconst uint8_t \fP\fItype\fP +); +.fi +.SH DESCRIPTION +.PP +Get a string representing the payload type. +.SH PARAMETERS +.TP +.B type +The payload type id. + +.SH RETURN VALUE +.PP +The string with used > 0 on success. +.br +The string with used == 0 if no match was found. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontrol_action_type_identify\fP(3), \fIcontrol_action_type_name\fP(3), \fIcontrol_payload_type_identify\fP(3), \fIcontrol_payload_type_name\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/control/data/documentation/man/man3/control_print_copyright.3 b/level_3/control/data/documentation/man/man3/control_print_copyright.3 new file mode 100644 index 0000000..48a957d --- /dev/null +++ b/level_3/control/data/documentation/man/man3/control_print_copyright.3 @@ -0,0 +1,39 @@ +.TH control_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +control_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t control_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontrol_main\fP(3), \fIcontrol_print_copyright\fP(3), \fIcontrol_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/control/data/documentation/man/man3/control_print_help.3 b/level_3/control/data/documentation/man/man3/control_print_help.3 new file mode 100644 index 0000000..376824f --- /dev/null +++ b/level_3/control/data/documentation/man/man3/control_print_help.3 @@ -0,0 +1,36 @@ +.TH control_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +control_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t control_print_help\fP( + \fBconst fll_program_data_t *const \fP\fImain\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B main +The main program data. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +F_output_not on success, but no printing is performed. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontrol_main\fP(3), \fIcontrol_print_copyright\fP(3), \fIcontrol_print_help\fP(3), \fIcontrol_main()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/controller/c/controller.c b/level_3/controller/c/controller.c index 03f9ba9..8fbfcc0 100644 --- a/level_3/controller/c/controller.c +++ b/level_3/controller/c/controller.c @@ -17,7 +17,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/controller/data/documentation/man/man1/controller.1 b/level_3/controller/data/documentation/man/man1/controller.1 index 6e21f01..ba2f1d1 100644 --- a/level_3/controller/data/documentation/man/man1/controller.1 +++ b/level_3/controller/data/documentation/man/man1/controller.1 @@ -1,4 +1,4 @@ -.TH CONTROLLER "1" "January 2023" "FLL - Controller 0.6.9" "Program Manual" +.TH CONTROLLER "1" "February 2024" "FLL - Controller 0.6.9" "Program Manual" .SH NAME controller \- Perform a series of operations in a manner similar to that of an init program. .SH SYNOPSIS @@ -99,4 +99,4 @@ The name of an \fBentry\fR. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/controller/data/documentation/man/man3/controller_control_payload_type_identify.3 b/level_3/controller/data/documentation/man/man3/controller_control_payload_type_identify.3 new file mode 100644 index 0000000..6362668 --- /dev/null +++ b/level_3/controller/data/documentation/man/man3/controller_control_payload_type_identify.3 @@ -0,0 +1,36 @@ +.TH controller_control_payload_type_identify "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +controller_control_payload_type_identify +.SH SYNOPSIS +.nf +.B #include +.sp +\fBuint8_t controller_control_payload_type_identify\fP( + \fBconst f_string_static_t \fP\fIpayload\fP +); +.fi +.SH DESCRIPTION +.PP +Identify the payload code the given name represents. +.SH PARAMETERS +.TP +.B payload +The string representing a payload. + +.SH RETURN VALUE +.PP +The payload type code on success. +.br +0 if name is unknown. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontroller_control_payload_type_identify\fP(3), \fIcontroller_control_payload_type_name\fP(3), \fIcontroller_entry_action_type_identify\fP(3), \fIcontroller_entry_action_type_name\fP(3), \fIcontroller_main_delete\fP(3), \fIcontroller_rule_action_execute_type_identify\fP(3), \fIcontroller_rule_action_execute_type_name\fP(3), \fIcontroller_rule_action_type_identify\fP(3), \fIcontroller_rule_action_type_name\fP(3), \fIcontroller_rule_item_type_identify\fP(3), \fIcontroller_rule_item_type_name\fP(3), \fIcontroller_rule_setting_limit_type_identify\fP(3), \fIcontroller_rule_setting_limit_type_name\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/controller/data/documentation/man/man3/controller_control_payload_type_name.3 b/level_3/controller/data/documentation/man/man3/controller_control_payload_type_name.3 new file mode 100644 index 0000000..959b5d4 --- /dev/null +++ b/level_3/controller/data/documentation/man/man3/controller_control_payload_type_name.3 @@ -0,0 +1,36 @@ +.TH controller_control_payload_type_name "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +controller_control_payload_type_name +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_string_static_t controller_control_payload_type_name\fP( + \fBconst uint8_t \fP\fItype\fP +); +.fi +.SH DESCRIPTION +.PP +Get a string representing the payload type. +.SH PARAMETERS +.TP +.B type +The payload type id. + +.SH RETURN VALUE +.PP +The string with used > 0 on success. +.br +The string with used == 0 if no match was found. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontroller_control_payload_type_identify\fP(3), \fIcontroller_control_payload_type_name\fP(3), \fIcontroller_entry_action_type_identify\fP(3), \fIcontroller_entry_action_type_name\fP(3), \fIcontroller_main_delete\fP(3), \fIcontroller_rule_action_execute_type_identify\fP(3), \fIcontroller_rule_action_execute_type_name\fP(3), \fIcontroller_rule_action_type_identify\fP(3), \fIcontroller_rule_action_type_name\fP(3), \fIcontroller_rule_item_type_identify\fP(3), \fIcontroller_rule_item_type_name\fP(3), \fIcontroller_rule_setting_limit_type_identify\fP(3), \fIcontroller_rule_setting_limit_type_name\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/controller/data/documentation/man/man3/controller_entry_action_type_identify.3 b/level_3/controller/data/documentation/man/man3/controller_entry_action_type_identify.3 new file mode 100644 index 0000000..d2630e5 --- /dev/null +++ b/level_3/controller/data/documentation/man/man3/controller_entry_action_type_identify.3 @@ -0,0 +1,36 @@ +.TH controller_entry_action_type_identify "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +controller_entry_action_type_identify +.SH SYNOPSIS +.nf +.B #include +.sp +\fBuint8_t controller_entry_action_type_identify\fP( + \fBconst f_string_static_t \fP\fIaction\fP +); +.fi +.SH DESCRIPTION +.PP +Identify the entry action code the given name represents. +.SH PARAMETERS +.TP +.B action +The string representing an entry action. + +.SH RETURN VALUE +.PP +The entry action type code on success. +.br +0 if name is unknown. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontroller_control_payload_type_identify\fP(3), \fIcontroller_control_payload_type_name\fP(3), \fIcontroller_entry_action_type_identify\fP(3), \fIcontroller_entry_action_type_name\fP(3), \fIcontroller_main_delete\fP(3), \fIcontroller_rule_action_execute_type_identify\fP(3), \fIcontroller_rule_action_execute_type_name\fP(3), \fIcontroller_rule_action_type_identify\fP(3), \fIcontroller_rule_action_type_name\fP(3), \fIcontroller_rule_item_type_identify\fP(3), \fIcontroller_rule_item_type_name\fP(3), \fIcontroller_rule_setting_limit_type_identify\fP(3), \fIcontroller_rule_setting_limit_type_name\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/controller/data/documentation/man/man3/controller_entry_action_type_name.3 b/level_3/controller/data/documentation/man/man3/controller_entry_action_type_name.3 new file mode 100644 index 0000000..27592ed --- /dev/null +++ b/level_3/controller/data/documentation/man/man3/controller_entry_action_type_name.3 @@ -0,0 +1,36 @@ +.TH controller_entry_action_type_name "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +controller_entry_action_type_name +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_string_static_t controller_entry_action_type_name\fP( + \fBconst uint8_t \fP\fItype\fP +); +.fi +.SH DESCRIPTION +.PP +Get a string representing the entry action type. +.SH PARAMETERS +.TP +.B type +The entry action type code. + +.SH RETURN VALUE +.PP +The string with used > 0 on success. +.br +The string with used == 0 if no match was found. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontroller_control_payload_type_identify\fP(3), \fIcontroller_control_payload_type_name\fP(3), \fIcontroller_entry_action_type_identify\fP(3), \fIcontroller_entry_action_type_name\fP(3), \fIcontroller_main_delete\fP(3), \fIcontroller_rule_action_execute_type_identify\fP(3), \fIcontroller_rule_action_execute_type_name\fP(3), \fIcontroller_rule_action_type_identify\fP(3), \fIcontroller_rule_action_type_name\fP(3), \fIcontroller_rule_item_type_identify\fP(3), \fIcontroller_rule_item_type_name\fP(3), \fIcontroller_rule_setting_limit_type_identify\fP(3), \fIcontroller_rule_setting_limit_type_name\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/controller/data/documentation/man/man3/controller_main.3 b/level_3/controller/data/documentation/man/man3/controller_main.3 new file mode 100644 index 0000000..7759087 --- /dev/null +++ b/level_3/controller/data/documentation/man/man3/controller_main.3 @@ -0,0 +1,61 @@ +.TH controller_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +controller_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t controller_main\fP( + \fBcontroller_main_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +Be sure to call controller_main_delete() after executing this. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_child\fP if this is a child process returning. +.br +\fBF_interrupt\fP (with error bit) on receiving a process signal, such as an interrupt signal. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontroller_main\fP(3), \fIcontroller_print_copyright\fP(3), \fIcontroller_print_help\fP(3), \fIcontroller_main_delete()\fP, \fIcontroller_main_delete()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/controller/data/documentation/man/man3/controller_main_delete.3 b/level_3/controller/data/documentation/man/man3/controller_main_delete.3 new file mode 100644 index 0000000..e41d366 --- /dev/null +++ b/level_3/controller/data/documentation/man/man3/controller_main_delete.3 @@ -0,0 +1,37 @@ +.TH controller_main_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +controller_main_delete +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t controller_main_delete\fP( + \fBcontroller_main_t *const \fP\fImain\fP +); +.fi +.SH DESCRIPTION +.PP +Deallocate main. + +.SH PARAMETERS +.TP +.B main +The main program data. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontroller_control_payload_type_identify\fP(3), \fIcontroller_control_payload_type_name\fP(3), \fIcontroller_entry_action_type_identify\fP(3), \fIcontroller_entry_action_type_name\fP(3), \fIcontroller_main_delete\fP(3), \fIcontroller_rule_action_execute_type_identify\fP(3), \fIcontroller_rule_action_execute_type_name\fP(3), \fIcontroller_rule_action_type_identify\fP(3), \fIcontroller_rule_action_type_name\fP(3), \fIcontroller_rule_item_type_identify\fP(3), \fIcontroller_rule_item_type_name\fP(3), \fIcontroller_rule_setting_limit_type_identify\fP(3), \fIcontroller_rule_setting_limit_type_name\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/controller/data/documentation/man/man3/controller_print_copyright.3 b/level_3/controller/data/documentation/man/man3/controller_print_copyright.3 new file mode 100644 index 0000000..0ad3910 --- /dev/null +++ b/level_3/controller/data/documentation/man/man3/controller_print_copyright.3 @@ -0,0 +1,39 @@ +.TH controller_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +controller_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t controller_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontroller_main\fP(3), \fIcontroller_print_copyright\fP(3), \fIcontroller_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/controller/data/documentation/man/man3/controller_print_help.3 b/level_3/controller/data/documentation/man/man3/controller_print_help.3 new file mode 100644 index 0000000..7c36813 --- /dev/null +++ b/level_3/controller/data/documentation/man/man3/controller_print_help.3 @@ -0,0 +1,36 @@ +.TH controller_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +controller_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t controller_print_help\fP( + \fBcontroller_main_t *const \fP\fImain\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B main +The main program data. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_output_not\fP on success, but no printing is performed. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontroller_main\fP(3), \fIcontroller_print_copyright\fP(3), \fIcontroller_print_help\fP(3), \fIcontroller_main()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/controller/data/documentation/man/man3/controller_rule_action_execute_type_identify.3 b/level_3/controller/data/documentation/man/man3/controller_rule_action_execute_type_identify.3 new file mode 100644 index 0000000..3451b07 --- /dev/null +++ b/level_3/controller/data/documentation/man/man3/controller_rule_action_execute_type_identify.3 @@ -0,0 +1,36 @@ +.TH controller_rule_action_execute_type_identify "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +controller_rule_action_execute_type_identify +.SH SYNOPSIS +.nf +.B #include +.sp +\fBuint8_t controller_rule_action_execute_type_identify\fP( + \fBconst f_string_static_t \fP\fIaction\fP +); +.fi +.SH DESCRIPTION +.PP +Identify the rule action execute code the given name represents. +.SH PARAMETERS +.TP +.B action +The string representing an rule action execute. + +.SH RETURN VALUE +.PP +The rule action execute type code on success. +.br +controller_rule_action_execute_type__enum_size_e if name is unknown. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontroller_control_payload_type_identify\fP(3), \fIcontroller_control_payload_type_name\fP(3), \fIcontroller_entry_action_type_identify\fP(3), \fIcontroller_entry_action_type_name\fP(3), \fIcontroller_main_delete\fP(3), \fIcontroller_rule_action_execute_type_identify\fP(3), \fIcontroller_rule_action_execute_type_name\fP(3), \fIcontroller_rule_action_type_identify\fP(3), \fIcontroller_rule_action_type_name\fP(3), \fIcontroller_rule_item_type_identify\fP(3), \fIcontroller_rule_item_type_name\fP(3), \fIcontroller_rule_setting_limit_type_identify\fP(3), \fIcontroller_rule_setting_limit_type_name\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/controller/data/documentation/man/man3/controller_rule_action_execute_type_name.3 b/level_3/controller/data/documentation/man/man3/controller_rule_action_execute_type_name.3 new file mode 100644 index 0000000..6122270 --- /dev/null +++ b/level_3/controller/data/documentation/man/man3/controller_rule_action_execute_type_name.3 @@ -0,0 +1,36 @@ +.TH controller_rule_action_execute_type_name "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +controller_rule_action_execute_type_name +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_string_static_t controller_rule_action_execute_type_name\fP( + \fBconst uint8_t \fP\fItype\fP +); +.fi +.SH DESCRIPTION +.PP +Get a string representing the rule action execute type. +.SH PARAMETERS +.TP +.B type +The rule action type execute code. + +.SH RETURN VALUE +.PP +The string with used > 0 on success. +.br +The string with used == 0 if no match was found. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontroller_control_payload_type_identify\fP(3), \fIcontroller_control_payload_type_name\fP(3), \fIcontroller_entry_action_type_identify\fP(3), \fIcontroller_entry_action_type_name\fP(3), \fIcontroller_main_delete\fP(3), \fIcontroller_rule_action_execute_type_identify\fP(3), \fIcontroller_rule_action_execute_type_name\fP(3), \fIcontroller_rule_action_type_identify\fP(3), \fIcontroller_rule_action_type_name\fP(3), \fIcontroller_rule_item_type_identify\fP(3), \fIcontroller_rule_item_type_name\fP(3), \fIcontroller_rule_setting_limit_type_identify\fP(3), \fIcontroller_rule_setting_limit_type_name\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/controller/data/documentation/man/man3/controller_rule_action_type_identify.3 b/level_3/controller/data/documentation/man/man3/controller_rule_action_type_identify.3 new file mode 100644 index 0000000..c75518b --- /dev/null +++ b/level_3/controller/data/documentation/man/man3/controller_rule_action_type_identify.3 @@ -0,0 +1,36 @@ +.TH controller_rule_action_type_identify "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +controller_rule_action_type_identify +.SH SYNOPSIS +.nf +.B #include +.sp +\fBuint8_t controller_rule_action_type_identify\fP( + \fBconst f_string_static_t \fP\fIaction\fP +); +.fi +.SH DESCRIPTION +.PP +Identify the rule action code the given name represents. +.SH PARAMETERS +.TP +.B action +The string representing an rule action. + +.SH RETURN VALUE +.PP +The rule action type code on success. +.br +0 if name is unknown. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontroller_control_payload_type_identify\fP(3), \fIcontroller_control_payload_type_name\fP(3), \fIcontroller_entry_action_type_identify\fP(3), \fIcontroller_entry_action_type_name\fP(3), \fIcontroller_main_delete\fP(3), \fIcontroller_rule_action_execute_type_identify\fP(3), \fIcontroller_rule_action_execute_type_name\fP(3), \fIcontroller_rule_action_type_identify\fP(3), \fIcontroller_rule_action_type_name\fP(3), \fIcontroller_rule_item_type_identify\fP(3), \fIcontroller_rule_item_type_name\fP(3), \fIcontroller_rule_setting_limit_type_identify\fP(3), \fIcontroller_rule_setting_limit_type_name\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/controller/data/documentation/man/man3/controller_rule_action_type_name.3 b/level_3/controller/data/documentation/man/man3/controller_rule_action_type_name.3 new file mode 100644 index 0000000..2391402 --- /dev/null +++ b/level_3/controller/data/documentation/man/man3/controller_rule_action_type_name.3 @@ -0,0 +1,36 @@ +.TH controller_rule_action_type_name "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +controller_rule_action_type_name +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_string_static_t controller_rule_action_type_name\fP( + \fBconst uint8_t \fP\fItype\fP +); +.fi +.SH DESCRIPTION +.PP +Get a string representing the rule action type. +.SH PARAMETERS +.TP +.B type +The rule action type code. + +.SH RETURN VALUE +.PP +The string with used > 0 on success. +.br +The string with used == 0 if no match was found. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontroller_control_payload_type_identify\fP(3), \fIcontroller_control_payload_type_name\fP(3), \fIcontroller_entry_action_type_identify\fP(3), \fIcontroller_entry_action_type_name\fP(3), \fIcontroller_main_delete\fP(3), \fIcontroller_rule_action_execute_type_identify\fP(3), \fIcontroller_rule_action_execute_type_name\fP(3), \fIcontroller_rule_action_type_identify\fP(3), \fIcontroller_rule_action_type_name\fP(3), \fIcontroller_rule_item_type_identify\fP(3), \fIcontroller_rule_item_type_name\fP(3), \fIcontroller_rule_setting_limit_type_identify\fP(3), \fIcontroller_rule_setting_limit_type_name\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/controller/data/documentation/man/man3/controller_rule_item_type_identify.3 b/level_3/controller/data/documentation/man/man3/controller_rule_item_type_identify.3 new file mode 100644 index 0000000..2d11291 --- /dev/null +++ b/level_3/controller/data/documentation/man/man3/controller_rule_item_type_identify.3 @@ -0,0 +1,36 @@ +.TH controller_rule_item_type_identify "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +controller_rule_item_type_identify +.SH SYNOPSIS +.nf +.B #include +.sp +\fBuint8_t controller_rule_item_type_identify\fP( + \fBconst f_string_static_t \fP\fIitem\fP +); +.fi +.SH DESCRIPTION +.PP +Identify the rule item code the given name represents. +.SH PARAMETERS +.TP +.B item +The string representing an rule action. + +.SH RETURN VALUE +.PP +The rule item type code on success. +.br +0 if name is unknown. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontroller_control_payload_type_identify\fP(3), \fIcontroller_control_payload_type_name\fP(3), \fIcontroller_entry_action_type_identify\fP(3), \fIcontroller_entry_action_type_name\fP(3), \fIcontroller_main_delete\fP(3), \fIcontroller_rule_action_execute_type_identify\fP(3), \fIcontroller_rule_action_execute_type_name\fP(3), \fIcontroller_rule_action_type_identify\fP(3), \fIcontroller_rule_action_type_name\fP(3), \fIcontroller_rule_item_type_identify\fP(3), \fIcontroller_rule_item_type_name\fP(3), \fIcontroller_rule_setting_limit_type_identify\fP(3), \fIcontroller_rule_setting_limit_type_name\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/controller/data/documentation/man/man3/controller_rule_item_type_name.3 b/level_3/controller/data/documentation/man/man3/controller_rule_item_type_name.3 new file mode 100644 index 0000000..3a15662 --- /dev/null +++ b/level_3/controller/data/documentation/man/man3/controller_rule_item_type_name.3 @@ -0,0 +1,36 @@ +.TH controller_rule_item_type_name "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +controller_rule_item_type_name +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_string_static_t controller_rule_item_type_name\fP( + \fBconst uint8_t \fP\fItype\fP +); +.fi +.SH DESCRIPTION +.PP +Get a string representing the rule item type. +.SH PARAMETERS +.TP +.B type +The rule item type code. + +.SH RETURN VALUE +.PP +The string with used > 0 on success. +.br +The string with used == 0 if no match was found. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontroller_control_payload_type_identify\fP(3), \fIcontroller_control_payload_type_name\fP(3), \fIcontroller_entry_action_type_identify\fP(3), \fIcontroller_entry_action_type_name\fP(3), \fIcontroller_main_delete\fP(3), \fIcontroller_rule_action_execute_type_identify\fP(3), \fIcontroller_rule_action_execute_type_name\fP(3), \fIcontroller_rule_action_type_identify\fP(3), \fIcontroller_rule_action_type_name\fP(3), \fIcontroller_rule_item_type_identify\fP(3), \fIcontroller_rule_item_type_name\fP(3), \fIcontroller_rule_setting_limit_type_identify\fP(3), \fIcontroller_rule_setting_limit_type_name\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/controller/data/documentation/man/man3/controller_rule_setting_limit_type_identify.3 b/level_3/controller/data/documentation/man/man3/controller_rule_setting_limit_type_identify.3 new file mode 100644 index 0000000..0c131db --- /dev/null +++ b/level_3/controller/data/documentation/man/man3/controller_rule_setting_limit_type_identify.3 @@ -0,0 +1,36 @@ +.TH controller_rule_setting_limit_type_identify "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +controller_rule_setting_limit_type_identify +.SH SYNOPSIS +.nf +.B #include +.sp +\fBuint8_t controller_rule_setting_limit_type_identify\fP( + \fBconst f_string_static_t \fP\fIitem\fP +); +.fi +.SH DESCRIPTION +.PP +Identify the rule item code the given name represents. +.SH PARAMETERS +.TP +.B item +The string representing an rule action. + +.SH RETURN VALUE +.PP +The rule item type code on success. +.br +0 if name is unknown. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontroller_control_payload_type_identify\fP(3), \fIcontroller_control_payload_type_name\fP(3), \fIcontroller_entry_action_type_identify\fP(3), \fIcontroller_entry_action_type_name\fP(3), \fIcontroller_main_delete\fP(3), \fIcontroller_rule_action_execute_type_identify\fP(3), \fIcontroller_rule_action_execute_type_name\fP(3), \fIcontroller_rule_action_type_identify\fP(3), \fIcontroller_rule_action_type_name\fP(3), \fIcontroller_rule_item_type_identify\fP(3), \fIcontroller_rule_item_type_name\fP(3), \fIcontroller_rule_setting_limit_type_identify\fP(3), \fIcontroller_rule_setting_limit_type_name\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/controller/data/documentation/man/man3/controller_rule_setting_limit_type_name.3 b/level_3/controller/data/documentation/man/man3/controller_rule_setting_limit_type_name.3 new file mode 100644 index 0000000..c91e002 --- /dev/null +++ b/level_3/controller/data/documentation/man/man3/controller_rule_setting_limit_type_name.3 @@ -0,0 +1,36 @@ +.TH controller_rule_setting_limit_type_name "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +controller_rule_setting_limit_type_name +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_string_static_t controller_rule_setting_limit_type_name\fP( + \fBconst uint8_t \fP\fItype\fP +); +.fi +.SH DESCRIPTION +.PP +Get a string representing the rule setting limit type. +.SH PARAMETERS +.TP +.B type +The rule setting limit type code. + +.SH RETURN VALUE +.PP +The string with used > 0 on success. +.br +The string with used == 0 if no match was found. +.SH SEE ALSO +.PP +.nh +.ad l +\fIcontroller_control_payload_type_identify\fP(3), \fIcontroller_control_payload_type_name\fP(3), \fIcontroller_entry_action_type_identify\fP(3), \fIcontroller_entry_action_type_name\fP(3), \fIcontroller_main_delete\fP(3), \fIcontroller_rule_action_execute_type_identify\fP(3), \fIcontroller_rule_action_execute_type_name\fP(3), \fIcontroller_rule_action_type_identify\fP(3), \fIcontroller_rule_action_type_name\fP(3), \fIcontroller_rule_item_type_identify\fP(3), \fIcontroller_rule_item_type_name\fP(3), \fIcontroller_rule_setting_limit_type_identify\fP(3), \fIcontroller_rule_setting_limit_type_name\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/controller/data/documentation/man/man5/controller-actions.5 b/level_3/controller/data/documentation/man/man5/controller-actions.5 index 9853e03..873a139 100644 --- a/level_3/controller/data/documentation/man/man5/controller-actions.5 +++ b/level_3/controller/data/documentation/man/man5/controller-actions.5 @@ -1,4 +1,4 @@ -.TH controller-rule "5" "January 2023" "Controller 0.6.9" "File Formats" +.TH controller-rule "5" "February 2024" "Controller 0.6.9" "File Formats" .SH NAME Controller \- "rule" file. .SH SYNOPSIS @@ -86,4 +86,4 @@ Should any \fBcontrol\fR or \fBcontroller\fR program implementation not support Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, Open Standard License 1.0 or later. +Copyright \(co 2007-2024 Kevin Day, Open Standard License 1.0 or later. diff --git a/level_3/controller/data/documentation/man/man5/controller-entry.5 b/level_3/controller/data/documentation/man/man5/controller-entry.5 index d7c699e..9e4994a 100644 --- a/level_3/controller/data/documentation/man/man5/controller-entry.5 +++ b/level_3/controller/data/documentation/man/man5/controller-entry.5 @@ -1,4 +1,4 @@ -.TH controller-entry "5" "January 2023" "Controller 0.6.9" "File Formats" +.TH controller-entry "5" "February 2024" "Controller 0.6.9" "File Formats" .SH NAME Controller \- "entry" file. .SH SYNOPSIS @@ -349,4 +349,4 @@ The Items: Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, Open Standard License 1.0 or later. +Copyright \(co 2007-2024 Kevin Day, Open Standard License 1.0 or later. diff --git a/level_3/controller/data/documentation/man/man5/controller-exit.5 b/level_3/controller/data/documentation/man/man5/controller-exit.5 index 46f7d2a..1ff48ca 100644 --- a/level_3/controller/data/documentation/man/man5/controller-exit.5 +++ b/level_3/controller/data/documentation/man/man5/controller-exit.5 @@ -1,4 +1,4 @@ -.TH controller-rule "5" "January 2023" "Controller 0.6.9" "File Formats" +.TH controller-rule "5" "February 2024" "Controller 0.6.9" "File Formats" .SH NAME Controller \- "rule" file. .SH SYNOPSIS @@ -280,4 +280,4 @@ The Items: Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, Open Standard License 1.0 or later. +Copyright \(co 2007-2024 Kevin Day, Open Standard License 1.0 or later. diff --git a/level_3/controller/data/documentation/man/man5/controller-packet.5 b/level_3/controller/data/documentation/man/man5/controller-packet.5 index c4752f7..bcec0e4 100644 --- a/level_3/controller/data/documentation/man/man5/controller-packet.5 +++ b/level_3/controller/data/documentation/man/man5/controller-packet.5 @@ -1,4 +1,4 @@ -.TH controller-rule "5" "January 2023" "Controller 0.6.9" "File Formats" +.TH controller-rule "5" "February 2024" "Controller 0.6.9" "File Formats" .SH NAME Controller \- "rule" file. .SH SYNOPSIS @@ -137,4 +137,4 @@ The \fBinit\fR type: Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, Open Standard License 1.0 or later. +Copyright \(co 2007-2024 Kevin Day, Open Standard License 1.0 or later. diff --git a/level_3/controller/data/documentation/man/man5/controller-rule.5 b/level_3/controller/data/documentation/man/man5/controller-rule.5 index 7d26840..a19e69e 100644 --- a/level_3/controller/data/documentation/man/man5/controller-rule.5 +++ b/level_3/controller/data/documentation/man/man5/controller-rule.5 @@ -1,4 +1,4 @@ -.TH controller-rule "5" "January 2023" "Controller 0.6.9" "File Formats" +.TH controller-rule "5" "February 2024" "Controller 0.6.9" "File Formats" .SH NAME Controller \- "rule" file. .SH SYNOPSIS @@ -242,4 +242,4 @@ The \fBrerun\fR Rule Type Content has the following structure: Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, Open Standard License 1.0 or later. +Copyright \(co 2007-2024 Kevin Day, Open Standard License 1.0 or later. diff --git a/level_3/fake/c/fake.c b/level_3/fake/c/fake.c index bc39782..738b93d 100644 --- a/level_3/fake/c/fake.c +++ b/level_3/fake/c/fake.c @@ -18,7 +18,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/fake/data/documentation/man/man1/fake.1 b/level_3/fake/data/documentation/man/man1/fake.1 index 2216941..5004a3b 100644 --- a/level_3/fake/data/documentation/man/man1/fake.1 +++ b/level_3/fake/data/documentation/man/man1/fake.1 @@ -1,4 +1,4 @@ -.TH FAKE "1" "April 2023" "FLL - Featureless Make 0.6.9" "Program Manual" +.TH FAKE "1" "February 2024" "FLL - Featureless Make 0.6.9" "Program Manual" .SH NAME fake \- Build or compile software similar to GNU Make. .SH SYNOPSIS @@ -132,4 +132,4 @@ Build a skeleton directory structure. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fake/data/documentation/man/man3/fake_main.3 b/level_3/fake/data/documentation/man/man3/fake_main.3 new file mode 100644 index 0000000..0b21ab0 --- /dev/null +++ b/level_3/fake/data/documentation/man/man3/fake_main.3 @@ -0,0 +1,59 @@ +.TH fake_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fake_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fake_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_child\fP if this is a child process returning. +.br +\fBF_interrupt\fP (with error bit) on receiving a terminate process signal, such as an interrupt signal. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfake_main\fP(3), \fIfake_main_delete\fP(3), \fIfake_print_copyright\fP(3), \fIfake_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fake/data/documentation/man/man3/fake_main_delete.3 b/level_3/fake/data/documentation/man/man3/fake_main_delete.3 new file mode 100644 index 0000000..4663057 --- /dev/null +++ b/level_3/fake/data/documentation/man/man3/fake_main_delete.3 @@ -0,0 +1,36 @@ +.TH fake_main_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fake_main_delete +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fake_main_delete\fP( + \fBfll_program_data_t *const \fP\fImain\fP +); +.fi +.SH DESCRIPTION +.PP +Deallocate main. +.SH PARAMETERS +.TP +.B main +The main program data. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfake_main\fP(3), \fIfake_main_delete\fP(3), \fIfake_print_copyright\fP(3), \fIfake_print_help\fP(3), \fIfake_main()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fake/data/documentation/man/man3/fake_print_copyright.3 b/level_3/fake/data/documentation/man/man3/fake_print_copyright.3 new file mode 100644 index 0000000..27b1139 --- /dev/null +++ b/level_3/fake/data/documentation/man/man3/fake_print_copyright.3 @@ -0,0 +1,39 @@ +.TH fake_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fake_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fake_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfake_main\fP(3), \fIfake_main_delete\fP(3), \fIfake_print_copyright\fP(3), \fIfake_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fake/data/documentation/man/man3/fake_print_help.3 b/level_3/fake/data/documentation/man/man3/fake_print_help.3 new file mode 100644 index 0000000..6d6b62b --- /dev/null +++ b/level_3/fake/data/documentation/man/man3/fake_print_help.3 @@ -0,0 +1,39 @@ +.TH fake_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fake_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fake_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfake_main\fP(3), \fIfake_main_delete\fP(3), \fIfake_print_copyright\fP(3), \fIfake_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fake/data/documentation/man/man5/fake-defines.5 b/level_3/fake/data/documentation/man/man5/fake-defines.5 index e1be5b8..06087fc 100644 --- a/level_3/fake/data/documentation/man/man5/fake-defines.5 +++ b/level_3/fake/data/documentation/man/man5/fake-defines.5 @@ -1,4 +1,4 @@ -.TH fake-defines "5" "April 2023" "FLL - Featureless Make 0.6.9" "File Formats" +.TH fake-defines "5" "February 2024" "FLL - Featureless Make 0.6.9" "File Formats" .SH NAME Featureless Make \- "defines" file. .SH SYNOPSIS @@ -24,4 +24,4 @@ Each Content represents documentation explaining the intent and purpose of that Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, Open Standard License 1.0 or later. +Copyright \(co 2007-2024 Kevin Day, Open Standard License 1.0 or later. diff --git a/level_3/fake/data/documentation/man/man5/fake-depedencies.5 b/level_3/fake/data/documentation/man/man5/fake-depedencies.5 index f150133..6a623c9 100644 --- a/level_3/fake/data/documentation/man/man5/fake-depedencies.5 +++ b/level_3/fake/data/documentation/man/man5/fake-depedencies.5 @@ -1,4 +1,4 @@ -.TH fake-dependencies "5" "April 2023" "FLL - Featureless Make 0.6.9" "File Formats" +.TH fake-dependencies "5" "February 2024" "FLL - Featureless Make 0.6.9" "File Formats" .SH NAME Featureless Make \- "dependencies" file. .SH SYNOPSIS @@ -25,4 +25,4 @@ Future versions of this will clarify what and how Content, such as version numbe Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, Open Standard License 1.0 or later. +Copyright \(co 2007-2024 Kevin Day, Open Standard License 1.0 or later. diff --git a/level_3/fake/data/documentation/man/man5/fake-fakefile.5 b/level_3/fake/data/documentation/man/man5/fake-fakefile.5 index 8a197f0..73cea18 100644 --- a/level_3/fake/data/documentation/man/man5/fake-fakefile.5 +++ b/level_3/fake/data/documentation/man/man5/fake-fakefile.5 @@ -1,4 +1,4 @@ -.TH fake-fakefile "5" "April 2023" "FLL - Featureless Make 0.6.9" "File Formats" +.TH fake-fakefile "5" "February 2024" "FLL - Featureless Make 0.6.9" "File Formats" .SH NAME Featureless Make \- "fakefile" file. .SH SYNOPSIS @@ -761,4 +761,4 @@ The \fBif\fR Section Operation condition \fBparameter\fR: Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, Open Standard License 1.0 or later. +Copyright \(co 2007-2024 Kevin Day, Open Standard License 1.0 or later. diff --git a/level_3/fake/data/documentation/man/man5/fake-settings.5 b/level_3/fake/data/documentation/man/man5/fake-settings.5 index ae1db62..b3e43ff 100644 --- a/level_3/fake/data/documentation/man/man5/fake-settings.5 +++ b/level_3/fake/data/documentation/man/man5/fake-settings.5 @@ -1,4 +1,4 @@ -.TH fake-settings "5" "April 2023" "FLL - Featureless Make 0.6.9" "File Formats" +.TH fake-settings "5" "February 2024" "FLL - Featureless Make 0.6.9" "File Formats" .SH NAME Featureless Make \- "settings" file. .SH SYNOPSIS @@ -679,4 +679,4 @@ All Object names support having a \fB\-\fR and a \fBmode\fR name, such as \fBbui Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, Open Standard License 1.0 or later. +Copyright \(co 2007-2024 Kevin Day, Open Standard License 1.0 or later. diff --git a/level_3/firewall/c/firewall.c b/level_3/firewall/c/firewall.c index 7170dd3..4283b07 100644 --- a/level_3/firewall/c/firewall.c +++ b/level_3/firewall/c/firewall.c @@ -17,7 +17,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/firewall/data/documentation/man/man1/firewall.1 b/level_3/firewall/data/documentation/man/man1/firewall.1 index e1b4fd1..63f766c 100644 --- a/level_3/firewall/data/documentation/man/man1/firewall.1 +++ b/level_3/firewall/data/documentation/man/man1/firewall.1 @@ -1,4 +1,4 @@ -.TH FIREWALL "1" "January 2023" "Kevux - Firewall 0.6.9" "Program Manual" +.TH FIREWALL "1" "February 2024" "Kevux - Firewall 0.6.9" "Program Manual" .SH NAME firewall \- A basic iptables based firewall manager for the Kevux distribution. .SH SYNOPSIS @@ -59,4 +59,4 @@ Show active firewall settings. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/firewall/data/documentation/man/man3/firewall_main.3 b/level_3/firewall/data/documentation/man/man3/firewall_main.3 new file mode 100644 index 0000000..89b17da --- /dev/null +++ b/level_3/firewall/data/documentation/man/man3/firewall_main.3 @@ -0,0 +1,58 @@ +.TH firewall_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +firewall_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t firewall_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.PP +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_interrupt\fP (with error bit) on receiving a process signal, such as an interrupt signal. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfirewall_main\fP(3), \fIfirewall_print_copyright\fP(3), \fIfirewall_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/firewall/data/documentation/man/man3/firewall_print_copyright.3 b/level_3/firewall/data/documentation/man/man3/firewall_print_copyright.3 new file mode 100644 index 0000000..74e1a72 --- /dev/null +++ b/level_3/firewall/data/documentation/man/man3/firewall_print_copyright.3 @@ -0,0 +1,39 @@ +.TH firewall_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +firewall_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t firewall_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfirewall_main\fP(3), \fIfirewall_print_copyright\fP(3), \fIfirewall_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/firewall/data/documentation/man/man3/firewall_print_help.3 b/level_3/firewall/data/documentation/man/man3/firewall_print_help.3 new file mode 100644 index 0000000..a9e9d35 --- /dev/null +++ b/level_3/firewall/data/documentation/man/man3/firewall_print_help.3 @@ -0,0 +1,39 @@ +.TH firewall_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +firewall_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t firewall_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfirewall_main\fP(3), \fIfirewall_print_copyright\fP(3), \fIfirewall_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_basic_list_read/c/fss_basic_list_read.c b/level_3/fss_basic_list_read/c/fss_basic_list_read.c index 2b3557f..af9765b 100644 --- a/level_3/fss_basic_list_read/c/fss_basic_list_read.c +++ b/level_3/fss_basic_list_read/c/fss_basic_list_read.c @@ -12,7 +12,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/fss_basic_list_read/data/documentation/man/man1/fss_basic_list_read.1 b/level_3/fss_basic_list_read/data/documentation/man/man1/fss_basic_list_read.1 index ff64481..5adb646 100644 --- a/level_3/fss_basic_list_read/data/documentation/man/man1/fss_basic_list_read.1 +++ b/level_3/fss_basic_list_read/data/documentation/man/man1/fss_basic_list_read.1 @@ -1,4 +1,4 @@ -.TH FSS_BASIC_LIST_READ "1" "April 2023" "FLL - FSS Basic List Read 0.6.9" "Program Manual" +.TH FSS_BASIC_LIST_READ "1" "February 2024" "FLL - FSS Basic List Read 0.6.9" "Program Manual" .SH NAME fss_basic_list_read \- Read data in \fBFSS-0003 (Basic List)\fR format. .SH SYNOPSIS @@ -136,4 +136,4 @@ Any number of files to read. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_main.3 b/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_main.3 new file mode 100644 index 0000000..3e2c815 --- /dev/null +++ b/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_main.3 @@ -0,0 +1,55 @@ +.TH fss_basic_list_read_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_basic_list_read_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_basic_list_read_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_basic_list_read_main\fP(3), \fIfss_basic_list_read_print_copyright\fP(3), \fIfss_basic_list_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_print_copyright.3 b/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_print_copyright.3 new file mode 100644 index 0000000..ad66835 --- /dev/null +++ b/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_print_copyright.3 @@ -0,0 +1,39 @@ +.TH fss_basic_list_read_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_basic_list_read_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_basic_list_read_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_basic_list_read_main\fP(3), \fIfss_basic_list_read_print_copyright\fP(3), \fIfss_basic_list_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_print_help.3 b/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_print_help.3 new file mode 100644 index 0000000..ce37c60 --- /dev/null +++ b/level_3/fss_basic_list_read/data/documentation/man/man3/fss_basic_list_read_print_help.3 @@ -0,0 +1,39 @@ +.TH fss_basic_list_read_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_basic_list_read_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_basic_list_read_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_basic_list_read_main\fP(3), \fIfss_basic_list_read_print_copyright\fP(3), \fIfss_basic_list_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_basic_list_write/c/fss_basic_list_write.c b/level_3/fss_basic_list_write/c/fss_basic_list_write.c index f81fd53..9705a4b 100644 --- a/level_3/fss_basic_list_write/c/fss_basic_list_write.c +++ b/level_3/fss_basic_list_write/c/fss_basic_list_write.c @@ -11,7 +11,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/fss_basic_list_write/data/documentation/man/man1/fss_basic_list_write.1 b/level_3/fss_basic_list_write/data/documentation/man/man1/fss_basic_list_write.1 index 23c04ee..505a494 100644 --- a/level_3/fss_basic_list_write/data/documentation/man/man1/fss_basic_list_write.1 +++ b/level_3/fss_basic_list_write/data/documentation/man/man1/fss_basic_list_write.1 @@ -1,4 +1,4 @@ -.TH FSS_BASIC_LIST_WRITE "1" "April 2023" "FLL - FSS Basic List Write 0.6.9" "Program Manual" +.TH FSS_BASIC_LIST_WRITE "1" "February 2024" "FLL - FSS Basic List Write 0.6.9" "Program Manual" .SH NAME fss_basic_list_write \- Write data in \fBFSS-0001 (Basic List)\fR format. .SH SYNOPSIS @@ -81,4 +81,4 @@ Trim Object names. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_main.3 b/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_main.3 new file mode 100644 index 0000000..a780168 --- /dev/null +++ b/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_main.3 @@ -0,0 +1,55 @@ +.TH fss_basic_list_write_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_basic_list_write_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_basic_list_write_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_basic_list_write_main\fP(3), \fIfss_basic_list_write_print_copyright\fP(3), \fIfss_basic_list_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_print_copyright.3 b/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_print_copyright.3 new file mode 100644 index 0000000..cc914ed --- /dev/null +++ b/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_print_copyright.3 @@ -0,0 +1,39 @@ +.TH fss_basic_list_write_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_basic_list_write_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_basic_list_write_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_basic_list_write_main\fP(3), \fIfss_basic_list_write_print_copyright\fP(3), \fIfss_basic_list_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_print_help.3 b/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_print_help.3 new file mode 100644 index 0000000..c9f7da6 --- /dev/null +++ b/level_3/fss_basic_list_write/data/documentation/man/man3/fss_basic_list_write_print_help.3 @@ -0,0 +1,39 @@ +.TH fss_basic_list_write_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_basic_list_write_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_basic_list_write_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_basic_list_write_main\fP(3), \fIfss_basic_list_write_print_copyright\fP(3), \fIfss_basic_list_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_basic_read/c/fss_basic_read.c b/level_3/fss_basic_read/c/fss_basic_read.c index e0caf34..f61de07 100644 --- a/level_3/fss_basic_read/c/fss_basic_read.c +++ b/level_3/fss_basic_read/c/fss_basic_read.c @@ -12,7 +12,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/fss_basic_read/data/documentation/man/man1/fss_basic_read.1 b/level_3/fss_basic_read/data/documentation/man/man1/fss_basic_read.1 index 8d10e74..8995111 100644 --- a/level_3/fss_basic_read/data/documentation/man/man1/fss_basic_read.1 +++ b/level_3/fss_basic_read/data/documentation/man/man1/fss_basic_read.1 @@ -1,4 +1,4 @@ -.TH FSS_BASIC_READ "1" "January 2023" "FLL - FSS Basic Read 0.6.9" "Program Manual" +.TH FSS_BASIC_READ "1" "February 2024" "FLL - FSS Basic Read 0.6.9" "Program Manual" .SH NAME fss_basic_read \- Read data in \fBFSS-0000 (Basic)\fR format. .SH SYNOPSIS @@ -136,4 +136,4 @@ Any number of files to read. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_main.3 b/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_main.3 new file mode 100644 index 0000000..ad5f026 --- /dev/null +++ b/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_main.3 @@ -0,0 +1,55 @@ +.TH fss_basic_read_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_basic_read_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_basic_read_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_basic_read_main\fP(3), \fIfss_basic_read_print_copyright\fP(3), \fIfss_basic_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_print_copyright.3 b/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_print_copyright.3 new file mode 100644 index 0000000..19ab2da --- /dev/null +++ b/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_print_copyright.3 @@ -0,0 +1,39 @@ +.TH fss_basic_read_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_basic_read_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_basic_read_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_basic_read_main\fP(3), \fIfss_basic_read_print_copyright\fP(3), \fIfss_basic_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_print_help.3 b/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_print_help.3 new file mode 100644 index 0000000..5268e80 --- /dev/null +++ b/level_3/fss_basic_read/data/documentation/man/man3/fss_basic_read_print_help.3 @@ -0,0 +1,39 @@ +.TH fss_basic_read_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_basic_read_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_basic_read_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_basic_read_main\fP(3), \fIfss_basic_read_print_copyright\fP(3), \fIfss_basic_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_basic_write/c/fss_basic_write.c b/level_3/fss_basic_write/c/fss_basic_write.c index ee14bc4..edb496c 100644 --- a/level_3/fss_basic_write/c/fss_basic_write.c +++ b/level_3/fss_basic_write/c/fss_basic_write.c @@ -11,7 +11,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/fss_basic_write/data/documentation/man/man1/fss_basic_write.1 b/level_3/fss_basic_write/data/documentation/man/man1/fss_basic_write.1 index bfc95d4..ec2df00 100644 --- a/level_3/fss_basic_write/data/documentation/man/man1/fss_basic_write.1 +++ b/level_3/fss_basic_write/data/documentation/man/man1/fss_basic_write.1 @@ -1,4 +1,4 @@ -.TH FSS_BASIC_WRITE "1" "January 2023" "FLL - FSS Basic Write 0.6.9" "Program Manual" +.TH FSS_BASIC_WRITE "1" "February 2024" "FLL - FSS Basic Write 0.6.9" "Program Manual" .SH NAME fss_basic_write \- Write data in \fBFSS-0000 (Basic)\fR format. .SH SYNOPSIS @@ -80,4 +80,4 @@ Trim Object names. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_main.3 b/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_main.3 new file mode 100644 index 0000000..ff32ef5 --- /dev/null +++ b/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_main.3 @@ -0,0 +1,55 @@ +.TH fss_basic_write_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_basic_write_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_basic_write_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_basic_write_main\fP(3), \fIfss_basic_write_print_copyright\fP(3), \fIfss_basic_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_print_copyright.3 b/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_print_copyright.3 new file mode 100644 index 0000000..59f5bf8 --- /dev/null +++ b/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_print_copyright.3 @@ -0,0 +1,39 @@ +.TH fss_basic_write_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_basic_write_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_basic_write_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_basic_write_main\fP(3), \fIfss_basic_write_print_copyright\fP(3), \fIfss_basic_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_print_help.3 b/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_print_help.3 new file mode 100644 index 0000000..71f4d27 --- /dev/null +++ b/level_3/fss_basic_write/data/documentation/man/man3/fss_basic_write_print_help.3 @@ -0,0 +1,39 @@ +.TH fss_basic_write_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_basic_write_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_basic_write_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_basic_write_main\fP(3), \fIfss_basic_write_print_copyright\fP(3), \fIfss_basic_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_embedded_list_read/c/fss_embedded_list_read.c b/level_3/fss_embedded_list_read/c/fss_embedded_list_read.c index 1b60e14..f97bd26 100644 --- a/level_3/fss_embedded_list_read/c/fss_embedded_list_read.c +++ b/level_3/fss_embedded_list_read/c/fss_embedded_list_read.c @@ -12,7 +12,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/fss_embedded_list_read/data/documentation/man/man1/fss_embedded_list_read.1 b/level_3/fss_embedded_list_read/data/documentation/man/man1/fss_embedded_list_read.1 index 831e664..04c05fe 100644 --- a/level_3/fss_embedded_list_read/data/documentation/man/man1/fss_embedded_list_read.1 +++ b/level_3/fss_embedded_list_read/data/documentation/man/man1/fss_embedded_list_read.1 @@ -1,4 +1,4 @@ -.TH FSS_EMBEDDED_LIST_READ "1" "April 2023" "FLL - FSS Embedded List Read 0.6.9" "Program Manual" +.TH FSS_EMBEDDED_LIST_READ "1" "February 2024" "FLL - FSS Embedded List Read 0.6.9" "Program Manual" .SH NAME fss_embedded_list_read \- Read data in \fBFSS-0008 (Embedded List)\fR format. .SH SYNOPSIS @@ -135,4 +135,4 @@ Any number of files to read. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_main.3 b/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_main.3 new file mode 100644 index 0000000..bc1a0d5 --- /dev/null +++ b/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_main.3 @@ -0,0 +1,55 @@ +.TH fss_embedded_list_read_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_embedded_list_read_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_embedded_list_read_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_embedded_list_read_main\fP(3), \fIfss_embedded_list_read_print_copyright\fP(3), \fIfss_embedded_list_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_print_copyright.3 b/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_print_copyright.3 new file mode 100644 index 0000000..8146331 --- /dev/null +++ b/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_print_copyright.3 @@ -0,0 +1,39 @@ +.TH fss_embedded_list_read_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_embedded_list_read_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_embedded_list_read_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_embedded_list_read_main\fP(3), \fIfss_embedded_list_read_print_copyright\fP(3), \fIfss_embedded_list_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_print_help.3 b/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_print_help.3 new file mode 100644 index 0000000..0e4d6f5 --- /dev/null +++ b/level_3/fss_embedded_list_read/data/documentation/man/man3/fss_embedded_list_read_print_help.3 @@ -0,0 +1,39 @@ +.TH fss_embedded_list_read_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_embedded_list_read_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_embedded_list_read_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_embedded_list_read_main\fP(3), \fIfss_embedded_list_read_print_copyright\fP(3), \fIfss_embedded_list_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_embedded_list_write/c/fss_embedded_list_write.c b/level_3/fss_embedded_list_write/c/fss_embedded_list_write.c index 116162a..a71bcf7 100644 --- a/level_3/fss_embedded_list_write/c/fss_embedded_list_write.c +++ b/level_3/fss_embedded_list_write/c/fss_embedded_list_write.c @@ -11,7 +11,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/fss_embedded_list_write/data/documentation/man/man1/fss_embedded_list_write.1 b/level_3/fss_embedded_list_write/data/documentation/man/man1/fss_embedded_list_write.1 index 306ea41..aa92ca6 100644 --- a/level_3/fss_embedded_list_write/data/documentation/man/man1/fss_embedded_list_write.1 +++ b/level_3/fss_embedded_list_write/data/documentation/man/man1/fss_embedded_list_write.1 @@ -1,4 +1,4 @@ -.TH FSS_EMBEDDED_LIST_WRITE "1" "January 2023" "FLL - FSS Embedded List Write 0.6.9" "Program Manual" +.TH FSS_EMBEDDED_LIST_WRITE "1" "February 2024" "FLL - FSS Embedded List Write 0.6.9" "Program Manual" .SH NAME fss_embedded_list_write \- Write data in \fBFSS-0008 (Embedded List)\fR format. .SH SYNOPSIS @@ -83,4 +83,4 @@ Trim Object names. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_main.3 b/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_main.3 new file mode 100644 index 0000000..bc879d1 --- /dev/null +++ b/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_main.3 @@ -0,0 +1,57 @@ +.TH fss_embedded_list_write_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_embedded_list_write_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_embedded_list_write_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +Be sure to call fss_embedded_list_write_main_delete() after executing this. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_embedded_list_write_main\fP(3), \fIfss_embedded_list_write_print_copyright\fP(3), \fIfss_embedded_list_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_print_copyright.3 b/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_print_copyright.3 new file mode 100644 index 0000000..d15477d --- /dev/null +++ b/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_print_copyright.3 @@ -0,0 +1,39 @@ +.TH fss_embedded_list_write_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_embedded_list_write_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_embedded_list_write_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_embedded_list_write_main\fP(3), \fIfss_embedded_list_write_print_copyright\fP(3), \fIfss_embedded_list_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_print_help.3 b/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_print_help.3 new file mode 100644 index 0000000..7224125 --- /dev/null +++ b/level_3/fss_embedded_list_write/data/documentation/man/man3/fss_embedded_list_write_print_help.3 @@ -0,0 +1,39 @@ +.TH fss_embedded_list_write_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_embedded_list_write_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_embedded_list_write_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_embedded_list_write_main\fP(3), \fIfss_embedded_list_write_print_copyright\fP(3), \fIfss_embedded_list_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_extended_list_read/c/fss_extended_list_read.c b/level_3/fss_extended_list_read/c/fss_extended_list_read.c index 3c326fa..e1c9630 100644 --- a/level_3/fss_extended_list_read/c/fss_extended_list_read.c +++ b/level_3/fss_extended_list_read/c/fss_extended_list_read.c @@ -12,7 +12,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/fss_extended_list_read/data/documentation/man/man1/fss_extended_list_read.1 b/level_3/fss_extended_list_read/data/documentation/man/man1/fss_extended_list_read.1 index abc4047..fbeb610 100644 --- a/level_3/fss_extended_list_read/data/documentation/man/man1/fss_extended_list_read.1 +++ b/level_3/fss_extended_list_read/data/documentation/man/man1/fss_extended_list_read.1 @@ -1,4 +1,4 @@ -.TH FSS_EMBEDDED_LIST_READ "1" "April 2023" "FLL - FSS Embedded List Write 0.6.9" "Program Manual" +.TH FSS_EMBEDDED_LIST_READ "1" "February 2024" "FLL - FSS Embedded List Write 0.6.9" "Program Manual" .SH NAME fss_extended_list_read \- Read data in \fBFSS-0003 (Extended List)\fR format. .SH SYNOPSIS @@ -136,4 +136,4 @@ Any number of files to read. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_main.3 b/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_main.3 new file mode 100644 index 0000000..0a86e31 --- /dev/null +++ b/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_main.3 @@ -0,0 +1,55 @@ +.TH fss_extended_list_read_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_extended_list_read_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_extended_list_read_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_extended_list_read_main\fP(3), \fIfss_extended_list_read_print_copyright\fP(3), \fIfss_extended_list_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_main_delete.3 b/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_main_delete.3 new file mode 100644 index 0000000..867afdd --- /dev/null +++ b/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_main_delete.3 @@ -0,0 +1,36 @@ +.TH fss_extended_list_read_main_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_extended_list_read_main_delete +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_extended_list_read_main_delete\fP( + \fBfll_program_data_t *\fP\fImain\fP +); +.fi +.SH DESCRIPTION +.PP +Deallocate main. +.SH PARAMETERS +.TP +.B main +The main program data. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_extended_list_read_main_delete\fP(3), \fIfss_extended_list_read_main()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_print_copyright.3 b/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_print_copyright.3 new file mode 100644 index 0000000..1cab128 --- /dev/null +++ b/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_print_copyright.3 @@ -0,0 +1,39 @@ +.TH fss_extended_list_read_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_extended_list_read_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_extended_list_read_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_extended_list_read_main\fP(3), \fIfss_extended_list_read_print_copyright\fP(3), \fIfss_extended_list_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_print_help.3 b/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_print_help.3 new file mode 100644 index 0000000..b9f200e --- /dev/null +++ b/level_3/fss_extended_list_read/data/documentation/man/man3/fss_extended_list_read_print_help.3 @@ -0,0 +1,39 @@ +.TH fss_extended_list_read_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_extended_list_read_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_extended_list_read_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_extended_list_read_main\fP(3), \fIfss_extended_list_read_print_copyright\fP(3), \fIfss_extended_list_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_extended_list_write/c/fss_extended_list_write.c b/level_3/fss_extended_list_write/c/fss_extended_list_write.c index f074286..518478f 100644 --- a/level_3/fss_extended_list_write/c/fss_extended_list_write.c +++ b/level_3/fss_extended_list_write/c/fss_extended_list_write.c @@ -11,7 +11,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/fss_extended_list_write/data/documentation/man/man1/fss_extended_list_write.1 b/level_3/fss_extended_list_write/data/documentation/man/man1/fss_extended_list_write.1 index ff2af77..fedacde 100644 --- a/level_3/fss_extended_list_write/data/documentation/man/man1/fss_extended_list_write.1 +++ b/level_3/fss_extended_list_write/data/documentation/man/man1/fss_extended_list_write.1 @@ -1,4 +1,4 @@ -.TH FSS_EXTENDED_LIST_WRITE "1" "April 2023" "FLL - FSS Extended List Write 0.6.9" "Program Manual" +.TH FSS_EXTENDED_LIST_WRITE "1" "February 2024" "FLL - FSS Extended List Write 0.6.9" "Program Manual" .SH NAME fss_extended_list_write \- Write data in \fBFSS-0003 (Extended List)\fR format. .SH SYNOPSIS @@ -83,4 +83,4 @@ Trim Object names. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_main.3 b/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_main.3 new file mode 100644 index 0000000..1c37e11 --- /dev/null +++ b/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_main.3 @@ -0,0 +1,55 @@ +.TH fss_extended_list_write_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_extended_list_write_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_extended_list_write_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_extended_list_write_main\fP(3), \fIfss_extended_list_write_print_copyright\fP(3), \fIfss_extended_list_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_main_delete.3 b/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_main_delete.3 new file mode 100644 index 0000000..6658f72 --- /dev/null +++ b/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_main_delete.3 @@ -0,0 +1,36 @@ +.TH fss_extended_list_write_main_delete "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_extended_list_write_main_delete +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_extended_list_write_main_delete\fP( + \fBfll_program_data_t *\fP\fImain\fP +); +.fi +.SH DESCRIPTION +.PP +Deallocate main. +.SH PARAMETERS +.TP +.B main +The main program data. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_extended_list_write_main_delete\fP(3), \fIfss_extended_list_write_main()\fP +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_print_copyright.3 b/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_print_copyright.3 new file mode 100644 index 0000000..0d2c357 --- /dev/null +++ b/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_print_copyright.3 @@ -0,0 +1,39 @@ +.TH fss_extended_list_write_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_extended_list_write_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_extended_list_write_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_extended_list_write_main\fP(3), \fIfss_extended_list_write_print_copyright\fP(3), \fIfss_extended_list_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_print_help.3 b/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_print_help.3 new file mode 100644 index 0000000..2c16844 --- /dev/null +++ b/level_3/fss_extended_list_write/data/documentation/man/man3/fss_extended_list_write_print_help.3 @@ -0,0 +1,39 @@ +.TH fss_extended_list_write_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_extended_list_write_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_extended_list_write_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_extended_list_write_main\fP(3), \fIfss_extended_list_write_print_copyright\fP(3), \fIfss_extended_list_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_extended_read/c/fss_extended_read.c b/level_3/fss_extended_read/c/fss_extended_read.c index b63a986..180896e 100644 --- a/level_3/fss_extended_read/c/fss_extended_read.c +++ b/level_3/fss_extended_read/c/fss_extended_read.c @@ -12,7 +12,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/fss_extended_read/data/documentation/man/man1/fss_extended_read.1 b/level_3/fss_extended_read/data/documentation/man/man1/fss_extended_read.1 index 687a714..9568a6f 100644 --- a/level_3/fss_extended_read/data/documentation/man/man1/fss_extended_read.1 +++ b/level_3/fss_extended_read/data/documentation/man/man1/fss_extended_read.1 @@ -1,4 +1,4 @@ -.TH FSS_EXTENDED_READ "1" "April 2023" "FLL - FSS Extended Read 0.6.9" "Program Manual" +.TH FSS_EXTENDED_READ "1" "February 2024" "FLL - FSS Extended Read 0.6.9" "Program Manual" .SH NAME fss_extended_read \- Read data in \fBFSS-0001 (Extended)\fR format. .SH SYNOPSIS @@ -136,4 +136,4 @@ Any number of files to read. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_main.3 b/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_main.3 new file mode 100644 index 0000000..9c27de1 --- /dev/null +++ b/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_main.3 @@ -0,0 +1,55 @@ +.TH fss_extended_read_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_extended_read_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_extended_read_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_extended_read_main\fP(3), \fIfss_extended_read_print_copyright\fP(3), \fIfss_extended_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_print_copyright.3 b/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_print_copyright.3 new file mode 100644 index 0000000..72068a1 --- /dev/null +++ b/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_print_copyright.3 @@ -0,0 +1,39 @@ +.TH fss_extended_read_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_extended_read_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_extended_read_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_extended_read_main\fP(3), \fIfss_extended_read_print_copyright\fP(3), \fIfss_extended_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_print_help.3 b/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_print_help.3 new file mode 100644 index 0000000..8c5abcb --- /dev/null +++ b/level_3/fss_extended_read/data/documentation/man/man3/fss_extended_read_print_help.3 @@ -0,0 +1,39 @@ +.TH fss_extended_read_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_extended_read_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_extended_read_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_extended_read_main\fP(3), \fIfss_extended_read_print_copyright\fP(3), \fIfss_extended_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_extended_write/c/fss_extended_write.c b/level_3/fss_extended_write/c/fss_extended_write.c index fb33a8c..debbec7 100644 --- a/level_3/fss_extended_write/c/fss_extended_write.c +++ b/level_3/fss_extended_write/c/fss_extended_write.c @@ -11,7 +11,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/fss_extended_write/data/documentation/man/man1/fss_extended_write.1 b/level_3/fss_extended_write/data/documentation/man/man1/fss_extended_write.1 index 6c6cd5c..27411fd 100644 --- a/level_3/fss_extended_write/data/documentation/man/man1/fss_extended_write.1 +++ b/level_3/fss_extended_write/data/documentation/man/man1/fss_extended_write.1 @@ -1,4 +1,4 @@ -.TH FSS_EXTENDED_WRITE "1" "January 2023" "FLL - FSS Extended Write 0.6.9" "Program Manual" +.TH FSS_EXTENDED_WRITE "1" "February 2024" "FLL - FSS Extended Write 0.6.9" "Program Manual" .SH NAME fss_extended_write \- Write data in \fBFSS-0001 (Extended)\fR format. .SH SYNOPSIS @@ -81,4 +81,4 @@ Trim Object names. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_main.3 b/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_main.3 new file mode 100644 index 0000000..197a5a5 --- /dev/null +++ b/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_main.3 @@ -0,0 +1,55 @@ +.TH fss_extended_write_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_extended_write_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_extended_write_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_extended_write_main\fP(3), \fIfss_extended_write_print_copyright\fP(3), \fIfss_extended_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_print_copyright.3 b/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_print_copyright.3 new file mode 100644 index 0000000..2563640 --- /dev/null +++ b/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_print_copyright.3 @@ -0,0 +1,39 @@ +.TH fss_extended_write_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_extended_write_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_extended_write_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_extended_write_main\fP(3), \fIfss_extended_write_print_copyright\fP(3), \fIfss_extended_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_print_help.3 b/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_print_help.3 new file mode 100644 index 0000000..75c9b9a --- /dev/null +++ b/level_3/fss_extended_write/data/documentation/man/man3/fss_extended_write_print_help.3 @@ -0,0 +1,39 @@ +.TH fss_extended_write_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_extended_write_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_extended_write_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_extended_write_main\fP(3), \fIfss_extended_write_print_copyright\fP(3), \fIfss_extended_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_identify/c/fss_identify.c b/level_3/fss_identify/c/fss_identify.c index e72f068..a54271e 100644 --- a/level_3/fss_identify/c/fss_identify.c +++ b/level_3/fss_identify/c/fss_identify.c @@ -11,7 +11,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/fss_identify/data/documentation/man/man1/fss_identify.1 b/level_3/fss_identify/data/documentation/man/man1/fss_identify.1 index b52f8c5..224f337 100644 --- a/level_3/fss_identify/data/documentation/man/man1/fss_identify.1 +++ b/level_3/fss_identify/data/documentation/man/man1/fss_identify.1 @@ -1,4 +1,4 @@ -.TH FSS_IDENTIFY "1" "April 2023" "FLL - FSS Identify 0.6.9" "Program Manual" +.TH FSS_IDENTIFY "1" "February 2024" "FLL - FSS Identify 0.6.9" "Program Manual" .SH NAME fss_identify \- Read data looking for the FSS header and parse out the FSS standard identifying information. .SH SYNOPSIS @@ -72,4 +72,4 @@ Any number of files to read. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_identify/data/documentation/man/man3/fss_identify_main.3 b/level_3/fss_identify/data/documentation/man/man3/fss_identify_main.3 new file mode 100644 index 0000000..ad7de24 --- /dev/null +++ b/level_3/fss_identify/data/documentation/man/man3/fss_identify_main.3 @@ -0,0 +1,55 @@ +.TH fss_identify_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_identify_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_identify_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_identify_main\fP(3), \fIfss_identify_print_copyright\fP(3), \fIfss_identify_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_identify/data/documentation/man/man3/fss_identify_print_copyright.3 b/level_3/fss_identify/data/documentation/man/man3/fss_identify_print_copyright.3 new file mode 100644 index 0000000..0e91034 --- /dev/null +++ b/level_3/fss_identify/data/documentation/man/man3/fss_identify_print_copyright.3 @@ -0,0 +1,39 @@ +.TH fss_identify_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_identify_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_identify_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_identify_main\fP(3), \fIfss_identify_print_copyright\fP(3), \fIfss_identify_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_identify/data/documentation/man/man3/fss_identify_print_help.3 b/level_3/fss_identify/data/documentation/man/man3/fss_identify_print_help.3 new file mode 100644 index 0000000..1698e67 --- /dev/null +++ b/level_3/fss_identify/data/documentation/man/man3/fss_identify_print_help.3 @@ -0,0 +1,39 @@ +.TH fss_identify_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_identify_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_identify_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_identify_main\fP(3), \fIfss_identify_print_copyright\fP(3), \fIfss_identify_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_payload_read/c/fss_payload_read.c b/level_3/fss_payload_read/c/fss_payload_read.c index 51d3027..9bd671a 100644 --- a/level_3/fss_payload_read/c/fss_payload_read.c +++ b/level_3/fss_payload_read/c/fss_payload_read.c @@ -21,7 +21,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/fss_payload_read/data/documentation/man/man1/fss_payload_read.1 b/level_3/fss_payload_read/data/documentation/man/man1/fss_payload_read.1 index 7a696db..f79ed66 100644 --- a/level_3/fss_payload_read/data/documentation/man/man1/fss_payload_read.1 +++ b/level_3/fss_payload_read/data/documentation/man/man1/fss_payload_read.1 @@ -1,4 +1,4 @@ -.TH FSS_PAYLOAD_READ "1" "April 2023" "FLL - FSS Payload Read 0.6.9" "Program Manual" +.TH FSS_PAYLOAD_READ "1" "February 2024" "FLL - FSS Payload Read 0.6.9" "Program Manual" .SH NAME fss_payload_read \- Read data in \fBFSS-000E (Payload)\fR format. .SH SYNOPSIS @@ -141,4 +141,4 @@ Any number of files to read. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_main.3 b/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_main.3 new file mode 100644 index 0000000..2ef9c93 --- /dev/null +++ b/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_main.3 @@ -0,0 +1,55 @@ +.TH fss_payload_read_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_payload_read_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_payload_read_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_payload_read_main\fP(3), \fIfss_payload_read_print_copyright\fP(3), \fIfss_payload_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_print_copyright.3 b/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_print_copyright.3 new file mode 100644 index 0000000..ff9c6cf --- /dev/null +++ b/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_print_copyright.3 @@ -0,0 +1,39 @@ +.TH fss_payload_read_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_payload_read_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_payload_read_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_payload_read_main\fP(3), \fIfss_payload_read_print_copyright\fP(3), \fIfss_payload_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_print_help.3 b/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_print_help.3 new file mode 100644 index 0000000..33688c6 --- /dev/null +++ b/level_3/fss_payload_read/data/documentation/man/man3/fss_payload_read_print_help.3 @@ -0,0 +1,39 @@ +.TH fss_payload_read_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_payload_read_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_payload_read_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_payload_read_main\fP(3), \fIfss_payload_read_print_copyright\fP(3), \fIfss_payload_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_payload_write/c/fss_payload_write.c b/level_3/fss_payload_write/c/fss_payload_write.c index 0dec003..5977387 100644 --- a/level_3/fss_payload_write/c/fss_payload_write.c +++ b/level_3/fss_payload_write/c/fss_payload_write.c @@ -20,7 +20,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/fss_payload_write/data/documentation/man/man1/fss_payload_write.1 b/level_3/fss_payload_write/data/documentation/man/man1/fss_payload_write.1 index 292ca9d..f1a0978 100644 --- a/level_3/fss_payload_write/data/documentation/man/man1/fss_payload_write.1 +++ b/level_3/fss_payload_write/data/documentation/man/man1/fss_payload_write.1 @@ -1,4 +1,4 @@ -.TH FSS_PAYLOAD_WRITE "1" "April 2023" "FLL - FSS Payload Write 0.6.9" "Program Manual" +.TH FSS_PAYLOAD_WRITE "1" "February 2024" "FLL - FSS Payload Write 0.6.9" "Program Manual" .SH NAME fss_payload_write \- Write data in \fBFSS-000E (Payload)\fR format. .SH SYNOPSIS @@ -81,4 +81,4 @@ Trim Object names. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_main.3 b/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_main.3 new file mode 100644 index 0000000..338a892 --- /dev/null +++ b/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_main.3 @@ -0,0 +1,55 @@ +.TH fss_payload_write_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_payload_write_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_payload_write_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_payload_write_main\fP(3), \fIfss_payload_write_print_copyright\fP(3), \fIfss_payload_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_print_copyright.3 b/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_print_copyright.3 new file mode 100644 index 0000000..52ee70f --- /dev/null +++ b/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_print_copyright.3 @@ -0,0 +1,39 @@ +.TH fss_payload_write_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_payload_write_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_payload_write_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_payload_write_main\fP(3), \fIfss_payload_write_print_copyright\fP(3), \fIfss_payload_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_print_help.3 b/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_print_help.3 new file mode 100644 index 0000000..f616911 --- /dev/null +++ b/level_3/fss_payload_write/data/documentation/man/man3/fss_payload_write_print_help.3 @@ -0,0 +1,39 @@ +.TH fss_payload_write_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_payload_write_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_payload_write_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_payload_write_main\fP(3), \fIfss_payload_write_print_copyright\fP(3), \fIfss_payload_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_status_code/c/fss_status_code.c b/level_3/fss_status_code/c/fss_status_code.c index b12d8de..03410ef 100644 --- a/level_3/fss_status_code/c/fss_status_code.c +++ b/level_3/fss_status_code/c/fss_status_code.c @@ -11,7 +11,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/fss_status_code/data/documentation/man/man1/fss_status_code.1 b/level_3/fss_status_code/data/documentation/man/man1/fss_status_code.1 index 9d2e8fc..4e5ec04 100644 --- a/level_3/fss_status_code/data/documentation/man/man1/fss_status_code.1 +++ b/level_3/fss_status_code/data/documentation/man/man1/fss_status_code.1 @@ -1,4 +1,4 @@ -.TH FSS_STATUS_CODE "1" "April 2023" "FLL - FSS Status Code 0.6.9" "Program Manual" +.TH FSS_STATUS_CODE "1" "February 2024" "FLL - FSS Status Code 0.6.9" "Program Manual" .SH NAME fss_status_code \- Convert to or from status codes returned by FLL programs with FSS codes. .SH SYNOPSIS @@ -73,4 +73,4 @@ Either code strings, such as \fBF_none\fR, or digits, such as \fB197\fR. Written by Kevin Day. .SH STATUS CODES .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_main.3 b/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_main.3 new file mode 100644 index 0000000..8169418 --- /dev/null +++ b/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_main.3 @@ -0,0 +1,55 @@ +.TH fss_status_code_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_status_code_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_status_code_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_status_code_main\fP(3), \fIfss_status_code_print_copyright\fP(3), \fIfss_status_code_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_print_copyright.3 b/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_print_copyright.3 new file mode 100644 index 0000000..c0ed631 --- /dev/null +++ b/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_print_copyright.3 @@ -0,0 +1,39 @@ +.TH fss_status_code_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_status_code_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_status_code_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_status_code_main\fP(3), \fIfss_status_code_print_copyright\fP(3), \fIfss_status_code_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_print_help.3 b/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_print_help.3 new file mode 100644 index 0000000..565605a --- /dev/null +++ b/level_3/fss_status_code/data/documentation/man/man3/fss_status_code_print_help.3 @@ -0,0 +1,39 @@ +.TH fss_status_code_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +fss_status_code_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t fss_status_code_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIfss_status_code_main\fP(3), \fIfss_status_code_print_copyright\fP(3), \fIfss_status_code_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/iki_read/c/iki_read.c b/level_3/iki_read/c/iki_read.c index 6f97f9e..5ddd463 100644 --- a/level_3/iki_read/c/iki_read.c +++ b/level_3/iki_read/c/iki_read.c @@ -11,7 +11,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/iki_read/data/documentation/man/man1/iki_read.1 b/level_3/iki_read/data/documentation/man/man1/iki_read.1 index f9d17b3..98e0828 100644 --- a/level_3/iki_read/data/documentation/man/man1/iki_read.1 +++ b/level_3/iki_read/data/documentation/man/man1/iki_read.1 @@ -1,4 +1,4 @@ -.TH IKI_READ "1" "April 2023" "FLL - IKI Read 0.6.9" "Program Manual" +.TH IKI_READ "1" "February 2024" "FLL - IKI Read 0.6.9" "Program Manual" .SH NAME iki_read \- Read text, processing IKI variables. .SH SYNOPSIS @@ -112,4 +112,4 @@ Any number of files to read. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/iki_read/data/documentation/man/man3/iki_read_main.3 b/level_3/iki_read/data/documentation/man/man3/iki_read_main.3 new file mode 100644 index 0000000..a316ece --- /dev/null +++ b/level_3/iki_read/data/documentation/man/man3/iki_read_main.3 @@ -0,0 +1,55 @@ +.TH iki_read_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +iki_read_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t iki_read_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIiki_read_main\fP(3), \fIiki_read_print_copyright\fP(3), \fIiki_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/iki_read/data/documentation/man/man3/iki_read_print_copyright.3 b/level_3/iki_read/data/documentation/man/man3/iki_read_print_copyright.3 new file mode 100644 index 0000000..3d0775b --- /dev/null +++ b/level_3/iki_read/data/documentation/man/man3/iki_read_print_copyright.3 @@ -0,0 +1,39 @@ +.TH iki_read_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +iki_read_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t iki_read_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIiki_read_main\fP(3), \fIiki_read_print_copyright\fP(3), \fIiki_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/iki_read/data/documentation/man/man3/iki_read_print_help.3 b/level_3/iki_read/data/documentation/man/man3/iki_read_print_help.3 new file mode 100644 index 0000000..90214e8 --- /dev/null +++ b/level_3/iki_read/data/documentation/man/man3/iki_read_print_help.3 @@ -0,0 +1,39 @@ +.TH iki_read_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +iki_read_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t iki_read_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIiki_read_main\fP(3), \fIiki_read_print_copyright\fP(3), \fIiki_read_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/iki_write/c/iki_write.c b/level_3/iki_write/c/iki_write.c index 198ac9e..2d495d9 100644 --- a/level_3/iki_write/c/iki_write.c +++ b/level_3/iki_write/c/iki_write.c @@ -11,7 +11,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/iki_write/data/documentation/man/man1/iki_write.1 b/level_3/iki_write/data/documentation/man/man1/iki_write.1 index 139b0f1..d5b1598 100644 --- a/level_3/iki_write/data/documentation/man/man1/iki_write.1 +++ b/level_3/iki_write/data/documentation/man/man1/iki_write.1 @@ -1,4 +1,4 @@ -.TH IKI_WRITE "1" "April 2023" "FLL - IKI Write 0.6.9" "Program Manual" +.TH IKI_WRITE "1" "February 2024" "FLL - IKI Write 0.6.9" "Program Manual" .SH NAME iki_write \- Convert text into an IKI format. .SH SYNOPSIS @@ -67,4 +67,4 @@ Use single quotes. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/iki_write/data/documentation/man/man3/iki_write_main.3 b/level_3/iki_write/data/documentation/man/man3/iki_write_main.3 new file mode 100644 index 0000000..ef77890 --- /dev/null +++ b/level_3/iki_write/data/documentation/man/man3/iki_write_main.3 @@ -0,0 +1,55 @@ +.TH iki_write_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +iki_write_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t iki_write_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIiki_write_main\fP(3), \fIiki_write_print_copyright\fP(3), \fIiki_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/iki_write/data/documentation/man/man3/iki_write_print_copyright.3 b/level_3/iki_write/data/documentation/man/man3/iki_write_print_copyright.3 new file mode 100644 index 0000000..9f4c605 --- /dev/null +++ b/level_3/iki_write/data/documentation/man/man3/iki_write_print_copyright.3 @@ -0,0 +1,39 @@ +.TH iki_write_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +iki_write_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t iki_write_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIiki_write_main\fP(3), \fIiki_write_print_copyright\fP(3), \fIiki_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/iki_write/data/documentation/man/man3/iki_write_print_help.3 b/level_3/iki_write/data/documentation/man/man3/iki_write_print_help.3 new file mode 100644 index 0000000..7861dd3 --- /dev/null +++ b/level_3/iki_write/data/documentation/man/man3/iki_write_print_help.3 @@ -0,0 +1,39 @@ +.TH iki_write_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +iki_write_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t iki_write_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIiki_write_main\fP(3), \fIiki_write_print_copyright\fP(3), \fIiki_write_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/status_code/c/status_code.c b/level_3/status_code/c/status_code.c index 6ba7834..f9e3612 100644 --- a/level_3/status_code/c/status_code.c +++ b/level_3/status_code/c/status_code.c @@ -11,7 +11,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/status_code/data/documentation/man/man1/status_code.1 b/level_3/status_code/data/documentation/man/man1/status_code.1 index 8a1bd92..c316d44 100644 --- a/level_3/status_code/data/documentation/man/man1/status_code.1 +++ b/level_3/status_code/data/documentation/man/man1/status_code.1 @@ -1,4 +1,4 @@ -.TH STATUS_CODE "1" "April 2023" "FLL - Status Code 0.6.9" "Program Manual" +.TH STATUS_CODE "1" "February 2024" "FLL - Status Code 0.6.9" "Program Manual" .SH NAME status_code \- Convert to or from status codes returned by FLL programs. .SH SYNOPSIS @@ -71,4 +71,4 @@ Either code strings, such as \fBF_none\fR, or digits, such as \fB197\fR. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/status_code/data/documentation/man/man3/status_code_main.3 b/level_3/status_code/data/documentation/man/man3/status_code_main.3 new file mode 100644 index 0000000..2eaa2d4 --- /dev/null +++ b/level_3/status_code/data/documentation/man/man3/status_code_main.3 @@ -0,0 +1,55 @@ +.TH status_code_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +status_code_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t status_code_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIstatus_code_main\fP(3), \fIstatus_code_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/status_code/data/documentation/man/man3/status_code_print_help.3 b/level_3/status_code/data/documentation/man/man3/status_code_print_help.3 new file mode 100644 index 0000000..4d94acd --- /dev/null +++ b/level_3/status_code/data/documentation/man/man3/status_code_print_help.3 @@ -0,0 +1,39 @@ +.TH status_code_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +status_code_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t status_code_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +This program provides status code to/from string translation. Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIstatus_code_main\fP(3), \fIstatus_code_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/utf8/c/utf8.c b/level_3/utf8/c/utf8.c index d0460e8..318a429 100644 --- a/level_3/utf8/c/utf8.c +++ b/level_3/utf8/c/utf8.c @@ -14,7 +14,7 @@ extern "C" { flockfile(file.stream); - fl_print_format("%rCopyright © 2007-2023 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format("%rCopyright © 2007-2024 Kevin Day.%r", file.stream, f_string_eol_s, f_string_eol_s); #ifndef _di_detailed_copyright_ if (full) { diff --git a/level_3/utf8/data/documentation/man/man1/utf8.1 b/level_3/utf8/data/documentation/man/man1/utf8.1 index 1945fa8..cfb92b6 100644 --- a/level_3/utf8/data/documentation/man/man1/utf8.1 +++ b/level_3/utf8/data/documentation/man/man1/utf8.1 @@ -1,4 +1,4 @@ -.TH UTF8 "1" "January 2023" "FLL - UTF8 0.6.9" "Program Manual" +.TH UTF8 "1" "February 2024" "FLL - UTF8 0.6.9" "Program Manual" .SH NAME utf8 \- Convert to byte sequences to or from Unicode codepoints. .SH SYNOPSIS @@ -91,4 +91,4 @@ Any number of characters representing either Unicode codepoints or byte sequence Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2023 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/utf8/data/documentation/man/man3/utf8_main.3 b/level_3/utf8/data/documentation/man/man3/utf8_main.3 new file mode 100644 index 0000000..c62136a --- /dev/null +++ b/level_3/utf8/data/documentation/man/man3/utf8_main.3 @@ -0,0 +1,61 @@ +.TH utf8_main "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +utf8_main +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t utf8_main\fP( + \fBfll_program_data_t *const \fP\fImain\fP, + \fBconst f_console_arguments_t *\fP\fIarguments\fP +); +.fi +.SH DESCRIPTION +.PP +Execute main program. +.PP +If main.signal is non-zero, then this blocks and handles the following signals: +.br + - F_signal_abort +.br + - F_signal_broken_pipe +.br + - F_signal_hangup +.br + - F_signal_interrupt +.br + - F_signal_quit +.br + - F_signal_termination +.SH PARAMETERS +.TP +.B main +The main program data. + +.TP +.B arguments +The parameters passed to the process. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.br +\fBF_true\fP on success when performing verification and verify passed. +.br +\fBF_false\fP on success when performing verification and verify failed. +.br +\fBF_interrupt\fP on (exit) signal received. +.br +Status codes (with error bit) are returned on any problem. +.SH SEE ALSO +.PP +.nh +.ad l +\fIutf8_main\fP(3), \fIutf8_print_copyright\fP(3), \fIutf8_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/utf8/data/documentation/man/man3/utf8_print_copyright.3 b/level_3/utf8/data/documentation/man/man3/utf8_print_copyright.3 new file mode 100644 index 0000000..4315216 --- /dev/null +++ b/level_3/utf8/data/documentation/man/man3/utf8_print_copyright.3 @@ -0,0 +1,39 @@ +.TH utf8_print_copyright "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +utf8_print_copyright +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t utf8_print_copyright\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst bool \fP\fIdetail\fP +); +.fi +.SH DESCRIPTION +.PP +Print copyright. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B detail +If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIutf8_main\fP(3), \fIutf8_print_copyright\fP(3), \fIutf8_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/level_3/utf8/data/documentation/man/man3/utf8_print_help.3 b/level_3/utf8/data/documentation/man/man3/utf8_print_help.3 new file mode 100644 index 0000000..fd3317c --- /dev/null +++ b/level_3/utf8/data/documentation/man/man3/utf8_print_help.3 @@ -0,0 +1,39 @@ +.TH utf8_print_help "3" "February 2024" "FLL - Featureless Linux Library 0.6.9" "Library Functions" +.SH "NAME" +utf8_print_help +.SH SYNOPSIS +.nf +.B #include +.sp +\fBf_status_t utf8_print_help\fP( + \fBconst f_file_t \fP\fIfile\fP, + \fBconst f_color_context_t \fP\fIcontext\fP +); +.fi +.SH DESCRIPTION +.PP +Print help. +.SH PARAMETERS +.TP +.B file +The file to print to. + +.TP +.B context +The color context settings. + +.SH RETURN VALUE +.PP +\fBF_none\fP on success. +.SH SEE ALSO +.PP +.nh +.ad l +\fIutf8_main\fP(3), \fIutf8_print_copyright\fP(3), \fIutf8_print_help\fP(3) +.ad +.hy +.SH AUTHOR +Written by Kevin Day. +.SH COPYRIGHT +.PP +Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later.