Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2010 08:37:10 GMT
From:      pluknet <pluknet@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/149549: [patch] MLINK choosethread.9 to runqueue.9
Message-ID:  <201008120837.o7C8bAcL006172@www.freebsd.org>
Resent-Message-ID: <201008120902.o7C92waJ027354@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         149549
>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:02:58 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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008120837.o7C8bAcL006172>