diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2015-10-25 13:15:07 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2015-11-12 12:42:17 +0000 |
commit | 81a7c8c37f9f932ce9969478c618ebf69457e3de (patch) | |
tree | 52f418311c570b24623885fdfccb1b2be1e5c4b9 /newlib/libm/mathfp | |
parent | 0c02db4d28cf872b6f00c31dfb5088f2fa675995 (diff) | |
download | cygnal-81a7c8c37f9f932ce9969478c618ebf69457e3de.tar.gz cygnal-81a7c8c37f9f932ce9969478c618ebf69457e3de.tar.bz2 cygnal-81a7c8c37f9f932ce9969478c618ebf69457e3de.zip |
doc: Fix some inconsistent QUICKREF lines
makedoc defines a command as 'all upper case, and alone on a line'.
A few QUICKREF lines currently violate this by having some additional text after
the QUICKREF.
So, currently, these lines are treated as an unknown command.
This is benign as QUICKREF currently does nothing but produce some ignored
output on stderr. I'm not sure what the intent of QUICKREF is.
2015-11-06 Jon Turney <jon.turney@dronecode.org.uk>
* libm/mathfp/s_acos.c: Fix QUICKREF.
* libm/mathfp/e_acosh.c: Ditto.
* libm/math/w_asin.c: Ditto.
* libm/mathfp/e_acosh.c: Ditto.
* libm/mathfp/s_acos.c: Ditto.
Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/libm/mathfp')
-rw-r--r-- | newlib/libm/mathfp/e_acosh.c | 3 | ||||
-rw-r--r-- | newlib/libm/mathfp/s_acos.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/e_acosh.c b/newlib/libm/mathfp/e_acosh.c index c2bf52890..7b199c5d9 100644 --- a/newlib/libm/mathfp/e_acosh.c +++ b/newlib/libm/mathfp/e_acosh.c @@ -49,7 +49,8 @@ Neither <<acosh>> nor <<acoshf>> are ANSI C. They are not recommended for portable programs. -QUICKREF ANSI SVID POSIX RENTRANT +QUICKREF + ansi svid posix rentrant acos n,n,n,m acosf n,n,n,m diff --git a/newlib/libm/mathfp/s_acos.c b/newlib/libm/mathfp/s_acos.c index 88d59372d..051afea72 100644 --- a/newlib/libm/mathfp/s_acos.c +++ b/newlib/libm/mathfp/s_acos.c @@ -50,7 +50,8 @@ o $\pi$. You can modify error handling for these functions using <<matherr>>. -QUICKREF ANSI SVID POSIX RENTRANT +QUICKREF + ansi svid posix rentrant acos y,y,y,m acosf n,n,n,m |