Skip to content

Commit

Permalink
Doc update: improved $g_bug_link_tag, added $g_bugnote_link_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Jan 1, 2012
1 parent 20fe1d0 commit 864b628
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions docbook/adminguide/en/configuration.sgml
Expand Up @@ -2241,8 +2241,31 @@
<term>$g_bug_link_tag</term>
<listitem>
<para>If a number follows this tag it will create a link to a
bug. eg. for # a link would be #45 eg. for bug: a
link would be bug:98
bug. Default is '#'.
<itemizedlist>
<listitem>
<para>'#': a link would be #45</para>
</listitem>
<listitem>
<para>'bug:' a link would be bug:98</para>
</listitem>
</itemizedlist>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>$g_bugnote_link_tag</term>
<listitem>
<para>If a number follows this tag it will create a link to a
bug note. Default is '~'.
<itemizedlist>
<listitem>
<para>'~': a link would be ~45</para>
</listitem>
<listitem>
<para>'bugnote:' a link would be bugnote:98</para>
</listitem>
</itemizedlist>
</para>
</listitem>
</varlistentry>
Expand Down Expand Up @@ -3072,8 +3095,8 @@
</varlistentry>
</variablelist>
</para>
<para>Multiple logging levels can be combined by using an inclusive or operator, e.g.

<para>Multiple logging levels can be combined by using an inclusive or operator, e.g.
<literal>LOG_EMAIL | LOG_EMAIL_RECIPIENT</literal></para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit 864b628

Please sign in to comment.