doc/toolbox: Remove some duplicated text

The manuals for the individual commands were already listed above.

The entry point of toolbox containers is prominently documented in
toolbox-create(1) and toolbox-init-container(1). It's not clear why
someone who has just come across toolbox(1) would want to know about
the entry point. It's, after all, an implementation detail. They
probably don't even know what's an entry point to begin with. The
top-level manual should give the reader an overall view of the tool
from a user's perspective, and let the other manuals draw them into the
finer details of things.

https://github.com/containers/toolbox/pull/814
This commit is contained in:
Debarshi Ray 2021-06-26 02:39:52 +02:00
parent 549e7ab7ca
commit db937965f7

View file

@ -109,16 +109,6 @@ still the same, only the name has changed.
Existing containers are not affected by this change, only new ones.
## Toolbox containers
Information about how toolbox containers are created can be found in
`toolbox-create(1)`.
Information about the entry-point of toolbox containers can be found in
`toolbox-init-container(1)`.
## SEE ALSO
`podman(1)`, `toolbox-create(1)`, `toolbox-enter(1)`, `toolbox-run(1)`,
`toolbox-init-container(1)`, `toolbox-list(1)`, `toolbox-rm(1)`,
`toolbox-rmi(1)` `toolbox-help(1)`, https://github.com/containers/toolbox
`podman(1)`, https://github.com/containers/toolbox