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 412dc5ca2f..ab71cbe40c 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -421,7 +421,7 @@ and BusyBox. It could have been called "kconfig" too. | |||
421 | ``compress_doc`` | 421 | ``compress_doc`` |
422 | ================ | 422 | ================ |
423 | 423 | ||
424 | Enables compression for man pages and info pages. This class is intended | 424 | Enables compression for manual and info pages. This class is intended |
425 | to be inherited globally. The default compression mechanism is gz (gzip) | 425 | to be inherited globally. The default compression mechanism is gz (gzip) |
426 | but you can select an alternative mechanism by setting the | 426 | but you can select an alternative mechanism by setting the |
427 | :term:`DOC_COMPRESS` variable. | 427 | :term:`DOC_COMPRESS` variable. |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 6e66dc7358..4571f2522c 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 | ||