aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/tslog.4
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2022-07-01 09:17:12 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2022-07-01 09:17:12 +0000
commit9e337d53dee685327961b8a070d477ef97b85b86 (patch)
treeff6496e08cc370c505e196b07c9f4501b86ef9bd /share/man/man4/tslog.4
parent86e3fb4038ac8b028b085964c1144a1bca333126 (diff)
downloadsrc-9e337d53dee685327961b8a070d477ef97b85b86.tar.gz
src-9e337d53dee685327961b8a070d477ef97b85b86.zip
tslog.4: Document what TSLOG excels at
Based on an email mhorne@ sent to arch@. Reviewed by: debdrup, pauamma_gundo.com MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D34565
Diffstat (limited to 'share/man/man4/tslog.4')
-rw-r--r--share/man/man4/tslog.46
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/tslog.4 b/share/man/man4/tslog.4
index e3ee8bca0fee..5b0f5fbb1264 100644
--- a/share/man/man4/tslog.4
+++ b/share/man/man4/tslog.4
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd March 4, 2022
+.Dd June 1, 2022
.Dt TSLOG 4
.Os
.Sh NAME
@@ -38,7 +38,9 @@ place the following line in the kernel configuration file:
.Sh DESCRIPTION
.Nm
is a boot-time event tracing facility.
-Its purpose is to ease diagnosing and reducing the overall
+It is suitable for tracing recursive events
+based on function entries and exits.
+Its purpose is to ease pinpointing and reducing the overall
.Fx
boot time by generating detailed timing information.
.Pp