OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man3 / clog10.3
index a7d48ed..c17455e 100644 (file)
@@ -1,11 +1,14 @@
 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
+.\"
+.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE)
 .\" Distributed under GPL
+.\" %%%LICENSE_END
 .\"
 .TH CLOG10 3 2008-08-11 "" "Linux Programmer's Manual"
 .SH NAME
 clog10, clog10f, clog10l \- base-10 logarithm of a complex number
 .SH SYNOPSIS
-.B #define _GNU_SOURCE
+.BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
 .br
 .B #include <complex.h>
 .sp
@@ -31,13 +34,21 @@ Note that
 close to zero will cause an overflow.
 .SH VERSIONS
 These functions first appeared in glibc in version 2.1.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 This function is a GNU extension.
 It is reserved for future use in C99.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR cabs (3),
 .BR cexp (3),
 .BR clog (3),
 .BR clog2 (3),
-.BR complex (7),
-.BR feature_test_macros (7)
+.BR complex (7)
+.SH COLOPHON
+This page is part of release 3.68 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.