diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2004-11-11 17:28:42 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2004-11-11 17:28:42 +0000 |
commit | d39541ec4151f8c8e1b19f1ed72fd791d985b0f5 (patch) | |
tree | fd8b76bea573a05d8d3ded82ad52d6da60695a9e /man3/creal.3 | |
parent | 925d4d6a89dba7e01556fdd7874c9baac23e720a (diff) |
Compressed synopsis as per Fabian Kreutz's suggestion
Diffstat (limited to 'man3/creal.3')
-rw-r--r-- | man3/creal.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/creal.3 b/man3/creal.3 index 35986d3fd..ae340fb65 100644 --- a/man3/creal.3 +++ b/man3/creal.3 @@ -8,9 +8,9 @@ creal, crealf, creall \- get real part of a complex number .B #include <complex.h> .sp .BI "double creal(double complex " z ); -.sp +.br .BI "float crealf(float complex " z ); -.sp +.br .BI "long double creall(long double complex " z ); .sp Link with \-lm. |