summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2024-03-13 15:08:01 +0100
committerSteve Sakoman <steve@sakoman.com>2024-04-05 07:23:59 -0700
commit832975f59dd5d026f4b8f01cc9308f996f613c6d (patch)
tree6c3486233516a02bd771b25b372a6efaf88426b8 /documentation/ref-manual
parent8b7e9c67e3f75b9154a4b09f402ccb4a95ed5cdd (diff)
downloadpoky-832975f59dd5d026f4b8f01cc9308f996f613c6d.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: f6e69f8877d1d33200993f21b448e7fa3cf7859b) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
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 05473edcca..e7bf5e9a6e 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -346,7 +346,7 @@ and BusyBox. It could have been called "kconfig" too.
346``compress_doc`` 346``compress_doc``
347================ 347================
348 348
349Enables compression for man pages and info pages. This class is intended 349Enables compression for manual and info pages. This class is intended
350to be inherited globally. The default compression mechanism is gz (gzip) 350to be inherited globally. The default compression mechanism is gz (gzip)
351but you can select an alternative mechanism by setting the 351but you can select an alternative mechanism by setting the
352:term:`DOC_COMPRESS` variable. 352:term:`DOC_COMPRESS` variable.
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index ccd1963339..aa1d5f393d 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -2107,7 +2107,7 @@ system and gives an overview of their function and contents.
2107 :term:`DOC_COMPRESS` 2107 :term:`DOC_COMPRESS`
2108 When inheriting the :ref:`compress_doc <ref-classes-compress_doc>` 2108 When inheriting the :ref:`compress_doc <ref-classes-compress_doc>`
2109 class, this variable sets the compression policy used when the 2109 class, this variable sets the compression policy used when the
2110 OpenEmbedded build system compresses man pages and info pages. By 2110 OpenEmbedded build system compresses manual and info pages. By
2111 default, the compression method used is gz (gzip). Other policies 2111 default, the compression method used is gz (gzip). Other policies
2112 available are xz and bz2. 2112 available are xz and bz2.
2113 2113