[BACK]Return to spacing.out_markdown CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Fl

Annotation of mandoc/regress/mdoc/Fl/spacing.out_markdown, Revision 1.1

1.1     ! schwarze    1: FL-SPACING(1) - General Commands Manual
        !             2:
        !             3: # NAME
        !             4:
        !             5: **Fl-spacing** - horizontal spacing after flag macros
        !             6:
        !             7: # DESCRIPTION
        !             8:
        !             9: with argument:
        !            10: **-a**
        !            11:
        !            12: no next node:
        !            13: **-** suffix
        !            14:
        !            15: transparent next node only:
        !            16: **-**
        !            17: suffix
        !            18:
        !            19: following text:
        !            20: **-**
        !            21: text
        !            22:
        !            23: text after transparent node on the same line:
        !            24: **-**
        !            25: text
        !            26:
        !            27: following macro on the same line:
        !            28: **-**‌*word*
        !            29:
        !            30: following macro on the next line:
        !            31: **-**
        !            32: *word*
        !            33:
        !            34: following macro on the next line after transparent node on the same line:
        !            35: **-**
        !            36: *word*
        !            37:
        !            38: following macro after transparent node on the next line:
        !            39: **-**
        !            40: *word*
        !            41:
        !            42: OpenBSD - February 27, 2020

CVSweb