diff --git a/Changes b/Changes index 31dbe2ebe..c081acf58 100644 --- a/Changes +++ b/Changes @@ -2147,3 +2147,4 @@ links it was still showing 'Underlying syscall error', this has now been replaced to show the actual (surprise!) underlying syscall error instead. Reported by vonitsanet, patch from ohnobinki (#0003157). +- Fix ordering of ``9. FAQ'' and ``10. Modules'' in HTML docs. diff --git a/doc/unreal32docs.html b/doc/unreal32docs.html index 205806874..6a9aab6a8 100644 --- a/doc/unreal32docs.html +++ b/doc/unreal32docs.html @@ -3723,6 +3723,10 @@ Do take the time to secure your network and educate your opers. A lot of people security until they got hacked, try to avoid that :).

+

9 – Frequently Asked Questions (FAQ)

+

The FAQ is available online here

+

+

10 – Modules

The following are some descriptions of modules shipped with @@ -3740,10 +3744,6 @@ security until they got hacked, try to avoid that :). it is loaded by default in most cases.

-

9 – Frequently Asked Questions (FAQ)

-

The FAQ is available online here

-

-

A Regular Expressions

Regular expressions are used in many places in Unreal, including badwords, spamfilter, and aliases. Regular expressions are a very complex tool used for pattern matching. They are sometimes referred to as "regexp" or "regex." Unreal uses the TRE regular expression library for its regex. This library supports some very complex and advanced expressions that may be confusing. The information below will help you understand how regexps work. If you are interested in more technical and detailed information about the regexp syntax used by Unreal, visit the TRE homepage.