summaryrefslogtreecommitdiff
path: root/man/vgs.8_end
Commit message (Collapse)AuthorAgeFilesLines
* man: replace empty linesZdenek Kabelac2021-04-191-0/+1
|
* man: typography fixesZdenek Kabelac2021-04-191-6/+6
| | | | | | | | 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.
* man: remove blank linesDavid Teigland2017-03-151-1/+0
| | | | | Blank lines in the man source sometimes appear as extra blank lines in the output, so remove them.
* man: Revise internal man page generation process.Alasdair G Kergon2017-03-141-0/+17
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.