summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2024-03-13 15:08:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-19 15:22:27 +0000
commit3b86df94f7a83bbeb16080b6f952c1390c06b689 (patch)
tree7e17514757931434402389d354333eeeb8390d5a /documentation/ref-manual
parent063b0cf8f99e2a438e35c4796a48cf946a5e5329 (diff)
downloadpoky-3b86df94f7a83bbeb16080b6f952c1390c06b689.tar.gz
manuals: use "manual page(s)"
Instead of "manpage(s)" or "man page(s)". To address one of the errors reported by "make stylecheck" (From yocto-docs rev: 86f5f5cd385f09c48c4cf0b1ab222d6e1e7c7e54) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/classes.rst2
-rw-r--r--documentation/ref-manual/variables.rst2
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
424Enables compression for man pages and info pages. This class is intended 424Enables compression for manual and info pages. This class is intended
425to be inherited globally. The default compression mechanism is gz (gzip) 425to be inherited globally. The default compression mechanism is gz (gzip)
426but you can select an alternative mechanism by setting the 426but 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