linux-pam/modules/pam_limits
Dmitry V. Levin 97887fd27d modules/*/Makefile.am: add dist_ prefix to *_DATA
... and remove $(DATA) from EXTRA_DIST.

The change is performed automatically using the following script:
  sed -i 's/^[a-z]*_DATA/dist_&/; /^EXTRA_DIST/ s/ \$(DATA)//' modules/*/Makefile.am
2020-05-03 12:21:11 +00:00
..
limits.conf pam_limits: nofile refers to file descriptors not files 2014-06-19 15:32:08 +02:00
limits.conf.5.xml Add missing comma in the limits.conf.5 manpage. 2016-12-07 08:52:54 +01:00
Makefile.am modules/*/Makefile.am: add dist_ prefix to *_DATA 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 various typos found using codespell tool 2020-03-28 18:19:41 +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>