diff options
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | enum_libenv_class.3 | 10 | ||||
| -rw-r--r-- | libenv.7 | 8 | ||||
| -rw-r--r-- | libenv.h | 6 | ||||
| -rw-r--r-- | libenv_filter_name_list.3 | 2 | ||||
| -rw-r--r-- | libenv_filter_variable_list.3 | 2 | ||||
| -rw-r--r-- | libenv_get_chosen_list.3 | 2 | ||||
| -rw-r--r-- | libenv_get_complete_list.3 | 2 | ||||
| -rw-r--r-- | libenv_select_name_list.3 | 2 | ||||
| -rw-r--r-- | libenv_select_variable_list.3 | 2 |
10 files changed, 20 insertions, 20 deletions
@@ -11,11 +11,11 @@ DESCRIPTION utilities perform sanitation of environment variables. Some utilities need to remove environment variables that are - not appropriate for the new context that the utility entires. + not appropriate for the new context that the utility enters. Likewise, some utilities may need to remove all except some special environment variables. libenv provides a database of environment variables that could be of interest and provides - functionality to describe the new context the is entered and + functionality to describe the new context that is entered and filter out environment variables accordingly. SEE ALSO diff --git a/enum_libenv_class.3 b/enum_libenv_class.3 index e5fa1a0..303d732 100644 --- a/enum_libenv_class.3 +++ b/enum_libenv_class.3 @@ -1,6 +1,6 @@ -.TH ENUM_LIBENV_CLASS 3 libenv +.TH ENUM_LIBENV_CLASS 3 LIBENV .SH NAME -enum libenv_class - Environment variables classes +enum libenv_class - Environment variable classes .SH SYNOPSIS .nf @@ -39,7 +39,7 @@ the terminal's capabilities. .TP .B LIBENV_LOCAL_TERMINAL Environment variables that describe -the terminals but is only meaningful +the terminal but is only meaningful for the local host. .TP .B LIBENV_LOCALE @@ -79,12 +79,12 @@ Environment variables that describe the plugins the user's theme requires. .TP .B LIBENV_INTERNET -Environment variables that configures +Environment variables that configure the user's Internet connection, including mainly proxies. .TP .B LIBENV_AUDIO -Environment variables that configures +Environment variables that configure the user's audio. .TP .B LIBENV_USER @@ -1,4 +1,4 @@ -.TH LIBENV 7 libenv +.TH LIBENV 7 LIBENV .SH NAME libenv - Environment sanitation library @@ -13,17 +13,17 @@ Link with .SH DESCRIPTION The .B libenv -software library is C library designed to help +software library is a C library designed to help utilities perform sanitation of environment variables. .PP Some utilities need to remove environment variables that are -not appropriate for the new context that the utility entires. +not appropriate for the new context that the utility enters. Likewise, some utilities may need to remove all except some special environment variables. .B libenv provides a database of environment variables that could be of interest and provides functionality to describe the new -context the is entered and filter out environment variables +context that is entered and filter out environment variables accordingly. .SH SEE ALSO @@ -53,7 +53,7 @@ enum libenv_class { /** * Environment variables that describe - * the terminals but is only meaningful + * the terminal but is only meaningful * for the local host */ LIBENV_LOCAL_TERMINAL, @@ -268,8 +268,8 @@ struct libenv_variable { /** - * Get the list of recognised environment variable, - * the list will container their names and classes + * Get the list of recognised environment variables. + * The list will contain their names and classes. * * This function does not read the current environment, * and may return unset environment variables diff --git a/libenv_filter_name_list.3 b/libenv_filter_name_list.3 index ee5bb3e..ca4840a 100644 --- a/libenv_filter_name_list.3 +++ b/libenv_filter_name_list.3 @@ -1,4 +1,4 @@ -.TH LIBENV_FILTER_NAME_LIST 3 libenv +.TH LIBENV_FILTER_NAME_LIST 3 LIBENV .SH NAME libenv_filter_name_list - Remove unwanted environment variables diff --git a/libenv_filter_variable_list.3 b/libenv_filter_variable_list.3 index c9dc8d7..59a8443 100644 --- a/libenv_filter_variable_list.3 +++ b/libenv_filter_variable_list.3 @@ -1,4 +1,4 @@ -.TH LIBENV_FILTER_VARIABLE_LIST 3 libenv +.TH LIBENV_FILTER_VARIABLE_LIST 3 LIBENV .SH NAME libenv_filter_variable_list - Remove unwanted environment variables diff --git a/libenv_get_chosen_list.3 b/libenv_get_chosen_list.3 index 7132a5d..6923569 100644 --- a/libenv_get_chosen_list.3 +++ b/libenv_get_chosen_list.3 @@ -1,4 +1,4 @@ -.TH LIBENV_GET_CHOSEN_LIST 3 libenv +.TH LIBENV_GET_CHOSEN_LIST 3 LIBENV .SH NAME libenv_get_chosen_list - List recognised environment variables by class diff --git a/libenv_get_complete_list.3 b/libenv_get_complete_list.3 index a55ca85..d2322a9 100644 --- a/libenv_get_complete_list.3 +++ b/libenv_get_complete_list.3 @@ -1,4 +1,4 @@ -.TH LIBENV_GET_COMPLETE_LIST 3 libenv +.TH LIBENV_GET_COMPLETE_LIST 3 LIBENV .SH NAME libenv_get_complete_list - List all recognised environment variables diff --git a/libenv_select_name_list.3 b/libenv_select_name_list.3 index c0cb1e8..9fc142a 100644 --- a/libenv_select_name_list.3 +++ b/libenv_select_name_list.3 @@ -1,4 +1,4 @@ -.TH LIBENV_SELECT_NAME_LIST 3 libenv +.TH LIBENV_SELECT_NAME_LIST 3 LIBENV .SH NAME libenv_select_name_list - Keep wanted environment variables diff --git a/libenv_select_variable_list.3 b/libenv_select_variable_list.3 index a03a053..67d1d53 100644 --- a/libenv_select_variable_list.3 +++ b/libenv_select_variable_list.3 @@ -1,4 +1,4 @@ -.TH LIBENV_SELECT_VARIABLE_LIST 3 libenv +.TH LIBENV_SELECT_VARIABLE_LIST 3 LIBENV .SH NAME libenv_select_variable_list - Keep wanted environment variables |
