aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2005-01-13 20:33:42 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2005-01-13 20:33:42 +0000
commit749f5f532ed2a2fbedbc65c7867e1a2158a65923 (patch)
treec2bb5229d9c9fd6053631c2be61e6d7bd4dd5b45
parentfc5571cc25c391b9f4f3e6012637266606c6cdfa (diff)
downloadsrc-749f5f532ed2a2fbedbc65c7867e1a2158a65923.tar.gz
src-749f5f532ed2a2fbedbc65c7867e1a2158a65923.zip
Fixed too many of "the", and enclose multi-word argument in double quotes.
Obtained from: ru
Notes
Notes: svn path=/head/; revision=140200
-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 153624e4f6c4..3f825c911dd8 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 .