summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-01-13 20:33:42 +0000
committerstefanf <stefanf@FreeBSD.org>2005-01-13 20:33:42 +0000
commit17c8f614b7fd81686914ff206f23dcaa54291671 (patch)
treec2bb5229d9c9fd6053631c2be61e6d7bd4dd5b45 /lib
parent108b39b8373459ac749bbb19ae2e104ec33f564c (diff)
downloadFreeBSD-src-17c8f614b7fd81686914ff206f23dcaa54291671.zip
FreeBSD-src-17c8f614b7fd81686914ff206f23dcaa54291671.tar.gz
Fixed too many of "the", and enclose multi-word argument in double quotes.
Obtained from: ru
Diffstat (limited to 'lib')
-rw-r--r--lib/msun/man/ceil.37
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/msun/man/ceil.3 b/lib/msun/man/ceil.3
index 153624e..3f825c9 100644
--- a/lib/msun/man/ceil.3
+++ b/lib/msun/man/ceil.3
@@ -48,14 +48,13 @@
.Fn ceil "double x"
.Ft float
.Fn ceilf "float x"
-.Ft long double
+.Ft "long double"
.Fn ceill "long double x"
.Sh DESCRIPTION
The
.Fn ceil ,
-the
.Fn ceilf
-and the
+and
.Fn ceill
functions return the smallest integral value
greater than or equal to
@@ -77,7 +76,7 @@ function conforms to
.St -isoC .
The
.Fn ceilf
-and the
+and
.Fn ceill
functions conform to
.St -isoC-99 .
OpenPOWER on IntegriCloud