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

Annotation of mandoc/regress/mdoc/Fo/noarg.out_markdown, Revision 1.1

1.1     ! schwarze    1: FN-NOARG(1) - General Commands Manual
        !             2:
        !             3: # NAME
        !             4:
        !             5: **Fn-noarg** - function name macro without arguments
        !             6:
        !             7: # DESCRIPTION
        !             8:
        !             9: with arguments:
        !            10: *int*
        !            11: **abs**(*int i*)
        !            12: *long*
        !            13: **labs**(*long i*)
        !            14: void function arguments:
        !            15: *int*
        !            16: **rand**()
        !            17: *long*
        !            18: **random**()
        !            19: *u\_int32\_t*
        !            20: **arc4random**()
        !            21: no name arguments:
        !            22: *int*
        !            23: no type arguments:
        !            24: **abs**(*int i*)
        !            25: no type and void function arguments:
        !            26: **rand**()
        !            27: **random**()
        !            28: **arc4random**()
        !            29: no arguments at all:
        !            30: end of test document
        !            31:
        !            32: OpenBSD - July 12, 2012

CVSweb