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

Annotation of mandoc/regress/mdoc/Rs/break.out_markdown, Revision 1.1

1.1     ! schwarze    1: RS-BREAK(1) - General Commands Manual
        !             2:
        !             3: # NAME
        !             4:
        !             5: **Rs-break** - line break before reference start
        !             6:
        !             7: # DESCRIPTION
        !             8:
        !             9: reference on the same line:
        !            10: author,
        !            11: *journal*,
        !            12: 42\.
        !            13:
        !            14: # SEE ALSO
        !            15:
        !            16: reference after a blank line:
        !            17:
        !            18: author,
        !            19: *journal*,
        !            20: 42\.
        !            21:
        !            22: # SEE *ALSO*
        !            23:
        !            24: reference after a blank line:
        !            25:
        !            26: author,
        !            27: *journal*,
        !            28: 42\.
        !            29:
        !            30: OpenBSD - April 15, 2014

CVSweb