aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/fanotify_mark.22
-rw-r--r--man2/fcntl.22
-rw-r--r--man2/futex.22
-rw-r--r--man2/membarrier.22
-rw-r--r--man2/mmap.22
-rw-r--r--man2/mount.22
-rw-r--r--man2/msgctl.22
-rw-r--r--man2/readv.24
-rw-r--r--man2/semctl.22
-rw-r--r--man2/set_mempolicy.22
-rw-r--r--man2/shmctl.22
-rw-r--r--man2/syscalls.22
12 files changed, 13 insertions, 13 deletions
diff --git a/man2/fanotify_mark.2 b/man2/fanotify_mark.2
index cb298ca3d2..27a685e79c 100644
--- a/man2/fanotify_mark.2
+++ b/man2/fanotify_mark.2
@@ -511,7 +511,7 @@ If
.I flags
contains
.BR FAN_MARK_FLUSH ,
-.I dirfd
+.IR dirfd ,
and
.I pathname
must specify a valid filesystem object, even though this object is not used.
diff --git a/man2/fcntl.2 b/man2/fcntl.2
index 874cf2826e..546016617f 100644
--- a/man2/fcntl.2
+++ b/man2/fcntl.2
@@ -700,7 +700,7 @@ asynchronous notification of lost locks.
.BR F_SETOWN ,
.BR F_GETOWN_EX ,
.BR F_SETOWN_EX ,
-.BR F_GETSIG
+.BR F_GETSIG ,
and
.B F_SETSIG
are used to manage I/O availability signals:
diff --git a/man2/futex.2 b/man2/futex.2
index 90ec7c1b57..76c89f16ce 100644
--- a/man2/futex.2
+++ b/man2/futex.2
@@ -417,7 +417,7 @@ the caller will receive the signal number that was passed in
.IP
The arguments
.IR timeout ,
-.I uaddr2
+.IR uaddr2 ,
and
.I val3
are ignored.
diff --git a/man2/membarrier.2 b/man2/membarrier.2
index a122b1b761..c51d357a7e 100644
--- a/man2/membarrier.2
+++ b/man2/membarrier.2
@@ -224,7 +224,7 @@ to represent explicit memory barriers forcing full memory
ordering across the barrier, we have the following ordering table for
each pairing of
.IR barrier() ,
-.BR membarrier ()
+.BR membarrier (),
and
.IR smp_mb() .
The pair ordering is detailed as (O: ordered, X: not ordered):
diff --git a/man2/mmap.2 b/man2/mmap.2
index 6133910583..9fd27120cf 100644
--- a/man2/mmap.2
+++ b/man2/mmap.2
@@ -843,7 +843,7 @@ to be a multiple of the underlying huge page size.
.PP
For
.BR munmap (),
-.I addr
+.IR addr ,
and
.I length
must both be a multiple of the underlying huge page size.
diff --git a/man2/mount.2 b/man2/mount.2
index 1a0ddb9799..306f08e430 100644
--- a/man2/mount.2
+++ b/man2/mount.2
@@ -288,7 +288,7 @@ Symbolic links can still be created,
and
.BR readlink (1),
.BR readlink (2),
-.BR realpath (1)
+.BR realpath (1),
and
.BR realpath (3)
all still work properly.
diff --git a/man2/msgctl.2 b/man2/msgctl.2
index 165e18c1b0..b0f84c1acd 100644
--- a/man2/msgctl.2
+++ b/man2/msgctl.2
@@ -424,7 +424,7 @@ to include these header files.
.PP
The
.BR IPC_INFO ,
-.B MSG_STAT
+.BR MSG_STAT ,
and
.B MSG_INFO
operations are used by the
diff --git a/man2/readv.2 b/man2/readv.2
index e76aef883f..5a8b741684 100644
--- a/man2/readv.2
+++ b/man2/readv.2
@@ -267,12 +267,12 @@ argument is \-1, the current file offset is updated.
.SH RETURN VALUE
On success,
.BR readv (),
-.BR preadv ()
+.BR preadv (),
and
.BR preadv2 ()
return the number of bytes read;
.BR writev (),
-.BR pwritev ()
+.BR pwritev (),
and
.BR pwritev2 ()
return the number of bytes written.
diff --git a/man2/semctl.2 b/man2/semctl.2
index c01db9bad7..dd3fb077b5 100644
--- a/man2/semctl.2
+++ b/man2/semctl.2
@@ -554,7 +554,7 @@ to include these header files.
.PP
The
.BR IPC_INFO ,
-.B SEM_STAT
+.BR SEM_STAT ,
and
.B SEM_INFO
operations are used by the
diff --git a/man2/set_mempolicy.2 b/man2/set_mempolicy.2
index 5ee580e3a8..68011eecba 100644
--- a/man2/set_mempolicy.2
+++ b/man2/set_mempolicy.2
@@ -42,7 +42,7 @@ sets the NUMA memory policy of the calling thread,
which consists of a policy mode and zero or more nodes,
to the values specified by the
.IR mode ,
-.I nodemask
+.IR nodemask ,
and
.I maxnode
arguments.
diff --git a/man2/shmctl.2 b/man2/shmctl.2
index 792bd938bf..40f28253f5 100644
--- a/man2/shmctl.2
+++ b/man2/shmctl.2
@@ -480,7 +480,7 @@ to include these header files.
.PP
The
.BR IPC_INFO ,
-.B SHM_STAT
+.BR SHM_STAT ,
and
.B SHM_INFO
operations are used by the
diff --git a/man2/syscalls.2 b/man2/syscalls.2
index 887bec2c72..3156c6bd29 100644
--- a/man2/syscalls.2
+++ b/man2/syscalls.2
@@ -966,7 +966,7 @@ and
.I __NR_uname
refer to the routines
.IR sys_olduname (),
-.IR sys_uname ()
+.IR sys_uname (),
and
.IR sys_newuname ().
.IP *