From 7cded4bfc51e5f3d19b11ef5abdc7c2b595fd9d4 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 23 Aug 1999 11:07:29 +0000 Subject: Document ENOSYS error. PR: docs/13290 --- lib/libc/sys/ktrace.2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/libc/sys/ktrace.2') diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2 index 8f41a52..8cc861b 100644 --- a/lib/libc/sys/ktrace.2 +++ b/lib/libc/sys/ktrace.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ktrace.2 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $Id: ktrace.2,v 1.6 1997/02/22 15:03:57 peter Exp $ .\" .Dd June 4, 1993 .Dt KTRACE 2 @@ -152,6 +152,10 @@ Search permission is denied for a component of the path prefix. Too many symbolic links were encountered in translating the pathname. .It Bq Er EIO An I/O error occurred while reading from or writing to the file system. +.It Bq Er ENOSYS +The kernel was not compiled with +.Nm +support. .El .Sh SEE ALSO .Xr kdump 1 , -- cgit v1.1