summaryrefslogtreecommitdiffstats
path: root/man3/pthread_cleanup_push_defer_np.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_cleanup_push_defer_np.3')
-rw-r--r--man3/pthread_cleanup_push_defer_np.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_cleanup_push_defer_np.3 b/man3/pthread_cleanup_push_defer_np.3
index b14c11a86..b60ea81c2 100644
--- a/man3/pthread_cleanup_push_defer_np.3
+++ b/man3/pthread_cleanup_push_defer_np.3
@@ -79,7 +79,7 @@ is equivalent to (but shorter and more efficient than):
.in +4n
.EX
int oldtype;
-
+\&
pthread_cleanup_push(routine, arg);
pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldtype);
\&...