diff options
author | dd <dd@FreeBSD.org> | 2001-05-05 00:25:39 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-05-05 00:25:39 +0000 |
commit | 4ac9ed2901e82789c73fcf17f3c486b55fbef8c2 (patch) | |
tree | ea523909aa2490d05b2fb514ac4aa4a3e4c18d77 /share | |
parent | ab3de8f5d9dcaf8cc894f4d31310c9a3573afc5c (diff) | |
download | FreeBSD-src-4ac9ed2901e82789c73fcf17f3c486b55fbef8c2.zip FreeBSD-src-4ac9ed2901e82789c73fcf17f3c486b55fbef8c2.tar.gz |
Add printf.9, and add links to tprintf.9 and uprintf.9.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index ae135df..03b2c0d 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -25,7 +25,7 @@ MAN= CONDSPLASSERT.9 DECLARE_MODULE.9 DELAY.9 DEV_MODULE.9 KASSERT.9 MD5.9 \ microseq.9 microtime.9 microuptime.9 \ mi_switch.9 module.9 mutex.9 \ namei.9 \ - panic.9 pfil.9 physio.9 posix4.9 psignal.9 \ + panic.9 pfil.9 physio.9 posix4.9 printf.9 psignal.9 \ random.9 resettodr.9 rtalloc.9 rtentry.9 runqueue.9 \ scheduler.9 sleep.9 sleepqueue.9 spl.9 store.9 style.9 suser.9 swi.9 \ sx.9 time.9 timeout.9 tvtohz.9 \ @@ -229,6 +229,9 @@ MLINKS+=kobj.9 kobj_init.9 MLINKS+=kobj.9 kobj_delete.9 MLINKS+=kobj.9 DEFINE_CLASS.9 +MLINKS+= printf.9 uprintf.9 +MLINKS+= printf.9 tprintf.9 + MLINKS+=taskqueue.9 taskqueue_create.9 MLINKS+=taskqueue.9 taskqueue_free.9 MLINKS+=taskqueue.9 taskqueue_find.9 |