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

Annotation of mandoc/regress/mdoc/Bl/offset.out_markdown, Revision 1.1

1.1     ! schwarze    1: BL-OFFSET(1) - General Commands Manual
        !             2:
        !             3: # NAME
        !             4:
        !             5: **Bl-offset** - various arguments for Bl offset
        !             6:
        !             7: # DESCRIPTION
        !             8:
        !             9: Bl item offset empty
        !            10:
        !            11: Bl item offset left
        !            12:
        !            13: Bl item offset indent
        !            14:
        !            15: Bl item offset indent-two
        !            16:
        !            17: Bl item offset 4n
        !            18:
        !            19: Bl item offset mystring
        !            20:
        !            21: Bl item offset Ds
        !            22:
        !            23: Bl item offset 78n
        !            24:
        !            25: Bl item offset -3n
        !            26:
        !            27: tag
        !            28:
        !            29: > Bl tag width Ds offset empty
        !            30:
        !            31: tag
        !            32:
        !            33: > Bl tag width Ds offset left
        !            34:
        !            35: tag
        !            36:
        !            37: > Bl tag width Ds offset indent
        !            38:
        !            39: tag
        !            40:
        !            41: > Bl tag width Ds offset indent-two
        !            42:
        !            43: tag
        !            44:
        !            45: > Bl tag width Ds offset 4n
        !            46:
        !            47: tag
        !            48:
        !            49: > Bl tag width Ds offset mystring
        !            50:
        !            51: tag
        !            52:
        !            53: > Bl tag width Ds offset Ds
        !            54:
        !            55: tag
        !            56:
        !            57: > Bl tag width Ds offset 78n
        !            58:
        !            59: tag
        !            60:
        !            61: > Bl tag width Ds offset -3n
        !            62:
        !            63: OpenBSD - December 25, 2014

CVSweb