aboutsummaryrefslogtreecommitdiffstats
path: root/man7/man-pages.7
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-03-08 00:37:28 +0100
committerAlejandro Colomar <alx@kernel.org>2023-03-08 01:17:12 +0100
commit005a273b700fd9ce56e858d354b879c378169c4f (patch)
tree1a3ef9eec7878423a6d7acbffb8f028be2b6b926 /man7/man-pages.7
parentd6c1998e123fedb6be79ba0045aaea9f527132a3 (diff)
downloadman-pages-005a273b700fd9ce56e858d354b879c378169c4f.tar.gz
man*/: srcfix (IP)
Two consecutive IPs without text don't make sense, since they are paragraph separators. The reason we needed it was that PD 0 was misplaced. This extra IP was also causing another problem: we needed to specify again the indentation of the outer list. Reported-by: mandoc(1) (make lint-man-mandoc) Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man7/man-pages.7')
-rw-r--r--man7/man-pages.73
1 files changed, 1 insertions, 2 deletions
diff --git a/man7/man-pages.7 b/man7/man-pages.7
index 501ae74d97..af06d27dc9 100644
--- a/man7/man-pages.7
+++ b/man7/man-pages.7
@@ -645,13 +645,12 @@ Positional lists
Elements are preceded by a number (index) in square brackets [4], [5].
These represent fields in a set.
The first index will be:
-.IP
.RS
-.PD 0
.TP
.B 0
When it represents fields of a C data structure,
to be consistent with arrays.
+.PD 0
.TP
.B 1
When it represents fields of a file,