diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-03-22 00:06:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-03-22 00:06:20 +0000 |
commit | 663df19045c20c8c1b098e18de8f17e1708e027e (patch) | |
tree | 6a5e7914c2b7bb44fbd24470776a61e13d9a2551 /lib/libpthread | |
parent | 6c8fdab4473fb1ea0bc0189a8c11a1f581ba4b3e (diff) |
new sentence, new line;
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/man/pthread_testcancel.3 | 7 |
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 |