diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2020-02-25 17:14:42 +0100 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2020-02-25 17:14:42 +0100 |
commit | 8bd03a7dd02399cca16a4593018ab6e8d03a2ff9 (patch) | |
tree | d47a37bc10ca5b4b25e8bd61ee66d9ccca03217c /modules/pam_group/group.conf.5.xml | |
parent | 76acdd921d95e50664964ed3f6d9f4749217c610 (diff) | |
download | pam-8bd03a7dd02399cca16a4593018ab6e8d03a2ff9.tar.gz pam-8bd03a7dd02399cca16a4593018ab6e8d03a2ff9.tar.bz2 pam-8bd03a7dd02399cca16a4593018ab6e8d03a2ff9.zip |
pam_group, pam_time: Fix regression in documentation from last change.
* modules/pam_group/group.conf.5.xml: Replace bare & with &.
* modules/pam_time/time.conf.5.xml: Likewise.
Diffstat (limited to 'modules/pam_group/group.conf.5.xml')
-rw-r--r-- | modules/pam_group/group.conf.5.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_group/group.conf.5.xml b/modules/pam_group/group.conf.5.xml index 5f3bb793..2b7fb345 100644 --- a/modules/pam_group/group.conf.5.xml +++ b/modules/pam_group/group.conf.5.xml @@ -59,7 +59,7 @@ <para> A logic list namely means individual tokens that are optionally prefixed - with '!' (logical not) and separated with '&' (logical and) and '|' + with '!' (logical not) and separated with '&' (logical and) and '|' (logical or). </para> |