Skip to content

Commit

Permalink
xcap_server: docs fixes
Browse files Browse the repository at this point in the history
(cherry picked from commit 64f34d9)
  • Loading branch information
btriller authored and henningw committed Mar 14, 2020
1 parent cfe83ec commit 094f488
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/xcap_server/doc/xcap_server_admin.xml
Expand Up @@ -163,7 +163,7 @@ modparam("xcap_server", "xcap_table", "xcapdocs")
</emphasis>
</para>
<example>
<title>Set <varname>url_match</varname> parameter</title>
<title>Set <varname>xcap_root</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("xcap_server", "xcap_root", "/xcap-root/")
Expand Down Expand Up @@ -215,7 +215,7 @@ modparam("xcap_server", "xml_ns",
</example>
</section>
<section id="xcap_server.p.directory_scheme">
<title><varname>directory_scheme (int)</varname></title>
<title><varname>directory_scheme</varname> (int)</title>
<para>
Allows the scheme used in
org.openmobilealliance.xcap-directory listings to be
Expand Down Expand Up @@ -253,7 +253,7 @@ modparam("xcap_server", "directory_scheme", 0)
</example>
</section>
<section id="xcap_server.p.directory_hostname">
<title><varname>directory_hostname (str)</varname></title>
<title><varname>directory_hostname</varname> (string)</title>
<para>
Allows the hostname (and port) used in
org.openmobilealliance.xcap-directory listings to be
Expand Down

0 comments on commit 094f488

Please sign in to comment.