get_mempolicy.2, mq_getsetattr.2, poll.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-04-06 13:38:40 +02:00
parent 92a4b09356
commit 2673a70a57
3 changed files with 4 additions and 4 deletions

View File

@ -32,8 +32,8 @@ get_mempolicy \- retrieve NUMA memory policy for a thread
.nf .nf
.PP .PP
.BI "long get_mempolicy(int *" mode ", unsigned long *" nodemask , .BI "long get_mempolicy(int *" mode ", unsigned long *" nodemask ,
.BI " unsigned long " maxnode ", void *" addr , .BI " unsigned long " maxnode ", void *" addr ,
.BI " unsigned long " flags ); .BI " unsigned long " flags );
.PP .PP
Link with \fI\-lnuma\fP. Link with \fI\-lnuma\fP.
.fi .fi

View File

@ -30,7 +30,7 @@ mq_getsetattr \- get/set message queue attributes
.B #include <mqueue.h> .B #include <mqueue.h>
.PP .PP
.BI "int mq_getsetattr(mqd_t " mqdes ", const struct mq_attr *" newattr , .BI "int mq_getsetattr(mqd_t " mqdes ", const struct mq_attr *" newattr ,
.BI " struct mq_attr *" oldattr ); .BI " struct mq_attr *" oldattr );
.fi .fi
.PP .PP
.IR Note : .IR Note :

View File

@ -41,7 +41,7 @@ poll, ppoll \- wait for some event on a file descriptor
.B #include <poll.h> .B #include <poll.h>
.PP .PP
.BI "int ppoll(struct pollfd *" fds ", nfds_t " nfds , .BI "int ppoll(struct pollfd *" fds ", nfds_t " nfds ,
.BI " const struct timespec *" tmo_p ", const sigset_t *" sigmask ); .BI " const struct timespec *" tmo_p ", const sigset_t *" sigmask );
.fi .fi
.SH DESCRIPTION .SH DESCRIPTION
.BR poll () .BR poll ()