sincos.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-12 11:56:40 +02:00
parent 6cf65aa66f
commit 674546eff6
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ Link with \fI\-lm\fP.
.SH DESCRIPTION
Several applications need sine and cosine of the same angle
.IR x .
This function computes both at the same time, and stores the results in
These functions compute both at the same time, and store the results in
.I *sin
and
.IR *cos .
@ -88,7 +88,7 @@ T{
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
This function is a GNU extension.
These functions are GNU extensions.
.SH SEE ALSO
.BR cos (3),
.BR sin (3),