summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_cleanup_push.3
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-07-04 08:36:06 +0000
committerwiz <wiz@NetBSD.org>2003-07-04 08:36:06 +0000
commitba587118af62d6d2113f1eab45bfb00a0caae7c1 (patch)
tree92dad12b68c15fcb0aad70e6806555b9df43fad5 /lib/libpthread/pthread_cleanup_push.3
parent3c3799a827593f01541ce3ed6e56cd0a0f92e8fc (diff)
Drop trailing whitespace.
Diffstat (limited to 'lib/libpthread/pthread_cleanup_push.3')
-rw-r--r--lib/libpthread/pthread_cleanup_push.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_cleanup_push.3 b/lib/libpthread/pthread_cleanup_push.3
index ec9c17e655d..26f8c1bf6fc 100644
--- a/lib/libpthread/pthread_cleanup_push.3
+++ b/lib/libpthread/pthread_cleanup_push.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_cleanup_push.3,v 1.2 2003/06/08 06:44:29 thorpej Exp $
+.\" $NetBSD: pthread_cleanup_push.3,v 1.3 2003/07/04 08:36:06 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -94,7 +94,7 @@ as its only argument.
These functions may be implemented as macros which contain scope delimiters;
therefore, there must be a matching
.Fn pthread_cleanup_pop
-for every
+for every
.Fn pthread_cleanup_push
at the same level of lexical scoping.
.Pp