Skip to content

Commit 3c98406

Browse files
committed
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>
1 parent 36c00b3 commit 3c98406

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

man/generate.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ func generateManPages(opts *options) error {
2323
Title: "DOCKER",
2424
Section: "1",
2525
Source: "Docker Community",
26+
Manual: "Docker User Manuals",
2627
}
2728

2829
// If SOURCE_DATE_EPOCH is set, in order to allow reproducible package

0 commit comments

Comments
 (0)