Merge pull request #4139 from thaJeztah/fix_manpages

Makefile: man page: rename containerd.1 to containerd.8
This commit is contained in:
Phil Estes 2020-04-02 08:57:47 -04:00 committed by GitHub
commit a19a357f91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -88,7 +88,7 @@ endif
# Project binaries.
COMMANDS=ctr containerd containerd-stress
MANPAGES=ctr.1 containerd.1 containerd-config.1 containerd-config.toml.5
MANPAGES=ctr.1 containerd.8 containerd-config.1 containerd-config.toml.5
ifdef BUILDTAGS
GO_BUILDTAGS = ${BUILDTAGS}
@ -214,9 +214,9 @@ mandir:
@mkdir -p man
# Kept for backwards compatability
genman: man/containerd.1 man/ctr.1
genman: man/containerd.8 man/ctr.1
man/containerd.1: FORCE
man/containerd.8: FORCE
@echo "$(WHALE) $@"
go run cmd/gen-manpages/main.go containerd man/

View File

@ -38,4 +38,4 @@ Phil Estes <estesp@gmail.com>
## SEE ALSO
ctr(1), containerd(1), containerd-config.toml(5)
ctr(1), containerd(8), containerd-config.toml(5)

View File

@ -142,4 +142,4 @@ Phil Estes <estesp@gmail.com>
## SEE ALSO
ctr(1), containerd-config(1), containerd(1)
ctr(1), containerd-config(1), containerd(8)