fenv: Fix mangled makedoc markup
See makedoc.c:657: Variables are marked up as '<[foo]>'. Code is marked up as '<<foo>>'.
This commit is contained in:
parent
be095dde8a
commit
5624c18785
@ -45,7 +45,7 @@ SYNOPSIS
|
|||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
This method attempts to store an implementation-defined representation
|
This method attempts to store an implementation-defined representation
|
||||||
of the states of the floating-point status flags specified by <[excepts]>
|
of the states of the floating-point status flags specified by <[excepts]>
|
||||||
in the memory pointed to by <[flagp>].
|
in the memory pointed to by <[flagp]>.
|
||||||
|
|
||||||
RETURNS
|
RETURNS
|
||||||
If the information was successfully returned, this method returns
|
If the information was successfully returned, this method returns
|
||||||
|
@ -38,13 +38,13 @@ INDEX
|
|||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
#include <fenv.h>
|
#include <fenv.h>
|
||||||
int fesetenv(const fenv_t *[<envp>]);
|
int fesetenv(const fenv_t *<[envp]>);
|
||||||
|
|
||||||
Link with -lm.
|
Link with -lm.
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
This method attempts to establish the floating-point environment
|
This method attempts to establish the floating-point environment
|
||||||
pointed to by <[envp]>. The argument [<envp>] must point to a
|
pointed to by <[envp]>. The argument <[envp]> must point to a
|
||||||
floating-point environment obtained via <<fegetenv>> or <<feholdexcept>>
|
floating-point environment obtained via <<fegetenv>> or <<feholdexcept>>
|
||||||
or a floating-point environment macro such as <<FE_DFL_ENV>>.
|
or a floating-point environment macro such as <<FE_DFL_ENV>>.
|
||||||
|
|
||||||
|
@ -44,8 +44,8 @@ SYNOPSIS
|
|||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
This method attempts to set the floating-point status flags specified
|
This method attempts to set the floating-point status flags specified
|
||||||
by <[excepts]> to the states indicated by <[flagp>]. The argument
|
by <[excepts]> to the states indicated by <[flagp]>. The argument
|
||||||
[<flagp>] must point to an fexcept_t instance obtained via calling
|
<[flagp]> must point to an fexcept_t instance obtained via calling
|
||||||
<<fegetexceptflag>> with at least the floating-point exceptions specified
|
<<fegetexceptflag>> with at least the floating-point exceptions specified
|
||||||
by the argument <[excepts]>.
|
by the argument <[excepts]>.
|
||||||
|
|
||||||
|
@ -38,17 +38,17 @@ INDEX
|
|||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
#include <fenv.h>
|
#include <fenv.h>
|
||||||
int feupdateenv(const fenv_t *[<envp>]);
|
int feupdateenv(const fenv_t *<[envp]>);
|
||||||
|
|
||||||
Link with -lm.
|
Link with -lm.
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
This method attempts to save the currently raised floating point
|
This method attempts to save the currently raised floating point
|
||||||
exceptions in its automatic storage, install the floating point
|
exceptions in its automatic storage, install the floating point
|
||||||
environment specified by [<envp]>, and raise the saved floating
|
environment specified by <[envp]>, and raise the saved floating
|
||||||
point exceptions.
|
point exceptions.
|
||||||
|
|
||||||
The argument [<envp>] must point to a floating-point environment
|
The argument <[envp]> must point to a floating-point environment
|
||||||
obtained via <<fegetenv>> or <<feholdexcept>>.
|
obtained via <<fegetenv>> or <<feholdexcept>>.
|
||||||
|
|
||||||
RETURNS
|
RETURNS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user