Files
docker-cli/components/cli/vendor/github.com
Kir Kolyshkin bd1e6937cb Bump cpuguy83/go-md2man to v1.0.8
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>
Upstream-commit: 6566f5ff2c
Component: cli
2018-02-12 12:01:20 -08:00
..
2017-04-17 18:12:58 -04:00
2017-12-26 11:45:56 +01:00
2017-04-17 18:12:58 -04:00
2017-04-17 18:12:58 -04:00
2017-09-01 19:41:06 -04:00
2017-12-26 11:22:32 +01:00
2017-04-17 18:12:58 -04:00
2017-04-17 18:12:58 -04:00
2017-04-17 18:12:58 -04:00
2018-01-24 02:04:09 -08:00
2017-04-17 18:12:58 -04:00
2017-04-17 18:12:58 -04:00
2017-04-17 18:12:58 -04:00
2018-01-24 02:10:17 -08:00
2017-04-17 18:12:58 -04:00
2017-04-17 18:12:58 -04:00
2017-11-20 12:42:11 -05:00
2017-04-17 18:12:58 -04:00
2017-04-17 18:12:58 -04:00