linux-pam/modules/pam_limits
Dmitry V. Levin 4d928200c2 Fix various typos found using codespell tool
* modules/pam_limits/limits.conf: Replace "overriden" with "overridden".
* modules/pam_mkhomedir/mkhomedir_helper.c (create_homedir): Replace
"preseves" with "preserves".
* modules/pam_setquota/pam_setquota.8.xml: Replace "specifed" with
"specified".
* modules/pam_setquota/pam_setquota.c (pam_sm_open_session): Replace
"fileystem" with "filesystem", "conditons" with "conditions".
2020-11-24 18:00:00 +00:00
..
limits.conf Fix various typos found using codespell tool 2020-11-24 18:00:00 +00:00
limits.conf.5.xml modules/pam_limits: add support for nonewprivs 2020-06-22 23:26:13 +00:00
Makefile.am modules/*/Makefile.am: rename TESTS to dist_check_SCRIPTS 2020-05-03 12:21:11 +00:00
pam_limits.8.xml pam_limits: Document the unwanted effect of set_all with systemd 2020-02-24 19:02:56 +01:00
pam_limits.c Fix grammar: replace "an user" with "a user" everywhere 2020-11-24 18:00:00 +00:00
README.xml Relevant BUGIDs: 2006-06-17 10:29:10 +00:00
tst-pam_limits Relevant BUGIDs: 2006-03-12 08:36:42 +00:00

<?xml version="1.0" encoding='UTF-8'?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.docbook.org/xml/4.3/docbookx.dtd"
[
<!--
<!ENTITY pamlimits SYSTEM "pam_limits.8.xml">
-->
<!--
<!ENTITY limitsconf SYSTEM "limits.conf.5.xml">
-->
]>

<article>

  <articleinfo>

    <title>
      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
      href="pam_limits.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_limits-name"]/*)'/>
    </title>

  </articleinfo>

  <section>
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
      href="pam_limits.8.xml" xpointer='xpointer(//refsect1[@id = "pam_limits-description"]/*)'/>
  </section>

  <section>
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
      href="pam_limits.8.xml" xpointer='xpointer(//refsect1[@id = "pam_limits-options"]/*)'/>
  </section>

  <section>
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
      href="limits.conf.5.xml" xpointer='xpointer(//refsect1[@id = "limits.conf-examples"]/*)'/>
  </section>

</article>