diff options
Diffstat (limited to 'enum_libenv_class.3')
-rw-r--r-- | enum_libenv_class.3 | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/enum_libenv_class.3 b/enum_libenv_class.3 index 25edd60..e5fa1a0 100644 --- a/enum_libenv_class.3 +++ b/enum_libenv_class.3 @@ -35,7 +35,7 @@ the desktop environment. .TP .B LIBENV_TERMINAL_CAPS Environment variables that describe -the terminals capabilities. +the terminal's capabilities. .TP .B LIBENV_LOCAL_TERMINAL Environment variables that describe @@ -54,7 +54,7 @@ the timezone. Environment variables that describe the current session. -This for example includes variables +This includes, for example, variables added by .BR sshd (8) to describe the remote connection. @@ -68,8 +68,8 @@ user. Environment variables that configure the user's theme. -This is excludes variables listed for -.I LIBENV_THEME_PLUGIN +This excludes variables listed for +.IR LIBENV_THEME_PLUGIN , except in the hypothetical scenario where it names a plugin and additional configurations. @@ -80,7 +80,7 @@ the plugins the user's theme requires. .TP .B LIBENV_INTERNET Environment variables that configures -the user's internet configurations, +the user's Internet connection, including mainly proxies. .TP .B LIBENV_AUDIO @@ -109,7 +109,7 @@ configured system wide (but could be overwritten for the user). Environment variables with this classification -has at least also +also have at least .IR LIBENV_PATH . .TP .B LIBENV_USER_PATHS @@ -117,7 +117,7 @@ Environment variables that list directories configured for the user. Environment variables with this classification -has at least also +also have at least .IR LIBENV_PATH . .TP .B LIBENV_PWD @@ -125,7 +125,7 @@ Environment variables that contain current and past working directories. Environment variables with this classification -has at least also +also have at least .IR LIBENV_PATH . .TP .B LIBENV_EXEC @@ -149,9 +149,8 @@ classification has at least one other classification. .TP .B LIBENV_REMOTE_SAFE -Environment variables that should be can -safely be kepted when entering a remote -session. +Environment variables that can safely be kept +when entering a remote session. Any environment variable with this classification has at least one other @@ -159,16 +158,15 @@ classification. .TP .B LIBENV_LOGIN_UNSAFE Environment variables that should be removed -when entering a logging into a new user. +when logging in as a new user. Any environment variable with this classification has at least one other classification. .TP .B LIBENV_LOGIN_SAFE -Environment variables that should be can -safely be kepted when entering a logging -into a new user. +Environment variables that can safely be +kept when logging in as a new user. Any environment variable with this classification has at least one other @@ -183,8 +181,8 @@ classification has at least one other classification. .TP .B LIBENV_SU_SAFE -Environment variables that should be can -safely be kepted when escalating privileges. +Environment variables that can safely be +kept when escalating privileges. Any environment variable with this classification has at least one other |