docs: Add NAME section in all manpages

As described in https://lintian.debian.org/tags/manpage-has-bad-whatis-entry.html
each manual page should start with a "NAME" section.

Signed-off-by: Shengjing Zhu <zhsj@debian.org>
This commit is contained in:
Shengjing Zhu 2019-02-22 02:05:34 +08:00
parent dea27b1b64
commit fb80483711
4 changed files with 17 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# containerd-config 1 01/30/2018 # containerd-config 1 01/30/2018
## NAME
containerd-config - information on the containerd config
## SYNOPSIS ## SYNOPSIS
containerd config [command] containerd config [command]

View File

@ -1,5 +1,9 @@
# /etc/containerd/config.toml 5 08/08/2018 # /etc/containerd/config.toml 5 08/08/2018
## NAME
containerd-config.toml - configuration file for containerd
## SYNOPSIS ## SYNOPSIS
The **config.toml** file is a configuration file for the containerd daemon. The The **config.toml** file is a configuration file for the containerd daemon. The

View File

@ -1,5 +1,10 @@
# containerd 1 01/29/2018 # containerd 1 01/29/2018
## NAME
containerd - an industry-standard container runtime with an emphasis on simplicity,
robustness and portability
## SYNOPSIS ## SYNOPSIS
containerd [global options] command [command options] [arguments...] containerd [global options] command [command options] [arguments...]

View File

@ -1,5 +1,9 @@
# ctr 1 01/30/2018 # ctr 1 01/30/2018
## NAME
ctr - command line for containerd
## SYNOPSIS ## SYNOPSIS
**ctr [global options] command [command options] [arguments...]** **ctr [global options] command [command options] [arguments...]**