From 6a8d8aa19323a7a0d8514a84ca418e44edd09e7a Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Sun, 15 Aug 2010 21:25:52 +0000 Subject: [PATCH] Tie up some loose ends r88509 left behind: - chooseproc() is long gone, MLINK choosethread instead - Update NAME section for choosethread - Mark chooseproc.9 for removal PR: 149549 Submitted by: pluknet MFC after: 1 week --- ObsoleteFiles.inc | 2 ++ share/man/man9/Makefile | 2 +- share/man/man9/runqueue.9 | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index cff830395dc7..1e9c9d68adf0 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -14,6 +14,8 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20100815: retired last traces of chooseproc(9) +OLD_FILES+=usr/share/man/man9/chooseproc.9.gz # 20100806: removal of unused libcompat routines OLD_FILES+=usr/share/man/man3/ascftime.3.gz OLD_FILES+=usr/share/man/man3/cfree.3.gz diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 7b3dc5024a59..f8dec1728382 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -994,7 +994,7 @@ MLINKS+=rtalloc.9 rtalloc1.9 \ rtalloc.9 rtalloc_ign.9 \ rtalloc.9 RTFREE.9 \ rtalloc.9 rtfree.9 -MLINKS+=runqueue.9 chooseproc.9 \ +MLINKS+=runqueue.9 choosethread.9 \ runqueue.9 procrunnable.9 \ runqueue.9 remrunqueue.9 \ runqueue.9 setrunqueue.9 diff --git a/share/man/man9/runqueue.9 b/share/man/man9/runqueue.9 index 09b46d4a10b9..453ac9b95693 100644 --- a/share/man/man9/runqueue.9 +++ b/share/man/man9/runqueue.9 @@ -23,11 +23,11 @@ .\" .\" $FreeBSD$ .\" -.Dd November 3, 2000 +.Dd August 15, 2010 .Dt RUNQUEUE 9 .Os .Sh NAME -.Nm chooseproc , +.Nm choosethread , .Nm procrunnable , .Nm remrunqueue , .Nm setrunqueue