mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r12209: Fix some issues with XML entities.
This commit is contained in:
parent
e90abfcc7d
commit
754e51b19d
@ -1,6 +1,7 @@
|
||||
- split up proto.h into headers with public or private prototypes.
|
||||
Public prototypes can be marked with _PUBLIC_ in the source
|
||||
- never install -rpath binaries / libraries, always relink before install
|
||||
- keep files without -rpath in bin/install
|
||||
- init functions may be called more then once as different libraries
|
||||
(in Samba or other projects) can use the same (3rd) library.
|
||||
- add register function to smbtorture
|
||||
|
@ -63,8 +63,6 @@
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
&man.registry.backends;
|
||||
|
||||
<refsect1>
|
||||
<title>VERSION</title>
|
||||
|
||||
@ -79,6 +77,8 @@
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
<para>This utility is part of the <ulink url="http://www.samba.org/">Samba</ulink> suite, which is developed by the global <ulink url="http://www.samba.org/samba/team/">Samba Team</ulink>.</para>
|
||||
|
||||
<para>This manpage and gregedit were written by Jelmer Vernooij. </para>
|
||||
|
||||
</refsect1>
|
||||
|
@ -241,7 +241,7 @@ ldb_search(3) manual pages.
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>description</title>
|
||||
<title>DESCRIPTION</title>
|
||||
|
||||
<para>
|
||||
ldb was written by
|
||||
|
@ -88,9 +88,15 @@
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
&man.credits.samba;
|
||||
<para> ldb was written by
|
||||
<ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
|
||||
</para>
|
||||
|
||||
<para>ldbadd was written by Andrew Tridgell.</para>
|
||||
<para>
|
||||
If you wish to report a problem or make a suggestion then please see
|
||||
the <ulink url="http://ldb.samba.org/"/> web site for
|
||||
current contact and maintainer information.
|
||||
</para>
|
||||
|
||||
<para>This manpage was written by Jelmer Vernooij.</para>
|
||||
|
||||
|
@ -86,7 +86,15 @@
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
&man.credits.samba;
|
||||
<para> ldb was written by
|
||||
<ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
If you wish to report a problem or make a suggestion then please see
|
||||
the <ulink url="http://ldb.samba.org/"/> web site for
|
||||
current contact and maintainer information.
|
||||
</para>
|
||||
|
||||
<para>ldbdel was written by Andrew Tridgell.</para>
|
||||
|
||||
|
@ -114,9 +114,15 @@
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
&man.credits.samba;
|
||||
<para> ldb was written by
|
||||
<ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
|
||||
</para>
|
||||
|
||||
<para>ldbedit was written by Andrew Tridgell.</para>
|
||||
<para>
|
||||
If you wish to report a problem or make a suggestion then please see
|
||||
the <ulink url="http://ldb.samba.org/"/> web site for
|
||||
current contact and maintainer information.
|
||||
</para>
|
||||
|
||||
<para>This manpage was written by Jelmer Vernooij.</para>
|
||||
|
||||
|
@ -76,9 +76,15 @@
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
&man.credits.samba;
|
||||
<para> ldb was written by
|
||||
<ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
|
||||
</para>
|
||||
|
||||
<para>ldbmodify was written by Andrew Tridgell.</para>
|
||||
<para>
|
||||
If you wish to report a problem or make a suggestion then please see
|
||||
the <ulink url="http://ldb.samba.org/"/> web site for
|
||||
current contact and maintainer information.
|
||||
</para>
|
||||
|
||||
<para>This manpage was written by Jelmer Vernooij.</para>
|
||||
|
||||
|
@ -90,9 +90,15 @@
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
&man.credits.samba;
|
||||
<para> ldb was written by
|
||||
<ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
|
||||
</para>
|
||||
|
||||
<para>ldbrename was written by Andrew Tridgell.</para>
|
||||
<para>
|
||||
If you wish to report a problem or make a suggestion then please see
|
||||
the <ulink url="http://ldb.samba.org/"/> web site for
|
||||
current contact and maintainer information.
|
||||
</para>
|
||||
|
||||
<para>This manpage was written by Jelmer Vernooij.</para>
|
||||
|
||||
|
@ -102,9 +102,15 @@
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
&man.credits.samba;
|
||||
<para> ldb was written by
|
||||
<ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
|
||||
</para>
|
||||
|
||||
<para>ldbsearch was written by Andrew Tridgell.</para>
|
||||
<para>
|
||||
If you wish to report a problem or make a suggestion then please see
|
||||
the <ulink url="http://ldb.samba.org/"/> web site for
|
||||
current contact and maintainer information.
|
||||
</para>
|
||||
|
||||
<para>This manpage was written by Jelmer Vernooij.</para>
|
||||
|
||||
|
@ -75,8 +75,6 @@
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
&man.registry.backends;
|
||||
|
||||
<refsect1>
|
||||
<title>VERSION</title>
|
||||
|
||||
@ -93,7 +91,7 @@
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
&man.credits.samba;
|
||||
<para>This utility is part of the <ulink url="http://www.samba.org/">Samba</ulink> suite, which is developed by the global <ulink url="http://www.samba.org/samba/team/">Samba Team</ulink>.</para>
|
||||
|
||||
<para>This manpage and regdiff were written by Jelmer Vernooij. </para>
|
||||
|
||||
|
@ -61,8 +61,6 @@
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
&man.registry.backends;
|
||||
|
||||
<refsect1>
|
||||
<title>VERSION</title>
|
||||
|
||||
@ -79,7 +77,7 @@
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
&man.credits.samba;
|
||||
<para>This utility is part of the <ulink url="http://www.samba.org/">Samba</ulink> suite, which is developed by the global <ulink url="http://www.samba.org/samba/team/">Samba Team</ulink>.</para>
|
||||
|
||||
<para>This manpage and regpatch were written by Jelmer Vernooij. </para>
|
||||
|
||||
|
@ -127,8 +127,6 @@
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
&man.registry.backends;
|
||||
|
||||
<refsect1>
|
||||
<title>EXAMPLES</title>
|
||||
|
||||
@ -179,7 +177,7 @@ HKEY_CURRENT_USER\AppEvents> <userinput>exit</userinput>
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
&man.credits.samba;
|
||||
<para>This utility is part of the <ulink url="http://www.samba.org/">Samba</ulink> suite, which is developed by the global <ulink url="http://www.samba.org/samba/team/">Samba Team</ulink>.</para>
|
||||
|
||||
<para>This manpage and regshell were written by Jelmer Vernooij. </para>
|
||||
|
||||
|
@ -73,9 +73,6 @@
|
||||
|
||||
</refsect1>
|
||||
|
||||
|
||||
&man.registry.backends;
|
||||
|
||||
<refsect1>
|
||||
<title>VERSION</title>
|
||||
|
||||
@ -92,7 +89,7 @@
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
&man.credits.samba;
|
||||
<para>This utility is part of the <ulink url="http://www.samba.org/">Samba</ulink> suite, which is developed by the global <ulink url="http://www.samba.org/samba/team/">Samba Team</ulink>.</para>
|
||||
|
||||
<para>This manpage and regtree were written by Jelmer Vernooij. </para>
|
||||
|
||||
|
@ -149,6 +149,8 @@
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
<para>This utility is part of the <ulink url="http://www.samba.org/">Samba</ulink> suite, which is developed by the global <ulink url="http://www.samba.org/samba/team/">Samba Team</ulink>.</para>
|
||||
|
||||
<para>gentest was written by Andrew Tridgell.</para>
|
||||
|
||||
<para>This manpage was written by Jelmer Vernooij.</para>
|
||||
|
@ -146,7 +146,7 @@
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
&man.credits.samba;
|
||||
<para>This utility is part of the <ulink url="http://www.samba.org/">Samba</ulink> suite, which is developed by the global <ulink url="http://www.samba.org/samba/team/">Samba Team</ulink>.</para>
|
||||
|
||||
<para>locktest was written by Andrew Tridgell.</para>
|
||||
|
||||
|
@ -128,7 +128,7 @@
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
&man.credits.samba;
|
||||
<para>This utility is part of the <ulink url="http://www.samba.org/">Samba</ulink> suite, which is developed by the global <ulink url="http://www.samba.org/samba/team/">Samba Team</ulink>.</para>
|
||||
|
||||
<para>masktest was written by Andrew Tridgell.</para>
|
||||
|
||||
|
@ -161,7 +161,7 @@
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
&man.credits.samba;
|
||||
<para>This utility is part of the <ulink url="http://www.samba.org/">Samba</ulink> suite, which is developed by the global <ulink url="http://www.samba.org/samba/team/">Samba Team</ulink>.</para>
|
||||
|
||||
<para>smbtorture was written by Andrew Tridgell.</para>
|
||||
|
||||
|
@ -72,7 +72,7 @@
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
&man.credits.samba;
|
||||
<para>This utility is part of the <ulink url="http://www.samba.org/">Samba</ulink> suite, which is developed by the global <ulink url="http://www.samba.org/samba/team/">Samba Team</ulink>.</para>
|
||||
|
||||
<para>ndrdump was written by Andrew Tridgell. </para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user