summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/talloc/talloc.3.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/lib/talloc/talloc.3.xml')
-rw-r--r--ctdb/lib/talloc/talloc.3.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/ctdb/lib/talloc/talloc.3.xml b/ctdb/lib/talloc/talloc.3.xml
index 7a2f27e77b..99e8bcdb2f 100644
--- a/ctdb/lib/talloc/talloc.3.xml
+++ b/ctdb/lib/talloc/talloc.3.xml
@@ -150,8 +150,8 @@
<para>
<screen format="linespecific">
ERROR: talloc_free with references at some_dir/source/foo.c:123
- reference at some_dir/source/other.c:325
- reference at some_dir/source/third.c:121
+ reference at some_dir/source/other.c:325
+ reference at some_dir/source/third.c:121
</screen>
</para>
<para>
@@ -420,8 +420,8 @@ talloc_realloc(ctx, ptr, type, 0) ==> talloc_free(ptr);</programlisting>
<para>
<screen format="linespecific">
WARNING: talloc_steal with references at some_dir/source/foo.c:123
- reference at some_dir/source/other.c:325
- reference at some_dir/source/third.c:121
+ reference at some_dir/source/other.c:325
+ reference at some_dir/source/third.c:121
</screen>
</para>
<para>
@@ -429,7 +429,7 @@ talloc_realloc(ctx, ptr, type, 0) ==> talloc_free(ptr);</programlisting>
the
function <link linkend="talloc_reference"><quote>talloc_reparent()</quote></link>. See
the talloc_set_log_fn() documentation for more information
- on talloc logging.
+ on talloc logging.
</para>
</refsect2>
<refsect2><title>TYPE *talloc_reparent(const void *<emphasis role="italic">old_parent</emphasis>, const void *<emphasis role="italic">new_parent</emphasis>, const TYPE *<emphasis role="italic">ptr</emphasis>);</title>
@@ -783,7 +783,7 @@ if (ptr) memcpy(ptr, p, strlen(p)+1);</programlisting>
</para>
<para>
This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as
+ it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 3 of the
License, or (at your option) any later version.
</para>