aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/connect.22
-rw-r--r--man2/pidfd_send_signal.22
-rw-r--r--man2/ptrace.22
3 files changed, 3 insertions, 3 deletions
diff --git a/man2/connect.2 b/man2/connect.2
index 198fdff7b1..a001cede0d 100644
--- a/man2/connect.2
+++ b/man2/connect.2
@@ -130,7 +130,7 @@ may dissolve the association by connecting to an address with the
member of
.I sockaddr
set to
-.BR AF_UNSPEC;
+.BR AF_UNSPEC ;
thereafter, the socket can be connected to another address.
.RB ( AF_UNSPEC
is supported on Linux since kernel 2.2.)
diff --git a/man2/pidfd_send_signal.2 b/man2/pidfd_send_signal.2
index c2da5b8c2f..3ca51c0111 100644
--- a/man2/pidfd_send_signal.2
+++ b/man2/pidfd_send_signal.2
@@ -69,7 +69,7 @@ is set to 0;
.IP *
.I si_code
is set to
-.BR SI_USER;
+.BR SI_USER ;
.IP *
.I si_pid
is set to the caller's PID; and
diff --git a/man2/ptrace.2 b/man2/ptrace.2
index 76930a30b1..f7a874794d 100644
--- a/man2/ptrace.2
+++ b/man2/ptrace.2
@@ -1719,7 +1719,7 @@ no syscall-exit-stop occurs.
Note that all mentions
.BR PTRACE_SYSEMU
apply equally to
-.BR PTRACE_SYSEMU_SINGLESTEP.
+.BR PTRACE_SYSEMU_SINGLESTEP .
.PP
However, even if the tracee was continued using
.BR PTRACE_SYSCALL ,