]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man*/: srcfix (IP)
authorAlejandro Colomar <alx@kernel.org>
Tue, 7 Mar 2023 23:37:28 +0000 (00:37 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 8 Mar 2023 00:17:12 +0000 (01:17 +0100)
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>
man2/mount_setattr.2
man7/man-pages.7
man7/pipe.7

index 30e878916eaec95cc1a8b41e459f61106f32b5f4..b171597cf9301941078ef761bf901793fb975b3c 100644 (file)
@@ -641,10 +641,9 @@ capability in the user namespace the filesystem was mounted in.
 The underlying filesystem must support ID-mapped mounts.
 Currently, the following filesystems support ID-mapped mounts:
 .\" fs_flags = FS_ALLOW_IDMAP in kernel sources
-.IP
 .RS
-.PD 0
 .IP \[bu] 3
+.PD 0
 .BR xfs (5)
 (since Linux 5.12)
 .IP \[bu]
@@ -674,7 +673,7 @@ Currently, the following filesystems support ID-mapped mounts:
 (ID-mapped lower and upper layers supported since Linux 5.19)
 .PD
 .RE
-.IP \[bu] 3
+.IP \[bu]
 The mount must not already be ID-mapped.
 This also implies that the ID mapping of a mount cannot be altered.
 .IP \[bu]
index 501ae74d97fce012055c74f71bff304d5c755b39..af06d27dc9a948488438db31eb5f612cfd38d901 100644 (file)
@@ -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,
index 8af8932f38f7d02c547be80c350080fdd7f2b83e..c3e06bdab446ccbdbc5ea15b9623351b701dc2df 100644 (file)
@@ -356,10 +356,9 @@ are performed only when increasing a pipe's capacity;
 an unprivileged user can always decrease a pipe's capacity.
 .IP (c)
 The accounting and checking against the limits were done as follows:
-.IP
 .RS
-.PD 0
 .IP (1) 5
+.PD 0
 Test whether the user has exceeded the limit.
 .IP (2)
 Make the new pipe buffer allocation.