aboutsummaryrefslogtreecommitdiffstats
path: root/man5
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-02-19 14:22:55 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-02-23 09:58:23 +0100
commit0019177eac20d1c48130ba6c38417e5245f3ac67 (patch)
tree5205632de861a841e06b70d78d6403da2f2aa718 /man5
parente41f05af229d1a13ef9e80397727eed7f8766f26 (diff)
downloadman-pages-0019177eac20d1c48130ba6c38417e5245f3ac67.tar.gz
getent.1, localedef.1, clock_nanosleep.2, fcntl.2, getitimer.2, getsockopt.2, inotify_init.2, ioctl.2, mlock.2, mprotect.2, quotactl.2, s390_sthyi.2, semctl.2, shmctl.2, shmget.2, wait.2, CPU_SET.3, aio_init.3, des_crypt.3, fmemopen.3, fopencookie.3, fts.3, getaddrinfo.3, getrpcent.3, lio_listio.3, posix_spawn.3, shm_open.3, st.4, elf.5, group.5, proc.5, services.5, aio.7, feature_test_macros.7, keyrings.7, man-pages.7, sigevent.7, tcp.7, udp.7: Global formatting fix: disfavor nonstandard .TP indents
In many cases, these don't improve readability, and (when stacked) they sometimes have the side effect of sometimes forcing text to be justified within a narrow column range. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5')
-rw-r--r--man5/elf.520
-rw-r--r--man5/group.52
-rw-r--r--man5/proc.54
-rw-r--r--man5/services.52
4 files changed, 14 insertions, 14 deletions
diff --git a/man5/elf.5 b/man5/elf.5
index 0b6e3227d6..b41a2bfa8e 100644
--- a/man5/elf.5
+++ b/man5/elf.5
@@ -164,7 +164,7 @@ typedef struct {
.PP
The fields have the following meanings:
.\"
-.nr l1_indent 10
+.nr l1_indent 7
.\"
.TP \n[l1_indent]
.IR e_ident
@@ -177,7 +177,7 @@ and may contain values which start with the prefix
.BR ELF .
The following macros are defined:
.RS
-.TP 9
+.TP
.BR EI_MAG0
The first byte of the magic number.
It must be filled with
@@ -554,7 +554,7 @@ Otherwise, the
.IR sh_info
member of the initial entry contains the value zero.
.RS \n[l1_indent]
-.TP 9
+.TP
.BR PN_XNUM
This is defined as 0xffff, the largest number
.IR e_phnum
@@ -669,12 +669,12 @@ The main difference between the 32-bit and the 64-bit program header lies
in the location of the
.IR p_flags
member in the total struct.
-.TP 10
+.TP
.IR p_type
This member of the structure indicates what kind of segment this array
element describes or how to interpret the array element's information.
.RS 10
-.TP 12
+.TP
.BR PT_NULL
The array element is unused and the other members' values are undefined.
This lets the program header have ignored entries.
@@ -767,7 +767,7 @@ It may be zero.
.TP
.IR p_flags
This member holds a bit mask of flags relevant to the segment:
-.RS \n[l1_indent]
+.RS
.TP
.PD 0
.BR PF_X
@@ -923,7 +923,7 @@ a null-terminated string.
.IR sh_type
This member categorizes the section's contents and semantics.
.RS \n[l1_indent]
-.TP 15
+.TP
.BR SHT_NULL
This value marks the section header as inactive.
It does not
@@ -1034,7 +1034,7 @@ Otherwise, the attribute is
or does not apply.
Undefined attributes are set to zero.
.RS \n[l1_indent]
-.TP 15
+.TP
.BR SHF_WRITE
This section contains data that should be writable during process
execution.
@@ -1491,7 +1491,7 @@ has no size or an unknown size.
.IR st_info
This member specifies the symbol's type and binding attributes:
.RS \n[l1_indent]
-.TP 12
+.TP
.BR STT_NOTYPE
The symbol's type is not defined.
.TP
@@ -1569,7 +1569,7 @@ value.
.IR st_other
This member defines the symbol visibility.
.RS \n[l1_indent]
-.TP 16
+.TP
.PD 0
.BR STV_DEFAULT
Default symbol visibility rules.
diff --git a/man5/group.5 b/man5/group.5
index c8222675c5..94f7bf7015 100644
--- a/man5/group.5
+++ b/man5/group.5
@@ -39,7 +39,7 @@ group_name:password:GID:user_list
.in
.PP
The fields are as follows:
-.TP 12
+.TP
.I group_name
the name of the group.
.TP
diff --git a/man5/proc.5 b/man5/proc.5
index ff7254d685..fa37731b73 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -1321,7 +1321,7 @@ Offset field in the ELF program headers
.RI ( "readelf\ \-l" ).
.IP
There are additional helpful pseudo-paths:
-.RS 12
+.RS
.TP
.IR [stack]
The initial process's (also known as the main thread's) stack.
@@ -1720,7 +1720,7 @@ This file shows the mapping of each of the process's virtual pages
into physical page frames or swap area.
It contains one 64-bit value for each virtual page,
with the bits set as follows:
-.RS 12
+.RS
.TP
63
If set, the page is present in RAM.
diff --git a/man5/services.5 b/man5/services.5
index d3f20cc4a4..fe345c6d03 100644
--- a/man5/services.5
+++ b/man5/services.5
@@ -97,7 +97,7 @@ Each line describes one service, and is of the form:
\f2service-name\ \ \ port\f3/\f2protocol\ \ \ \f1[\f2aliases ...\f1]
.TP
where:
-.TP 10
+.TP
.I service-name
is the friendly name the service is known by and looked up under.
It is case sensitive.