OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man7 / complex.7
index 2ae32d7..072c861 100644 (file)
@@ -1,5 +1,8 @@
 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
+.\"
+.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE)
 .\" Distributed under GPL
+.\" %%%LICENSE_END
 .\"
 .TH COMPLEX 7 2011-09-16 "" "Linux Programmer's Manual"
 .SH NAME
@@ -49,7 +52,7 @@ main(void)
     printf("%f + %f * i\\n", creal(z), cimag(z));
 }
 .fi
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR cabs (3),
 .BR cacos (3),
 .BR cacosh (3),
@@ -76,3 +79,12 @@ main(void)
 .BR csqrt (3),
 .BR ctan (3),
 .BR ctanh (3)
+.SH COLOPHON
+This page is part of release 3.79 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/.