1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-10-30 23:37:45 +02:00

Update introduction to be pithy.

This commit is contained in:
David Steele
2018-09-19 18:26:12 -04:00
parent 50266cc26c
commit d513a46e6d
4 changed files with 9 additions and 13 deletions

View File

@@ -407,15 +407,10 @@ sub manGet
foreach my $oPara ($oIndexDoc->nodeGetById('section', 'introduction')->nodeList('p'))
{
if ($iParaTotal >= 2)
{
last;
}
$strManPage .= ($iParaTotal == 0 ? "\n" : "\n\n") . ' ' .
manGetFormatText($oManifest->variableReplace($self->{oDocRender}->processText($oPara->textGet())), 80, 2);
$iParaTotal++;
last;
}
# Build command and config hashes