diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-07-10 05:42:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:59:19 -0500 |
commit | 37363d45b771e70deeb207f71f948c06ee7d3b3b (patch) | |
tree | 1d73f220edb523b6da7e6d30b01d84a67c9ddc7e | |
parent | cd1217ff5ff18e53c6c9fa3d4f4fd56193fe2a17 (diff) | |
download | samba-37363d45b771e70deeb207f71f948c06ee7d3b3b.tar.gz samba-37363d45b771e70deeb207f71f948c06ee7d3b3b.tar.bz2 samba-37363d45b771e70deeb207f71f948c06ee7d3b3b.zip |
r23802: fixed URL in XML
(This used to be commit c0111223e2201b2c62e25a4c88e1ee445fde5ab6)
-rw-r--r-- | source4/lib/talloc/talloc.3.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/talloc/talloc.3.xml b/source4/lib/talloc/talloc.3.xml index 4f0f7234e2..67de15bfc8 100644 --- a/source4/lib/talloc/talloc.3.xml +++ b/source4/lib/talloc/talloc.3.xml @@ -732,7 +732,7 @@ if (ptr) memcpy(ptr, p, strlen(p)+1);</programlisting> </para> <para> You should have received a copy of the GNU General Public License - along with this program; if not, see <http://www.gnu.org/licenses/>. + along with this program; if not, see http://www.gnu.org/licenses/. </para> </refsect1> </refentry> |