summaryrefslogtreecommitdiff
path: root/lib
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
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')
-rw-r--r--lib/libc/posix1e/extattr.35
-rw-r--r--lib/libm/man/ceil.34
2 files changed, 4 insertions, 5 deletions
diff --git a/lib/libc/posix1e/extattr.3 b/lib/libc/posix1e/extattr.3
index ca2599d963f..ca8e062ffe7 100644
--- a/lib/libc/posix1e/extattr.3
+++ b/lib/libc/posix1e/extattr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: extattr.3,v 1.4 2002/02/24 04:23:15 fgsch Exp $
+.\" $OpenBSD: extattr.3,v 1.5 2003/05/03 18:57:40 jmc Exp $
.\"
.\" Copyright (c) 2001 Dima Dorfman <dd@FreeBSD.org>
.\" All rights reserved.
@@ -32,8 +32,7 @@
.Sh NAME
.Nm extattr_namespace_to_string ,
.Nm extattr_string_to_namespace
-.Nd convert an extended attribute namespace identifier to a string and
-vice versa
+.Nd "convert an extended attribute namespace identifier to a string and vice versa"
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/extattr.h>
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