diff options
author | Stefan Schubert <schubi@suse.de> | 2022-10-25 16:29:41 +0200 |
---|---|---|
committer | Thorsten Kukuk <5908016+thkukuk@users.noreply.github.com> | 2022-12-16 10:31:37 +0100 |
commit | cf2fc5ff7b4a8555fda2a5ebe5f6ab0e45c22996 (patch) | |
tree | 28c25df584fc32ba8f02af48c249c987be91e9ac /modules/pam_access/access.conf.5.xml | |
parent | 6135c45347b6173e305fda66eef138bde693b795 (diff) | |
download | pam-cf2fc5ff7b4a8555fda2a5ebe5f6ab0e45c22996.tar.gz pam-cf2fc5ff7b4a8555fda2a5ebe5f6ab0e45c22996.tar.bz2 pam-cf2fc5ff7b4a8555fda2a5ebe5f6ab0e45c22996.zip |
doc: Update PAM documentation from DockBook 4 to DocBook 5
Changed files
--------------
Make.xml.rules.in:
- Using RNG file instead of DTD file for checking XML files.
- Taking the correct stylesheet for README files.
doc/sag/Makefile.am, doc/adg/Makefile.am, doc/mwg/Makefile.am:
- Using RNG file instead of DTD file for checking XML files.
configure.ac:
- Adding a new option for selecting RNG check file (-enable-docbook-rng)
- Switching stylesheets to docbook 5
- Checking DocBook 5 environment instead of DocBook 4 environment
*.xml:
Update from DockBook 4 to DocBook 5
Diffstat (limited to 'modules/pam_access/access.conf.5.xml')
-rw-r--r-- | modules/pam_access/access.conf.5.xml | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/modules/pam_access/access.conf.5.xml b/modules/pam_access/access.conf.5.xml index 8fdbc31d..ff1cb223 100644 --- a/modules/pam_access/access.conf.5.xml +++ b/modules/pam_access/access.conf.5.xml @@ -1,8 +1,4 @@ -<?xml version="1.0" encoding='UTF-8'?> -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> - -<refentry id="access.conf"> +<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="access.conf"> <refmeta> <refentrytitle>access.conf</refentrytitle> @@ -16,7 +12,7 @@ </refnamediv> - <refsect1 id='access.conf-description'> + <refsect1 xml:id="access.conf-description"> <title>DESCRIPTION</title> <para> The <filename>/etc/security/access.conf</filename> file specifies @@ -126,7 +122,7 @@ </refsect1> - <refsect1 id="access.conf-examples"> + <refsect1 xml:id="access.conf-examples"> <title>EXAMPLES</title> <para> These are some example lines which might be specified in @@ -135,7 +131,7 @@ <para> User <emphasis>root</emphasis> should be allowed to get access via - <emphasis>cron</emphasis>, X11 terminal <emphasis remap='I'>:0</emphasis>, + <emphasis>cron</emphasis>, X11 terminal <emphasis remap="I">:0</emphasis>, <emphasis>tty1</emphasis>, ..., <emphasis>tty5</emphasis>, <emphasis>tty6</emphasis>. </para> @@ -216,7 +212,7 @@ </refsect1> - <refsect1 id="access.conf-notes"> + <refsect1 xml:id="access.conf-notes"> <title>NOTES</title> <para> The default separators of list items in a field are space, ',', and tabulator @@ -228,7 +224,7 @@ </para> </refsect1> - <refsect1 id="access.conf-see_also"> + <refsect1 xml:id="access.conf-see_also"> <title>SEE ALSO</title> <para> <citerefentry><refentrytitle>pam_access</refentrytitle><manvolnum>8</manvolnum></citerefentry>, @@ -237,7 +233,7 @@ </para> </refsect1> - <refsect1 id="access.conf-author"> + <refsect1 xml:id="access.conf-author"> <title>AUTHORS</title> <para> Original <citerefentry><refentrytitle>login.access</refentrytitle><manvolnum>5</manvolnum></citerefentry> @@ -250,4 +246,4 @@ introduced by Mike Becher <mike.becher@lrz-muenchen.de>. </para> </refsect1> -</refentry> +</refentry>
\ No newline at end of file |