diff options
author | Gerald Carter <jerry@samba.org> | 2007-02-27 22:42:30 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:25 -0500 |
commit | 1fe1a920e5096e162cddabca34b95cfc336e25e1 (patch) | |
tree | 685cbf491559bf6bba85117fd0af987cf66f1346 | |
parent | 1cd7864412a1708fd968d39d52431f7632ddf3cd (diff) | |
download | samba-1fe1a920e5096e162cddabca34b95cfc336e25e1.tar.gz samba-1fe1a920e5096e162cddabca34b95cfc336e25e1.tar.bz2 samba-1fe1a920e5096e162cddabca34b95cfc336e25e1.zip |
adding template file for individual manpages
(This used to be commit c23af91ed4377df153e6caf64f08d14605be35aa)
-rw-r--r-- | docs/templates/template.5.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/templates/template.5.xml b/docs/templates/template.5.xml new file mode 100644 index 0000000000..9d3ce8ad09 --- /dev/null +++ b/docs/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> |