diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-11-07 18:15:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-11-07 18:15:33 +0000 |
commit | 9c6aa254f20c2312dda523f46a57115508cdf244 (patch) | |
tree | 132473a9272195c397f3b9ee8b33dd64b74c4893 | |
parent | fa5017f23ab9956383b45cec8444f49b5ea0c92d (diff) |
tweak previous;
-rw-r--r-- | lib/libpthread/man/sched_prio.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libpthread/man/sched_prio.3 b/lib/libpthread/man/sched_prio.3 index 4b15fd94e6f..9e8f20dc7b8 100644 --- a/lib/libpthread/man/sched_prio.3 +++ b/lib/libpthread/man/sched_prio.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sched_prio.3,v 1.1 2010/11/07 13:29:21 fgsch Exp $ +.\" $OpenBSD: sched_prio.3,v 1.2 2010/11/07 18:15:32 jmc Exp $ .\" .\" Copyright (c) 2010 Federico G. Schwindt <fgsch@openbsd.org> .\" @@ -50,7 +50,7 @@ Upon successful completion, and .Fn sched_get_priority_min return the maximum and minimum priority values, respectively. -Otherwise, a value of -1 is returned and errno is set to indicate the error. +Otherwise, a value of \-1 is returned and errno is set to indicate the error. .Sh ERRORS The .Fn sched_get_priority_max @@ -61,11 +61,13 @@ functions will fail if: .It Bq Er EINVAL Invalid value for .Fa policy . +.El .Sh STANDARDS +The .Fn sched_get_priority_max and .Fn sched_get_priority_min -conforms to +functions conform to .St -p1003.1-2008 . .Pp This implementation does not support process scheduling. |