adjtimex.2, futex.2, semop.2, slabinfo.5, feature_test_macros.7, keyrings.7: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-09-29 16:17:52 +02:00
parent 2dab618c67
commit 3cf6149060
6 changed files with 6 additions and 10 deletions

View File

@ -173,8 +173,8 @@ The following example shows how to
normalize a normalize a
.I timeval .I timeval
with nanosecond resolution. with nanosecond resolution.
.PP .IP
.in +12n .in +4n
.EX .EX
while (buf.time.tv_usec < 0) { while (buf.time.tv_usec < 0) {
buf.time.tv_sec -= 1; buf.time.tv_sec -= 1;

View File

@ -621,7 +621,7 @@ in the bits of the argument
.IR val3 . .IR val3 .
Pictorially, the encoding is: Pictorially, the encoding is:
.IP .IP
.in +8n .in +4n
.EX .EX
+---+---+-----------+-----------+ +---+---+-----------+-----------+
|op |cmp| oparg | cmparg | |op |cmp| oparg | cmparg |

View File

@ -64,8 +64,8 @@ unsigned short semval; /* semaphore value */
unsigned short semzcnt; /* # waiting for zero */ unsigned short semzcnt; /* # waiting for zero */
unsigned short semncnt; /* # waiting for increase */ unsigned short semncnt; /* # waiting for increase */
pid_t sempid; /* PID of process that last pid_t sempid; /* PID of process that last
.in
.EE .EE
.in
.PP .PP
.BR semop () .BR semop ()
performs operations on selected semaphores in the set indicated by performs operations on selected semaphores in the set indicated by

View File

@ -38,7 +38,6 @@ gives statistics on these caches.
The following (edited) output shows an example of the The following (edited) output shows an example of the
contents of this file: contents of this file:
.PP .PP
.in 0
.EX .EX
$ \fBsudo cat /proc/slabinfo\fP $ \fBsudo cat /proc/slabinfo\fP
slabinfo - version: 2.1 slabinfo - version: 2.1
@ -48,7 +47,6 @@ sighand_cache 355 405 2112 15 8 : tunables 0 0 0 : slabdata 27 27 0
kmalloc-8192 96 96 8192 4 8 : tunables 0 0 0 : slabdata 24 24 0 kmalloc-8192 96 96 8192 4 8 : tunables 0 0 0 : slabdata 24 24 0
\&... \&...
.EE .EE
.in
.PP .PP
The first line of output includes a version number, The first line of output includes a version number,
which allows an application that is reading the file to handle changes which allows an application that is reading the file to handle changes

View File

@ -82,12 +82,12 @@ manual page):
.PP .PP
.BI "int acct(const char *" filename ); .BI "int acct(const char *" filename );
.PP .PP
.RS -4
.EX .EX
.in -4n
Feature Test Macro Requirements for glibc (see Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)): .BR feature_test_macros (7)):
.EE .EE
.in .RS
.PP .PP
.BR acct (): .BR acct ():
_BSD_SOURCE || (_XOPEN_SOURCE && _XOPEN_SOURCE\ <\ 500) _BSD_SOURCE || (_XOPEN_SOURCE && _XOPEN_SOURCE\ <\ 500)

View File

@ -549,7 +549,6 @@ An example of the data that one might see in this file
(with the columns numbered for easy reference below) (with the columns numbered for easy reference below)
is the following: is the following:
.IP .IP
.in 0n
.EX .EX
(1) (2) (3)(4) (5) (6) (7) (8) (9) (1) (2) (3)(4) (5) (6) (7) (8) (9)
009a2028 I--Q--- 1 perm 3f010000 1000 1000 user krb_ccache:primary: 12 009a2028 I--Q--- 1 perm 3f010000 1000 1000 user krb_ccache:primary: 12
@ -562,7 +561,6 @@ is the following:
32a387ea I--Q--- 1 perm 3f010000 1000 1000 keyring _pid: 2 32a387ea I--Q--- 1 perm 3f010000 1000 1000 keyring _pid: 2
3ce56aea I--Q--- 5 perm 3f030000 1000 1000 keyring _ses: 1 3ce56aea I--Q--- 5 perm 3f030000 1000 1000 keyring _ses: 1
.EE .EE
.in
.IP .IP
The fields shown in each line of this file are as follows: The fields shown in each line of this file are as follows:
.RS .RS