diff options
author | Mattias Andrée <m@maandree.se> | 2025-01-30 21:14:17 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-01-30 21:14:17 +0100 |
commit | 445794569c9b1a0e7a90ab9123e371c84e668bf2 (patch) | |
tree | 289b8839634abac5066fa68824be59c94e9ff0f7 /libenv.7 | |
parent | First commit (diff) | |
download | libenv-445794569c9b1a0e7a90ab9123e371c84e668bf2.tar.gz libenv-445794569c9b1a0e7a90ab9123e371c84e668bf2.tar.bz2 libenv-445794569c9b1a0e7a90ab9123e371c84e668bf2.tar.xz |
Fix some mistakes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libenv.7')
-rw-r--r-- | libenv.7 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -18,13 +18,13 @@ 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. -Likewise some utilities may meed to remove all except some +Likewise, some utilities may need to remove all except some special environment variables. .B libenv -provides a database of -environment variable variables that could be interesting and -provides functionality to describe the new context the is is -entered and filter out environment variables accordingly. +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 +accordingly. .SH SEE ALSO .BR libenv_filter_variable_list (3), |