diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:30:30 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:30:30 +0100 |
| commit | 27ad9756c8b275560e14635fc6c4d84b6220705c (patch) | |
| tree | 43765e72a03bc4be811785b9c2c7b7a99bef2b84 /libenv.7 | |
| parent | Add GDMSESSION (diff) | |
| download | libenv-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.7 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
