]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
adjtimex.2, futex.2, semop.2, slabinfo.5, feature_test_macros.7, keyrings.7: srcfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Sep 2020 14:17:52 +0000 (16:17 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Sep 2020 14:34:29 +0000 (16:34 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/adjtimex.2
man2/futex.2
man2/semop.2
man5/slabinfo.5
man7/feature_test_macros.7
man7/keyrings.7

index e940de352cc2b128cc7ca5c13a65103b129cf074..e612c98776f8f10d79ee0700444c125cfde68f14 100644 (file)
@@ -173,8 +173,8 @@ The following example shows how to
 normalize a
 .I timeval
 with nanosecond resolution.
-.PP
-.in +12n
+.IP
+.in +4n
 .EX
 while (buf.time.tv_usec < 0) {
     buf.time.tv_sec  -= 1;
index 9cf1bbfe6b31f85f56cc28dc72f259de2aa1d4e0..fa80a7d6f635270abc45419c23b0f66110d913cf 100644 (file)
@@ -621,7 +621,7 @@ in the bits of the argument
 .IR val3 .
 Pictorially, the encoding is:
 .IP
-.in +8n
+.in +4n
 .EX
 +---+---+-----------+-----------+
 |op |cmp|   oparg   |  cmparg   |
index 66901c0a4c6c76a38e6ca33e63e46225f5178ea8..d2f93984afcdc19d1ba6ddf1f9db846affd00bf8 100644 (file)
@@ -64,8 +64,8 @@ unsigned short  semval;   /* semaphore value */
 unsigned short  semzcnt;  /* # waiting for zero */
 unsigned short  semncnt;  /* # waiting for increase */
 pid_t           sempid;   /* PID of process that last
-.in
 .EE
+.in
 .PP
 .BR semop ()
 performs operations on selected semaphores in the set indicated by
index 692db6cce74807cc361958ed7b993d6a2a3c500e..d9a0f21df592b5db11fd80ace4d26562474755f6 100644 (file)
@@ -38,7 +38,6 @@ gives statistics on these caches.
 The following (edited) output shows an example of the
 contents of this file:
 .PP
-.in 0
 .EX
 $ \fBsudo cat /proc/slabinfo\fP
 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
 \&...
 .EE
-.in
 .PP
 The first line of output includes a version number,
 which allows an application that is reading the file to handle changes
index 6d800d7912f9f9204ee0fa36793106a0ff9f63e0..4cc49c2fa3bbf86fafdfbf741a9668a1a3abdba0 100644 (file)
@@ -82,12 +82,12 @@ manual page):
 .PP
 .BI "int acct(const char *" filename );
 .PP
+.RS -4
 .EX
-.in -4n
 Feature Test Macro Requirements for glibc (see
 .BR feature_test_macros (7)):
 .EE
-.in
+.RS
 .PP
 .BR acct ():
 _BSD_SOURCE || (_XOPEN_SOURCE && _XOPEN_SOURCE\ <\ 500)
index 83cf32675dd20cc981212234741ff9e9d80b1d75..2a42e1c8deac274170a245aea6fd87b95124bf12 100644 (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)
 is the following:
 .IP
-.in 0n
 .EX
   (1)     (2)     (3)(4)    (5)     (6)   (7)   (8)        (9)
 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
 3ce56aea I--Q---   5 perm 3f030000  1000  1000 keyring  _ses: 1
 .EE
-.in
 .IP
 The fields shown in each line of this file are as follows:
 .RS