From 5f1968ff8363428f12ff839e569bd403ffaf5ecf Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Wed, 13 Jun 2018 15:19:13 -0700 Subject: [PATCH] Adds punctuation for clarity and fixes sphinx syntax. Signed-off-by: Michael Vincerra --- source/clear-linux/guides/maintenance/mixin.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/clear-linux/guides/maintenance/mixin.rst b/source/clear-linux/guides/maintenance/mixin.rst index c5b23d69..862332b2 100644 --- a/source/clear-linux/guides/maintenance/mixin.rst +++ b/source/clear-linux/guides/maintenance/mixin.rst @@ -82,16 +82,16 @@ package. This command will add package-name to a bundle that is named after its parent repository. For example, if the RPM was provided locally, it will be added to -the 'local' bundle. If it came from a repo that was added with :command:`mixin -repo add` it will be added to a bundle named after the repo-name. If the -`--bundle bundle-name` flag is provided the package will be added to -`bundle-name` instead. The `--build` flag tells :command:`mixin` to run a -`mixer` build after adding the package. +the 'local' bundle. If it came from a repo that was added with +:command:`mixin repo add`, it will be added to a bundle named after the +repo-name. If the `--bundle bundle-name` flag is provided, the package will +be added to `bundle-name` instead. The `--build` flag tells :command:`mixin` +to run a `mixer` build after adding the package. To add more than one RPM to your previously-created bundle, repeat -the :command:`mixin package add` command and change the package name. Do not add -the `--build` flag until all packages have been added. Once done adding packages -run the following to create your local mix. +the :command:`mixin package add` command and change the package name. Do not +add the `--build` flag until all packages have been added. Once done adding +packages, run the following to create your local mix. .. code-block:: console