diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/classes.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/variables.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index a3d8bd06e6..7b4ce2c67d 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -392,7 +392,7 @@ and BusyBox. It could have been called "kconfig" too. | |||
392 | ``compress_doc`` | 392 | ``compress_doc`` |
393 | ================ | 393 | ================ |
394 | 394 | ||
395 | Enables compression for man pages and info pages. This class is intended | 395 | Enables compression for manual and info pages. This class is intended |
396 | to be inherited globally. The default compression mechanism is gz (gzip) | 396 | to be inherited globally. The default compression mechanism is gz (gzip) |
397 | but you can select an alternative mechanism by setting the | 397 | but you can select an alternative mechanism by setting the |
398 | :term:`DOC_COMPRESS` variable. | 398 | :term:`DOC_COMPRESS` variable. |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 52fd7d9002..8af233004f 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -2292,7 +2292,7 @@ system and gives an overview of their function and contents. | |||
2292 | :term:`DOC_COMPRESS` | 2292 | :term:`DOC_COMPRESS` |
2293 | When inheriting the :ref:`ref-classes-compress_doc` | 2293 | When inheriting the :ref:`ref-classes-compress_doc` |
2294 | class, this variable sets the compression policy used when the | 2294 | class, this variable sets the compression policy used when the |
2295 | OpenEmbedded build system compresses man pages and info pages. By | 2295 | OpenEmbedded build system compresses manual and info pages. By |
2296 | default, the compression method used is gz (gzip). Other policies | 2296 | default, the compression method used is gz (gzip). Other policies |
2297 | available are xz and bz2. | 2297 | available are xz and bz2. |
2298 | 2298 | ||