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 12:28:28 -0500 |
commit | 0726ed4f41608529af908e6ab35192b6c1a8d423 (patch) | |
tree | a1733e9021a6ab39cec27fc6729c41f93bbec913 | |
parent | 153cfb9c83534b09f15cc16205d7adb19b394928 (diff) | |
download | samba-0726ed4f41608529af908e6ab35192b6c1a8d423.tar.gz samba-0726ed4f41608529af908e6ab35192b6c1a8d423.tar.xz samba-0726ed4f41608529af908e6ab35192b6c1a8d423.zip |
r23802: fixed URL in XML
(This used to be commit 256301a21a1f393b5a2b89d4dce47b7d4f7bf9be)
-rw-r--r-- | source3/lib/talloc/talloc.3.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/talloc/talloc.3.xml b/source3/lib/talloc/talloc.3.xml index 4f0f7234e22..67de15bfc8b 100644 --- a/source3/lib/talloc/talloc.3.xml +++ b/source3/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> |