Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 IMPLEMENTATION NOTES back to NOTES.



details:   https://anonhg.NetBSD.org/src/rev/4b3461b1453c
branches:  trunk
changeset: 754918:4b3461b1453c
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun May 16 05:18:35 2010 +0000

description:
IMPLEMENTATION NOTES back to NOTES.

diffstat:

 share/man/man9/kmem.9   |  6 +++---
 share/man/man9/sysctl.9 |  6 +++---
 share/man/man9/xcall.9  |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (81 lines):

diff -r 63af461b73ae -r 4b3461b1453c share/man/man9/kmem.9
--- a/share/man/man9/kmem.9     Sun May 16 05:17:02 2010 +0000
+++ b/share/man/man9/kmem.9     Sun May 16 05:18:35 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: kmem.9,v 1.9 2010/05/14 18:52:46 jruoho Exp $
+.\"    $NetBSD: kmem.9,v 1.10 2010/05/16 05:18:35 jruoho Exp $
 .\"
 .\" Copyright (c)2006 YAMAMOTO Takashi,
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\" ------------------------------------------------------------
-.Dd May 14, 2010
+.Dd May 16, 2010
 .Dt KMEM 9
 .Os
 .\" ------------------------------------------------------------
@@ -136,7 +136,7 @@
 .Dv NULL
 is illegal.
 .\" ------------------------------------------------------------
-.Sh IMPLEMENTATION NOTES
+.Sh NOTES
 Making
 .Dv KM_SLEEP
 allocations while holding mutexes or reader/writer locks is discouraged, as the
diff -r 63af461b73ae -r 4b3461b1453c share/man/man9/sysctl.9
--- a/share/man/man9/sysctl.9   Sun May 16 05:17:02 2010 +0000
+++ b/share/man/man9/sysctl.9   Sun May 16 05:18:35 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.9,v 1.16 2010/05/14 18:52:46 jruoho Exp $
+.\"    $NetBSD: sysctl.9,v 1.17 2010/05/16 05:18:35 jruoho Exp $
 .\"
 .\" Copyright (c) 2004 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 May 14, 2010
+.Dd May 16, 2010
 .Dt SYSCTL 9
 .Os
 .Sh NAME
@@ -613,7 +613,7 @@
 .Fa oldp
 are interpreted as kernel addresses, and access is performed as for
 the superuser.
-.Sh IMPLEMENTATION NOTES
+.Sh NOTES
 It is expected that nodes will be added to (or removed from) the tree
 during the following stages of a machine's lifetime:
 .Pp
diff -r 63af461b73ae -r 4b3461b1453c share/man/man9/xcall.9
--- a/share/man/man9/xcall.9    Sun May 16 05:17:02 2010 +0000
+++ b/share/man/man9/xcall.9    Sun May 16 05:18:35 2010 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: xcall.9,v 1.5 2010/05/14 18:52:46 jruoho Exp $
+.\"     $NetBSD: xcall.9,v 1.6 2010/05/16 05:18:35 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 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 May 14, 2010
+.Dd May 16, 2010
 .Dt XCALL 9
 .Os
 .Sh NAME
@@ -81,7 +81,7 @@
 not interrupting other code running on the CPU, and so has exclusive
 access to the CPU.
 Keep in mind that unless disabled, it may cause a kernel preemption.
-.Sh IMPLEMENTATION NOTES
+.Sh NOTES
 Functions being called should be relatively lightweight.
 They may block on locks, but carefully and minimally, to not interfere
 with other cross calls in the system.



Home | Main Index | Thread Index | Old Index