aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorI Hsin Cheng <richard120310@gmail.com>2025-03-06 11:07:08 +0800
committerJonathan Corbet <corbet@lwn.net>2025-03-12 16:40:06 -0600
commite5e6c016fcbdc72f33e96a6dbf4f538deb107b13 (patch)
tree18cf8b62d50aaecbf06dc97702c4273736c70afa
parentDocumentation: kcsan: fix "Plain Accesses and Data Races" URL in kcsan.rst (diff)
downloadwireguard-linux-e5e6c016fcbdc72f33e96a6dbf4f538deb107b13.tar.xz
wireguard-linux-e5e6c016fcbdc72f33e96a6dbf4f538deb107b13.zip
docs: Correct installation instruction
Ammend missing "install" operation keyword after "apt-get", and fix "build-essentials" to "build-essential". Signed-off-by: I Hsin Cheng <richard120310@gmail.com> Reviewed-by: Charlie Jenkins <charlie@rivosinc.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250306030708.8133-1-richard120310@gmail.com
-rw-r--r--Documentation/admin-guide/workload-tracing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/workload-tracing.rst b/Documentation/admin-guide/workload-tracing.rst
index 6be38c1b9c5b..d6313890ee41 100644
--- a/Documentation/admin-guide/workload-tracing.rst
+++ b/Documentation/admin-guide/workload-tracing.rst
@@ -82,7 +82,7 @@ Install tools to build Linux kernel and tools in kernel repository.
scripts/ver_linux is a good way to check if your system already has
the necessary tools::
- sudo apt-get build-essentials flex bison yacc
+ sudo apt-get install build-essential flex bison yacc
sudo apt install libelf-dev systemtap-sdt-dev libslang2-dev libperl-dev libdw-dev
cscope is a good tool to browse kernel sources. Let's install it now::