Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Cross-link a little.
details: https://anonhg.NetBSD.org/src/rev/cb4e8b6cdd70
branches: trunk
changeset: 751046:cb4e8b6cdd70
user: rmind <rmind%NetBSD.org@localhost>
date: Sat Jan 23 00:54:43 2010 +0000
description:
Cross-link a little.
diffstat:
share/man/man9/kmem.9 | 3 ++-
share/man/man9/percpu.9 | 4 +++-
share/man/man9/pool_cache.9 | 3 ++-
3 files changed, 7 insertions(+), 3 deletions(-)
diffs (51 lines):
diff -r 40d8f1f25dad -r cb4e8b6cdd70 share/man/man9/kmem.9
--- a/share/man/man9/kmem.9 Sat Jan 23 00:47:03 2010 +0000
+++ b/share/man/man9/kmem.9 Sat Jan 23 00:54:43 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: kmem.9,v 1.3 2009/08/03 22:20:07 wiz Exp $
+.\" $NetBSD: kmem.9,v 1.4 2010/01/23 00:54:43 rmind Exp $
.\"
.\" Copyright (c)2006 YAMAMOTO Takashi,
.\" All rights reserved.
@@ -245,6 +245,7 @@
.Sh SEE ALSO
.Xr intro 9 ,
.Xr memoryallocators 9 ,
+.Xr percpu 9 ,
.Xr pool_cache 9
.\" ------------------------------------------------------------
.Sh CAVEATS
diff -r 40d8f1f25dad -r cb4e8b6cdd70 share/man/man9/percpu.9
--- a/share/man/man9/percpu.9 Sat Jan 23 00:47:03 2010 +0000
+++ b/share/man/man9/percpu.9 Sat Jan 23 00:54:43 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: percpu.9,v 1.6 2010/01/23 00:17:07 rmind Exp $
+.\" $NetBSD: percpu.9,v 1.7 2010/01/23 00:54:43 rmind Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -158,7 +158,9 @@
.\" .Sh EXAMPLES
.Sh SEE ALSO
.Xr atomic_ops 3 ,
+.Xr kmem 9 ,
.Xr pcq 9 ,
+.Xr pool_cache 9 ,
.Xr xc 9
.Sh HISTORY
The
diff -r 40d8f1f25dad -r cb4e8b6cdd70 share/man/man9/pool_cache.9
--- a/share/man/man9/pool_cache.9 Sat Jan 23 00:47:03 2010 +0000
+++ b/share/man/man9/pool_cache.9 Sat Jan 23 00:54:43 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pool_cache.9,v 1.14 2009/12/24 22:45:15 bad Exp $
+.\" $NetBSD: pool_cache.9,v 1.15 2010/01/23 00:54:43 rmind Exp $
.\"
.\" Copyright (c)2003 YAMAMOTO Takashi,
.\" All rights reserved.
@@ -329,4 +329,5 @@
.Xr intro 9 ,
.Xr kmem 9 ,
.Xr memoryallocators 9 ,
+.Xr percpu 9,
.Xr pool 9
Home |
Main Index |
Thread Index |
Old Index