diff options
author | Gerald Carter <jerry@samba.org> | 2002-01-08 22:49:28 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-01-08 22:49:28 +0000 |
commit | 241f4a548d57083b153afafafdd18ed5de5412b7 (patch) | |
tree | 4e2c38b2018a3dfbef15219129f29ce5f80089d7 /docs/docbook | |
parent | 012a9144124b5bde5fb1fe12c6147f32ccf2046e (diff) | |
download | samba-241f4a548d57083b153afafafdd18ed5de5412b7.tar.gz samba-241f4a548d57083b153afafafdd18ed5de5412b7.tar.xz samba-241f4a548d57083b153afafafdd18ed5de5412b7.zip |
i **really** hate stuck tags in CVS :-( Figured out why
my files were not being checked in sometimes.....
cvs update -A
cleared all the sticky tages and now I have to recheck some things in.
j-
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/faq/README.NOW | 2 | ||||
-rw-r--r-- | docs/docbook/howto/README.NOW | 2 | ||||
-rw-r--r-- | docs/docbook/manpages/net.8.sgml | 69 | ||||
-rw-r--r-- | docs/docbook/manpages/smbgroupedit.8.sgml | 76 |
4 files changed, 149 insertions, 0 deletions
diff --git a/docs/docbook/faq/README.NOW b/docs/docbook/faq/README.NOW new file mode 100644 index 00000000000..77f1659a89c --- /dev/null +++ b/docs/docbook/faq/README.NOW @@ -0,0 +1,2 @@ +The files previously in this directory have been incorporated +into the Samba-HOWTO-Collection diff --git a/docs/docbook/howto/README.NOW b/docs/docbook/howto/README.NOW new file mode 100644 index 00000000000..77f1659a89c --- /dev/null +++ b/docs/docbook/howto/README.NOW @@ -0,0 +1,2 @@ +The files previously in this directory have been incorporated +into the Samba-HOWTO-Collection diff --git a/docs/docbook/manpages/net.8.sgml b/docs/docbook/manpages/net.8.sgml new file mode 100644 index 00000000000..5b822ccfe67 --- /dev/null +++ b/docs/docbook/manpages/net.8.sgml @@ -0,0 +1,69 @@ +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> +<refentry id="net"> + +<refmeta> + <refentrytitle>net</refentrytitle> + <manvolnum>8</manvolnum> +</refmeta> + + +<refnamediv> + <refname>net</refname> + <refpurpose>Tool for administration of Samba and remote + CIFS servers.</refpurpose> +</refnamediv> + +<refsynopsisdiv> + <cmdsynopsis> + <command>net</command> + <arg choice="req"><ads|rap|rpc></arg> + </cmdsynopsis> +</refsynopsisdiv> + +<refsect1> + <title>DESCRIPTION</title> + + <para>This tool is part of the <ulink url="samba.7.html"> + Samba</ulink> suite.</para> + +</refsect1> + + +<refsect1> + <title>OPTIONS</title> + + <para></para> + +</refsect1> + + +<refsect1> + <title>COMMANDS</title> + + + <para></para> + +</refsect1> + +<refsect1> + <title>VERSION</title> + + <para>This man page is incomplete for version 3.0 of the Samba + suite.</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> + + <para>The original Samba man pages were written by Karl Auer. + The current set of manpages and documentation is maintained + by the Samba Team in the same fashion as the Samba source code.</para> + +</refsect1> + +</refentry> diff --git a/docs/docbook/manpages/smbgroupedit.8.sgml b/docs/docbook/manpages/smbgroupedit.8.sgml new file mode 100644 index 00000000000..f1b5f30ddc2 --- /dev/null +++ b/docs/docbook/manpages/smbgroupedit.8.sgml @@ -0,0 +1,76 @@ +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> +<refentry id="smbgroupedit"> + +<refmeta> + <refentrytitle>smbgroupedit</refentrytitle> + <manvolnum>8</manvolnum> +</refmeta> + + +<refnamediv> + <refname>smbgroupedit</refname> + <refpurpose>Tool for mapping UNIX groups to Windows groups</refpurpose> +</refnamediv> + +<refsynopsisdiv> + <cmdsynopsis> + <command>smbroupedit</command> + <arg choice="opt">-v</arg> + </cmdsynopsis> +</refsynopsisdiv> + +<refsect1> + <title>DESCRIPTION</title> + <para>This program is part of the Samba suite.</para> + +</refsect1> + +<refsect1> + <title>OPTIONS</title> + + <variablelist> + <varlistentry> + <term>-v</term> + <listitem><para>Print the current set of UNIX to Windows + group mappings. + </para></listitem> + </varlistentry> + + </variablelist> +</refsect1> + +<refsect1> + <title>FILES</title> + + <para></para> + +</refsect1> + +<refsect1> + <title>VERSION</title> + + <para>This man page is incomplete for version 3.0 of + the Samba suite.</para> +</refsect1> + +<refsect1> + <title>SEE ALSO</title> + <para> + <ulink url="samba.7.html">samba(7)</ulink> + </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> + + <para>The original Samba man pages were written by Karl Auer. + The current set of manpages and documentation is maintained + by the Samba Team in the same fashion as the Samba source code.</para> +</refsect1> + +</refentry> |