Subject: misc/3666: little formating error in /src/usr.bin/ktrace/ktrace.1
To: None <gnats-bugs@gnats.netbsd.org>
From: None <frueauf@ira.uka.de>
List: netbsd-bugs
Date: 05/24/1997 20:10:30
>Number: 3666
>Category: misc
>Synopsis: little formating error in /src/usr.bin/ktrace/ktrace.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people (Misc Bug People)
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Sat May 24 12:35:01 1997
>Last-Modified:
>Originator: Thorsten Frueauf
>Organization:
private
>Release: <NetBSD-current source date> NetBSD current 23.05.1997
>Environment:
System: NetBSD cyberlap 1.2E NetBSD 1.2E (CYBERLAP) #13: Sat May 24 15:07:53 CEST 1997 frueauf@cyberlap:/usr/src/sys/arch/i386/compile/CYBERLAP i386
>Description:
little formating error in /src/usr.bin/ktrace/ktrace.1:
# trace all kernel operations of processes in process group 15 and # pass
the trace flags to all current and future children
instead of
# trace all kernel operations of processes in process group 15 and
# pass the trace flags to all current and future children
>How-To-Repeat:
man ktrace
>Fix:
Apply the following patch to /src/usr.bin/ktrace/ktrace.1:
*** ktrace.1-orig Sat May 24 20:03:08 1997
--- ktrace.1 Sat May 24 20:03:48 1997
***************
*** 136,143 ****
--- 136,145 ----
# trace all kernel operations of process id 34
.Dl $ ktrace -p 34
.Pp
+ .Bd -literal
# trace all kernel operations of processes in process group 15 and
# pass the trace flags to all current and future children
+ .Ed
.Dl $ ktrace -idg 15
.Pp
# disable all tracing of process 65
>Audit-Trail:
>Unformatted:
little formating error in /src/usr.bin/ktrace/ktrace.1