summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2020-02-25 17:14:42 +0100
committerTomas Mraz <tmraz@fedoraproject.org>2020-02-25 17:14:42 +0100
commit8bd03a7dd02399cca16a4593018ab6e8d03a2ff9 (patch)
treed47a37bc10ca5b4b25e8bd61ee66d9ccca03217c
parent76acdd921d95e50664964ed3f6d9f4749217c610 (diff)
pam_group, pam_time: Fix regression in documentation from last change.
* modules/pam_group/group.conf.5.xml: Replace bare & with &amp;. * modules/pam_time/time.conf.5.xml: Likewise.
-rw-r--r--modules/pam_group/group.conf.5.xml2
-rw-r--r--modules/pam_time/time.conf.5.xml2
2 files changed, 2 insertions, 2 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 '&amp;' (logical and) and '|'
(logical or).
</para>
diff --git a/modules/pam_time/time.conf.5.xml b/modules/pam_time/time.conf.5.xml
index ee2639d2..acbe2329 100644
--- a/modules/pam_time/time.conf.5.xml
+++ b/modules/pam_time/time.conf.5.xml
@@ -66,7 +66,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 '&amp;' (logical and) and '|'
(logical or).
</para>