Tue Mar 11 18:09:40 2008 UTC ()
Add "This API is expected to be compatible with the APIs found in Solaris and
HP-UX operating systems" into the STANDARDS section, as discussed with <wiz>.


(rmind)
diff -r1.1 -r1.2 src/lib/librt/pset.3

cvs diff -r1.1 -r1.2 src/lib/librt/pset.3 (expand / switch to unified diff)

--- src/lib/librt/pset.3 2008/03/10 19:00:21 1.1
+++ src/lib/librt/pset.3 2008/03/11 18:09:40 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: pset.3,v 1.1 2008/03/10 19:00:21 rmind Exp $ 1.\" $NetBSD: pset.3,v 1.2 2008/03/11 18:09:40 rmind Exp $
2.\" 2.\"
3.\" Copyright (c) 2008 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2008 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Mindaugas Rasiukevicius <rmind at NetBSD org>. 7.\" by Mindaugas Rasiukevicius <rmind at NetBSD org>.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -215,19 +215,22 @@ The specified target was not found. @@ -215,19 +215,22 @@ The specified target was not found.
215.Pp 215.Pp
216The 216The
217.Fn pset_destroy 217.Fn pset_destroy
218function fails if: 218function fails if:
219.Bl -tag -width Er 219.Bl -tag -width Er
220.It Bq Er EBUSY 220.It Bq Er EBUSY
221Another operation is performing on the processor set. 221Another operation is performing on the processor set.
222.It Bq Er EPERM 222.It Bq Er EPERM
223The calling process is not the super-user. 223The calling process is not the super-user.
224.El 224.El
225.Sh SEE ALSO 225.Sh SEE ALSO
226.Xr sched 3 , 226.Xr sched 3 ,
227.Xr schedctl 8 227.Xr schedctl 8
 228.Sh STANDARDS
 229This API is expected to be compatible with the APIs found in Solaris and
 230HP-UX operating systems.
228.Sh HISTORY 231.Sh HISTORY
229The processor sets appeared in 232The processor sets appeared in
230.Nx 5.0 . 233.Nx 5.0 .
231.Sh BUGS 234.Sh BUGS
232Currently, these functions are valid and work correctly only with 235Currently, these functions are valid and work correctly only with
233the SCHED_M2 thread scheduler implementation. 236the SCHED_M2 thread scheduler implementation.