diff --git a/man2/get_mempolicy.2 b/man2/get_mempolicy.2 index dd04031b4..ba814c1b3 100644 --- a/man2/get_mempolicy.2 +++ b/man2/get_mempolicy.2 @@ -32,8 +32,8 @@ get_mempolicy \- retrieve NUMA memory policy for a thread .nf .PP .BI "long get_mempolicy(int *" mode ", unsigned long *" nodemask , -.BI " unsigned long " maxnode ", void *" addr , -.BI " unsigned long " flags ); +.BI " unsigned long " maxnode ", void *" addr , +.BI " unsigned long " flags ); .PP Link with \fI\-lnuma\fP. .fi diff --git a/man2/mq_getsetattr.2 b/man2/mq_getsetattr.2 index 2c6044d2b..2f11b9d44 100644 --- a/man2/mq_getsetattr.2 +++ b/man2/mq_getsetattr.2 @@ -30,7 +30,7 @@ mq_getsetattr \- get/set message queue attributes .B #include .PP .BI "int mq_getsetattr(mqd_t " mqdes ", const struct mq_attr *" newattr , -.BI " struct mq_attr *" oldattr ); +.BI " struct mq_attr *" oldattr ); .fi .PP .IR Note : diff --git a/man2/poll.2 b/man2/poll.2 index bc40175bd..8622e7c7a 100644 --- a/man2/poll.2 +++ b/man2/poll.2 @@ -41,7 +41,7 @@ poll, ppoll \- wait for some event on a file descriptor .B #include .PP .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 .SH DESCRIPTION .BR poll ()