diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-05-15 20:10:33 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-05-15 20:10:33 +0000 |
commit | 01d0c41fec21590c57f71273972dc317fe0cc428 (patch) | |
tree | 650a450fd0e6fdfbfe1da3d6fbadbb115fd898da /share/man/man9/Makefile | |
parent | 73a98f6609fe8c45b63510445f57df8c1f375608 (diff) |
uimove(9) from NetBSD with minor changes for OpenBSD. We should
consider changing the size parameter to uiomove() from int to size_t.
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 786d8255702..e833f9cf268 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.48 2002/02/28 19:22:05 csapuntz Exp $ +# $OpenBSD: Makefile,v 1.49 2002/05/15 20:10:32 millert Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -15,7 +15,7 @@ MAN= altq.9 audio.9 boot.9 bus_dma.9 bus_space.9 copy.9 crypto.9 ctxsw.9 \ ratecheck.9 resettodr.9 radio.9 random.9 \ shutdownhook_establish.9 sleep.9 spl.9 startuphook_establish.9 \ store.9 style.9 \ - time.9 timeout.9 tvtohz.9 uvm.9 \ + time.9 timeout.9 tvtohz.9 uiomove.9 uvm.9 \ vaccess.9 vclean.9 vcount.9 vdevgone.9 vfinddev.9 vflush.9 vget.9 \ vgone.9 vhold.9 vinvalbuf.9 vput.9 vref.9 vrele.9 \ vm_allocate.9 vm_map_copy.9 vm_deallocate.9 \ @@ -109,6 +109,7 @@ MLINKS+=timeout.9 timeout_add.9 timeout.9 timeout_set.9 \ timeout.9 timeout_pending.9 timeout.9 timeout_del.9 \ timeout.9 timeout_initialized.9 timeout.9 untimeout.9 \ timeout.9 timeout_triggered.9 +MLINKS+=uiomove.9 uio.9 MLINKS+=vm_map_copy.9 vm_copy.9 MLINKS+=vm_map_inherit.9 vm_inherit.9 MLINKS+=vm_map_protect.9 vm_protect.9 |