Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ktrace ktrace.1: correct historical reference and mi...



details:   https://anonhg.NetBSD.org/src/rev/c54bbed5339a
branches:  trunk
changeset: 369809:c54bbed5339a
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Fri Sep 02 03:43:53 2022 +0000

description:
ktrace.1: correct historical reference and minor grammar tweak

diffstat:

 usr.bin/ktrace/ktrace.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 0ba34d6c5c5c -r c54bbed5339a usr.bin/ktrace/ktrace.1
--- a/usr.bin/ktrace/ktrace.1   Fri Sep 02 03:39:29 2022 +0000
+++ b/usr.bin/ktrace/ktrace.1   Fri Sep 02 03:43:53 2022 +0000
@@ -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 @@
 .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 @@
 command appeared in
 .Bx 4.4 .
 The
-.Nm ktrace
+.Nm ktruss
 command appeared in
 .Nx 1.5 .



Home | Main Index | Thread Index | Old Index