diff options
author | Quentin Schulz <foss@0leil.net> | 2020-09-17 01:58:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:36 +0100 |
commit | c387f0c2543a9dd7f8eca069629ede4bb5ec5dba (patch) | |
tree | d0a7fccf9b84915862b1174ae75cd0437a60bb2d /documentation/ref-manual/ref-terms.rst | |
parent | 6813141743f4263e6b03fd7294f9cec4ec1a3194 (diff) | |
download | poky-c387f0c2543a9dd7f8eca069629ede4bb5ec5dba.tar.gz |
sphinx: replace special quotes with single and double quotes
(From yocto-docs rev: 0aeb7a94abcef3cb3850c753dd0a243f381e6675)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-terms.rst')
-rw-r--r-- | documentation/ref-manual/ref-terms.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-terms.rst b/documentation/ref-manual/ref-terms.rst index 312fc12ef0..6e7e5169ce 100644 --- a/documentation/ref-manual/ref-terms.rst +++ b/documentation/ref-manual/ref-terms.rst | |||
@@ -273,7 +273,7 @@ universal, the list includes them just in case: | |||
273 | Arbitrary groups of software Recipes. You use | 273 | Arbitrary groups of software Recipes. You use |
274 | package groups to hold recipes that, when built, usually accomplish a | 274 | package groups to hold recipes that, when built, usually accomplish a |
275 | single task. For example, a package group could contain the recipes | 275 | single task. For example, a package group could contain the recipes |
276 | for a company’s proprietary or value-add software. Or, the package | 276 | for a company's proprietary or value-add software. Or, the package |
277 | group could contain the recipes that enable graphics. A package group | 277 | group could contain the recipes that enable graphics. A package group |
278 | is really just another recipe. Because package group files are | 278 | is really just another recipe. Because package group files are |
279 | recipes, they end with the ``.bb`` filename extension. | 279 | recipes, they end with the ``.bb`` filename extension. |