Module Name:    src
Committed By:   jruoho
Date:           Thu May  6 10:49:53 UTC 2010

Modified Files:
        src/lib/librt: mq_open.3 pset.3 sched.3

Log Message:
Use standard section headers, as documented in mdoc.samples(7).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/librt/mq_open.3
cvs rdiff -u -r1.11 -r1.12 src/lib/librt/pset.3
cvs rdiff -u -r1.8 -r1.9 src/lib/librt/sched.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/librt/mq_open.3
diff -u src/lib/librt/mq_open.3:1.1 src/lib/librt/mq_open.3:1.2
--- src/lib/librt/mq_open.3:1.1	Mon Jan  5 21:19:49 2009
+++ src/lib/librt/mq_open.3	Thu May  6 10:49:53 2010
@@ -1,8 +1,8 @@
-.\"	$NetBSD: mq_open.3,v 1.1 2009/01/05 21:19:49 rmind Exp $
+.\"	$NetBSD: mq_open.3,v 1.2 2010/05/06 10:49:53 jruoho Exp $
 .\"
 .\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
 .\"
-.Dd January 5, 2009
+.Dd May 6, 2010
 .Dt MQ_OPEN 3
 .Os
 .Sh NAME
@@ -178,7 +178,7 @@
 The
 .Fn mq_open
 function does not add or remove messages from the queue.
-.Sh NOTES
+.Sh IMPLEMENTATION NOTES
 The
 .Xr select 2
 and

Index: src/lib/librt/pset.3
diff -u src/lib/librt/pset.3:1.11 src/lib/librt/pset.3:1.12
--- src/lib/librt/pset.3:1.11	Thu May  6 10:40:43 2010
+++ src/lib/librt/pset.3	Thu May  6 10:49:53 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pset.3,v 1.11 2010/05/06 10:40:43 jruoho Exp $
+.\"	$NetBSD: pset.3,v 1.12 2010/05/06 10:49:53 jruoho Exp $
 .\"
 .\" Copyright (c) 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -153,7 +153,7 @@
 .Dv PS_MYID ,
 the processor set ID of the caller thread will be used.
 .El
-.Sh NOTES
+.Sh IMPLEMENTATION NOTES
 The
 .Fn pset_bind
 function can return the current processor set ID to which the

Index: src/lib/librt/sched.3
diff -u src/lib/librt/sched.3:1.8 src/lib/librt/sched.3:1.9
--- src/lib/librt/sched.3:1.8	Sat Nov  1 14:04:52 2008
+++ src/lib/librt/sched.3	Thu May  6 10:49:53 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sched.3,v 1.8 2008/11/01 14:04:52 wiz Exp $
+.\"	$NetBSD: sched.3,v 1.9 2010/05/06 10:49:53 jruoho Exp $
 .\"
 .\" Copyright (c) 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 31, 2008
+.Dd May 6, 2010
 .Dt SCHED 3
 .Os
 .Sh NAME
@@ -242,7 +242,7 @@
 .Fa pid
 is not zero.
 .El
-.Sh NOTES
+.Sh IMPLEMENTATION NOTES
 Portable applications should not use the
 .Fn sched_setaffinity_np
 and

Reply via email to