diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-06-10 20:29:09 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:44 -0500 |
commit | 06aa63b6f19131071800985746b445dee42d91eb (patch) | |
tree | 5f7aaa77fc7375919463ae40d05933d44688f071 /docs/Samba3-HOWTO/manpages.xml | |
parent | b82eb1abe3641a80ad6f431dd2fd625dc229eaed (diff) | |
download | samba-06aa63b6f19131071800985746b445dee42d91eb.tar.gz samba-06aa63b6f19131071800985746b445dee42d91eb.tar.bz2 samba-06aa63b6f19131071800985746b445dee42d91eb.zip |
Large number of small fixes to the layout and the build system.
(This used to be commit 73fac0653c774a8ed8654b064fd63d4e486f6b0f)
Diffstat (limited to 'docs/Samba3-HOWTO/manpages.xml')
-rw-r--r-- | docs/Samba3-HOWTO/manpages.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/Samba3-HOWTO/manpages.xml b/docs/Samba3-HOWTO/manpages.xml new file mode 100644 index 0000000000..69801c44ec --- /dev/null +++ b/docs/Samba3-HOWTO/manpages.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE reference PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc"> +<reference id="manuals" xmlns:xi="http://www.w3.org/2003/XInclude"> <title>Manual pages</title> + + <para>This appendix contains most of the manual pages from the official Samba distribution. All manual pages have been written by members of + <ulink url="http://samba.org/samba/team.html">the Samba Team</ulink>.</para> + + <xi:include href="../manpages-3/net.8.xml"/> + <xi:include href="../manpages-3/nmbd.8.xml"/> + <xi:include href="../manpages-3/nmblookup.1.xml"/> + <xi:include href="../manpages-3/pdbedit.8.xml"/> + <xi:include href="../manpages-3/profiles.1.xml"/> + <xi:include href="../manpages-3/rpcclient.1.xml"/> + <xi:include href="../manpages-3/smbcacls.1.xml"/> + <xi:include href="../manpages-3/smbclient.1.xml"/> + <xi:include href="../manpages-3/smb.conf.5.xml"/> + <xi:include href="../manpages-3/smbcquotas.1.xml"/> + <xi:include href="../manpages-3/smbd.8.xml"/> + <xi:include href="../manpages-3/smbpasswd.5.xml"/> + <xi:include href="../manpages-3/smbpasswd.8.xml"/> + <xi:include href="../manpages-3/smbstatus.1.xml"/> + <xi:include href="../manpages-3/smbtree.1.xml"/> + <xi:include href="../manpages-3/tdbbackup.8.xml"/> + <xi:include href="../manpages-3/tdbdump.8.xml"/> + <xi:include href="../manpages-3/testparm.1.xml"/> + <xi:include href="../manpages-3/wbinfo.1.xml"/> + <xi:include href="../manpages-3/winbindd.8.xml"/> + +</reference> + + |