diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
| commit | 2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch) | |
| tree | 4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man3/cimag.3 | |
| parent | 2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff) | |
| download | man-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz | |
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/cimag.3')
| -rw-r--r-- | man3/cimag.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/cimag.3 b/man3/cimag.3 index 1ee279abb2..0c0569b3e4 100644 --- a/man3/cimag.3 +++ b/man3/cimag.3 @@ -20,11 +20,11 @@ The function returns the imaginary part of the complex number z. .LP One has z = creal(z) + I * cimag(z). +.SH "CONFORMING TO" +C99 .SH NOTES gcc also supports __imag__. That is a GNU extension. -.SH "CONFORMING TO" -C99 .SH "SEE ALSO" .BR cabs (3), .BR creal (3), |
