diff options
| author | wiz <wiz@NetBSD.org> | 2017-07-03 21:28:48 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2017-07-03 21:28:48 +0000 |
| commit | 56b14ee00121a3a960d2fbe103c85e147ac57103 (patch) | |
| tree | 05478e811140b3d30b452dcff8e4df8bdab6e3f8 /lib/libpthread | |
| parent | 7c0084bd3e3114326ae5e7336142439f1d2a10e1 (diff) | |
Remove workaround for ancient HTML generation code.
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/pthread_schedparam.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_schedparam.3 b/lib/libpthread/pthread_schedparam.3 index 2c76453cb8b..cdb632d6916 100644 --- a/lib/libpthread/pthread_schedparam.3 +++ b/lib/libpthread/pthread_schedparam.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_schedparam.3,v 1.7 2010/07/09 08:51:28 jruoho Exp $ +.\" $NetBSD: pthread_schedparam.3,v 1.8 2017/07/03 21:32:51 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -82,7 +82,7 @@ The system default. .El .Pp The thread priority (accessed via -.Va param-\*[Gt]sched_priority ) +.Va param->sched_priority ) must be at least .Dv PTHREAD_MIN_PRIORITY and no more than |
