diff options
Diffstat (limited to 'upstream/opensuse-tumbleweed/man3/cabs.3')
-rw-r--r-- | upstream/opensuse-tumbleweed/man3/cabs.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/upstream/opensuse-tumbleweed/man3/cabs.3 b/upstream/opensuse-tumbleweed/man3/cabs.3 index f0c75697..2a7a7c65 100644 --- a/upstream/opensuse-tumbleweed/man3/cabs.3 +++ b/upstream/opensuse-tumbleweed/man3/cabs.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH cabs 3 2023-07-20 "Linux man-pages 6.05.01" +.TH cabs 3 2024-05-02 "Linux man-pages (unreleased)" .SH NAME cabs, cabsf, cabsl \- absolute value of a complex number .SH LIBRARY @@ -12,7 +12,7 @@ Math library .SH SYNOPSIS .nf .B #include <complex.h> -.PP +.P .BI "double cabs(double complex " z ); .BI "float cabsf(float complex " z ); .BI "long double cabsl(long double complex " z ); @@ -37,7 +37,6 @@ T{ .BR cabsl () T} Thread safety MT-Safe .TE -.sp 1 .SH STANDARDS C11, POSIX.1-2008. .SH HISTORY |