[BACK]Return to tab.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / nr

Annotation of mandoc/regress/roff/nr/tab.in, Revision 1.1

1.1     ! schwarze    1: .\" $OpenBSD: tab.in,v 1.1 2019/02/06 20:54:28 schwarze Exp $
        !             2: .TH NR-TAB 1 "February 6, 2019"
        !             3: .SH NAME
        !             4: nr-tab \- tab characters in register definition lines
        !             5: .SH DESCRIPTION
        !             6: with tab:
        !             7: .nr testreg    1
        !             8: >>\n[testreg]<<
        !             9: .br
        !            10: with space:
        !            11: .nr testreg 2
        !            12: .nr test2 42
        !            13: >>\n[testreg]<<
        !            14: .br
        !            15: rr with tab:
        !            16: .rr testreg    test2
        !            17: >>\n[myr]:\n[test2]<<

CVSweb