diff options
author | Paul Barker <pbarker@konsulko.com> | 2020-12-22 15:30:30 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-24 08:23:33 +0000 |
commit | e2e10714526e14feb09768e6997e02edff129d71 (patch) | |
tree | eb970b24bcaf3e35ab3b974012fd3fd6942facd2 /documentation | |
parent | 58892e05f652fc6bd75a85760d00bcef1c14d93d (diff) | |
download | poky-e2e10714526e14feb09768e6997e02edff129d71.tar.gz |
profile-manual: Simplify yocto_bugs link
(From yocto-docs rev: 5cd7790baa27cf4222419cf562fc89ef61833c7a)
Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/profile-manual/usage.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/profile-manual/usage.rst b/documentation/profile-manual/usage.rst index 418f4e9937..0da4084430 100644 --- a/documentation/profile-manual/usage.rst +++ b/documentation/profile-manual/usage.rst | |||
@@ -1159,9 +1159,8 @@ e.g. 'perf help' or 'perf help record'. | |||
1159 | 1159 | ||
1160 | However, by default Yocto doesn't install man pages, but perf invokes | 1160 | However, by default Yocto doesn't install man pages, but perf invokes |
1161 | the man pages for most help functionality. This is a bug and is being | 1161 | the man pages for most help functionality. This is a bug and is being |
1162 | addressed by a Yocto bug: `Bug 3388 - perf: enable man pages for basic | 1162 | addressed by a Yocto bug: :yocto_bugs:`Bug 3388 - perf: enable man pages for |
1163 | 'help' | 1163 | basic 'help' functionality </show_bug.cgi?id=3388>`. |
1164 | functionality <https://bugzilla.yoctoproject.org/show_bug.cgi?id=3388>`__. | ||
1165 | 1164 | ||
1166 | The man pages in text form, along with some other files, such as a set | 1165 | The man pages in text form, along with some other files, such as a set |
1167 | of examples, can be found in the 'perf' directory of the kernel tree: :: | 1166 | of examples, can be found in the 'perf' directory of the kernel tree: :: |