diff options
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/arch_prctl.2 | 4 | ||||
| -rw-r--r-- | man2/connect.2 | 2 | ||||
| -rw-r--r-- | man2/eventfd.2 | 3 | ||||
| -rw-r--r-- | man2/msgop.2 | 2 |
4 files changed, 6 insertions, 5 deletions
diff --git a/man2/arch_prctl.2 b/man2/arch_prctl.2 index d15ddeab66..94c45e23b6 100644 --- a/man2/arch_prctl.2 +++ b/man2/arch_prctl.2 @@ -62,7 +62,7 @@ Return the 64-bit base value for the .I FS register of the current thread in the .I unsigned long -pointed to +pointed to by .IR addr . .TP .B ARCH_SET_GS @@ -76,7 +76,7 @@ Return the 64-bit base value for the .I GS register of the current thread in the .I unsigned long -pointed to +pointed to by .IR addr . .SH RETURN VALUE On success, diff --git a/man2/connect.2 b/man2/connect.2 index f63d7de406..b424068b85 100644 --- a/man2/connect.2 +++ b/man2/connect.2 @@ -121,7 +121,7 @@ member of .I sockaddr set to .BR AF_UNSPEC -(supported since on Linux since kernel 2.2). +(supported on Linux since kernel 2.2). .SH "RETURN VALUE" If the connection or binding succeeds, zero is returned. On error, \-1 is returned, and diff --git a/man2/eventfd.2 b/man2/eventfd.2 index 6c9152b6a9..67b9407bcc 100644 --- a/man2/eventfd.2 +++ b/man2/eventfd.2 @@ -178,7 +178,8 @@ On error, \-1 is returned and .I errno is set to indicate the error. .SH ERRORS -.TP EINVAL +.TP +.B EINVAL .I flags is non-zero. .\" Eventually glibc may support some flags diff --git a/man2/msgop.2 b/man2/msgop.2 index 13fc893ece..402064d250 100644 --- a/man2/msgop.2 +++ b/man2/msgop.2 @@ -155,7 +155,7 @@ The system call removes a message from the queue specified by .I msqid and places it in the buffer -pointed to +pointed to by .IR msgp . .PP The argument |
