]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
epoll_ctl.2, ioctl_userfaultfd.2, keyctl.2, ptrace.2, socket.7: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 27 Feb 2019 09:06:04 +0000 (10:06 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 27 Feb 2019 09:06:04 +0000 (10:06 +0100)
Reported-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/epoll_ctl.2
man2/ioctl_userfaultfd.2
man2/keyctl.2
man2/ptrace.2
man7/socket.7

index 6584d8b6f91badf0677252ee295876afba9f99e1..967531c81546b184d17d16726bfbd43a9fb5f7c4 100644 (file)
@@ -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
index 922b298ec8ec30a6bfaae90dbc28c471cfc5feb6..97e07c6243bdef10e57c61812baec574030dbc1f 100644 (file)
@@ -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
index da32dab0341f0ac778f4bae7b8d06eabf67234db..e8cd59b9851540d419e77a0b1cacc95e3c1a3369 100644 (file)
@@ -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 .
index 6afeb1bbda70a1284581079d12a642f291f6df6a..7f3d1cab720dd49b78de0125b7aad67844e31880 100644 (file)
@@ -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.
 .\"
index 478fa364c7193413eb76d430f0630af0189cf922..46d0937d9fb64c8e1177185b1ec152a3005af8af 100644 (file)
@@ -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