diff options
author | Ed Santiago <santiago@redhat.com> | 2022-09-13 09:30:48 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-09-13 11:15:23 -0600 |
commit | 76eb06330f9e88cab6d19449f13e4aecba21027a (patch) | |
tree | 5fd7f453c3fb04a01e48bb4b0467a039d48a88f3 /docs/source/markdown/podman-restart.1.md | |
parent | 6e382d9ec2e6eb79a72537544341e496368b6c63 (diff) | |
download | podman-76eb06330f9e88cab6d19449f13e4aecba21027a.tar.gz podman-76eb06330f9e88cab6d19449f13e4aecba21027a.tar.bz2 podman-76eb06330f9e88cab6d19449f13e4aecba21027a.zip |
Man pages: refactor common options: --tls-verify
Ugh. This had about five different variations among twelve files.
I went with the version from podman-create, kube play, login, pull,
push, run. The others:
- manifest-add and create did not include the "true, false, missing"
text. Now they do. (If this text is N/A to these two, please yell).
Also, these two were written with "talking" instead of "contacting"
the registry.
- podman-build had "does not work with remote", but this
does not seem to be true, so I removed it. None of the
other files had that.
- the wording in podman-search is just weird, with "if needed"
and "is listed" and unclear "insecure registries". I just
nuked it all. If that wording was deliberate, for some reason
that applies only to podman-search, please yell.
- podman-container-runlabel has one diff that I like, actually
spelling out containers-registries.conf(5), but incorporating
that would make this even harder to review. I will add that
to my in-progress doc-cleanup PR.
Review recommendation: run hack/markdown-preprocess-review but
just quit out of it immediately (on both popups). Ignore it completely.
Then cd /tmp/markdown-preprocess-review.diffs/tls-verify and run
$ clear;for i in podman-*;do echo;echo $i;wdiff -t $i zzz-chosen.md;done
This will show the major diffs between each version and the chosen one.
Assumes you have wdiff installed. If you have another colorize-actual-
individual-word-diffs tool installed, use that. I like cdif[1].
[1] https://github.com/kaz-utashiro/sdif-tools
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-restart.1.md')
0 files changed, 0 insertions, 0 deletions