From 54dde4f8e382100416d998cedf1fb1a350b5fb59 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 9 May 2021 23:39:24 +0200 Subject: [PATCH] cpow.3: Use 'complex' after the type consistently Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man3/cpow.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man3/cpow.3 b/man3/cpow.3 index 494b88f74..be93bff74 100644 --- a/man3/cpow.3 +++ b/man3/cpow.3 @@ -11,10 +11,10 @@ cpow, cpowf, cpowl \- complex power function .nf .B #include .PP -.BI "double complex cpow(double complex " x ", complex double " z ");" -.BI "float complex cpowf(float complex " x ", complex float " z ");" +.BI "double complex cpow(double complex " x ", double complex " z ); +.BI "float complex cpowf(float complex " x ", float complex " z ); .BI "long double complex cpowl(long double complex " x , -.BI " complex long double " z ");" +.BI " long double complex " z ); .PP Link with \fI\-lm\fP. .fi