1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-23 10:50:34 +03:00

man: indent with command

Avoid spaces showing as the 1st. character on the man page line.
Also start with actual text and move .IP sequence to the line end.
This commit is contained in:
Zdenek Kabelac 2025-03-03 18:59:32 +01:00
parent fe1cf7174f
commit 5efa388206

View File

@ -1220,53 +1220,59 @@ arg(colon_ARG, 'c', "colon", 0, 0, 0,
"#lvdisplay\n"
"Also see \\fBlvs\\fP(8) which provides considerably more control over the output.\n"
"The values are:\n"
".br\n \\[bu] logical volume name\n"
".br\n \\[bu] volume group name\n"
".br\n \\[bu] logical volume access\n"
".br\n \\[bu] logical volume status\n"
".br\n \\[bu] internal logical volume number\n"
".br\n \\[bu] open count of logical volume\n"
".br\n \\[bu] logical volume size in sectors\n"
".br\n \\[bu] current logical extents associated to logical volume\n"
".br\n \\[bu] allocated logical extents of logical volume\n"
".br\n \\[bu] allocation policy of logical volume\n"
".br\n \\[bu] read ahead sectors of logical volume\n"
".br\n \\[bu] major device number of logical volume\n"
".br\n \\[bu] minor device number of logical volume\n"
".PD 0\n.RS 8\n.IP \\(bu 2\n"
"Logical volume name\n.IP \\(bu\n"
"Volume group name\n.IP \\(bu\n"
"Logical volume access\n.IP \\(bu\n"
"Logical volume status\n.IP \\(bu\n"
"Internal logical volume number\n.IP \\(bu\n"
"Open count of logical volume\n.IP \\(bu\n"
"Logical volume size in sectors\n.IP \\(bu\n"
"Current logical extents associated to logical volume\n.IP \\(bu\n"
"Allocated logical extents of logical volume\n.IP \\(bu\n"
"Allocation policy of logical volume\n.IP \\(bu\n"
"Read ahead sectors of logical volume\n.IP \\(bu\n"
"Major device number of logical volume\n.IP \\(bu\n"
"Minor device number of logical volume\n"
".RE\n.PD\n"
"#vgdisplay\n"
"Also see \\fBvgs\\fP(8) which provides considerably more control over the output.\n"
"The values are:\n"
".br\n \\[bu] volume group name\n"
".br\n \\[bu] volume group access\n"
".br\n \\[bu] volume group status\n"
".br\n \\[bu] internal volume group number\n"
".br\n \\[bu] maximum number of logical volumes\n"
".br\n \\[bu] current number of logical volumes\n"
".br\n \\[bu] open count of all logical volumes in this volume group\n"
".br\n \\[bu] maximum logical volume size\n"
".br\n \\[bu] maximum number of physical volumes\n"
".br\n \\[bu] current number of physical volumes\n"
".br\n \\[bu] actual number of physical volumes\n"
".br\n \\[bu] size of volume group in kilobytes\n"
".br\n \\[bu] physical extent size\n"
".br\n \\[bu] total number of physical extents for this volume group\n"
".br\n \\[bu] allocated number of physical extents for this volume group\n"
".br\n \\[bu] free number of physical extents for this volume group\n"
".br\n \\[bu] uuid of volume group\n"
".PD 0\n.RS 8\n.IP \\(bu 2\n"
"Volume group name\n.IP \\(bu\n"
"Volume group access\n.IP \\(bu\n"
"Volume group status\n.IP \\(bu\n"
"Internal volume group number\n.IP \\(bu\n"
"Maximum number of logical volumes\n.IP \\(bu\n"
"Current number of logical volumes\n.IP \\(bu\n"
"Open count of all logical volumes in this volume group\n.IP \\(bu\n"
"Maximum logical volume size\n.IP \\(bu\n"
"Maximum number of physical volumes\n.IP \\(bu\n"
"Current number of physical volumes\n.IP \\(bu\n"
"Actual number of physical volumes\n.IP \\(bu\n"
"Size of volume group in kilobytes\n.IP \\(bu\n"
"Physical extent size\n.IP \\(bu\n"
"Total number of physical extents for this volume group\n.IP \\(bu\n"
"Allocated number of physical extents for this volume group\n.IP \\(bu\n"
"Free number of physical extents for this volume group\n.IP \\(bu\n"
"Uuid of volume group\n"
".RE\n.PD\n"
"#pvdisplay\n"
"Also see \\fBpvs\\fP(8) which provides considerably more control over the output.\n"
"The values are:\n"
".br\n \\[bu] physical volume device name\n"
".br\n \\[bu] volume group name\n"
".br\n \\[bu] physical volume size in sectors\n"
".br\n \\[bu] internal physical volume number (obsolete)\n"
".br\n \\[bu] physical volume status\n"
".br\n \\[bu] physical volume (not) allocatable\n"
".br\n \\[bu] current number of logical volumes on this physical volume\n"
".br\n \\[bu] physical extent size in kilobytes\n"
".br\n \\[bu] total number of physical extents\n"
".br\n \\[bu] free number of physical extents\n"
".br\n \\[bu] allocated number of physical extents\n")
".PD 0\n.RS 8\n.IP \\(bu 2\n"
"Physical volume device name\n.IP \\(bu\n"
"Volume group name\n.IP \\(bu\n"
"Physical volume size in sectors\n.IP \\(bu\n"
"Internal physical volume number (obsolete)\n.IP \\(bu\n"
"Physical volume status\n.IP \\(bu\n"
"Physical volume (not) allocatable\n.IP \\(bu\n"
"Current number of logical volumes on this physical volume\n.IP \\(bu\n"
"Physical extent size in kilobytes\n.IP \\(bu\n"
"Total number of physical extents\n.IP \\(bu\n"
"Free number of physical extents\n.IP \\(bu\n"
"Allocated number of physical extents\n"
".RE\n.PD\n")
arg(columns_ARG, 'C', "columns", 0, 0, 0,
"Display output in columns.\n"