Commit Graph

18 Commits

Author SHA1 Message Date
Matthew Flaschen 3c78ebef9d log2.3: log2() function does not conform to C89
log2, log2f, and log2l do not conform to C89.
They are defined in C99.  See http://flash-gordon.me.uk/ansi.c.txt
and http://www.schweikhardt.net/identifiers.html

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-09-12 09:18:46 +02:00
Jan Engelhardt be62f42148 log.3, log10.3, log2.3: Add cross-references to other-base logarithmic functions
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2010-06-13 04:40:35 +02:00
Michael Kerrisk f0d7ce1d71 Added VERSIONS section pointing out that these functions first appeared
in glibc in version 2.1.
2008-08-11 17:13:47 +00:00
Michael Kerrisk a19492526e update timestamp 2008-08-01 05:54:27 +00:00
Michael Kerrisk 3d35263196 Added RETURN VALUE section.
Rewrote ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:30 +00:00
Michael Kerrisk cc4615cc78 Added/updated glibc feature test macro requirements 2007-07-08 12:11:40 +00:00
Michael Kerrisk e9329f6ddc Where there is an instruction in the SYNOPIS about linking
or compiling with a certain option, the option is now
marked up in itlacs (e.g., "\fI-lm\fP").
2007-05-21 09:56:00 +00:00
Michael Kerrisk 60a90ecdae Convert function formatting of the form "\fBname\fP()" to ".BR name ()". 2007-05-12 09:06:04 +00:00
Michael Kerrisk c13182efa3 Wrapped long lines, wrapped at sentence boundaries; stripped trailing
white space.
2007-04-12 22:42:49 +00:00
Michael Kerrisk e49f411f31 ffix 2006-08-04 09:29:30 +00:00
Michael Kerrisk 68e1685c25 Updated CONFORMING TO section 2006-08-03 13:57:30 +00:00
Michael Kerrisk 63aa9df02f Automated unformatting of parentheses using unformat_parens.sh 2005-10-19 07:07:02 +00:00
Michael Kerrisk b14d4aa5b8 Classical BSD versions are now always named x.yBSD (formerly
there was a mix of x.yBSD and BSD x.y).
2005-07-18 15:05:56 +00:00
Michael Kerrisk 4d9b698450 Hyphenation/dash fixes 2005-07-06 07:41:37 +00:00
Michael Kerrisk b6a37c735b Added ERANGE error 2005-06-21 16:03:30 +00:00
Michael Kerrisk 462a7bad96 Added "Compile with -std=c99" as suggested by Fabian Kreutz 2004-11-16 11:01:14 +00:00
Michael Kerrisk 3626880689 Added SEE ALSO entries suggested by Fabian Kreutz 2004-11-15 11:59:59 +00:00
Michael Kerrisk fea681dafb Import of man-pages 1.70 2004-11-03 13:51:07 +00:00