diff options
| -rw-r--r-- | lib/libc/sys/ktrace.2 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2 index fd4515fc6082..86c9e3c0e1c2 100644 --- a/lib/libc/sys/ktrace.2 +++ b/lib/libc/sys/ktrace.2 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ktrace.2 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt KTRACE 2 @@ -54,7 +55,7 @@ Only the super-user can trace setuid or setgid programs. The .Ar tracefile gives the pathname of the file to be used for tracing. -The file must exist and be writable by the calling process. +The file must exist and be a regular file writable by the calling process. All trace records are always appended to the file, so the file must be truncated to zero length to discard previous trace data. @@ -140,8 +141,6 @@ will fail if: .Bl -tag -width ENAMETOOLONGAA .It Bq Er ENOTDIR A component of the path prefix is not a directory. -.It Bq Er EINVAL -The pathname contains a character with the high-order bit set. .It Bq Er ENAMETOOLONG A component of a pathname exceeded 255 characters, or an entire path name exceeded 1023 characters. |
