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

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

1.1     ! schwarze    1: IN-NOARG(2) - System Calls Manual
        !             2:
        !             3: # NAME
        !             4:
        !             5: **In-noarg** - include file macros without argument
        !             6:
        !             7: # SYNOPSIS
        !             8:
        !             9: **#include <math.h>**
        !            10:
        !            11: *double*
        !            12: **sin**(*double x*);
        !            13:
        !            14: *double*
        !            15: **cos**(*double x*);
        !            16:
        !            17: # DESCRIPTION
        !            18:
        !            19: <*math.h*>
        !            20: *double*
        !            21: **sin**(*double x*)
        !            22: *double*
        !            23: **cos**(*double x*)
        !            24:
        !            25: OpenBSD - February 5, 2015

CVSweb