From 1d71a557cc661ffe202d431e24b148aa366221d4 Mon Sep 17 00:00:00 2001 From: Chris Costello Date: Mon, 23 Aug 1999 11:07:29 +0000 Subject: [PATCH] Document ENOSYS error. PR: docs/13290 --- lib/libc/sys/ktrace.2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2 index 8f41a52b76e5..8cc861ba9472 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 ,