diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-03-29 12:59:05 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-03-29 14:50:43 -0400 |
commit | 99318b08946b79326006d4661367812bcc838c80 (patch) | |
tree | 5f13b1df4846234506fe4c34c72315c42f2727e4 /docs | |
parent | f4d90a96cb7eabde3d999390619aae683e05b00e (diff) | |
download | podman-99318b08946b79326006d4661367812bcc838c80.tar.gz podman-99318b08946b79326006d4661367812bcc838c80.tar.bz2 podman-99318b08946b79326006d4661367812bcc838c80.zip |
Remove wait event
It's not necessary to log an event for a read-only operation like
wait.
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-events.1.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/podman-events.1.md b/docs/podman-events.1.md index 3463d2aaa..40f7e8457 100644 --- a/docs/podman-events.1.md +++ b/docs/podman-events.1.md @@ -32,7 +32,6 @@ The *container* event type will report the follow statuses: * sync * unmount * unpause - * wait The *pod* event type will report the follow statuses: * create |