diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2024-03-13 15:08:01 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-03-28 07:08:30 -1000 |
commit | 92af404c25c401d557c5fbeee72850d0fdcdd4aa (patch) | |
tree | 0fd14ad4b51d96e1b3b3e3230f637167b833142e /documentation/ref-manual/classes.rst | |
parent | c3871e9b55e5c5e343f0f0b4760f21fbb7ecd170 (diff) | |
download | poky-92af404c25c401d557c5fbeee72850d0fdcdd4aa.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: 7d9faaf283454d653e541a8faf0d50f4c968cc66)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 2 |
1 files changed, 1 insertions, 1 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. |