diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-12-16 08:22:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-07 11:12:06 +0000 |
commit | 36d200ab0adbf76d6d8197551b3304afcf069716 (patch) | |
tree | de9c18b1ea455ac2eeb4ea0a5716a9dfd5158b42 /documentation/profile-manual/usage.rst | |
parent | 620ba2535c0123958ec5cad56a667588cb8112f2 (diff) | |
download | poky-36d200ab0adbf76d6d8197551b3304afcf069716.tar.gz |
manuals: replace "rootfs" by "root filesystem"
Almost everyone understands "rootfs", but "root filesystem"
is real English.
(From yocto-docs rev: 3d610f15e5b6be3435e9e81e4498a676671e5b39)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/profile-manual/usage.rst')
-rw-r--r-- | documentation/profile-manual/usage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/profile-manual/usage.rst b/documentation/profile-manual/usage.rst index 3d2840884f..56f1e66674 100644 --- a/documentation/profile-manual/usage.rst +++ b/documentation/profile-manual/usage.rst | |||
@@ -2138,7 +2138,7 @@ For LTTng userspace tracing, you need to have a properly instrumented | |||
2138 | userspace program. For this example, we'll use the 'hello' test program | 2138 | userspace program. For this example, we'll use the 'hello' test program |
2139 | generated by the lttng-ust build. | 2139 | generated by the lttng-ust build. |
2140 | 2140 | ||
2141 | The 'hello' test program isn't installed on the rootfs by the lttng-ust | 2141 | The 'hello' test program isn't installed on the root filesystem by the lttng-ust |
2142 | build, so we need to copy it over manually. First cd into the build | 2142 | build, so we need to copy it over manually. First cd into the build |
2143 | directory that contains the hello executable:: | 2143 | directory that contains the hello executable:: |
2144 | 2144 | ||