man-pages: fix missing manual title in heading

This was set in our manually written markdowns, but not in the man pages
generated through Cobra.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-10-20 12:48:52 +02:00
parent 16127e2588
commit b46ef4659e
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ func generateManPages(opts *options) error {
Title: "DOCKER", Title: "DOCKER",
Section: "1", Section: "1",
Source: "Docker Community", Source: "Docker Community",
Manual: "Docker User Manuals",
} }
// If SOURCE_DATE_EPOCH is set, in order to allow reproducible package // If SOURCE_DATE_EPOCH is set, in order to allow reproducible package