Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librt Use standard section headers, as documented in mdo...



details:   https://anonhg.NetBSD.org/src/rev/ba4c9feaf4a1
branches:  trunk
changeset: 754622:ba4c9feaf4a1
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu May 06 10:49:53 2010 +0000

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

diffstat:

 lib/librt/mq_open.3 |  6 +++---
 lib/librt/pset.3    |  4 ++--
 lib/librt/sched.3   |  6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (68 lines):

diff -r 7f1434f10d86 -r ba4c9feaf4a1 lib/librt/mq_open.3
--- a/lib/librt/mq_open.3       Thu May 06 10:40:43 2010 +0000
+++ b/lib/librt/mq_open.3       Thu May 06 10:49:53 2010 +0000
@@ -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
diff -r 7f1434f10d86 -r ba4c9feaf4a1 lib/librt/pset.3
--- a/lib/librt/pset.3  Thu May 06 10:40:43 2010 +0000
+++ b/lib/librt/pset.3  Thu May 06 10:49:53 2010 +0000
@@ -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
diff -r 7f1434f10d86 -r ba4c9feaf4a1 lib/librt/sched.3
--- a/lib/librt/sched.3 Thu May 06 10:40:43 2010 +0000
+++ b/lib/librt/sched.3 Thu May 06 10:49:53 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index