This commit is contained in:
Michael Kerrisk 2006-05-13 04:57:40 +00:00
parent d6edd6b8f6
commit 616c0fd3c6
3 changed files with 20 additions and 14 deletions

View File

@ -26,12 +26,15 @@
.SH NAME
alloc_hugepages, free_hugepages \- allocate or free huge pages
.SH SYNOPSIS
.BI "void *alloc_hugepages(int " key ", void *" addr ", size_t " len ", int " prot ", int " flag );
.nf
.BI "void *alloc_hugepages(int " key ", void *" addr ", size_t " len ,
.BI " int " prot ", int " flag );
.\" asmlinkage unsigned long sys_alloc_hugepages(int key, unsigned long addr,
.\" unsigned long len, int prot, int flag);
.sp
.BI "int free_hugepages(void *" addr );
.\" asmlinkage int sys_free_hugepages(unsigned long addr);
.fi
.SH DESCRIPTION
The system calls
.BR alloc_hugepages ()

View File

@ -23,9 +23,12 @@
.SH NAME
epoll_wait \- wait for an I/O event on an epoll file descriptor
.SH SYNOPSIS
.nf
.B #include <sys/epoll.h>
.sp
.BI "int epoll_wait(int " epfd ", struct epoll_event * " events ", int " maxevents ", int " timeout)
.BI "int epoll_wait(int " epfd ", struct epoll_event * " events ,
.BI " int " maxevents ", int " timeout);
.fi
.SH DESCRIPTION
Wait for events on the
.B epoll