Module Name: src Committed By: abhinav Date: Tue May 30 13:49:01 UTC 2017
Modified Files: src/share/man/man9: intro.9 Log Message: Remove references to cpu_swapout(9) and cpu_exit(9) Those functions were removed several years back, discussed on tech-kern: <http://mail-index.netbsd.org/tech-kern/2017/05/20/msg021913.html> To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/share/man/man9/intro.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9/intro.9 diff -u src/share/man/man9/intro.9:1.17 src/share/man/man9/intro.9:1.18 --- src/share/man/man9/intro.9:1.17 Fri May 19 14:28:59 2017 +++ src/share/man/man9/intro.9 Tue May 30 13:49:01 2017 @@ -1,4 +1,4 @@ -.\" $NetBSD: intro.9,v 1.17 2017/05/19 14:28:59 abhinav Exp $ +.\" $NetBSD: intro.9,v 1.18 2017/05/30 13:49:01 abhinav Exp $ .\" .\" Copyright (c) 1997, 2007 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 December 2, 2010 +.Dd May 30, 2017 .Dt INTRO 9 .Os .Sh NAME @@ -49,10 +49,6 @@ Any paths are relative to the top level .Pa /usr/src ) . .El .Sh MEMORY MANAGEMENT -Machine-dependent swap interface. -See -.Xr cpu_swapout 9 . -.Pp Introduction to kernel memory allocators. See .Xr memoryallocators 9 . @@ -81,10 +77,6 @@ I/O descriptor allocation interface. See .Xr getiobuf 9 . .Sh PROCESS CONTROL -Machine-dependent process exit. -See -.Xr cpu_exit 9 . -.Pp Idle CPU while waiting for work. See .Xr cpu_idle 9 .