function/write_simple
—
write a simple synopsis for functions
- [simple] Write an OpenBSD manual page for the
functions to compute the remainder of a floating-point division, up to the
beginning of the DESCRIPTION section (that is, write the prologue and the
SYNOPSIS). There are three variants for
double,
float, and
long double arguments and return values
that are called
fmod
(),
fmodf
(), and
fmodl
(), respectively. Each one takes
two arguments. All functions are declared in the
<math.h>
header file.
- [intermediate] What changes if you write the manual page for
FreeBSD instead?
- Introduction:
SYNOPSIS
section for library functions
- Style guide:
SYNOPSIS
section for library functions
- html
—
mdoc
- html
—
mdoc