diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-21 23:48:42 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-21 23:50:50 -0700 |
commit | c83363e83a937ba2ddd99e732bfde5f8d39bd648 (patch) | |
tree | a52dd2eb62637c22b255a61d7c7a904235f2340f | |
parent | 862e2b220bc928d6ab2f3bb6159bc4be03914979 (diff) |
SMlib.xml: fix a couple parameter list entries
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | doc/SMlib.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/SMlib.xml b/doc/SMlib.xml index 90c3b15..bb4200a 100644 --- a/doc/SMlib.xml +++ b/doc/SMlib.xml @@ -130,10 +130,12 @@ </funcprototype> </funcsynopsis> -<para>Specifies the network ID(s) of the session manager.</para> - <variablelist remap='IP'> <varlistentry> + <term><parameter>network_ids_list</parameter></term> + <listitem><para>Specifies the network ID(s) of the session manager.</para></listitem> + </varlistentry> + <varlistentry> <term><parameter>context</parameter></term> <listitem><para>A pointer to an opaque object or NULL. Used to determine if an ICE connection can be shared (see <link linkend='context_sharing'>below</link>).</para></listitem> </varlistentry> @@ -451,7 +453,6 @@ typedef struct { <paramdef>SmcCallbacks *<parameter>callbacks</parameter></paramdef> </funcprototype> </funcsynopsis> -<para>The session management connection object.</para> <variablelist remap='IP'> <varlistentry> <term><parameter>smc_conn</parameter></term> |