aboutsummaryrefslogtreecommitdiffstats
path: root/libenv.7
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libenv.78
1 files changed, 4 insertions, 4 deletions
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