diff --git a/doc/toolbox-enter.1.md b/doc/toolbox-enter.1.md index daa9932..2e7b788 100644 --- a/doc/toolbox-enter.1.md +++ b/doc/toolbox-enter.1.md @@ -42,13 +42,13 @@ host. ## EXAMPLES -### Enter a toolbox container using the default image matching the host OS +### Enter the default toolbox container matching the host OS ``` $ toolbox enter ``` -### Enter a toolbox container using the default image for Fedora 36 +### Enter the default toolbox container for Fedora 36 ``` $ toolbox enter --distro fedora --release f36 diff --git a/doc/toolbox-run.1.md b/doc/toolbox-run.1.md index 5961641..2671049 100644 --- a/doc/toolbox-run.1.md +++ b/doc/toolbox-run.1.md @@ -85,13 +85,13 @@ $ toolbox run false; echo $? ## EXAMPLES -### Run ls inside a toolbox container using the default image matching the host OS +### Run ls inside the default toolbox container matching the host OS ``` $ toolbox run ls -la ``` -### Run emacs inside a toolbox container using the default image for Fedora 36 +### Run emacs inside the default toolbox container for Fedora 36 ``` $ toolbox run --distro fedora --release f36 emacs