Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Remove references to cpu_swapout(9) and cpu_e...



details:   https://anonhg.NetBSD.org/src/rev/3540bb49e7bb
branches:  trunk
changeset: 824273:3540bb49e7bb
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Tue May 30 13:49:01 2017 +0000

description:
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>

diffstat:

 share/man/man9/intro.9 |  12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diffs (40 lines):

diff -r 9ef7adf2b86f -r 3540bb49e7bb share/man/man9/intro.9
--- a/share/man/man9/intro.9    Tue May 30 13:33:16 2017 +0000
+++ b/share/man/man9/intro.9    Tue May 30 13:49:01 2017 +0000
@@ -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 @@
 .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 @@
 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 .



Home | Main Index | Thread Index | Old Index