| Summary: | List of man pages that need to be written | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Mike Pritchard <mpp> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Mike Pritchard
2001-07-22 13:10:00 UTC
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 issignal(9) is included in the new signal.9 man page. |