diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-09 15:11:14 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-09 13:53:24 +0000 |
commit | 3cd558dbeb2c543895847d4c5e21fe1f7f779a8c (patch) | |
tree | 21b7be10377c0af46cded60f88d802b297f194d1 | |
parent | 6d8b3efadb07dc86c812471a69e57f6d05fdb0fd (diff) | |
download | samba-3cd558dbeb2c543895847d4c5e21fe1f7f779a8c.tar.gz samba-3cd558dbeb2c543895847d4c5e21fe1f7f779a8c.tar.xz samba-3cd558dbeb2c543895847d4c5e21fe1f7f779a8c.zip |
talloc: Fix #include line in manpage.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Oct 9 13:53:25 UTC 2010 on sn-devel-104
-rw-r--r-- | lib/talloc/talloc.3.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/talloc/talloc.3.xml b/lib/talloc/talloc.3.xml index c23b9117044..1d5476bbb21 100644 --- a/lib/talloc/talloc.3.xml +++ b/lib/talloc/talloc.3.xml @@ -10,7 +10,7 @@ <refpurpose>hierarchical reference counted memory pool system with destructors</refpurpose> </refnamediv> <refsynopsisdiv> -<synopsis>#include <talloc/talloc.h></synopsis> +<synopsis>#include <talloc.h></synopsis> </refsynopsisdiv> <refsect1><title>DESCRIPTION</title> <para> |