diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-17 19:12:05 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-17 19:12:05 +0000 |
commit | c85cb325aa8e18ecf4685a271bb124768d25c7eb (patch) | |
tree | 2a5c791507e7c8d61b7bc32a6d26d7345c992144 | |
parent | 1ac5abe51637c5a1150c19cdeba128ece5fd67f1 (diff) | |
download | samba-c85cb325aa8e18ecf4685a271bb124768d25c7eb.tar.gz samba-c85cb325aa8e18ecf4685a271bb124768d25c7eb.tar.bz2 samba-c85cb325aa8e18ecf4685a271bb124768d25c7eb.zip |
Fix syntax errors
(This used to be commit c7f18b38e683bf3b341504e02af448ce13fad248)
-rw-r--r-- | docs/docbook/manpages/net.8.sgml | 3 | ||||
-rw-r--r-- | docs/docbook/manpages/ntlm_auth.1.sgml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/docbook/manpages/net.8.sgml b/docs/docbook/manpages/net.8.sgml index a22797845b..8ee965e3ed 100644 --- a/docs/docbook/manpages/net.8.sgml +++ b/docs/docbook/manpages/net.8.sgml @@ -208,7 +208,7 @@ Join a domain. If the account already exists on the server, and [TYPE] is MEMBER, the machine will attempt to join automatically. (Assuming that the machine has been created in server manager) Otherwise, a password will be prompted for, and a new account may -be created.</param> +be created.</para> <para> [TYPE] may be PDC, BDC or MEMBER to specify the type of server @@ -224,6 +224,7 @@ using the old style of domain joining - you need to create a trust account in server manager first.</para> </refsect2> +<refsect2> <title>[RPC|ADS] USER</title> <refsect3> diff --git a/docs/docbook/manpages/ntlm_auth.1.sgml b/docs/docbook/manpages/ntlm_auth.1.sgml index 08a7d4aa88..42a362cd41 100644 --- a/docs/docbook/manpages/ntlm_auth.1.sgml +++ b/docs/docbook/manpages/ntlm_auth.1.sgml @@ -1,7 +1,7 @@ <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ <!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities; ]> -<refentry id="ntlm_auth.1"> +<refentry id="ntlm-auth.1"> <refmeta> <refentrytitle>ntlm_auth</refentrytitle> @@ -41,6 +41,7 @@ <refsect1> <title>OPTIONS</title> + <variablelist> <varlistentry> <term>--helper-protocol=PROTO</term> <listitem><para> |