Skip to content

Commit d8f5faf

Browse files
committedJan 1, 2012
Doc update: improved $g_bug_link_tag, added $g_bugnote_link_tag
1 parent 46c65c6 commit d8f5faf

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed
 

‎docbook/Admin_Guide/en-US/Configuration.xml

+27-4
Original file line numberDiff line numberDiff line change
@@ -2336,8 +2336,31 @@
23362336
<term>$g_bug_link_tag</term>
23372337
<listitem>
23382338
<para>If a number follows this tag it will create a link to a
2339-
bug. eg. for # a link would be #45 eg. for bug: a
2340-
link would be bug:98
2339+
bug. Default is '#'.
2340+
<itemizedlist>
2341+
<listitem>
2342+
<para>'#': a link would be #45</para>
2343+
</listitem>
2344+
<listitem>
2345+
<para>'bug:' a link would be bug:98</para>
2346+
</listitem>
2347+
</itemizedlist>
2348+
</para>
2349+
</listitem>
2350+
</varlistentry>
2351+
<varlistentry>
2352+
<term>$g_bugnote_link_tag</term>
2353+
<listitem>
2354+
<para>If a number follows this tag it will create a link to a
2355+
bug note. Default is '~'.
2356+
<itemizedlist>
2357+
<listitem>
2358+
<para>'~': a link would be ~45</para>
2359+
</listitem>
2360+
<listitem>
2361+
<para>'bugnote:' a link would be bugnote:98</para>
2362+
</listitem>
2363+
</itemizedlist>
23412364
</para>
23422365
</listitem>
23432366
</varlistentry>
@@ -3273,8 +3296,8 @@
32733296
</varlistentry>
32743297
</variablelist>
32753298
</para>
3276-
3277-
<para>Multiple logging levels can be combined by using an inclusive or operator, e.g.
3299+
3300+
<para>Multiple logging levels can be combined by using an inclusive or operator, e.g.
32783301
<literal>LOG_EMAIL | LOG_EMAIL_RECIPIENT</literal></para>
32793302
</listitem>
32803303
</varlistentry>

0 commit comments

Comments
 (0)
Please sign in to comment.