diff options
-rw-r--r-- | docs/en/xml/using.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/en/xml/using.xml b/docs/en/xml/using.xml index 1da23dfe4..7d32d0d83 100644 --- a/docs/en/xml/using.xml +++ b/docs/en/xml/using.xml @@ -12,6 +12,12 @@ installations there will necessarily have all Bugzilla features enabled, and different installations run different versions, so some things may not quite work as this document describes.</para> + + <para> + Frequently Asked Questions (FAQ) are available and answered on + <ulink url="http://wiki.mozilla.org/Bugzilla:FAQ">wiki.mozilla.org</ulink>. + They may cover some questions you have which are left unanswered. + </para> </section> <section id="myaccount"> @@ -1014,6 +1020,15 @@ </para> </section> + <section id="comment-wrapping"> + <title>Server-Side Comment Wrapping</title> + <para> + Bugzilla stores comments unwrapped and wraps them at display time. This + ensures proper wrapping in all browsers. Lines beginning with the ">" + character are assumed to be quotes, and are not wrapped. + </para> + </section> + <section id="dependencytree"> <title>Dependency Tree</title> |