From da10709dede19c04ae89518fd3630cd4f90e06dc Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Thu, 21 Jul 2022 11:07:33 -0400 Subject: [PATCH] RELNOTES: Fix whitespace --- RELNOTES | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RELNOTES b/RELNOTES index 19a0867073b..35b84d14898 100644 --- a/RELNOTES +++ b/RELNOTES @@ -30,12 +30,12 @@ da5b7e90e740,5a8fceb3bd9f,7b0a665d72c0,13ec1e3155c7,318d0db5fe8a,1ae2c59bcf21: - Some key system utilities (init(8), shutdown(8), reboot(8)) - rc(8) scripts (via boottrace(8)) - In contrast to other existing boot-time tracing facilities like TSLOG, - Boottrace focuses on the ease of use and is aimed primarily at system - administrators. + In contrast to other existing boot-time tracing facilities like TSLOG, + Boottrace focuses on the ease of use and is aimed primarily at system + administrators. - It is available in the default GENERIC kernel and can be enabled by - toggling a single sysctl(8) variable. + It is available in the default GENERIC kernel and can be enabled by + toggling a single sysctl(8) variable. See boottrace(4) for more details.