diff options
author | Mark Huang <huangyuxi99@gmail.com> | 2023-04-18 22:17:40 +0800 |
---|---|---|
committer | Thorsten Kukuk <5908016+thkukuk@users.noreply.github.com> | 2023-04-20 14:16:30 +0200 |
commit | 0816a6524b2b1e2184bf95a5eac5e29645236d0e (patch) | |
tree | 0dce5f548cb7fa592f35db33b3153447dc2d9e40 /modules/pam_env | |
parent | 4ce09656536911d9048519b8ee18e53353c9cae8 (diff) | |
download | pam-0816a6524b2b1e2184bf95a5eac5e29645236d0e.tar.gz pam-0816a6524b2b1e2184bf95a5eac5e29645236d0e.tar.bz2 pam-0816a6524b2b1e2184bf95a5eac5e29645236d0e.zip |
fix a grammar mistake
Diffstat (limited to 'modules/pam_env')
-rw-r--r-- | modules/pam_env/pam_env.conf.5.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_env/pam_env.conf.5.xml b/modules/pam_env/pam_env.conf.5.xml index 56b816b9..81fc9613 100644 --- a/modules/pam_env/pam_env.conf.5.xml +++ b/modules/pam_env/pam_env.conf.5.xml @@ -38,7 +38,7 @@ administrator to set the value of the variable to some default value, if none is supplied then the empty string is assumed. The OVERRIDE option tells pam_env that it should enter in its value - (overriding the default value) if there is one to use. OVERRIDE is + (overriding the default value) if there is one to use. When OVERRIDE is not used, "" is assumed and no override will be done. </para> <para> |