diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-18 09:44:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-18 09:44:10 +0000 |
commit | 7f41223b8dd179beaa95e2cba8cb36dc94d0637e (patch) | |
tree | 0fc81beb85470543cd3aff6d862d184a7bbe8d1f /usr.bin/ktrace/ktrace.1 | |
parent | 6ace33ac2e812b824f4257d41ff411001f0a9a2e (diff) |
unlink ktrace file more carefully; wosch/joerg
Diffstat (limited to 'usr.bin/ktrace/ktrace.1')
-rw-r--r-- | usr.bin/ktrace/ktrace.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ktrace/ktrace.1 b/usr.bin/ktrace/ktrace.1 index 110bc2a9b0f..699f4112c64 100644 --- a/usr.bin/ktrace/ktrace.1 +++ b/usr.bin/ktrace/ktrace.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ktrace.1,v 1.4 1997/05/28 21:59:03 deraadt Exp $ +.\" $OpenBSD: ktrace.1,v 1.5 1997/06/18 09:44:08 deraadt Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -76,7 +76,7 @@ to decode it. The options are as follows: .Bl -tag -width indent .It Fl a -Append to the trace file instead of truncating it. +Append to the trace file instead of recreating it. .It Fl C Disable tracing on all user owned processes, and, if executed by root, all processes in the system. |