Module Name: src
Committed By: gutteridge
Date: Fri Sep 2 03:43:53 UTC 2022
Modified Files:
src/usr.bin/ktrace: ktrace.1
Log Message:
ktrace.1: correct historical reference and minor grammar tweak
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/usr.bin/ktrace/ktrace.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/ktrace/ktrace.1
diff -u src/usr.bin/ktrace/ktrace.1:1.46 src/usr.bin/ktrace/ktrace.1:1.47
--- src/usr.bin/ktrace/ktrace.1:1.46 Wed Nov 18 20:00:15 2020
+++ src/usr.bin/ktrace/ktrace.1 Fri Sep 2 03:43:53 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: ktrace.1,v 1.46 2020/11/18 20:00:15 wiz Exp $
+.\" $NetBSD: ktrace.1,v 1.47 2022/09/02 03:43:53 gutteridge Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -75,7 +75,7 @@ translations, signal processing, and
.Pp
Once tracing is enabled on a process, trace data will be logged until
either the process exits or the trace point is cleared.
-A traced process can generate enormous amounts of log data quickly;
+A traced process can generate enormous amounts of log data quickly.
It is strongly suggested that users memorize how to disable tracing before
attempting to trace a process.
The following command is sufficient to disable tracing on all user owned
@@ -280,6 +280,6 @@ The
command appeared in
.Bx 4.4 .
The
-.Nm ktrace
+.Nm ktruss
command appeared in
.Nx 1.5 .