summaryrefslogtreecommitdiff
path: root/lib/libm
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-05-03 18:57:41 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-05-03 18:57:41 +0000
commitb5bbf8376973140119b6cf476858dd67225447d8 (patch)
tree5bf8075b44c45509bb23e46ad406401691e335e9 /lib/libm
parentc6fd4b53eb683bad26282e9a0adb3fcdd6e7eea5 (diff)
these files all had >9 arguments to .Nd, causing the name description to be
truncated. i wrapped them in double quotes to preserve the line. grep inspired by an -mdoc lesson from millert@
Diffstat (limited to 'lib/libm')
-rw-r--r--lib/libm/man/ceil.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/man/ceil.3 b/lib/libm/man/ceil.3
index 27112f5a90a..6efe3a561cc 100644
--- a/lib/libm/man/ceil.3
+++ b/lib/libm/man/ceil.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ceil.3,v 1.7 2003/02/27 01:07:43 jason Exp $
+.\" $OpenBSD: ceil.3,v 1.8 2003/05/03 18:57:40 jmc Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -38,7 +38,7 @@
.Sh NAME
.Nm ceil ,
.Nm ceilf
-.Nd round to smallest integral value greater than or equal to x
+.Nd "round to smallest integral value greater than or equal to x"
.Sh SYNOPSIS
.Fd #include <math.h>
.Ft double