diff --git a/doc/toolbox-run.1.md b/doc/toolbox-run.1.md index c65a15e..4495d4d 100644 --- a/doc/toolbox-run.1.md +++ b/doc/toolbox-run.1.md @@ -63,7 +63,7 @@ failed to run or why it exited. $ toolbox run /etc; echo $? /bin/sh: line 1: /etc: Is a directory /bin/sh: line 1: exec: /etc: cannot execute: Is a directory -Error: failed to invoke command /etc in container fedora-toolbox-35 +Error: failed to invoke command /etc in container fedora-toolbox-36 126 ``` @@ -72,7 +72,7 @@ Error: failed to invoke command /etc in container fedora-toolbox-35 ``` $ toolbox run foo; echo $? /bin/sh: line 1: exec: foo: not found -Error: command foo not found in container fedora-toolbox-35 +Error: command foo not found in container fedora-toolbox-36 127 ``` diff --git a/doc/toolbox.1.md b/doc/toolbox.1.md index c363509..d565810 100644 --- a/doc/toolbox.1.md +++ b/doc/toolbox.1.md @@ -57,7 +57,7 @@ specifies its version. Supported combinations are: Distro |Release -------|---------- -fedora |\ or f\ eg., 35 or f35 +fedora |\ or f\ eg., 36 or f36 rhel |\.\ eg., 8.5 ## GLOBAL OPTIONS ##