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

Annotation of mandoc/regress/mdoc/Fo/tag.in, Revision 1.1

1.1     ! schwarze    1: .\" $OpenBSD: tag.in,v 1.1 2020/03/13 00:31:06 schwarze Exp $
        !             2: .Dd $Mdocdate: March 13 2020 $
        !             3: .Dt FO-TAG 1
        !             4: .Os
        !             5: .Sh NAME
        !             6: .Nm Fo-tag
        !             7: .Nd tagging of function name macros
        !             8: .Sh DESCRIPTION
        !             9: BEGINTEST
        !            10: .Pp
        !            11: automatic:
        !            12: .Fn first
        !            13: and
        !            14: .Fn second
        !            15: .Pp
        !            16: .Fn second
        !            17: and
        !            18: .Fn first
        !            19: .Pp
        !            20: explicit:
        !            21: .Tg e3
        !            22: .Fn third
        !            23: and
        !            24: .Tg e4
        !            25: .Fo fourth
        !            26: .Fa void
        !            27: .Fc
        !            28: .Pp
        !            29: ENDTEST

CVSweb