aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:30:30 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:30:30 +0100
commit27ad9756c8b275560e14635fc6c4d84b6220705c (patch)
tree43765e72a03bc4be811785b9c2c7b7a99bef2b84
parentAdd GDMSESSION (diff)
downloadlibenv-master.tar.gz
libenv-master.tar.bz2
libenv-master.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--README4
-rw-r--r--enum_libenv_class.310
-rw-r--r--libenv.78
-rw-r--r--libenv.h6
-rw-r--r--libenv_filter_name_list.32
-rw-r--r--libenv_filter_variable_list.32
-rw-r--r--libenv_get_chosen_list.32
-rw-r--r--libenv_get_complete_list.32
-rw-r--r--libenv_select_name_list.32
-rw-r--r--libenv_select_variable_list.32
10 files changed, 20 insertions, 20 deletions
diff --git a/README b/README
index 01776f7..a064fc1 100644
--- a/README
+++ b/README
@@ -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
diff --git a/libenv.7 b/libenv.7
index 3d0e723..9c35f45 100644
--- a/libenv.7
+++ b/libenv.7
@@ -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
diff --git a/libenv.h b/libenv.h
index 8e12509..3794d29 100644
--- a/libenv.h
+++ b/libenv.h
@@ -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