diff options
author | 2010-11-07 18:16:43 +0000 | |
---|---|---|
committer | 2010-11-07 18:16:43 +0000 | |
commit | ee0afd731a7d630c9db95de3603faee05dc8e562 (patch) | |
tree | da91fd0eb413bf692cf4618ddca31332eb37a3e3 | |
parent | tweak previous; (diff) | |
download | wireguard-openbsd-ee0afd731a7d630c9db95de3603faee05dc8e562.tar.xz wireguard-openbsd-ee0afd731a7d630c9db95de3603faee05dc8e562.zip |
do not list MLINKed man pages multiple times in SEE ALSO;
-rw-r--r-- | lib/libpthread/man/pthread_schedparam.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_schedparam.3 b/lib/libpthread/man/pthread_schedparam.3 index 1aa49349d4a..f8e10c3b765 100644 --- a/lib/libpthread/man/pthread_schedparam.3 +++ b/lib/libpthread/man/pthread_schedparam.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_schedparam.3,v 1.3 2010/11/07 13:29:21 fgsch Exp $ +.\" $OpenBSD: pthread_schedparam.3,v 1.4 2010/11/07 18:16:43 jmc Exp $ .\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. .\" All rights reserved. .\" @@ -83,8 +83,7 @@ Non-existent thread .Va thread . .El .Sh SEE ALSO -.Xr sched_get_priority_max 3 , -.Xr sched_get_priority_min 3 +.Xr sched_get_priority_max 3 .Sh STANDARDS .Fn pthread_setschedparam and |