aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/clone.28
-rw-r--r--man2/ioctl_tty.226
-rw-r--r--man2/syslog.28
3 files changed, 31 insertions, 11 deletions
diff --git a/man2/clone.2 b/man2/clone.2
index 0d6565b5d2..84a367d49f 100644
--- a/man2/clone.2
+++ b/man2/clone.2
@@ -250,14 +250,16 @@ and the fields in the
.I clone_args
argument supplied to
.BR clone3 ():
-.RS
+.RS 4
.TS
lb lb lb
l l l
li li l.
clone() clone3() Notes
\fIcl_args\fP field
-flags & \(ti0xff flags For most flags; details below
+flags & \(ti0xff flags T{
+For most flags; details below
+T}
parent_tid pidfd See CLONE_PIDFD
child_tid child_tid See CLONE_CHILD_SETTID
parent_tid parent_tid See CLONE_PARENT_SETTID
@@ -325,7 +327,7 @@ should be set is defined by
which cannot be larger than the number of currently nested PID namespaces.
.PP
To create a process with the following PIDs in a PID namespace hierarchy:
-.RS
+.RS 4
.TS
lb lb lb
l l l.
diff --git a/man2/ioctl_tty.2 b/man2/ioctl_tty.2
index 1e53372024..e6c596f9b6 100644
--- a/man2/ioctl_tty.2
+++ b/man2/ioctl_tty.2
@@ -337,15 +337,29 @@ If the first byte is not
(0), it is an OR of one
or more of the following bits:
.IP
+.ad l
.TS
lb l.
-TIOCPKT_FLUSHREAD The read queue for the terminal is flushed.
-TIOCPKT_FLUSHWRITE The write queue for the terminal is flushed.
-TIOCPKT_STOP Output to the terminal is stopped.
-TIOCPKT_START Output to the terminal is restarted.
-TIOCPKT_DOSTOP The start and stop characters are \fB\(haS\fP/\fB\(haQ\fP.
-TIOCPKT_NOSTOP The start and stop characters are not \fB\(haS\fP/\fB\(haQ\fP.
+TIOCPKT_FLUSHREAD T{
+The read queue for the terminal is flushed.
+T}
+TIOCPKT_FLUSHWRITE T{
+The write queue for the terminal is flushed.
+T}
+TIOCPKT_STOP T{
+Output to the terminal is stopped.
+T}
+TIOCPKT_START T{
+Output to the terminal is restarted.
+T}
+TIOCPKT_DOSTOP T{
+The start and stop characters are \fB\(haS\fP/\fB\(haQ\fP.
+T}
+TIOCPKT_NOSTOP T{
+The start and stop characters are not \fB\(haS\fP/\fB\(haQ\fP.
+T}
.TE
+.ad
.IP
While packet mode is in use, the presence
of control status information to be read
diff --git a/man2/syslog.2 b/man2/syslog.2
index 133ba21211..469a00824c 100644
--- a/man2/syslog.2
+++ b/man2/syslog.2
@@ -300,11 +300,15 @@ lB lB lB
lB c l.
Kernel constant Level value Meaning
KERN_EMERG 0 System is unusable
-KERN_ALERT 1 Action must be taken immediately
+KERN_ALERT 1 T{
+Action must be taken immediately
+T}
KERN_CRIT 2 Critical conditions
KERN_ERR 3 Error conditions
KERN_WARNING 4 Warning conditions
-KERN_NOTICE 5 Normal but significant condition
+KERN_NOTICE 5 T{
+Normal but significant condition
+T}
KERN_INFO 6 Informational
KERN_DEBUG 7 Debug-level messages
.TE