summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
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/classes.rst
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/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst2
1 files changed, 1 insertions, 1 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.