summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2012-03-22 00:06:19 +0000
committerjmc <jmc@openbsd.org>2012-03-22 00:06:19 +0000
commita55a915d88208cc4e7e6da7a3892a11b138bf6da (patch)
treeecc3c0e2f83650da5bc3b85aacfa8db3be536d9f
parentImplement getdelim(3) and getline(3). (diff)
downloadwireguard-openbsd-a55a915d88208cc4e7e6da7a3892a11b138bf6da.tar.xz
wireguard-openbsd-a55a915d88208cc4e7e6da7a3892a11b138bf6da.zip
new sentence, new line;
-rw-r--r--lib/libpthread/man/pthread_testcancel.37
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_testcancel.3 b/lib/libpthread/man/pthread_testcancel.3
index 82b1825d166..8bf81f9fc3f 100644
--- a/lib/libpthread/man/pthread_testcancel.3
+++ b/lib/libpthread/man/pthread_testcancel.3
@@ -1,9 +1,9 @@
-.\" $OpenBSD: pthread_testcancel.3,v 1.12 2012/03/21 22:03:18 guenther Exp $
+.\" $OpenBSD: pthread_testcancel.3,v 1.13 2012/03/22 00:06:19 jmc Exp $
.\"
.\"
.\" David Leonard, 1999. Public Domain.
.\"
-.Dd $Mdocdate: March 21 2012 $
+.Dd $Mdocdate: March 22 2012 $
.Dt PTHREAD_TESTCANCEL 3
.Os
.Sh NAME
@@ -162,7 +162,8 @@ For cancellation control to be usable in modular
fashion, some rules must be followed.
.Pp
For purposes of this discussion, consider an object to be a generalization
-of a procedure. It is a set of procedures and global variables written as
+of a procedure.
+It is a set of procedures and global variables written as
a unit and called by clients not known by the object.
Objects may depend on other objects.
.Pp