git: c9503a5d644c - stable/15 - tslog.4: Canonicalize SYNOPSIS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Sep 2026 12:05:27 UTC
The branch stable/15 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=c9503a5d644cde71af2422373b3d36391ea7ee1c
commit c9503a5d644cde71af2422373b3d36391ea7ee1c
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-09-13 15:46:31 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-09-16 12:03:55 +0000
tslog.4: Canonicalize SYNOPSIS
Also, add the missing blank comment line at the top of the file.
Event: EuroBSDcon 2026
MFC after: 3 days
(cherry picked from commit dc867c353c8b423131f7f6a7f687c86713bf0666)
---
share/man/man4/tslog.4 | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/share/man/man4/tslog.4 b/share/man/man4/tslog.4
index e7f69a8d6f3f..d041568eb06d 100644
--- a/share/man/man4/tslog.4
+++ b/share/man/man4/tslog.4
@@ -1,3 +1,4 @@
+.\"
.\" SPDX-License-Identifier: BSD-2-Clause
.\"
.\" Copyright (c) 2022 Mateusz Piotrowski <0mp@FreeBSD.org>
@@ -30,11 +31,7 @@
.Nm tslog
.Nd Boot-time event tracing facility
.Sh SYNOPSIS
-To compile this boot-time event tracing facility into the kernel,
-place the following line in the kernel configuration file:
-.Bd -ragged -offset indent
-.Cd "option TSLOG"
-.Ed
+.Cd option TSLOG
.Sh DESCRIPTION
.Nm
is a boot-time event tracing facility.