From f711139679a2372fe266f9a4857d45312c734e0f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 27 Feb 2019 10:06:04 +0100 Subject: [PATCH] epoll_ctl.2, ioctl_userfaultfd.2, keyctl.2, ptrace.2, socket.7: ffix Reported-by: Bjarni Ingi Gislason Signed-off-by: Michael Kerrisk --- man2/epoll_ctl.2 | 2 +- man2/ioctl_userfaultfd.2 | 2 +- man2/keyctl.2 | 2 +- man2/ptrace.2 | 2 +- man7/socket.7 | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2 index 6584d8b6f..967531c81 100644 --- a/man2/epoll_ctl.2 +++ b/man2/epoll_ctl.2 @@ -215,7 +215,7 @@ The following values may be specified in conjunction with .BR EPOLLEXCLUSIVE : .BR EPOLLIN , .BR EPOLLOUT , -.BR EPOLLWAKEUP, +.BR EPOLLWAKEUP , and .BR EPOLLET . .BR EPOLLHUP diff --git a/man2/ioctl_userfaultfd.2 b/man2/ioctl_userfaultfd.2 index 922b298ec..97e07c624 100644 --- a/man2/ioctl_userfaultfd.2 +++ b/man2/ioctl_userfaultfd.2 @@ -60,7 +60,7 @@ The various .BR ioctl (2) operations are described below. The -.BR UFFDIO_API, +.BR UFFDIO_API , .BR UFFDIO_REGISTER , and .BR UFFDIO_UNREGISTER diff --git a/man2/keyctl.2 b/man2/keyctl.2 index da32dab03..e8cd59b98 100644 --- a/man2/keyctl.2 +++ b/man2/keyctl.2 @@ -516,7 +516,7 @@ and As a convenience, the following macros are defined as masks for all of the permission bits in each of the user categories: .BR KEY_POS_ALL , -.BR KEY_USR_ALL, +.BR KEY_USR_ALL , .BR KEY_GRP_ALL , and .BR KEY_OTH_ALL . diff --git a/man2/ptrace.2 b/man2/ptrace.2 index 6afeb1bbd..7f3d1cab7 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -1756,7 +1756,7 @@ both the syscall-entry-stop and the system call itself will be skipped. This means that if the system call number is negative after a .BR PTRACE_EVENT_SECCOMP and the tracee is restarted using -.BR PTRACE_SYSCALL, +.BR PTRACE_SYSCALL , the next observed stop will be a syscall-exit-stop, rather than the syscall-entry-stop that might have been expected. .\" diff --git a/man7/socket.7 b/man7/socket.7 index 478fa364c..46d0937d9 100644 --- a/man7/socket.7 +++ b/man7/socket.7 @@ -567,9 +567,9 @@ it always lingers in the background. When set, this option will prevent changing the filters associated with the socket. These filters include any set using the socket options -.BR SO_ATTACH_FILTER, -.BR SO_ATTACH_BPF, -.BR SO_ATTACH_REUSEPORT_CBPF +.BR SO_ATTACH_FILTER , +.BR SO_ATTACH_BPF , +.BR SO_ATTACH_REUSEPORT_CBPF , and .BR SO_ATTACH_REUSEPORT_EPBF . .IP