linux-pam/modules/pam_limits
Thorsten Kukuk e1870443d5
pam_limits: adjust docu if config file is missing (#426)
This adjustes the documentation for the changes from PR#418
We no longer fail if the config file does not exist.
2022-01-14 14:13:10 +01:00
..
limits.conf Fix various typos found using codespell tool 2020-11-24 18:00:00 +00:00
limits.conf.5.xml pam_limits: "Unlimited" is not a valid value for RLIMIT_NOFILE. 2021-04-22 10:47:22 +02: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: adjust docu if config file is missing (#426) 2022-01-14 14:13:10 +01:00
pam_limits.c pam_limits: don't fail on missing config files (#418) 2022-01-13 09:58:50 +01: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>