git: da10709dede1 - main - RELNOTES: Fix whitespace
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Jul 2022 15:14:08 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=da10709dede19c04ae89518fd3630cd4f90e06dc
commit da10709dede19c04ae89518fd3630cd4f90e06dc
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-07-21 15:07:33 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-07-27 15:13:20 +0000
RELNOTES: Fix whitespace
---
RELNOTES | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/RELNOTES b/RELNOTES
index 19a0867073bc..35b84d14898c 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.