Files
podman/docs
Ed Santiago 6f474c5704 Fix link inconsistencies in man pages
Found via:

    for i in docs/*.md;do x=$(perl -ne 'if (/\[(podman-.*?)\(1\)\]\((podman-.*?)\.1\.md/) { print "  $1 != $2\n" if $1 ne $2; print " ENOENT $2\n" unless -e "docs/$2.1.md" }' <$i); if [ -n "$x" ]; then echo $i; echo "$x";fi;done

...which is probably a good candidate for another CI hook,
except I have no idea how to rewrite it in awk.

Additionally, mark `podman refresh` and `podman container refresh`
as hidden, remove its man page, and remove references to it from
all other man pages.

Signed-off-by: Ed Santiago <santiago@redhat.com>
2019-03-01 06:53:52 -07:00
..
2018-05-11 16:05:10 +00:00
2018-01-18 07:01:48 -05:00
2017-11-01 11:24:59 -04:00
2019-02-22 16:40:05 -05:00
2019-02-14 15:03:11 -05:00
2019-02-14 15:03:11 -05:00
2018-12-03 12:00:18 -06:00