summaryrefslogtreecommitdiff
path: root/man/lvs.8_end
Commit message (Collapse)AuthorAgeFilesLines
* man: replace empty linesZdenek Kabelac2021-04-191-0/+1
|
* man: typography fixesZdenek Kabelac2021-04-191-41/+41
| | | | | | | | Correcting some usage of Bold and Italics (files). Adding some missing SEE ALSO. Fixing missed replaceable paths that are configurable. Be careful about .P in .TP sections - need to use .sp for space line. Use .UR/.UE for URL references.
* writecache: show error in lv_health_status and lv_attrDavid Teigland2020-06-101-0/+4
| | | | | lv_attr is 'E' and lv_health_status is 'error' when dm-writecache status reports error.
* man: document dD attrs for VDO lvsZdenek Kabelac2019-01-211-2/+3
| | | | New attrs v(d)o pool and v(D) pool data.
* man: document 's' RAID attribute bitHeinz Mauelshagen2018-12-111-0/+2
|
* man: remove blank lines from end/des filesDavid Teigland2017-03-151-1/+0
| | | | | which produce unwanted blank lines in some output formats.
* man: Revise internal man page generation process.Alasdair G Kergon2017-03-141-0/+76
For each section 8 man page, a .8_gen file is created from one of: .8_main - Old-style man page - content used directly .8_des and .8_end - Description and end section of a generated page .8_pregen - Pre-generated page used if the generator fails Other man sections are not generated and use the suffix .5_main or .7_main. Developers should use 'make generate' to regenerate the .8_pregen files.