[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.3

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:
1.2       schwarze   19: <*math.h:*>
1.1       schwarze   20: *double*
                     21: **sin**(*double x*)
                     22: *double*
                     23: **cos**(*double x*)
                     24:
1.3     ! schwarze   25: OpenBSD - July 4, 2017

CVSweb