#73 Add closing parethesis to Boot_Options.adoc
Merged 3 years ago by bcotton. Opened 3 years ago by rffontenelle.
Unknown source add-parenthesis  into  master

@@ -325,7 +325,7 @@

  

  [option]#inst.multilib#::  Configure the system for multilib packages (that is, to allow installing 32-bit packages on a 64-bit x86 system) and install packages specified in this section as such.

  +

- Normally, on an AMD64 or Intel{nbsp}64 system, only packages for this architecture (marked as `x86_64`) and packages for all architectures (marked as `noarch` would be installed. When you use this option, packages for 32-bit AMD or Intel systems (marked as `i686`) will be automatically installed as well if available.

+ Normally, on an AMD64 or Intel{nbsp}64 system, only packages for this architecture (marked as `x86_64`) and packages for all architectures (marked as `noarch`) would be installed. When you use this option, packages for 32-bit AMD or Intel systems (marked as `i686`) will be automatically installed as well if available.

  +

  This only applies to packages directly specified in the `%packages` section. If a package is only installed as a dependency, only the exact specified dependency will be installed. For example, if you are installing package [package]*foo* which depends on package [package]*bar*, the former will be installed in multiple variants, while the latter will only be installed in variants specifically required.

  

This only adds a closing parenthesis ) to
... all architectures (marked as `noarch` would ...
to make it
... all architectures (marked as `noarch`) would ...

Looks good, thanks for catching it!

Pull-Request has been merged by bcotton

3 years ago
Metadata