Changeset 88cde4e


Ignore:
Timestamp:
2016-08-08T19:13:22Z (8 years ago)
Author:
Shane Synan <digitalcircuit36939@…>
Branches:
master
Children:
2dc394c
Parents:
be23a64
Message:

help: Fix missing spaces due to genhelp parsing

Add manual spaces to fix genhelp.py leaving out the space after
<emphasis> tags when immediately followed by a new-line.

Real fix may lie somewhere in the depths of the NORMALIZE_RE reg-ex.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    rbe23a64 r88cde4e  
    15091509                                and any modes they should have. The following statuses are currently
    15101510                                recognised: <emphasis>online</emphasis> (i.e. available, not
    1511                                 away), <emphasis>special</emphasis> (specific to the protocol),
     1511                                away), <emphasis>special</emphasis> (specific to the protocol), 
    15121512                                <emphasis>away</emphasis>, and <emphasis>offline</emphasis>.
    15131513                        </para>
     
    15161516                                If a status is followed by a valid channel mode character
    15171517                                (@, % or +), it will be given to users with that status.
    1518                                 For example, <emphasis>online@,special%,away+,offline</emphasis>
     1518                                For example, <emphasis>online@,special%,away+,offline</emphasis> 
    15191519                                will show all users in the channel. Online people will
    15201520                                have +o, people who are online but away will have +v,
Note: See TracChangeset for help on using the changeset viewer.