[BACK]Return to before-fn.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Ft

Annotation of mandoc/regress/mdoc/Ft/before-fn.in, Revision 1.1

1.1     ! kristaps    1: .Dd $Mdocdate$
        !             2: .Dt FOO 1
        !             3: .Os
        !             4: .Sh NAME
        !             5: .Nm foo
        !             6: .Nd bar
        !             7: .Sh SYNOPSIS
        !             8: .Fn b \" Get this out of the way.
        !             9: .Ft a
        !            10: .Fn b "c d"
        !            11: .Ft 1
        !            12: .Ft 2
        !            13: .Fn b "c d"
        !            14: .Fn b "c d"
        !            15: .Sh DESCRIPTION
        !            16: .Ft a
        !            17: .Fn b "c d"
        !            18: .Ft 1
        !            19: .Ft 2
        !            20: .Fn b "c d"
        !            21: .Fn b "c d"

CVSweb