diff options
author | Gerald W. Carter <jerry@samba.org> | 2008-04-22 10:09:40 -0500 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:48 -0500 |
commit | 8f8a9f01909ba29e2b781310baeeaaddc3f15f0d (patch) | |
tree | 90c6b720ad3a7bc815245c0ef28820424f89d658 /docs-xml/templates | |
parent | 197238246389c40edc60c6630d18d6913086e630 (diff) | |
download | samba-8f8a9f01909ba29e2b781310baeeaaddc3f15f0d.tar.gz samba-8f8a9f01909ba29e2b781310baeeaaddc3f15f0d.tar.bz2 samba-8f8a9f01909ba29e2b781310baeeaaddc3f15f0d.zip |
Moving docs tree to docs-xml to make room for generated docs in the release tarball.
(This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)
Diffstat (limited to 'docs-xml/templates')
-rw-r--r-- | docs-xml/templates/attributions.xml | 5 | ||||
-rw-r--r-- | docs-xml/templates/template.5.xml | 37 |
2 files changed, 42 insertions, 0 deletions
diff --git a/docs-xml/templates/attributions.xml b/docs-xml/templates/attributions.xml new file mode 100644 index 0000000000..281a9e51ea --- /dev/null +++ b/docs-xml/templates/attributions.xml @@ -0,0 +1,5 @@ +<?xml version="1.0"?> +<!DOCTYPE preface PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc"> +<preface> +</preface> + diff --git a/docs-xml/templates/template.5.xml b/docs-xml/templates/template.5.xml new file mode 100644 index 0000000000..9d3ce8ad09 --- /dev/null +++ b/docs-xml/templates/template.5.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc"> +<refentry id="lmhosts.5"> + +<refmeta> + <refentrytitle>smb-idmap</refentrytitle> + <manvolnum>5</manvolnum> +</refmeta> + + +<refnamediv> + <refname>smb-idmap</refname> + <refpurpose>The Samba IdMap Interface</refpurpose> +</refnamediv> + +<refsynopsisdiv> + <para>The IdMap interface in <citerefentry><refentrytitle>samba</refentrytitle> + <manvolnum>7</manvolnum></citerefentry> is responsible for + mapping Windows SIDs to Unix uids/gids.</para> +</refsynopsisdiv> + +<refsect1> + <title>DESCRIPTION</title> + + <para>To be filled in.</para> +</refsect1> + +<refsect1> + <title>AUTHOR</title> + + <para>The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed.</para> +</refsect1> + +</refentry> |