From 674546eff68dfddcd02c3efbf7f76411d598a8bd Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 12 Apr 2015 11:56:40 +0200 Subject: [PATCH] sincos.3: wfix Signed-off-by: Michael Kerrisk --- man3/sincos.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/sincos.3 b/man3/sincos.3 index aa2b7534e..dadb05e86 100644 --- a/man3/sincos.3 +++ b/man3/sincos.3 @@ -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),