diff options
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 17784c2628..21f125b6ad 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2705,17 +2705,17 @@ | |||
2705 | </section> | 2705 | </section> |
2706 | 2706 | ||
2707 | <section id='ref-classes-update-alternatives'> | 2707 | <section id='ref-classes-update-alternatives'> |
2708 | <title>Alternatives - <filename>update-alternatives.bbclass</filename></title> | 2708 | <title><filename>update-alternatives.bbclass</filename></title> |
2709 | 2709 | ||
2710 | <para> | 2710 | <para> |
2711 | This class helps the alternatives system when multiple sources provide | 2711 | The <filename>update-alternatives</filename> class helps the |
2712 | the same command. | 2712 | alternatives system when multiple sources provide the same command. |
2713 | This situation occurs when several programs that have the same or | 2713 | This situation occurs when several programs that have the same or |
2714 | similar function are installed with the same name. | 2714 | similar function are installed with the same name. |
2715 | For example, the <filename>ar</filename> command is available from the | 2715 | For example, the <filename>ar</filename> command is available from the |
2716 | <filename>busybox</filename>, <filename>binutils</filename> and | 2716 | <filename>busybox</filename>, <filename>binutils</filename> and |
2717 | <filename>elfutils</filename> packages. | 2717 | <filename>elfutils</filename> packages. |
2718 | The <filename>update-alternatives.bbclass</filename> class handles | 2718 | The <filename>update-alternatives</filename> class handles |
2719 | renaming the binaries so that multiple packages can be installed | 2719 | renaming the binaries so that multiple packages can be installed |
2720 | without conflicts. | 2720 | without conflicts. |
2721 | The <filename>ar</filename> command still works regardless of which | 2721 | The <filename>ar</filename> command still works regardless of which |