mirror of https://github.com/docker/cli.git
6566f5ff2c
The biggest motivation for this is proper table rendering; in the old version it was broken so tables were not rendered at al (i.e. anything that was put into table was lost, for example, description of LOG_* log levels in dockerd(8) page). This also fixes lists, including nested lists. This fixes the description of behavior in docker-cp(1) which is rendered as a tree: BEFORE: ``` Assuming a path separator of /, a first argument of SRC_PATH and second argument of DEST_PATH, the behavior is as follows: · SRC_PATH specifies a file · DEST_PATH does not exist · the file is saved to a file created at DEST_PATH · DEST_PATH does not exist and ends with / · Error condition: the destination directory must exist. ... ``` AFTER: ``` Assuming a path separator of /, a first argument of SRC_PATH and second argument of DEST_PATH, the behavior is as follows: · SRC_PATH specifies a file · DEST_PATH does not exist · the file is saved to a file created at DEST_PATH · DEST_PATH does not exist and ends with / · Error condition: the destination directory must exist. ... ``` Manually checking the diff between the man pages generated by the old and the new version, there are no changes other than the indentation (.RS/.RE) for lists, and proper formatting for tables. Formatted man pages also look decent, nothing seems broken. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> |
||
---|---|---|
.. | ||
Azure/go-ansiterm | ||
Microsoft/go-winio | ||
Nvveen/Gotty | ||
PuerkitoBio | ||
agl/ed25519 | ||
containerd/continuity | ||
coreos/etcd | ||
cpuguy83/go-md2man | ||
davecgh/go-spew | ||
docker | ||
emicklei | ||
flynn-archive/go-shlex | ||
ghodss/yaml | ||
go-openapi | ||
gogo/protobuf | ||
golang | ||
googleapis/gnostic | ||
gorilla | ||
gotestyourself/gotestyourself | ||
gregjones/httpcache | ||
grpc-ecosystem/grpc-gateway | ||
howeyc/gopass | ||
imdario/mergo | ||
inconshreveable/mousetrap | ||
json-iterator/go | ||
juju/ratelimit | ||
mailru/easyjson | ||
mattn/go-shellwords | ||
miekg/pkcs11 | ||
mitchellh/mapstructure | ||
moby/buildkit | ||
opencontainers | ||
peterbourgon/diskv | ||
pkg/errors | ||
pmezard/go-difflib | ||
russross/blackfriday | ||
shurcooL/sanitized_anchor_name | ||
sirupsen/logrus | ||
spf13 | ||
stretchr/testify | ||
theupdateframework/notary | ||
tonistiigi/fsutil | ||
xeipuuv |