diff options
author | markm <markm@FreeBSD.org> | 2000-11-21 20:28:48 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2000-11-21 20:28:48 +0000 |
commit | d8d18ccb17c77b2d330454b3f586756adb322fdd (patch) | |
tree | 0b12fea4637e5b961dc68d574b370380880bfe42 /share/man/man9 | |
parent | 71439be003f7e743f32a2f7d9fe94dfbdae25a7c (diff) | |
download | FreeBSD-src-d8d18ccb17c77b2d330454b3f586756adb322fdd.zip FreeBSD-src-d8d18ccb17c77b2d330454b3f586756adb322fdd.tar.gz |
Whitespace-only change. Tidy up, alphabetise and wrap.
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/Makefile | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index f775bcc..a695f80 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -11,15 +11,23 @@ MAN9= CONDSPLASSERT.9 KASSERT.9 MD5.9 SPLASSERT.9 \ VOP_PATHCONF.9 VOP_PRINT.9 VOP_RDWR.9 VOP_READDIR.9 \ VOP_READLINK.9 VOP_REALLOCBLKS.9 VOP_REMOVE.9 VOP_RENAME.9 \ VOP_STRATEGY.9 \ - accf_data.9 accf_http.9 \ - at_exit.9 at_fork.9 atomic.9 bios.9 boot.9 buf.9 cd.9 copy.9 \ + accf_data.9 accf_http.9 at_exit.9 at_fork.9 atomic.9 \ + bios.9 boot.9 buf.9 \ + cd.9 copy.9 \ devfs_add_devswf.9 devfs_link.9 devfs_remove_dev.9 devstat.9 \ - devtoname.9 fetch.9 ifnet.9 inittodr.9 intro.9 kernacc.9 kthread.9 malloc.9 \ - make_dev.9 microseq.9 mi_switch.9 mutex.9 namei.9 panic.9 pfil.9 physio.9 \ - posix4.9 psignal.9 random.9 resettodr.9 rtalloc.9 rtentry.9 sleep.9 spl.9 \ - store.9 style.9 suser.9 swi.9 time.9 timeout.9 uio.9 \ - vget.9 vnode.9 vput.9 vref.9 vrele.9 vslock.9 \ - mbuf.9 microtime.9 microuptime.9 tvtohz.9 + devtoname.9 \ + fetch.9 \ + ifnet.9 inittodr.9 intro.9 \ + kernacc.9 kthread.9 \ + malloc.9 make_dev.9 mbuf.9 microseq.9 microtime.9 microuptime.9 \ + mi_switch.9 mutex.9 \ + namei.9 \ + panic.9 pfil.9 physio.9 posix4.9 psignal.9 \ + random.9 resettodr.9 rtalloc.9 rtentry.9 \ + sleep.9 spl.9 store.9 style.9 suser.9 swi.9 \ + time.9 timeout.9 tvtohz.9 \ + uio.9 \ + vget.9 vnode.9 vput.9 vref.9 vrele.9 vslock.9 MAN9+= device.9 device_add_child.9 device_delete_child.9 device_enable.9 \ device_find_child.9 device_get_children.9 \ |