]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/cbrt.3
user_namespaces.7: Minor rewordings of recently added text
[thirdparty/man-pages.git] / man3 / cbrt.3
index 9b22a3cc555ca579c74b40e9220efe00a07fac29..946ee50eef8bf05a9e7e616f19bccf03dce6452e 100644 (file)
@@ -27,7 +27,7 @@
 .\" Modified 2002-07-27 Walter Harms
 .\" (walter.harms@informatik.uni-oldenburg.de)
 .\"
-.TH CBRT 3  2016-03-15 "GNU"  "Linux Programmer's Manual"
+.TH CBRT 3  2017-09-15 "GNU"  "Linux Programmer's Manual"
 .SH NAME
 cbrt, cbrtf, cbrtl \- cube root function
 .SH SYNOPSIS
@@ -35,9 +35,7 @@ cbrt, cbrtf, cbrtl \- cube root function
 .B #include <math.h>
 .PP
 .BI "double cbrt(double " x );
-.br
 .BI "float cbrtf(float " x );
-.br
 .BI "long double cbrtl(long double " x );
 .fi
 .PP