diff options
author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-01-13 20:33:42 +0000 |
---|---|---|
committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-01-13 20:33:42 +0000 |
commit | 749f5f532ed2a2fbedbc65c7867e1a2158a65923 (patch) | |
tree | c2bb5229d9c9fd6053631c2be61e6d7bd4dd5b45 /lib/msun/man/ceil.3 | |
parent | fc5571cc25c391b9f4f3e6012637266606c6cdfa (diff) | |
download | src-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
Diffstat (limited to 'lib/msun/man/ceil.3')
-rw-r--r-- | lib/msun/man/ceil.3 | 7 |
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 . |