diff options
Diffstat (limited to '')
-rw-r--r-- | libenv_select_name_list.3 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libenv_select_name_list.3 b/libenv_select_name_list.3 index 6addcd1..c0cb1e8 100644 --- a/libenv_select_name_list.3 +++ b/libenv_select_name_list.3 @@ -18,15 +18,15 @@ Link with .SH DESCRIPTION The .BR libenv_select_name_list () -function removes element in +function removes elements in .I variables -that matches the name of an environment variable that -do not belong to ant of the environment variable classes +that match the name of an environment variable that +do not belong to any of the environment variable classes listed after the .I variables argument. The list must end with .I LIBENV_END -to mark indicate to the function that there are no +to signal to the function that there are no more arguments to read. .PP .I variables @@ -37,11 +37,11 @@ terminated list, but may be .PP The .BR libenv_select_name_list_with_dealloc () -fucntion is a variant of the +function is a variant of the .BR libenv_select_name_list () function that deallocates, using the .BR free (3) -function, any remove element. +function, any removed element. .PP The .BR libenv_vselect_name_list () @@ -51,7 +51,7 @@ functions are variants of the .BR libenv_select_name_list () and .BR libenv_select_name_list_with_dealloc () -functions, respectively, that uses +functions, respectively, that use .I va_list instead of being properly variadic. @@ -64,10 +64,10 @@ and .BR libenv_vselect_name_list_with_dealloc () functions return the new number of elements in .IR variables , -exclucing the +excluding the .I NULL element at the end of the list. -0 if +The functions return 0 if .I variables is .IR NULL . |