- Add link to memoryallocators(9) in kmem_*(9), vmem(9), uvm(9), malloc(9),

pool(9) and pool_cache(9) manuals.
- Sort uvm(9) "SEE ALSO" section.
This commit is contained in:
rmind 2007-02-16 23:13:05 +00:00
parent ff885dda73
commit ede64e5874
8 changed files with 23 additions and 15 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kmem_alloc.9,v 1.3 2006/11/04 12:39:50 yamt Exp $
.\" $NetBSD: kmem_alloc.9,v 1.4 2007/02/16 23:13:05 rmind Exp $
.\"
.\" Copyright (c)2006 YAMAMOTO Takashi,
.\" All rights reserved.
@ -73,7 +73,8 @@ Otherwise, it returns
.Xr intro 9 ,
.Xr kmem_free 9 ,
.Xr kmem_zalloc 9 ,
.Xr malloc 9
.Xr malloc 9,
.Xr memoryallocators 9
.\" ------------------------------------------------------------
.Sh CAVEATS
.Fn kmem_alloc

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kmem_free.9,v 1.2 2006/06/25 13:24:45 wiz Exp $
.\" $NetBSD: kmem_free.9,v 1.3 2007/02/16 23:13:05 rmind Exp $
.\"
.\" Copyright (c)2006 YAMAMOTO Takashi,
.\" All rights reserved.
@ -69,7 +69,8 @@ when the memory was allocated.
.Sh SEE ALSO
.Xr intro 9 ,
.Xr kmem_alloc 9 ,
.Xr kmem_zalloc 9
.Xr kmem_zalloc 9,
.Xr memoryallocators 9
.\" ------------------------------------------------------------
.Sh CAVEATS
.Fn kmem_free

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kmem_zalloc.9,v 1.3 2006/07/14 15:49:58 yamt Exp $
.\" $NetBSD: kmem_zalloc.9,v 1.4 2007/02/16 23:13:05 rmind Exp $
.\"
.\" Copyright (c)2006 YAMAMOTO Takashi,
.\" All rights reserved.
@ -49,7 +49,8 @@ except that it initializes the memory to zero.
.Sh SEE ALSO
.Xr intro 9 ,
.Xr kmem_alloc 9 ,
.Xr kmem_free 9
.Xr kmem_free 9,
.Xr memoryallocators 9
.\" ------------------------------------------------------------
.Sh CAVEATS
.Fn kmem_zalloc

View File

@ -1,4 +1,4 @@
.\" $NetBSD: malloc.9,v 1.35 2004/11/07 16:44:37 wiz Exp $
.\" $NetBSD: malloc.9,v 1.36 2007/02/16 23:13:05 rmind Exp $
.\"
.\" Copyright (c) 1996, 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -378,4 +378,5 @@ panic:
.Dq Data modified on freelist: Aq data object description
.El
.Sh SEE ALSO
.Xr memoryallocators 9 ,
.Xr vmstat 1

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pool.9,v 1.39 2005/10/03 16:52:17 wiz Exp $
.\" $NetBSD: pool.9,v 1.40 2007/02/16 23:13:05 rmind Exp $
.\"
.\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -288,6 +288,7 @@ The pool manager is implemented in the file
.Sh SEE ALSO
.Xr free 9 ,
.Xr malloc 9 ,
.Xr memoryallocators 9 ,
.Xr pool_cache 9 ,
.Xr uvm 9
.Sh HISTORY

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pool_cache.9,v 1.4 2003/12/21 23:41:00 simonb Exp $
.\" $NetBSD: pool_cache.9,v 1.5 2007/02/16 23:13:05 rmind Exp $
.\"
.\" Copyright (c)2003 YAMAMOTO Takashi,
.\" All rights reserved.
@ -229,4 +229,5 @@ subsystem is implemented within the file
.Sh SEE ALSO
.Xr intro 9 ,
.Xr malloc 9 ,
.Xr memoryallocators 9 ,
.Xr pool 9

View File

@ -1,4 +1,4 @@
.\" $NetBSD: uvm.9,v 1.79 2006/12/07 14:06:51 elad Exp $
.\" $NetBSD: uvm.9,v 1.80 2007/02/16 23:13:05 rmind Exp $
.\"
.\" Copyright (c) 1998 Matthew R. Green
.\" All rights reserved.
@ -1159,13 +1159,14 @@ All structure and types whose names begin with
will be renamed to
.Dq uvm_ .
.Sh SEE ALSO
.Xr swapctl 2 ,
.Xr ddb 4 ,
.Xr getloadavg 3 ,
.Xr kvm 3 ,
.Xr sysctl 3 ,
.Xr ddb 4 ,
.Xr memoryallocators 9 ,
.Xr options 4 ,
.Xr pmap 9
.Xr pmap 9 ,
.Xr sysctl 3 ,
.Xr swapctl 2
.Sh HISTORY
UVM is a new VM system developed at Washington University in St. Louis
(Missouri).

View File

@ -1,4 +1,4 @@
.\" $NetBSD: vmem.9,v 1.4 2006/11/04 12:55:28 yamt Exp $
.\" $NetBSD: vmem.9,v 1.5 2007/02/16 23:13:05 rmind Exp $
.\"
.\" Copyright (c)2006 YAMAMOTO Takashi,
.\" All rights reserved.
@ -56,6 +56,7 @@ subsystem is implemented within the file
.\" ------------------------------------------------------------
.Sh SEE ALSO
.Xr intro 9 ,
.Xr memoryallocators 9 ,
.Xr vmem_alloc 9 ,
.Xr vmem_create 9 ,
.Xr vmem_destroy 9 ,