From d7481732774b889b26a4e7c8bb108dbcd44542ec Mon Sep 17 00:00:00 2001 From: James Raynard Date: Sat, 22 Jun 1996 18:05:15 +0000 Subject: Submitted by: Wolfram Schneider Document the fact that the tracefile argument must lead to a regular file. Also took the opportunity to remove the spurious "Errors" entry relating to filenames with the high-order bit set and add $Id$. (More of the same to follow if there are no objections). --- lib/libc/sys/ktrace.2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib') 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. -- cgit v1.3