diff options
author | Lucas Ramage <ramage.lucas@protonmail.com> | 2020-06-25 08:57:18 -0400 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2020-07-09 14:21:48 +0000 |
commit | 2231e9de36a80924112b09393967e0600b0cdb83 (patch) | |
tree | fa27b6c6f4cba4abed9854a6d7bfebb3101fa07b /modules/pam_stress/README.xml | |
parent | 57d26daf89e4126ae6ad3f02fc5d268df957a873 (diff) | |
download | pam-2231e9de36a80924112b09393967e0600b0cdb83.tar.gz pam-2231e9de36a80924112b09393967e0600b0cdb83.tar.bz2 pam-2231e9de36a80924112b09393967e0600b0cdb83.zip |
pam_stress: create man page
Resolves: https://github.com/linux-pam/linux-pam/issues/148
Signed-off-by: Lucas Ramage <ramage.lucas@protonmail.com>
* modules/pam_stress/README: Remove.
* modules/pam_stress/README.xml: New file.
* modules/pam_stress/pam_stress.8.xml: Likewise.
* modules/pam_stress/Makefile.am (MAINTAINERCLEANFILES): Add
$(MANS) and README.
(EXTRA_DIST): Add $(XMLS).
(XMLS): Add README.xml and pam_stress.8.xml.
[HAVE_DOC] (dist_man_MANS): Add pam_stress.8.
[ENABLE_REGENERATE_MAN] (dist_noinst_DATA): Add README.
[ENABLE_REGENERATE_MAN]: Include $(top_srcdir)/Make.xml.rules.
* modules/pam_stress/.gitignore: Remove.
Resolves: https://github.com/linux-pam/linux-pam/pull/184
Diffstat (limited to 'modules/pam_stress/README.xml')
-rw-r--r-- | modules/pam_stress/README.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/modules/pam_stress/README.xml b/modules/pam_stress/README.xml new file mode 100644 index 00000000..6f94685e --- /dev/null +++ b/modules/pam_stress/README.xml @@ -0,0 +1,31 @@ +<?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 pamstress SYSTEM "pam_stress.8.xml"> +--> +]> + +<article> + + <articleinfo> + + <title> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_stress.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_stress-name"]/*)'/> + </title> + + </articleinfo> + + <section> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_stress.8.xml" xpointer='xpointer(//refsect1[@id = "pam_stress-description"]/*)'/> + </section> + + <section> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_stress.8.xml" xpointer='xpointer(//refsect1[@id = "pam_stress-options"]/*)'/> + </section> + +</article> |