diff options
author | 1997-05-28 21:59:03 +0000 | |
---|---|---|
committer | 1997-05-28 21:59:03 +0000 | |
commit | 47c2896511dcfc6bcfe88cc797a1f301a80c577d (patch) | |
tree | d49e0a0171d85da9a4500dcefc9f8095bc8058e8 | |
parent | typos; msaitoh@spa.is.uec.ac.jp (diff) | |
download | wireguard-openbsd-47c2896511dcfc6bcfe88cc797a1f301a80c577d.tar.xz wireguard-openbsd-47c2896511dcfc6bcfe88cc797a1f301a80c577d.zip |
format error; frueauf@ira.uka.de
-rw-r--r-- | usr.bin/ktrace/ktrace.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ktrace/ktrace.1 b/usr.bin/ktrace/ktrace.1 index aa711b87aed..110bc2a9b0f 100644 --- a/usr.bin/ktrace/ktrace.1 +++ b/usr.bin/ktrace/ktrace.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ktrace.1,v 1.3 1996/08/11 18:56:09 millert Exp $ +.\" $OpenBSD: ktrace.1,v 1.4 1997/05/28 21:59:03 deraadt Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -134,8 +134,10 @@ options are mutually exclusive. # 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 |