diff options
Diffstat (limited to '')
| -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 |
