aboutsummaryrefslogtreecommitdiffstats
path: root/libenv.7
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 /libenv.7
parentAdd GDMSESSION (diff)
downloadlibenv-1.0.3.tar.gz
libenv-1.0.3.tar.bz2
libenv-1.0.3.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libenv.7')
-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