From 3eb5f519a5d352ca27017e309bc6e208b1a82c8e Mon Sep 17 00:00:00 2001 From: David Schultz Date: Sat, 15 Dec 2007 02:40:10 +0000 Subject: [PATCH] Add sqrt() to the first table in the manpage. It seems it was accidentally omitted. --- share/man/man3/tgmath.3 | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man3/tgmath.3 b/share/man/man3/tgmath.3 index 3e2a8ff68a3..4957c9b2649 100644 --- a/share/man/man3/tgmath.3 +++ b/share/man/man3/tgmath.3 @@ -101,6 +101,7 @@ Otherwise, the real equivalent is called. .It Fn exp Ta Fn exp Ta Fn cexp .It Fn log Ta Fn log Ta Fn clog .It Fn pow Ta Fn pow Ta Fn cpow +.It Fn sqrt Ta Fn sqrt Ta Fn csqrt .It Fn fabs Ta Fn fabs Ta Fn cabs .El .Pp