svn commit: r237539 - in stable/7: . share/man/man9
Christian Brueffer
brueffer at FreeBSD.org
Sun Jun 24 18:38:17 UTC 2012
Author: brueffer
Date: Sun Jun 24 18:38:16 2012
New Revision: 237539
URL: http://svn.freebsd.org/changeset/base/237539
Log:
MFC: r211353
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
Modified:
stable/7/ObsoleteFiles.inc (contents, props changed)
stable/7/share/man/man9/Makefile
stable/7/share/man/man9/runqueue.9
Directory Properties:
stable/7/share/man/man9/ (props changed)
Modified: stable/7/ObsoleteFiles.inc
==============================================================================
--- stable/7/ObsoleteFiles.inc Sun Jun 24 17:37:08 2012 (r237538)
+++ stable/7/ObsoleteFiles.inc Sun Jun 24 18:38:16 2012 (r237539)
@@ -22,6 +22,8 @@ OLD_FILES+=usr/share/man/man8/MAKEDEV.8.
OLD_FILES+=usr/share/man/man9/vgonel.9.gz
# 20101025: catch up with vm_page_sleep_if_busy rename
OLD_FILES+=usr/share/man/man9/vm_page_sleep_busy.9.gz
+# 20100815: retired last traces of chooseproc(9)
+OLD_FILES+=usr/share/man/man9/chooseproc.9.gz
# 20091129: pecoff image activator removed
.if ${TARGET_ARCH} == "i386"
OLD_FILES+=usr/include/machine/pecoff_machdep.h
Modified: stable/7/share/man/man9/Makefile
==============================================================================
--- stable/7/share/man/man9/Makefile Sun Jun 24 17:37:08 2012 (r237538)
+++ stable/7/share/man/man9/Makefile Sun Jun 24 18:38:16 2012 (r237539)
@@ -930,7 +930,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
Modified: stable/7/share/man/man9/runqueue.9
==============================================================================
--- stable/7/share/man/man9/runqueue.9 Sun Jun 24 17:37:08 2012 (r237538)
+++ stable/7/share/man/man9/runqueue.9 Sun Jun 24 18:38:16 2012 (r237539)
@@ -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
More information about the svn-src-all
mailing list