summaryrefslogtreecommitdiff
path: root/lib/libm/man/ceil.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/man/ceil.3')
-rw-r--r--lib/libm/man/ceil.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/man/ceil.3 b/lib/libm/man/ceil.3
index 39e3bdb45b6..a5761548877 100644
--- a/lib/libm/man/ceil.3
+++ b/lib/libm/man/ceil.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ceil.3,v 1.13 2011/07/07 01:34:52 martynas Exp $
+.\" $OpenBSD: ceil.3,v 1.14 2013/06/05 03:40:26 tedu Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" from: @(#)ceil.3 5.1 (Berkeley) 5/2/91
.\"
-.Dd $Mdocdate: July 7 2011 $
+.Dd $Mdocdate: June 5 2013 $
.Dt CEIL 3
.Os
.Sh NAME
@@ -37,7 +37,7 @@
.Nm ceill
.Nd "round to smallest integral value greater than or equal to x"
.Sh SYNOPSIS
-.Fd #include <math.h>
+.In math.h
.Ft double
.Fn ceil "double x"
.Ft float