From mpp@mppsystems.com  Sun Jul 22 05:01:12 2001
Return-Path: <mpp@mppsystems.com>
Received: from mppsystems.com (mppsystems.com [208.210.148.205])
	by hub.freebsd.org (Postfix) with ESMTP id 7A9B237B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Jul 2001 05:01:11 -0700 (PDT)
	(envelope-from mpp@mppsystems.com)
Received: (from mpp@localhost)
	by mppsystems.com (8.11.3/8.11.3) id f6MC1AZ05073;
	Sun, 22 Jul 2001 07:01:10 -0500 (CDT)
	(envelope-from mpp)
Message-Id: <200107221201.f6MC1AZ05073@mppsystems.com>
Date: Sun, 22 Jul 2001 07:01:10 -0500 (CDT)
From: Mike Pritchard <mpp@mppsystems.com>
Reply-To: mpp@mppsystems.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: List of man pages that need to be written
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         29143
>Category:       docs
>Synopsis:       List of man pages that need to be written
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 22 05:10:00 PDT 2001
>Closed-Date:    Sun Jun 09 20:06:49 PDT 2002
>Last-Modified:  Sun Jun 09 20:06:49 PDT 2002
>Originator:     Mike Pritchard
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD mail.mppsystems.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Mar 11 17:44:01 CST 2001 mpp@mail.mppsystems.com:/shared/obj/shared/src-current/sys/MAIL i386


>Description:

Here is a list of man pages that need to be written.  They are all
currently referenced by existing man pages.  These would make good tasks
for someone looking to get into documentation, or learn more about
kernel internals by writing the man pages.

Here is the list (culled from PR# 26065):

Current man page xref      Missing man page
----------------------------------------------
 kvm_nlist(3)              kldsym(2)
 BUS_SETUP_INTR(9)         BUS_TEARDOWN_INTR(9)
 VFS_UNMOUNT(9)            vflush(9)
 VOP_LOOKUP(9)             VOP_ABORTOP(9)
 boot(9)                   at_shutdown(9)
 boot(9)                   vfs_unmountall(9)
 cpu_switch(9)             issignal(9)
 mi_switch(9)              issignal(9)

>How-To-Repeat:
	
	read one of the above man pages and try to locate the non-existing
	man page it references :-)
>Fix:

	Write the missing man pages.
>Release-Note:
>Audit-Trail:

From: Ceri <ceri@FreeBSD.org>
To: Mike Pritchard <mpp@mppsystems.com>
Cc: FreeBSD-gnats-submit@freebsd.org, davidc@FreeBSD.org,
	ceri@FreeBSD.org
Subject: Re: docs/29143: List of man pages that need to be written
Date: Tue, 2 Apr 2002 20:28:10 +0100

 On Sun, Jul 22, 2001 at 07:01:10AM -0500, Mike Pritchard wrote:
 > Here is the list (culled from PR# 26065):
 > 
 > Current man page xref      Missing man page
 > ----------------------------------------------
 >  kvm_nlist(3)              kldsym(2)
 
 kldsym(2) now exists.
 
 >  BUS_SETUP_INTR(9)         BUS_TEARDOWN_INTR(9)
 
 BUS_TEARDOWN_INTR(9) now exists.
 
 >  VFS_UNMOUNT(9)            vflush(9)
 
 vflush(9) now exists.
 
 >  VOP_LOOKUP(9)             VOP_ABORTOP(9)
 
 VOP_LOOKUP(9) no longer references this.
 
 >  boot(9)                   at_shutdown(9)
 
 boot(9) no longer references at_shutdown(9).
 
 >  boot(9)                   vfs_unmountall(9)
 
 vfs_unmountall(9) now exists.
 
 >  cpu_switch(9)             issignal(9)
 >  mi_switch(9)              issignal(9)
 
 These two are actually the same manpage, mi_switch(9).
 issignal(9) is still referenced from it, is declared in
 src/sys/signalvar.h, and seems to have been in the very first
 import of the code. I have no idea where we can get this manpage
 or who to ask to get one written.
 
 davidc seems to have helped get the vflush(9) manpage committed
 though - any ideas here, Chad ?
 
 Ceri
 
 -- 
 keep a mild groove on
State-Changed-From-To: open->closed 
State-Changed-By: davidc 
State-Changed-When: Sun Jun 9 20:04:20 PDT 2002 
State-Changed-Why:  
issignal(9) is included in the new signal.9 man page. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=29143 
>Unformatted:
