From 367d55260f887299ba5cecf166762c2f8a9913ef Mon Sep 17 00:00:00 2001 From: David Schultz Date: Wed, 12 Dec 2007 23:49:40 +0000 Subject: [PATCH] Add a "STANDARDS" section. --- lib/msun/man/hypot.3 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/msun/man/hypot.3 b/lib/msun/man/hypot.3 index 978b390b940..083e1387b33 100644 --- a/lib/msun/man/hypot.3 +++ b/lib/msun/man/hypot.3 @@ -129,3 +129,12 @@ function and a function appeared in .At v7 . +.Sh STANDARDS +The +.Fn hypot , +.Fn hypotf , +.Fn cabs , +and +.Fn cabsf +functions conform to +.St -isoC-99 .