kern/149560: [patch] MLINK choosethread.9 to runqueue.9

pluknet pluknet at gmail.com
Thu Aug 12 09:03:20 UTC 2010


>Number:         149560
>Category:       kern
>Synopsis:       [patch] MLINK choosethread.9 to runqueue.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 12 09:03:20 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     pluknet
>Release:        9-CURRENT as of August '10
>Organization:
>Environment:
>Description:
The runqueue(9) manpage references and describes choosethread() as part of itself.
So, FreeBSD Kernel Developer's Manual should (m)link choosethread(9) to runqueue(9).

Btw, it already links (non-existent) chooseproc(9) to runqueue(9).
The chooseproc(9) routine is replaced with choosethread(9) circa 2001.
The chooseproc mlink should probably be de-attached as well.
>How-To-Repeat:
Try to `man choosethread`.
No manual entry for choosethread
>Fix:


Patch attached with submission follows:

Index: share/man/man9/Makefile
===================================================================
--- share/man/man9/Makefile	(revision 209664)
+++ share/man/man9/Makefile	(working copy)
@@ -988,7 +988,7 @@
 	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


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list