[PATCH 2/3] doc: Fix some inconsistent QUICKREF lines

Jon Turney jon.turney@dronecode.org.uk
Fri Nov 6 15:51:00 GMT 2015


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>
---
 newlib/ChangeLog             | 8 ++++++++
 newlib/libm/math/w_acos.c    | 3 ++-
 newlib/libm/math/w_acosh.c   | 3 ++-
 newlib/libm/math/w_asin.c    | 3 ++-
 newlib/libm/mathfp/e_acosh.c | 3 ++-
 newlib/libm/mathfp/s_acos.c  | 3 ++-
 6 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index cccee1e..5934f06 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,13 @@
 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.
+
+2015-11-06  Jon Turney  <jon.turney@dronecode.org.uk>
+
 	* doc/doc.str: Fix INTERNAL_DEFINITION, INTERNAL_FUNCTION and
 	INTERNAL.
 
diff --git a/newlib/libm/math/w_acos.c b/newlib/libm/math/w_acos.c
index fdf2eb0..8ce7887 100644
--- a/newlib/libm/math/w_acos.c
+++ b/newlib/libm/math/w_acos.c
@@ -58,7 +58,8 @@ RETURNS
 	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
 
diff --git a/newlib/libm/math/w_acosh.c b/newlib/libm/math/w_acosh.c
index 022c5c6..ad802c2 100644
--- a/newlib/libm/math/w_acosh.c
+++ b/newlib/libm/math/w_acosh.c
@@ -60,7 +60,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/math/w_asin.c b/newlib/libm/math/w_asin.c
index e7884b2..c49111d 100644
--- a/newlib/libm/math/w_asin.c
+++ b/newlib/libm/math/w_asin.c
@@ -59,7 +59,8 @@ return NaN (not a number), set the global variable <<errno>> to
 
 You can change this error treatment using <<matherr>>.
 
-QUICKREF ANSI SVID POSIX RENTRANT
+QUICKREF
+ ansi svid posix rentrant
  asin	 y,y,y,m
  asinf   n,n,n,m
 
diff --git a/newlib/libm/mathfp/e_acosh.c b/newlib/libm/mathfp/e_acosh.c
index c2bf528..7b199c5 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 88d5937..051afea 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
 
-- 
2.5.3



More information about the Newlib mailing list